April 2009 Archives by subject
Starting: Sat Apr 4 12:52:55 EDT 2009
Ending: Thu Apr 30 07:43:51 EDT 2009
Messages: 50
- [Zodb-checkins] SVN: ZODB/branches/shane-cross-database-seatbelt/src/ZODB/ Corrected a case where the wrong _p_check_xref method would be called.
Shane Hathaway
- [Zodb-checkins] SVN: ZODB/branches/shane-cross-database-seatbelt/src/ZODB/ The proposed cross-database reference seat belt mechanism, with tests.
Shane Hathaway
- [Zodb-checkins] SVN: ZODB/branches/shane-cross-database-seatbelt/src/ZODB/cross-database-references.txt normalized whitespace
Shane Hathaway
- [Zodb-checkins] SVN: ZODB/branches/shane-poll-invalidations/src/ZODB/ explicitly release storage resources
Shane Hathaway
- [Zodb-checkins] SVN: ZODB/branches/shane-poll-invalidations/src/ZODB/ Renamed PollableMappingStorage to MVCCMappingStorage,
Shane Hathaway
- [Zodb-checkins] SVN: ZODB/branches/shane-poll-invalidations/src/ZODB/ Replaced IStoragePollable with IMVCCStorage.
Shane Hathaway
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testcrossdatabasereferences.py Include extra data in InvalidObjectReference exceptions to make
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testMVCCMappingStorage.py More thorough version of the invalidation test
Shane Hathaway
- [Zodb-checkins] SVN: zdaemon/ move stray tag to where it belongs
Chris Withers
- [Zodb-checkins] SVN: zdaemon/tags/2.0.3/ tagging 2.0.3
Chris Withers
- [Zodb-checkins] SVN: zdaemon/tags/2.0.4/ Tagging 2.0.4
Michael Howitz
- [Zodb-checkins] SVN: zdaemon/trunk/ - added coverage analysis tools to buildout
Michael Howitz
- [Zodb-checkins] SVN: zdaemon/trunk/ Back to development: 2.0.5dev
Michael Howitz
- [Zodb-checkins] SVN: zdaemon/trunk/ Fixed change log format, made table of contents nicer.
Michael Howitz
- [Zodb-checkins] SVN: zdaemon/trunk/ preparing for 2.0.3 release
Chris Withers
- [Zodb-checkins] SVN: zdaemon/trunk/ Preparing release 2.0.4
Michael Howitz
- [Zodb-checkins] SVN: zdaemon/trunk/ Removed zpkg stuff.
Michael Howitz
- [Zodb-checkins] SVN: zdaemon/trunk/CHANGES.txt Fixed indentation to be equal, use list everywhere
Michael Howitz
- [Zodb-checkins] SVN: zdaemon/trunk/setup.py remove development status trove category
Chris Withers
- [Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/ Provide doc strings for these two base classes.
Chris Withers
- [Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/ Sort out where help docs come from.
Chris Withers
- [Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/ Version 2.0.3 broke support for relative paths to the socket (``-s`` option and ``socket-name`` parameter), now relative paths work again as in version 2.0.2.
Michael Howitz
- [Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/tests/testzdrun.py these tests have been commented out for 5 years, I think it's safe to say they can go.
Chris Withers
- [Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/zdctl.py Make zeoctl --help work.
Chris Withers
- [Zodb-checkins] SVN: zdaemon/trunk/src/zdaemon/zdrun.py remove ancient cruft.
Chris Withers
- [Zodb-checkins] SVN: ZODB/branches/jim-relstorage/ Branch to work on support for relstorage
Jim Fulton
- [Zodb-checkins] SVN: ZODB/branches/shane-cross-database-seatbelt/ A branch for a cross-database reference seatbelt idea
Shane Hathaway
- [Zodb-checkins] SVN: ZODB/trunk/README.txt use new ZODB wiki link
Baiju M
- [Zodb-checkins] SVN: ZODB/trunk/src/ - Databases have a new method, transaction, that can be used with the
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ - make runzeo -h work.
Chris Withers
- [Zodb-checkins] SVN: ZODB/trunk/src/ Added convenience methods ZODB.DB.open and ZEO.DB.open provide a
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ As a convenience, the connection root method for returning teh root
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Renamed DB.open to connection
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/Z Renamed DB.open to connection
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/__init__.py Removed trailing whitespace.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py Cleaned up trailing whitespace.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/hash.py using try.except
Andreas Jung
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/scripts/tests.py Fixed a spurious test failure on Python 2.4 dur to changes in optparse
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/scripts/zeopack.test Refactored handling of local time because the old way, messing with
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEOOptions.py Disabled a silly zdaemon test that was generating spurious error
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZEO/zrpc/smac.py Removed unused and deprecated import.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Added an option to disallow cross-database references.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Merged the shane-poll-invalidations branch, which adds RelStorage
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ The databasesFrom... methods now support multiple databases.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/ Windows tests exposed a bug in MVCCMappingStorage: the transaction ID
Shane Hathaway
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/blob.py Cleaned up trailing whitespace.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/Connection.py remove trailing whitespace.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/DB.py Renamed DB.open to connection
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/multidb.txt The databasesFrom... methods now support multiple databases.
Jim Fulton
- [Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testDemoStorage.py Removed trailing whitespace.
Jim Fulton
Last message date:
Thu Apr 30 07:43:51 EDT 2009
Archived on: Thu Apr 30 07:43:53 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).