- 10 Jun, 1999 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
reference counts of extension classes are increased when instances are created. Prior to this change, the class ref counts were only decreased by subclass destructors. Base class destructors followed the Python protocol and didn't DECREF thier classes (types). (Python type ref counts have nothing to do with instance life times, since Python types are static, unlike extension classes, which may be dynamic.) This caused the ref counts of instantiatable base classes to grow, which looked like a memory leak. Now, the destructor protocol calls for base class destructors to DECREF the class in addition to deallocating the object. The subclass destructor *only* DECREFs the class if it has to deallocate the object because there was no base class destructor. This also fixed an logic ordering problem that caused some dynamically created classes to be destroyed while they were still needed.
-
Michel Pelletier authored
-
Jim Fulton authored
-
- 09 Jun, 1999 3 commits
-
-
Amos Latteier authored
It actually seems to work, though there's still a fair amount missing.
- 08 Jun, 1999 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Ken Manheimer authored
raised in external methods. We're more careful about seeking standard_error_message - check for existence in the client object, and if it's not there try aq_parent - and fallback to the previously resolved error_value, before the canned "Sorry, an error occurred".
-
Jim Fulton authored
-
- 03 Jun, 1999 3 commits
-
-
Jim Fulton authored
form data. The change also eliminates some unneeded computation.
-
Jim Fulton authored
-
Ken Manheimer authored
-
- 02 Jun, 1999 1 commit
-
- 01 Jun, 1999 8 commits
-
-
joey authored
-
Jim Fulton authored
in Python 1.5.2.
-
Amos Latteier authored
-
Amos Latteier authored
Added fix contributed by Brian Hooper for HTTP Clients which don't always spell their HTTP headers correctly.
-
joey authored
from xml to pickles.
-
- 28 May, 1999 15 commits
-
-
Jim Fulton authored
added user folders to be ineffective.
-
Jim Fulton authored
Destination in favor of this.
-
Jim Fulton authored
(or at least strings or None).
-
Ken Manheimer authored
exception - i put the format args within a tuple, so they must match format string plurality.
-
Amos Latteier authored
Changed start script to include a stanza for the new monitor server, changed the location of the suid, tweaked imports to match new ZServer package structure, and got rid of the HOSTNAME argument.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored