gmane.comp.python.zope.zodb.cvs archive
388 archived articles, newest first (page 1 of 4). Latest articles →
SVN: zdaemon/trunk/ Moved to github
Tue, 19 Feb 2013 20:29:46 -0500 (EST)SVN: zdaemon/trunk/ Post-release version bump.
Fri, 15 Feb 2013 08:41:46 -0500 (EST)SVN: zdaemon/tags/4.0.0a1/ Tagging 4.0.0a1
Fri, 15 Feb 2013 08:38:43 -0500 (EST)SVN: zdaemon/trunk/ Preparing release 4.0.0a1
Fri, 15 Feb 2013 08:38:25 -0500 (EST)SVN: zdaemon/trunk/CHANGES.txt Mention Python 3.3 support in the changelog.
Fri, 15 Feb 2013 08:26:57 -0500 (EST)SVN: zdaemon/branches/py3/ The py3 branch was merged to trunk.
Fri, 15 Feb 2013 08:25:10 -0500 (EST)SVN: zdaemon/trunk/ Merge the py3 branch.
Fri, 15 Feb 2013 08:24:53 -0500 (EST)SVN: zdaemon/branches/py3/ Make tests pass on Python 3.3.
Thu, 14 Feb 2013 10:33:42 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/ Towards Py3K: file.write() return value, close files
Thu, 14 Feb 2013 10:33:38 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/tests/tests.py Make the tests time out after 1 minute if something goes wrong.
Thu, 14 Feb 2013 10:33:40 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/tests/tests.py Fix import ordering and weird doctest indentation.
Thu, 14 Feb 2013 10:33:35 -0500 (EST)SVN: zdaemon/branches/py3/setup.py zc.customdoctests now supports Python 3.
Thu, 14 Feb 2013 10:33:33 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/tests/testzdrun.py Do not hide the socket exception in testRunIgnoresParentSignals
Thu, 14 Feb 2013 06:15:45 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/zdctl.py Close sockets explicitly to avoid ResourceWarnings.
Thu, 14 Feb 2013 06:15:47 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/ Try to untangle bytes from strings.
Thu, 14 Feb 2013 06:15:50 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/zdrun.py Don't open-code str.rstrip().
Thu, 14 Feb 2013 06:15:33 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/tests/testzdrun.py Explicitly close files.
Thu, 14 Feb 2013 06:15:43 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/tests/testzd Avoid deprecated spellings of assertion methods.
Thu, 14 Feb 2013 06:15:40 -0500 (EST)SVN: zdaemon/branches/py3/src/zdaemon/tests/testzdrun.py Decrease test timeout back to 1 minute (it was 1h40m).
Thu, 14 Feb 2013 06:15:37 -0500 (EST)SVN: zdaemon/branches/py3/tox.ini Let's not clutter the current working directory with *.egg files
Thu, 14 Feb 2013 02:03:16 -0500 (EST)SVN: zdaemon/branches/py3/setup.py Make setup.py test find the tests.
Wed, 13 Feb 2013 09:29:53 -0500 (EST)SVN: zdaemon/branches/py3/ Initial stab at porting. I need help. :-)
Wed, 13 Feb 2013 09:14:01 -0500 (EST)SVN: zdaemon/branches/py3/ Create a branch for Python 3.
Wed, 13 Feb 2013 09:10:32 -0500 (EST)SVN: ZODB/trunk/ Moved to github
Sat, 5 Jan 2013 13:57:02 -0500 (EST)SVN: ZODB/branches/shane-poll-invalidations/ merged (in some form)
Wed, 26 Dec 2012 20:23:44 -0500 (EST)SVN: ZODB/branches/shane-cross-database-seatbelt/ obe
Wed, 26 Dec 2012 20:22:41 -0500 (EST)SVN: ZODB/branches/jim-s3-zeo-blobs/ naive
Wed, 26 Dec 2012 20:18:34 -0500 (EST)SVN: ZODB/branches/jim-jvm-zeo/ abandoned
Wed, 26 Dec 2012 20:15:02 -0500 (EST)SVN: ZODB/branches/jim-gc/ fixed
Wed, 26 Dec 2012 20:14:16 -0500 (EST)SVN: ZODB/branches/davisagli-subconn-activity-monitors/ merged
Wed, 26 Dec 2012 20:07:49 -0500 (EST)SVN: ZODB/branches/ctheune-zeo-restore/ abandoned
Wed, 26 Dec 2012 20:05:41 -0500 (EST)SVN: ZODB/branches/test_repozo/ Remove merged dev branches
Wed, 26 Dec 2012 19:57:07 -0500 (EST)SVN: ZODB/branches/tseaver- Remove merged dev branches
Wed, 26 Dec 2012 19:54:24 -0500 (EST)SVN: ZODB/trunk/setup.py Back to development.
Mon, 17 Dec 2012 11:48:34 -0500 (EST)SVN: ZODB/tags/4.0.0a4/ Tag 4.0.0a4 release.
Mon, 17 Dec 2012 11:44:25 -0500 (EST)SVN: ZODB/trunk/ Prep 4.0.0a4 release.
Mon, 17 Dec 2012 11:43:59 -0500 (EST)SVN: ZODB/trunk/CHANGES.txt Note recent serial-as-bytes fix.
Sun, 16 Dec 2012 19:26:41 -0500 (EST)SVN: ZODB/trunk/src/ZODB/ Avoid repr(tid) (use tid.raw()).
Sat, 15 Dec 2012 14:28:11 -0500 (EST)SVN: ZODB/trunk/src/ZODB/DB.py Moar don't use repr(tid) to get a serial.
Fri, 14 Dec 2012 21:02:54 -0500 (EST)SVN: ZODB/trunk/src/ZODB/tests/testTimeStamp.py Don't test TimeStamp here: those tests are in persistent.
Fri, 14 Dec 2012 20:43:00 -0500 (EST)SVN: ZODB/trunk/src/ZODB/ Don't use repr(tid) to get a serial.
Fri, 14 Dec 2012 20:29:14 -0500 (EST)SVN: zdaemon/trunk/src/zdaemon/README.txt typo
Mon, 10 Dec 2012 13:46:07 -0500 (EST)SVN: ZODB/trunk/buildout.cfg Removed buggy duplication
Mon, 3 Dec 2012 06:52:08 -0500 (EST)SVN: ZODB/tags/4.0.0a3/setup.py version
Sat, 1 Dec 2012 11:45:23 -0500 (EST)SVN: ZODB/tags/4.0.0a3/ tag
Sat, 1 Dec 2012 11:44:36 -0500 (EST)SVN: ZODB/trunk/ Fixed: An elaborate test for trvial logic corrupted module state in a
Sat, 1 Dec 2012 11:16:01 -0500 (EST)SVN: zdaemon/tags/3.0.5/setup.py version
Tue, 27 Nov 2012 17:38:29 -0500 (EST)SVN: zdaemon/tags/3.0.5/ tag
Tue, 27 Nov 2012 17:37:58 -0500 (EST)SVN: zdaemon/trunk/ Fixed: the status command didn't return a non-zero exit status when
Tue, 27 Nov 2012 17:37:21 -0500 (EST)SVN: ZODB/trunk/setup.py Include classifiers for python compat
Mon, 19 Nov 2012 14:37:06 -0500 (EST)SVN: ZODB/trunk/CHANGES.txt Removed ZEO changes, since ZEO is now separate.
Mon, 19 Nov 2012 14:34:14 -0500 (EST)SVN: ZODB/tags/4.0.0a2/setup.py version
Tue, 13 Nov 2012 07:25:11 -0500 (EST)SVN: ZODB/tags/4.0.0a2/ tag
Tue, 13 Nov 2012 07:24:32 -0500 (EST)SVN: ZODB/trunk/ Fixed: An unneeded left-over setting in setup.py caused installation with
Tue, 13 Nov 2012 07:24:02 -0500 (EST)SVN: ZODB/tags/4.0.0a1/setup.py version
Wed, 7 Nov 2012 15:53:41 -0500 (EST)SVN: ZODB/tags/4.0.0a1/ tag
Wed, 7 Nov 2012 15:51:36 -0500 (EST)SVN: ZODB/trunk/CHANGES.txt Release date!!!
Wed, 7 Nov 2012 15:40:57 -0500 (EST)SVN: ZODB/trunk/README.txt Clean up. Need a better way to maintain this information. It rots way
Wed, 7 Nov 2012 15:40:18 -0500 (EST)SVN: ZODB/trunk/README.txt Clean up. Need a better way to maintain this information. It rots way
Wed, 7 Nov 2012 15:39:59 -0500 (EST)SVN: ZODB/trunk/setup.py don't run _save_index. Something wacked in setting recursion limit
Wed, 7 Nov 2012 07:45:15 -0500 (EST)SVN: ZODB/trunk/ merged branches/tseaver-btrees_as_egg, splitting btrees into separate project
Wed, 7 Nov 2012 07:14:32 -0500 (EST)SVN: ZODB/branches/tseaver-btrees_as_egg/ Use separately-released BTrees.
Sat, 20 Oct 2012 15:29:59 -0400 (EDT)SVN: ZODB/branches/tseaver-btrees_as_egg/ Branch for BTree split.
Sat, 20 Oct 2012 15:13:24 -0400 (EDT)SVN: ZODB/trunk/setup.py be consistent
Thu, 18 Oct 2012 08:21:55 -0400 (EDT)SVN: ZODB/trunk/setup.py Don't support Python 2.5 any more (since persistent doesn't).
Thu, 18 Oct 2012 07:08:14 -0400 (EDT)SVN: ZODB/branches/patricks-blob-dir-perm/src/ZODB/co missed another one
Wed, 17 Oct 2012 17:26:32 -0400 (EDT)SVN: ZODB/branches/patricks-blob-dir-perm/src/ZODB/co grr
Wed, 17 Oct 2012 16:11:42 -0400 (EDT)SVN: ZODB/branches/patricks-blob-dir-perm/src/ZODB/tests/test rename an an option
Wed, 17 Oct 2012 15:41:43 -0400 (EDT)SVN: ZODB/branches/patricks-blob-dir-perm/src/ZODB/config.py Get blobstorage config working
Wed, 17 Oct 2012 13:27:11 -0400 (EDT)SVN: ZODB/branches/patricks-blob-dir-perm/src/ZODB/ Add conversion to the FileStorage config handler, add config tests.
Wed, 17 Oct 2012 11:35:07 -0400 (EDT)SVN: ZODB/branches/patricks-blob-dir-perm/src/ZODB/ preserve legacy behavior if explicit blob dir permissions are not
Wed, 17 Oct 2012 10:47:56 -0400 (EDT)SVN: ZODB/branches/patricks-blob-dir-perm/ sync with trunk
Tue, 16 Oct 2012 15:52:14 -0400 (EDT)SVN: ZODB/trunk/setup.py more zeo removal
Sun, 14 Oct 2012 17:01:38 -0400 (EDT)SVN: ZODB/trunk/setup.py Don't want ZEO entry points.
Sun, 14 Oct 2012 16:51:21 -0400 (EDT)SVN: ZODB/trunk/ rename to ZODB
Sun, 14 Oct 2012 16:34:18 -0400 (EDT)SVN: ZODB/trunk/CHANGES.txt Version.
Sun, 14 Oct 2012 16:33:32 -0400 (EDT)SVN: ZODB/trunk/ Move CHANGES.txt up. It made no sense where it was
Sun, 14 Oct 2012 16:13:18 -0400 (EDT)SVN: ZODB/trunk/s Split ZEO into separate project
Sun, 14 Oct 2012 16:03:14 -0400 (EDT)SVN: ZODB/trunk/src/ZODB/scripts/README.txt Removed a reference to a non-existent script.
Sun, 14 Oct 2012 15:49:11 -0400 (EDT)SVN: ZODB/trunk/ merged the tseaver-persistent_as_egg branch to complete the persistent separation
Sun, 14 Oct 2012 15:42:28 -0400 (EDT)SVN: ZODB/branches/patricks-blob-dir-perm/ Make the blob dir permissions configurable
Thu, 11 Oct 2012 18:08:05 -0400 (EDT)SVN: ZODB/branches/perfmetrics/s Send pool sizes, load/store counts, and connection durations to Statsd.
Mon, 3 Sep 2012 16:35:59 -0400 (EDT)SVN: ZODB/branches/perfmetrics/ Branch for adding perfmetrics
Mon, 3 Sep 2012 14:12:42 -0400 (EDT)SVN: ZODB/trunk/buildout.cfg don't run tests inside the persistent egg
Sun, 26 Aug 2012 06:48:19 -0400 (EDT)SVN: ZODB/trunk/ Note split of persistent.
Tue, 21 Aug 2012 13:08:46 -0400 (EDT)SVN: ZODB/trunk/ Don't mention no-longer-existing headers.
Tue, 21 Aug 2012 13:07:04 -0400 (EDT)SVN: ZODB/trunk/ Merge tseaver-persistent_as_egg branch.
Tue, 21 Aug 2012 12:50:07 -0400 (EDT)SVN: ZODB/branches/tseaver-persistent_as_egg/persistent-4.0dev.tar.gz Don't store an old copy of the persistent egg.
Thu, 16 Aug 2012 17:31:57 -0400 (EDT)SVN: ZODB/branches/tseaver-persistent_as_egg/buildout.cfg Use released version of persistent.
Sat, 11 Aug 2012 11:41:10 -0400 (EDT)SVN: zdaemon/tags/3.0.4/setup.py *** empty log message ***
Mon, 30 Jul 2012 13:48:58 -0400 (EDT)SVN: zdaemon/tags/3.0.4/ tag
Mon, 30 Jul 2012 13:48:08 -0400 (EDT)SVN: zdaemon/trunk/ Fixed: The start command exited with a zero exit status even when
Mon, 30 Jul 2012 13:47:19 -0400 (EDT)SVN: zdaemon/tags/3.0.3/setup.py version
Tue, 10 Jul 2012 14:15:11 -0400 (EDT)SVN: zdaemon/tags/3.0.3/ tag
Tue, 10 Jul 2012 14:14:21 -0400 (EDT)SVN: zdaemon/trunk/ - Fixed: programs started with zdaemon couldn't, themselves, invoke
Tue, 10 Jul 2012 14:05:23 -0400 (EDT)SVN: zdaemon/tags/3.0.2/setup.py version
Tue, 10 Jul 2012 12:46:08 -0400 (EDT)SVN: zdaemon/tags/3.0.2/ tag
Tue, 10 Jul 2012 12:45:24 -0400 (EDT)SVN: zdaemon/trunk/CHANGES.txt *** empty log message ***
Tue, 10 Jul 2012 12:44:51 -0400 (EDT)SVN: ZODB/branches/tseaver-persistent_as_egg/ Smoother workaround for missing headers from 'persistent'.
Tue, 10 Jul 2012 08:27:29 -0400 (EDT)SVN: ZODB/branches/tseaver-persistent_as_egg/include/persistent/ Just headers (via svn:externals of individual files).
Mon, 2 Jul 2012 16:14:02 -0400 (EDT)
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.