- 01 Nov, 2001 8 commits
-
-
Amos Latteier authored
-
Barry Warsaw authored
Also, move the opening of the output and log files above the opening of the storages so there's a closer link between that and the try/finally that closes closes the storages.
-
Barry Warsaw authored
-
Barry Warsaw authored
will do this.
-
Barry Warsaw authored
"from ZODB import utils" -> "from ZODB.utils import p64, U64" fixed comment-doc for pickles table close(): Don't close the commitlog since the base class's close() will do this now. _zapobject(): Wrap _serials.delete() in a try/except ignoring DBNotFoundError. pack(): Compare refcounts to None by using "is not" instead of <>
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
- better regular expressions to check hostnames and domain specs - added underscore as allowed character in hostnames (this is officially forbidden by RFC 972 but underscores are often used and supported by some DNS servers).
-
- 31 Oct, 2001 5 commits
-
-
Michel Pelletier authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Chris McDonough authored
-
Andreas Jung authored
-
- 30 Oct, 2001 3 commits
-
-
matt@zope.com authored
to override.
-
Andreas Jung authored
-
Andreas Jung authored
-
- 29 Oct, 2001 10 commits
-
-
Andreas Jung authored
pos() is disabled because the behaviour of the other splitters differ from the sematics of the funciton.
-
Andreas Jung authored
-
Jeremy Hylton authored
Don't test for explicit end-of-line markers, since they vary across platforms. Instead, strip() the line read and test for the actual content.
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
standalone but not through DTML. Fixed !
-
Andreas Jung authored
-
Andreas Jung authored
-
matt@zope.com authored
-
Andreas Jung authored
-
- 27 Oct, 2001 1 commit
-
-
matt@zope.com authored
unspecified defaults for other positions (curiously, which should fail with Python -- evidently I dont fully grok something [MTK]); should enable C acclerated access control to work again.
-
- 26 Oct, 2001 10 commits
-
-
Jim Fulton authored
lack of keyword argument support. :(
-
Evan Simpson authored
-
matt@zope.com authored
-
matt@zope.com authored
-
Evan Simpson authored
-
matt@zope.com authored
-
matt@zope.com authored
from cAccessControl-review-branch.
-
Andreas Jung authored
- WebDAV: '(' and ')' are now allowed in Ids for Zope objects. This is needed when one tries to duplicate files using cut&paste through Microsoft webfolders.
-
matt@zope.com authored
raise an error on duplicat removal due to recursive entry.
-
Andreas Jung authored
internal dav__* functions in PropertySheets.py although they are considered to be safe and do not need any escaping. This caused Zope to be completely incomplete with Windows XP. Fixed !
-
- 25 Oct, 2001 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-