- 18 Jan, 2005 2 commits
-
-
Tres Seaver authored
-
Stefan H. Holek authored
testRunIgnoresParentSignals occasionally fails.
-
- 15 Jan, 2005 6 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 14 Jan, 2005 1 commit
-
-
Tres Seaver authored
-
- 13 Jan, 2005 1 commit
-
-
Stefan H. Holek authored
-
- 12 Jan, 2005 2 commits
-
-
Tim Peters authored
ZODB cache size is an integer (number of objects), not a number of bytes. Because this change wasn't made in ZODB (the right project), it got lost when I stitched in ZODB 3.3.1a1 yesterday.
-
Tino Wildenhain authored
-
- 11 Jan, 2005 5 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tres Seaver authored
-
- 10 Jan, 2005 1 commit
-
-
Jens Vagelpohl authored
-
- 08 Jan, 2005 1 commit
-
-
Andreas Jung authored
- Collector #1655: fixed severe memory leak in TemporaryStorage
-
- 03 Jan, 2005 1 commit
-
-
Andreas Jung authored
-
- 22 Dec, 2004 3 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
Work around for MSIE WebFolder view not properly showing modified and created date. This is the same thing that Apache DAV does, FWIW.
-
Andreas Jung authored
-
- 18 Dec, 2004 2 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
A RNFR (rename from) request was always responded with a response 350 (succesful). We do now check if the source file really exists and return a 550 response in case if it doest not.
-
- 17 Dec, 2004 1 commit
-
-
Chris McDonough authored
Collector 1626: Don't raise Forbidden if we don't know what to do. Instead, riase Unauthorized if _verifyObjectPaste fails in a way that we understand; let all other exceptions bubble to the top.
-
- 12 Dec, 2004 1 commit
-
-
Andreas Jung authored
-
- 06 Dec, 2004 1 commit
-
-
Andreas Jung authored
-
- 02 Dec, 2004 1 commit
-
-
Andreas Jung authored
full URL without query string as it appears within the location bar of the browser. The key has been added to provide a single key that is available for vhosted and non-vhosted installations. - Collector #1605: VHM did not quote URLs
-
- 01 Dec, 2004 1 commit
-
-
Sidnei da Silva authored
- webdav.Resource: during COPY, manage_afterClone was called way too early, thus the object wasn't bound to the database and couldn't find a context. Changed to behave the same way as CopySupport.
-
- 29 Nov, 2004 2 commits
-
-
Stefan H. Holek authored
-
Andreas Jung authored
- RAMCacheManager: opimized performance by using cPickle instead of pickle and by using the highest pickle protocol available instead of using ASCII pickles (patch by Dieter Maurer)
-
- 28 Nov, 2004 1 commit
-
-
Andreas Jung authored
numbers were not rendered correctly
-
- 26 Nov, 2004 7 commits
-
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Tres Seaver authored
-
Florent Guillaume authored
"foo=bar; hmm; baz=gee" will give an empty value for 'hmm' instead of silently discarding it and the rest of the string. (Thanks to 'sirilyan' for the patch.)
-
Lennart Regebro authored
bin/zopectl test now uses os.execv, instead os os.system, so that options with characters that needs shell quoting doesn't break the command.
-
Tres Seaver authored
-
Lennart Regebro authored
Updated doc/UNITTEST.txt and lib/python/Testing/README.txt to reflect progress made since UNITTEST.txt was originally written.
-