- 12 Nov, 2003 3 commits
-
-
Chris McDonough authored
-
Philipp von Weitershausen authored
-
Stuart Bishop authored
-
- 09 Nov, 2003 1 commit
-
-
Andreas Jung authored
-
- 07 Nov, 2003 1 commit
-
-
Chris McDonough authored
-
- 06 Nov, 2003 6 commits
-
-
Shane Hathaway authored
Removed support for Python 2.1, fixed yield test, and added a test for bad names set by exception handlers.
-
Fred Drake authored
the list of names
-
Chris McDonough authored
Added tests.
-
Chris McDonough authored
-
Casey Duncan authored
-
Fred Drake authored
-
- 05 Nov, 2003 3 commits
-
-
Andreas Jung authored
-
Fred Drake authored
-
Christian Heimes authored
-
- 04 Nov, 2003 21 commits
-
-
Chris McDonough authored
throwing OverflowError.
-
Chris McDonough authored
-
Chris McDonough authored
that depends on it to raise an OverflowError when presented with a number above sys.maxint. We work around it here.
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
preferred spelling for 'CONTEXTS/varname'.
-
Evan Simpson authored
-
Evan Simpson authored
-
Chris McDonough authored
-
Lennart Regebro authored
-
Chris McDonough authored
-
Fred Drake authored
-
Lennart Regebro authored
to REQUEST.URL to prevent accidental overriding.
-
Andreas Jung authored
-
Andreas Jung authored
-
Lennart Regebro authored
-
Lennart Regebro authored
-
Chris McDonough authored
notice that the date is a long.
-
- 03 Nov, 2003 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
Make the cache manager report correct values for the object cache size.
-
- 02 Nov, 2003 3 commits
-
-
Florent Guillaume authored
_delObject. This could break code expecting to do cleanups before deletion.
-
Chris McDonough authored
DateRangeIndexes blew up when attempting to store a date far in the future ( > Y2038 ). This is a workaround. The real fix would be to come up with a different conversion algorithm or to use OOBTrees to store datum.
-
Fred Drake authored
-