- 11 May, 2000 7 commits
-
-
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 2 commits
-
-
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.
-
Shane Hathaway authored
-
- 06 May, 2000 2 commits
-
-
Jim Fulton authored
I'm not sure how to test this, as I'm not familiar enough with syslog. :( Added the ZPL.
-
Jim Fulton authored
Added logic to check the STUPID_LOG_SEVERITY environment variable to specify a minimum severity. The default is 0, INFO. Added the ZPL.
-
- 05 May, 2000 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
the asyncore main loop starts. This is necessary for applications, like ZEO, that need to be able to change their behavior depending on whether the main loop is running or not.
-
Jim Fulton authored
Added a new knob for the stupid logger, which adjusts the error severity filter. You can set an environment variable, STUPID_LOG_SEVERITY, with an integer that is the minimum severity that should be logged.
-
Jim Fulton authored
add the ability to have multiple socket maps.
-
- 04 May, 2000 4 commits
-
-
Shane Hathaway authored
causing browsers to interpret part of the text of the error message as a tag. This change corrects standard_error_message by using html_quote.
-
Shane Hathaway authored
handler. This revision adds the last good object to the list of parents, making it so that the standard_error_message logic works as expected.
-
Shane Hathaway authored
This is important for the DTML in custom standard_error_message objects.
-
Shane Hathaway authored
Corrected. Also, someone apparently thought that XML comments can terminate with just an angle bracket. See: http://www.w3.org/TR/1998/REC-xml-19980210#sec-comments
-
- 27 Apr, 2000 1 commit
-
-
Amos Latteier authored
-
- 26 Apr, 2000 1 commit
-
-
Evan Simpson authored
-