1. 04 May, 2009 6 commits
  2. 30 Apr, 2009 7 commits
  3. 28 Apr, 2009 5 commits
  4. 27 Apr, 2009 2 commits
    • Jim Fulton's avatar
      ace0e8a9
    • Jim Fulton's avatar
      - Databases have a new method, transaction, that can be used with the · 3a26b7b4
      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.
      3a26b7b4
  5. 24 Apr, 2009 5 commits
  6. 17 Apr, 2009 1 commit
  7. 15 Apr, 2009 1 commit
  8. 12 Apr, 2009 1 commit
  9. 11 Apr, 2009 1 commit
  10. 10 Apr, 2009 2 commits
  11. 31 Mar, 2009 1 commit
  12. 30 Mar, 2009 8 commits