November 2008 Archives by date
Starting: Sat Nov 1 14:07:30 EDT 2008
Ending: Sun Nov 30 18:28:33 EST 2008
Messages: 109
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/DemoStorage.py Do gc if there is no base storage.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/BaseStorage.py Added some lock-debugging support.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/Z Use binary pickles to deal with new oids generated by demo storage.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/MappingStorage.py Fixed a bad raise in loadSerial.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ - FileStorage now provides optional garbage collection. A 'gc'
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/blob.py Fix corner case NameError.
Chris McDonough
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/historical_connections.txt Adjusted to account for apparent asynchrony between the time and
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ - fix bug that made it possible for DemoStorage to hand out the same OID
Benji York
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/DemoStorage.py Use an instance-specific set, rather than a shared dict. Also lock
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a3/ tag
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a3/ oops
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt *** empty log message ***
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a3/ tag
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a3/s Updated release info.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ Fixed yet another threading bug in handling new oids.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Fixed release date
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a4/ tag
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a4/s Updated release info
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ Use the cPickle inst_persistent_id rather than the persistent_id hook
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ Added a new convenience function, ZEO.DB, for creating databases
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test with newest Python, version 2.6.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test with newest Python, version 2.6.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test with newest Python, version 2.6.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test with newest Python, version 2.6.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ Allow client caches larger than 4G.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/setup.py Removed references to ZopeUndo.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Branch was using an incorrect setup file.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test ZODB with Python-2.6.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/trunk/src/ Cache sizes can now be changed. (Previously, you couldn't change the
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Added an optimization to make sure there's always a free block after
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Fixed some long lines. :(
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/connection.py Upped the protocol number, since new server methods were added.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/Z Began fixing deprecation errors, non-functional check-in.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Checkpoint
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/Z Checkpoint - reverted changes and created module to hold hashlib.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Checkpoint
matt at zope.com
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Create temp files in the cwd, so they get cleaned up at the end of the test.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testConfig.py Import ClientStorage earlier to avoid a spurious test warning about
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/Z Added layer declarations to take advantage of the test runner's
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Run tests in temporary dirs that get cleaned up at end of test.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Checkpoint
Stephan Richter
- [Zodb-checkins] [Checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Checkpoint
Benji York
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Fixed a bug in the logic for finding available sockets for testing.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/ Improved the get_port function to address a race condition. This
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/test_cache.py Don't run certain large-file test except on linux.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/util.py Need at atexit handler to clean out layer directories, since the test
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/buildout.cfg Don't remove tmp from parts on startup. Doing so causes problems when
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/Z Added missing test cleanup
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Allow the storage name to be ommitted from the storage configuration
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Added convenience functions for starting and stopping servers in
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Fixed a bug in the iterator support. Iterators weren't properly
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/zeo-fan-out.test Take advantage of new helper functions.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Fixed hash errors, still testing connectivity problems.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/ Re-branched to incorporate testing in parallel with Python 2.6 testing.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/tags/3.8.1/src/ZEO/scripts/zeoserverlog.py Rename abort list variable to aborts, prevents collision with as keyword
Matthew Wilkes
- [Zodb-checkins] [Checkins] SVN: ZODB/tags/3.8.1/src/ZEO/scripts/zeoserverlog.py Rename abort list variable to aborts, prevents collision with as keyword
Fred Drake
- [Zodb-checkins] SVN: ZODB/tags/3.8.1/src/ZEO/scripts/zeoserverlog.py Apologies, fetches caffeine, tries again
Matthew Wilkes
- [Zodb-checkins] [Checkins] SVN: ZODB/tags/3.8.1/src/ZEO/scripts/zeoserverlog.py Rename abort list variable to aborts, prevents collision with as keyword
Matthew Wilkes
- [Zodb-checkins] SVN: ZODB/branches/3.8/src/ZEO/scripts/zeoserverlog.py Rename abort list variable to aborts, prevents collision with as keyword
Matthew Wilkes
- [Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Caught up with recent changes.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/Z Exposed database storages using the public "storage" attribute.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py Refactored the way ClientStorage logs to:
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/Z - Changed md5 and sha1 to use hashlib
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/patrick-pyflakes/ Branch for resolving issues uncovered by PyFlakes
Patrick Strawderman
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ServerStub.py We don't use the result of iterator_gc, so it should be a one-way method.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/client.py Make sure the minimum reconnect timeout is less than the max.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Added a method to clear the cache.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Switched to using the subprocess module so that the zeo server closes
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/ConnectionTests.py Removed the pid cleanup code. The subprocess module does this for us.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/s Fixed bug: The new option to drop the cache on verify didn't leave the
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/patrick-pyflakes/src/Z Undefined names/missing imports
Patrick Strawderman
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Changed the dropped-cache event to a StaleCache event that's published
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Updated
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZODB/POSException.py Changed "reduce" definition for different Python versions.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZODB/POSException.py Checkpoint, tiny error.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZODB/POSException.py Another edit between versions.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Fixed a bad-magic-number exception message .
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/Z Fixed various name errors
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/DebugServer.py Removed an unused and untested module.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ This branch deleted in order to incorp. newer changes to tests.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Removed code to reraise a ECONNRESET socket exception. I don't see
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/ConnectionTests.py Added back the os.waitpid calls since we don't use subprocess on
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Don't use subprocess on windows. The close_fds option doesn't work on
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/test_cache.py Catch the exception to prevent it from hanging around, keeping the
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZODB/POSException.py Checkpoint.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Fixed a bug in handling an odd edge case of a client connecting to a
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZODB/POSException.py New POSException format.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/hash.py Slight hack to appease hmac's digestmod reqs.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/zrpc/ Added ZEO.hash call for digestmod reqs.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a5/ tag
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a5/setup.py Updated release info
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a5/src/CHANGES.txt *** empty log message ***
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/README.txt Remmoved version # from README.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/ Changed the way hash module is imported.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/hash.py Added more to hash file to satisfy hmac.py
matt at zope.com
- [Zodb-checkins] SVN: ZODB/trunk/setup.py Updated URL.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-dev/ retire
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-dev/ dev
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py Quick hack while investigating protocol issues.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py Quick hack while investigating protocol issues.
Jim Fulton
- [Zodb-checkins] SVN: zdaemon/branches/matt-python-versions/ Created to resolve deprecations under Python 2.6.
matt at zope.com
- [Zodb-checkins] SVN: zdaemon/branches/matt-python-versions/src/zdaemon/tests/tests.py Changed os.popen4 to the 'subprocess' module to make Python 2.6 happy.
matt at zope.com
- [Zodb-checkins] SVN: ZODB/trunk/src/Z Cleaned up the Z309 ZEO protocol, removing versions from arguments and
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Cleaned up the Z309 ZEO protocol, removing versions from arguments and
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Added a convenience function to start a storage server without having
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob-cache/ branch
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/jim-zeo-blob-cache/src/ZEO/ClientStorage.py checkpoint
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a6/ tag
Jim Fulton
- [Zodb-checkins] SVN: ZODB/tags/3.9.0a6/s updated release info
Jim Fulton
Last message date:
Sun Nov 30 18:28:33 EST 2008
Archived on: Sun Nov 30 18:32:57 EST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).