zodb-checkins@zope.org (date)
[
Thread Index
]
[
Top
]
[
All Lists
]
<
Prev Period
]
[
Next Period
>
November 28, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Added a convenience function to start a storage server without having
,
Jim Fulton
,
19:57
November 26, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Cleaned up the Z309 ZEO protocol, removing versions from arguments and
,
Jim Fulton
,
00:58
[Zodb-checkins] SVN: ZODB/trunk/src/Z Cleaned up the Z309 ZEO protocol, removing versions from arguments and
,
Jim Fulton
,
00:57
November 25, 2008
[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@xxxxxxxx
,
23:27
[Zodb-checkins] SVN: zdaemon/branches/matt-python-versions/ Created to resolve deprecations under Python 2.6.
,
matt@xxxxxxxx
,
22:33
November 24, 2008
[Zodb-checkins] SVN: ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py Quick hack while investigating protocol issues.
,
Jim Fulton
,
15:48
[Zodb-checkins] SVN: ZODB/branches/jim-dev/src/ZEO/zrpc/connection.py Quick hack while investigating protocol issues.
,
Jim Fulton
,
15:46
[Zodb-checkins] SVN: ZODB/branches/jim-dev/ dev
,
Jim Fulton
,
15:45
[Zodb-checkins] SVN: ZODB/branches/jim-dev/ retire
,
Jim Fulton
,
15:44
November 21, 2008
[Zodb-checkins] SVN: ZODB/trunk/setup.py Updated URL.
,
Jim Fulton
,
22:17
[Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/hash.py Added more to hash file to satisfy hmac.py
,
matt@xxxxxxxx
,
19:17
[Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/ Changed the way hash module is imported.
,
matt@xxxxxxxx
,
17:08
[Zodb-checkins] SVN: ZODB/trunk/README.txt Remmoved version # from README.
,
Jim Fulton
,
16:35
[Zodb-checkins] SVN: ZODB/tags/3.9.0a5/src/CHANGES.txt *** empty log message ***
,
Jim Fulton
,
16:34
[Zodb-checkins] SVN: ZODB/tags/3.9.0a5/setup.py Updated release info
,
Jim Fulton
,
16:27
[Zodb-checkins] SVN: ZODB/tags/3.9.0a5/ tag
,
Jim Fulton
,
16:26
November 20, 2008
[Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/zrpc/ Added ZEO.hash call for digestmod reqs.
,
matt@xxxxxxxx
,
23:50
[Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/hash.py Slight hack to appease hmac's digestmod reqs.
,
matt@xxxxxxxx
,
23:49
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Fixed a bug in handling an odd edge case of a client connecting to a
,
Jim Fulton
,
22:23
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/test_cache.py Catch the exception to prevent it from hanging around, keeping the
,
Jim Fulton
,
20:50
[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
,
20:42
[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
,
20:03
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ This branch deleted in order to incorp. newer changes to tests.
,
matt@xxxxxxxx
,
19:48
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/DebugServer.py Removed an unused and untested module.
,
Jim Fulton
,
00:27
[Zodb-checkins] SVN: ZODB/trunk/src/Z Fixed various name errors
,
Jim Fulton
,
00:27
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Fixed a bad-magic-number exception message .
,
Jim Fulton
,
00:27
November 19, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Updated
,
Jim Fulton
,
03:31
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Changed the dropped-cache event to a StaleCache event that's published
,
Jim Fulton
,
03:31
[Zodb-checkins] SVN: ZODB/branches/patrick-pyflakes/src/Z Undefined names/missing imports
,
Patrick Strawderman
,
03:24
[Zodb-checkins] SVN: ZODB/trunk/s Fixed bug: The new option to drop the cache on verify didn't leave the
,
Jim Fulton
,
02:46
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/ConnectionTests.py Removed the pid cleanup code. The subprocess module does this for us.
,
Jim Fulton
,
02:46
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Switched to using the subprocess module so that the zeo server closes
,
Jim Fulton
,
02:46
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Added a method to clear the cache.
,
Jim Fulton
,
02:46
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/client.py Make sure the minimum reconnect timeout is less than the max.
,
Jim Fulton
,
02:46
[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
,
02:46
November 18, 2008
[Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/Z - Changed md5 and sha1 to use hashlib
,
matt@xxxxxxxx
,
23:04
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py Refactored the way ClientStorage logs to:
,
Jim Fulton
,
21:32
[Zodb-checkins] SVN: ZODB/trunk/src/Z Exposed database storages using the public "storage" attribute.
,
Jim Fulton
,
18:56
[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Caught up with recent changes.
,
Jim Fulton
,
17:09
November 17, 2008
[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
,
21:42
Re: [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
,
21:38
[Zodb-checkins] SVN: ZODB/tags/3.8.1/src/ZEO/scripts/zeoserverlog.py Apologies, fetches caffeine, tries again
,
Matthew Wilkes
,
21:38
Re: [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
,
21:27
[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
,
21:26
[Zodb-checkins] SVN: ZODB/branches/matt-python-versions/ Re-branched to incorporate testing in parallel with Python 2.6 testing.
,
matt@xxxxxxxx
,
18:07
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Fixed hash errors, still testing connectivity problems.
,
matt@xxxxxxxx
,
17:23
November 16, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/zeo-fan-out.test Take advantage of new helper functions.
,
Jim Fulton
,
18:24
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Fixed a bug in the iterator support. Iterators weren't properly
,
Jim Fulton
,
18:23
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Added convenience functions for starting and stopping servers in
,
Jim Fulton
,
18:23
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Allow the storage name to be ommitted from the storage configuration
,
Jim Fulton
,
18:23
[Zodb-checkins] SVN: ZODB/trunk/src/Z Added missing test cleanup
,
Jim Fulton
,
16:35
November 15, 2008
[Zodb-checkins] SVN: ZODB/trunk/buildout.cfg Don't remove tmp from parts on startup. Doing so causes problems when
,
Jim Fulton
,
23:17
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/util.py Need at atexit handler to clean out layer directories, since the test
,
Jim Fulton
,
23:16
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/test_cache.py Don't run certain large-file test except on linux.
,
Jim Fulton
,
22:00
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/ Improved the get_port function to address a race condition. This
,
Jim Fulton
,
20:57
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/forker.py Fixed a bug in the logic for finding available sockets for testing.
,
Jim Fulton
,
16:40
Re: [Zodb-checkins] [Checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Checkpoint
,
Benji York
,
15:11
Re: [Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Checkpoint
,
Stephan Richter
,
00:55
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Run tests in temporary dirs that get cleaned up at end of test.
,
Jim Fulton
,
00:09
[Zodb-checkins] SVN: ZODB/trunk/src/Z Added layer declarations to take advantage of the test runner's
,
Jim Fulton
,
00:09
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testConfig.py Import ClientStorage earlier to avoid a spurious test warning about
,
Jim Fulton
,
00:09
[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
,
00:09
November 14, 2008
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Checkpoint
,
matt@xxxxxxxx
,
22:33
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/Z Checkpoint - reverted changes and created module to hold hashlib.
,
matt@xxxxxxxx
,
21:33
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/ZEO/ Checkpoint
,
matt@xxxxxxxx
,
19:48
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/src/Z Began fixing deprecation errors, non-functional check-in.
,
matt@xxxxxxxx
,
18:21
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/connection.py Upped the protocol number, since new server methods were added.
,
Jim Fulton
,
00:47
[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ Fixed some long lines. :(
,
Jim Fulton
,
00:47
November 13, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/ Cache sizes can now be changed. (Previously, you couldn't change the
,
Jim Fulton
,
20:38
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test ZODB with Python-2.6.
,
matt@xxxxxxxx
,
18:05
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Branch was using an incorrect setup file.
,
matt@xxxxxxxx
,
18:05
[Zodb-checkins] SVN: ZODB/trunk/setup.py Removed references to ZopeUndo.
,
Jim Fulton
,
18:05
[Zodb-checkins] SVN: ZODB/trunk/src/ Allow client caches larger than 4G.
,
Jim Fulton
,
00:49
November 12, 2008
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test with newest Python, version 2.6.
,
Jim Fulton
,
22:26
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test with newest Python, version 2.6.
,
Jim Fulton
,
22:26
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test with newest Python, version 2.6.
,
Jim Fulton
,
22:26
[Zodb-checkins] SVN: ZODB/branches/matt-python2.6/ Created to test with newest Python, version 2.6.
,
Jim Fulton
,
22:25
November 07, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/ Added a new convenience function, ZEO.DB, for creating databases
,
Jim Fulton
,
00:06
November 06, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/ Use the cPickle inst_persistent_id rather than the persistent_id hook
,
Jim Fulton
,
23:52
[Zodb-checkins] SVN: ZODB/tags/3.9.0a4/s Updated release info
,
Jim Fulton
,
23:34
[Zodb-checkins] SVN: ZODB/tags/3.9.0a4/ tag
,
Jim Fulton
,
23:32
[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Fixed release date
,
Jim Fulton
,
23:32
[Zodb-checkins] SVN: ZODB/trunk/src/ Fixed yet another threading bug in handling new oids.
,
Jim Fulton
,
22:16
November 05, 2008
[Zodb-checkins] SVN: ZODB/tags/3.9.0a3/s Updated release info.
,
Jim Fulton
,
01:04
[Zodb-checkins] SVN: ZODB/tags/3.9.0a3/ tag
,
Jim Fulton
,
01:03
[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt *** empty log message ***
,
Jim Fulton
,
01:03
[Zodb-checkins] SVN: ZODB/tags/3.9.0a3/ oops
,
Jim Fulton
,
01:01
[Zodb-checkins] SVN: ZODB/tags/3.9.0a3/ tag
,
Jim Fulton
,
01:01
November 04, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/DemoStorage.py Use an instance-specific set, rather than a shared dict. Also lock
,
Jim Fulton
,
23:06
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ - fix bug that made it possible for DemoStorage to hand out the same OID
,
Benji York
,
20:34
November 02, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/historical_connections.txt Adjusted to account for apparent asynchrony between the time and
,
Jim Fulton
,
18:28
November 01, 2008
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/blob.py Fix corner case NameError.
,
Chris McDonough
,
20:17
[Zodb-checkins] SVN: ZODB/trunk/src/ - FileStorage now provides optional garbage collection. A 'gc'
,
Jim Fulton
,
19:47
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/MappingStorage.py Fixed a bad raise in loadSerial.
,
Jim Fulton
,
19:47
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/BaseStorage.py Added some lock-debugging support.
,
Jim Fulton
,
19:33
[Zodb-checkins] SVN: ZODB/trunk/src/Z Use binary pickles to deal with new oids generated by demo storage.
,
Jim Fulton
,
19:33
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/DemoStorage.py Do gc if there is no base storage.
,
Jim Fulton
,
19:32
[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/blob.py Remove unused imports.
,
Chris McDonough
,
02:08
<
Prev Period
]
[
Next Period
>