- 08 Jan, 2007 1 commit
-
-
Philipp von Weitershausen authored
-
- 13 Dec, 2006 2 commits
-
-
Tres Seaver authored
-
-
- 07 Dec, 2006 1 commit
-
-
Andreas Jung authored
-
- 25 Nov, 2006 1 commit
-
-
Stefan H. Holek authored
- test.py lives in ZOPE_HOME for checkouts and ZOPE_HOME/bin for installations. - Comparing abspaths does not fly when symlinks are involved; use realpaths instead.
-
- 22 Nov, 2006 1 commit
-
-
Andreas Jung authored
-
- 21 Nov, 2006 2 commits
-
-
Andreas Jung authored
-
Dorneles Tremea authored
-
- 17 Nov, 2006 13 commits
-
-
Leonardo Rochael Almeida authored
revert ZCatalog.getobject() semantics not to mask traversal errors and not to fallback to .resolve_url() when the traversal result is None
-
Chris Withers authored
-
Chris Withers authored
- remove the pointless check for cache time being enabled inside _cached_result - _cached_result isn't actually called if caching isn't enabled - slight code tidy in DA.py - lots of comments in the test_caching.py and DA.py's _cached_result method
-
Chris Withers authored
- actively remove entries from the cache when they are found to be stale. This removes the possible causes of both the KeyError bug that Brian patched in Dec 2000 and the KeyError bug reported in #2212 - remove arbitary "divide by 2" on when we start checking to empty the cache and tcache, it looks like this may have once made sense when the tcache could grow without the cache growing, but I still can't really see how it made sense :-S - fix of-by-one errors on cache size
-
Andreas Jung authored
-
Chris Withers authored
- document the slim chances of remaining memory leaks - remove pointless import try/except, it always fails now - adjust tests to make sure we still generate pathalogical dict orderings
-
Chris Withers authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Chris Withers authored
- document 2 memory leaks, one in cache and one in tcache - test coverage for the patch Brian applied in Dec 2000
-
Chris Withers authored
- replace nasty and ineffective hack for dynamic connections ids in ZSQL Method cache which is tested and works - simplify tests as a result - make sure full chain of DA.__call__ and DA._cached_result is execercised
-
Chris Withers authored
The tests pass but XXX marks stuff that needs fixing.
-
- 15 Nov, 2006 3 commits
-
-
Tres Seaver authored
-
Leonardo Rochael Almeida authored
-
Leonardo Rochael Almeida authored
-
- 26 Oct, 2006 1 commit
-
-
Wichert Akkerman authored
-
- 16 Oct, 2006 4 commits
-
-
David Whitfield Morriss authored
-
David Whitfield Morriss authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 08 Oct, 2006 1 commit
-
-
Andreas Jung authored
HTTP header will be done only for 'text/*'
-
- 04 Oct, 2006 4 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 02 Oct, 2006 1 commit
-
-
Andreas Jung authored
No commit message
-
- 29 Sep, 2006 1 commit
-
-
Andreas Jung authored
-
- 19 Sep, 2006 1 commit
-
-
Alec Mitchell authored
Call setDefaultSkin on new requests created as the result of ConflictError retries. This allows view lookups to continue to work during retry attempts.
-
- 12 Sep, 2006 1 commit
-
-
Tres Seaver authored
-
- 10 Sep, 2006 1 commit
-
-
- 08 Sep, 2006 1 commit
-
-
Stefan H. Holek authored
-