- 05 Oct, 2000 1 commit
-
-
Shane Hathaway authored
The memory leak only shows up if arguments are passed to the call. (This should fix zope.org. Yessss!)
-
- 04 Oct, 2000 1 commit
-
-
Jim Fulton authored
Added a new "base" type, IOobject for which most of the operations are defined. This will, hopefully clarify some of the logic. Added close test to raise proper error when operations are performed on closed StringIOs. Added a position argument to the truncate method. Added a size argument to readline. Added PyArg_Parse calls for methods that don't take arguments to make sure they don't take arguments. Guido-fied some of the indentation.
-
- 01 Oct, 2000 2 commits
-
-
Jim Fulton authored
support log-rotation. See the new stupid logger and the ZEO server log-rotation signal handler for examples.
-
Jim Fulton authored
for Unix. This allows signal handlers that don't shut down the process to work correctly.
-
- 29 Sep, 2000 2 commits
-
-
Tres Seaver authored
-
Shane Hathaway authored
-
- 27 Sep, 2000 2 commits
-
-
Shane Hathaway authored
-
Jim Fulton authored
-
- 26 Sep, 2000 1 commit
-
-
Shane Hathaway authored
-
- 23 Sep, 2000 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 19 Sep, 2000 1 commit
-
-
Ken Manheimer authored
-
- 18 Sep, 2000 2 commits
-
- 15 Sep, 2000 2 commits
-
- 14 Sep, 2000 1 commit
-
-
Chris McDonough authored
-
- 13 Sep, 2000 4 commits
-
- 12 Sep, 2000 1 commit
-
- 11 Sep, 2000 2 commits
-
-
Evan Simpson authored
NullResource.
-
Chris McDonough authored
-
- 08 Sep, 2000 1 commit
-
- 07 Sep, 2000 9 commits
-
-
Amos Latteier authored
-
Shane Hathaway authored
-
- 05 Sep, 2000 2 commits
-
-
Amos Latteier authored
-
- 01 Sep, 2000 2 commits
-
-
Ken Manheimer authored
doing a .append(). (XXX This is necessary since manage_setLocalRoles() accepts whatever sequence the user passes in - which should be fixed...)
-
- 31 Aug, 2000 2 commits
-
-
Amos Latteier authored
Fixed a bug in the dtml-var tag handling of the 'null' attribute. Before null would only work correctly if there was also a 'fmt' attribute. Now null correctly works with non-zero false values when there isn't a 'fmt' option.
-