- 12 May, 2000 10 commits
-
-
Tres Seaver authored
-
Michel Pelletier authored
Added a couple patches, fixed superValues
-
Tres Seaver authored
-
Tres Seaver authored
Collector #1183: Mask unintended exceptions leaking from manage_deleteObjects() (allowing broken objects to be deleted)
-
Tres Seaver authored
- 11 May, 2000 11 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Jim Fulton authored
-
john authored
-
Jim Fulton authored
-
john authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 10 May, 2000 9 commits
-
-
Tres Seaver authored
-
Shane Hathaway authored
- Usage of integer arithmetic where possible to eliminate rounding errors. - Better support for daylight savings time. - Usage of long integer milliseconds, making it possible to do date comparisons with more logical results. - Fixes for Y10K and Y1K bugs. ;^)
-
Jim Fulton authored
-
john authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 09 May, 2000 9 commits
-
-
john authored
-
Jim Fulton authored
mechanism.
-
Jim Fulton authored
an underlying exception can be propigated.
-
john authored
-
Jim Fulton authored
This is needed to prevent infinite retries on (unresolvable due to some other software bug) conflict errors.
-
Jim Fulton authored
a pickle to the ZEO Storage server.
-
Jim Fulton authored
macro invocation in load_pop. (BAD) I fixed this by moving the decrement outside the macro call. I added a comment to load_pop and load_mark to document the fact that cPickle separates the unpickling stack into two separate stacks, one for objects and one for marks. I also moved some increments out of some macro calls (PyTuple_SET_ITEM and PyList_SET_ITEM). This wasn't necessary, but made me feel better.
-
john authored
-
Jim Fulton authored
That's the job of the individual loggers.
-
- 08 May, 2000 1 commit
-
-
Jim Fulton authored
Added new arguments to aq_acquire, 'default' and 'containment'. See http://www.zope.org/Members/michel/Projects/Interfaces/AcquisitionWrappedObject. Added several ne wmodule-level utilities. See http://www.zope.org/Members/michel/Projects/Interfaces/AcquisitionModuleInterface.
-