- 04 Nov, 2000 1 commit
-
-
Jim Fulton authored
Method attributes can now only be set by setting special attributes in classes.
-
- 03 Nov, 2000 2 commits
-
- 01 Nov, 2000 3 commits
-
-
Tres Seaver authored
ZClasses typically defer creating them until product registration; the derived ZClass needs them to be available immediately after import. Deprecated 'ProductContext.registerZClass' and 'ProductContext.registerBaseClass' in favor of a new function, 'ZClasses.createZClassForBase' (because none of the machinery needed a ProductContext instance anyway).
-
Jim Fulton authored
-
- 31 Oct, 2000 1 commit
-
-
Amos Latteier authored
-
- 30 Oct, 2000 1 commit
-
- 27 Oct, 2000 1 commit
-
-
Amos Latteier authored
-
- 25 Oct, 2000 1 commit
-
- 22 Oct, 2000 1 commit
-
-
Chris McDonough authored
-
- 18 Oct, 2000 2 commits
-
-
Evan Simpson authored
-
Jeffrey Shell authored
-
- 17 Oct, 2000 5 commits
-
-
Amos Latteier authored
Removing expand tree tag argument which no one seems to know anything about and which I cannot get to work in a reasonable way.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Removed __replaceable__ from API docs. This is an *Implemtor* API, not a user's API. Only methods and attributes usable from DTML and Python Methods (restricted) should go in these API docs.
-
- 16 Oct, 2000 2 commits
-
-
Ken Manheimer authored
EOF in value in RCS file /cvs-repository/Zope2/Extensions/README.txt,v Not sure this'll work, and anyway if the corruption shows up again, we'll have to investigate...
-
- 13 Oct, 2000 1 commit
-
-
Jim Fulton authored
-
- 12 Oct, 2000 3 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Changed Ownership tab. Got rid of implicit/explicit ownership. Now you just choose to take ownership of subobjects (or not) when taking ownership.
-
- 11 Oct, 2000 1 commit
-
- 10 Oct, 2000 4 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Evan Simpson authored
-
Chris McDonough authored
Fixed file non-binary open error for command line-specified files (breaks on NT, potentially causing corruption) and put in case-folding for filename extension mappings. In response to http://classic.zope.org:8080/Collector/Collector/1679/sview.
-
- 09 Oct, 2000 2 commits
-
- 06 Oct, 2000 3 commits
-
- 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
-