- 09 May, 2000 4 commits
-
-
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 2 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
Replaced decapitate with a less regex-heavy implementation, to fix the problem where a DTML Method that produced non-HTML or incomplete HTML would appear to hang when viewed, due to exponential regex searching for headers.
-
- 25 Apr, 2000 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
we are supposed to log to standard error. Unfortunately, in this case, tracebacks were excluded.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Amos Latteier authored
-
- 24 Apr, 2000 6 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Moved help system code to the HelpSys module. Removed the HelpSystem module. This was done to improve backword compatibility with Zope 2.1.6 and earlier. Zope's built recently from CVS may have problems with this change. If I hear a lot of complaints I may add backward compatibility, otherwise it should be easy enough fix by either erasing your database or replacing your HelpSys object.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
First cut at a simple API documentation facility. This is not the same thing as interfaces. This is simply a way to put object and method information into the help system.
-
- 21 Apr, 2000 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Jim Fulton authored
-
- 19 Apr, 2000 3 commits
-
-
Jeffrey Shell authored
-
Jeffrey Shell authored
defined in a ZClass
-
Jeffrey Shell authored
Defined Instance Method. But you should be able to guess that.
-
- 18 Apr, 2000 1 commit
-
-
Amos Latteier authored
-