- 21 Mar, 2002 3 commits
-
-
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 6 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
-
Chris Withers authored
-
- 14 Mar, 2002 2 commits
-
-
Matt Behrens authored
stop using 'nobody', warn of insecure umasks.
-
Matt Behrens authored
Also remove conflict cruft that snuck into CHANGES.txt.
-
- 13 Mar, 2002 8 commits
-
-
Andreas Jung authored
- WebDAV: removing an non-existing property now returns a HTTP 200-OK response instead of 404 (now compliant with RFC 2518)
-
Tres Seaver authored
- Removed spurious 'self' argument from scarecrow interfaces; suppressed 'self' in interface methods created from actual method objects.
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Chris Withers authored
-
- 12 Mar, 2002 9 commits
-
-
Kapil Thangavelu authored
-
Andreas Jung authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Andreas Jung authored
TextIndex to index numbers, single characters. It is also possible to enable case-sensitive indexing. The new configuration options are available through the addForm of the Vocabulary object.
-
Brian Lloyd authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 11 Mar, 2002 3 commits
-
-
Shane Hathaway authored
-
Kapil Thangavelu authored
1. Fixes a bug in the TM whereby tpc_abort was ignored. this was the likely cause of external transaction manager's never recieving a commit or abort statement and hanging because they could never register again for a transaction. 2. Works around a bug in Zope's transaction machinery. This bug is a corner case. it would cause loss of data integrity if a external transaction manager were involved in a zope transaction that involved a subtransaction commit, in which the overall transaction was aborted.
-
Andreas Jung authored
-