- 15 Jul, 2004 1 commit
-
-
Andreas Jung authored
- renamed handlers - added zlog handler
-
- 14 Jul, 2004 4 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 13 Jul, 2004 3 commits
-
-
Fred Drake authored
This corresponds to the Hotfix_2004-07-13 product.
-
Chris McDonough authored
The code for generating the Zope service name doesn't lower case the names. Being windows this means c:\Zope and C:\Zope are the same files and hence valid instance homes. However their hashes are different meaning you can't find the service name without knowing the exact case.
-
Chris Withers authored
-
- 06 Jul, 2004 1 commit
-
-
Chris Withers authored
made Zope.configure return the starter instance to enable other methods to be called, such as starter.setupConfiguredLoggers()
-
- 05 Jul, 2004 1 commit
-
-
Andreas Jung authored
- Collector #1406: fixed segmentation fault by acquisition
-
- 04 Jul, 2004 1 commit
-
-
Chris McDonough authored
-
- 01 Jul, 2004 1 commit
-
-
Andreas Jung authored
-
- 25 Jun, 2004 4 commits
-
-
Martijn Pieters authored
- Fix collector# 1384: calculate correct length even when all items in the LazyCat have been enumerated.
-
Martijn Pieters authored
-
Martijn Pieters authored
offset optional.
-
Andreas Jung authored
- replaced type() comparisons with faster isinstance() calls
-
- 23 Jun, 2004 1 commit
-
-
Fred Drake authored
By re-locating the file, we do not need to change the contents of the file, and can still fix the import problem.
-
- 19 Jun, 2004 1 commit
-
-
Andreas Jung authored
other docutils code
-
- 12 Jun, 2004 2 commits
-
-
Stuart Bishop authored
-
Stuart Bishop authored
-
- 09 Jun, 2004 1 commit
-
-
Paul Winkler authored
-
- 04 Jun, 2004 3 commits
-
-
Paul Winkler authored
-
Stefan H. Holek authored
-
Andreas Jung authored
-
- 03 Jun, 2004 2 commits
-
-
Casey Duncan authored
Add test for upward traversal
-
Andreas Jung authored
if one tries to embed Zope within C/C++.
-
- 02 Jun, 2004 2 commits
-
-
Jim Fulton authored
Made a small fix to _setDB in Mount.py to pass through new args passed to it. With these changes, Zope now runs again.
-
Casey Duncan authored
- Reformat code, add docstrings, unobfuscate local var names - Eliminate use of hasattr and simplify where possible - Add comments - Improve test coverage
-
- 30 May, 2004 1 commit
-
-
Chris McDonough authored
until a bucket is garbage collected (which may be much later than the expiration of that bucket), we "finalize" a bucket as soon as possible after it gets expired. This effectively means that the "delete notifier" will be called much closer to the time that a transient object actually expires. - Add a "_last_finalized_timeslice" counter; this counter keeps track of the bucket which was finalized last. Set the initial value of "_last_finalized_timeslice" to -period; this services the unit tests for finalization, where there can actually be a timeslice that is 0 and we need to finalize that bucket. - Add a series of locks to prevent finalization, replentishment, and garbage collection from being attempted by more than one thread simultaneously. - Add "Fake" module for interactive testing purposes (swap out BTree for simpler object during stress tests for isolation purposes). - Allow DATA_CLASS to be specified (this is the main data structure class). - Update docs and tests to account for new finalization strategy.
-
- 29 May, 2004 4 commits
-
-
Jim Fulton authored
data from the alpha 2 tag. Sigh.
-
Jim Fulton authored
-
Stuart Bishop authored
-
Stuart Bishop authored
-
- 28 May, 2004 7 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Chris McDonough authored
-
Tres Seaver authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Andreas Jung authored
-