- 30 Apr, 2009 4 commits
-
-
Jim Fulton authored
Include extra data in InvalidObjectReference exceptions to make debugging easier.
-
Jim Fulton authored
Added an option to disallow cross-database references.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 28 Apr, 2009 5 commits
-
-
Shane Hathaway authored
did not necessarily increase for every transaction. Fixed and tested.
-
Shane Hathaway authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
object can now *also* be used as an object with attributes mapped to the root-object keys.
-
- 27 Apr, 2009 2 commits
-
-
Jim Fulton authored
support.
-
Jim Fulton authored
Python (2.5 and later) with statement:: db = ZODB.DB(...) with db.transaction() as conn: # ... do stuff with conn This uses a private transaction manager for the connection. If control exists the block without an error, the transaction is committed, otherwise, it is aborted. - Connections now have a public ``opened`` attribute that is true when the connection is open, and false otherwise. When true, it is the seconds since the epoch (time.time()) when the connection was opened. This is a renaming of the previous ``_opened`` private variable.
-
- 24 Apr, 2009 5 commits
-
-
Jim Fulton authored
output.
-
Jim Fulton authored
convenient way to open a connection to a database. They open a database and return a connection to it. When the connection is closed, the database is closed as well.
-
Jim Fulton authored
messages.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 17 Apr, 2009 1 commit
-
-
Jim Fulton authored
-
- 15 Apr, 2009 1 commit
-
-
Andreas Jung authored
-
- 12 Apr, 2009 1 commit
-
-
Jim Fulton authored
the time zone definition, only worked on Unix.
-
- 11 Apr, 2009 1 commit
-
-
Jim Fulton authored
-
- 10 Apr, 2009 2 commits
-
-
Baiju Muthukadan authored
-
Chris Withers authored
-
- 31 Mar, 2009 1 commit
-
-
Andreas Jung authored
-
- 30 Mar, 2009 14 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
under Python 2.6
-
Andreas Jung authored
using hashlib.sha1 if available in order to avoid DeprecationWarning under Python 2.6
-
Andreas Jung authored
under Python 2.6
-
Andreas Jung authored
-
- 24 Mar, 2009 1 commit
-
-
Jim Fulton authored
The zeopack script has gotten a numner of improvements: - Simplified command-line interface. (The old interface is still supported, except that support for ZEO version 1 servers has been dropped.) - Multiple storages can be packed in sequence. - This simplifies pack scheduling on servers serving multiple databases. - All storages are packed to the same time. - You can now specify a time of day to pack to. - The script will now time out if it can't connect to s storage in 60 seconds. - It now has a test. :)
-
- 26 Feb, 2009 1 commit
-
-
Jim Fulton authored
- Connections from old ZEO clients weren't discarded when they were closed causing memory to leak and invalidations to become increasingly expensive over time. - The monitor server didn't correctly report the actual number of clients.
-
- 21 Feb, 2009 1 commit
-
-
Hanno Schlichting authored
Moved a blob related logging message to debug level, for the case of everything working as intended.
-