- 05 Apr, 2002 1 commit
-
-
Toby Dickenson authored
No need to use a full sweep now. the incremental collector is sufficiently effective at keeping memory usage in check, and does not have the severe performance implications
-
- 04 Apr, 2002 3 commits
-
-
Chris McDonough authored
del transientobject['key'] Would fail with a slice error (due to the security machinery). Assigning __garded_delitem__ to __delitem__ solves this problem.
-
Shane Hathaway authored
-
Shane Hathaway authored
-
- 03 Apr, 2002 3 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
Merged shane-better-tracebacks-branch. The changes are explained in http://dev.zope.org/Wikis/DevSite/Proposals/BetterTracebacks
-
Jens Vagelpohl authored
"Associate" tab like in the standard ZMI folder contents view
-
- 02 Apr, 2002 1 commit
-
-
Andreas Jung authored
-
- 01 Apr, 2002 2 commits
-
-
Andreas Jung authored
cleared the standard Vocabulary.
-
Andreas Jung authored
-
- 29 Mar, 2002 3 commits
-
-
Barry Warsaw authored
it fails. ;(
-
Andreas Jung authored
-
Chris McDonough authored
-
- 28 Mar, 2002 4 commits
-
-
Andreas Jung authored
in a inconsistent way and were responsible for unwanted openings of new windows
-
Casey Duncan authored
-
Casey Duncan authored
-
Matt Behrens authored
Win32 build
-
- 27 Mar, 2002 3 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
new settings tab will have more stuff under it before 2.6 ships.
-
Toby Dickenson authored
-
- 24 Mar, 2002 1 commit
-
-
Chris McDonough authored
-
- 21 Mar, 2002 5 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
lists.zope.org/pipermail/zope/2002-March/111521.html).
-
Barry Warsaw authored
self._metadata table after we're done with it, otherwise the test suite hangs.
-
Andreas Jung authored
- Collector #303: Properties of type 'long' got truncated
-
Toby Dickenson authored
-
- 20 Mar, 2002 4 commits
-
-
Chris McDonough authored
INSTANCE_HOME, resolving any symlinks in any element within paths passed in via the INSTANCE_HOME or SOFTWARE_HOME envvars. Paths that are computed by "dead reckoning" from os.getcwd and module paths are also "realpathed". So for instance, if you use '/home/chrism/Instance' as your INSTANCE_HOME, and '/home/chrism' is a symlink to '/other/home/chrism', your INSTANCE_HOME will be computed as '/other/home/chrism/Instance'. This is necessary to avoid weirdnesses while using "dead reckoning" from INSTANCE_HOME and SOFTWARE_HOME in other parts of the code. POSIX systems only.
-
Lennart Regebro authored
-
Lennart Regebro authored
-
Toby Dickenson authored
-
- 19 Mar, 2002 1 commit
-
-
Casey Duncan authored
'ids' without the sky falling.
-
- 18 Mar, 2002 3 commits
-
-
Matt Behrens authored
that always returns 0
-
Andreas Jung authored
-
Toby Dickenson authored
-
- 17 Mar, 2002 1 commit
-
-
Matt Behrens authored
-
- 15 Mar, 2002 5 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
Minor change to METAL slot handling. Convert unfilled 'define-slot' to neutral 'slot' instead of active 'fill-slot' on expansion.
-
Jeremy Hylton authored
Also change to use time.localtime() instead of calling time.time() first. This is a Python 2.1-ism. Per request by Andreas Jung.
-
Chris Withers authored
-