1. 17 Sep, 2004 6 commits
  2. 14 Sep, 2004 9 commits
  3. 10 Sep, 2004 4 commits
  4. 09 Sep, 2004 2 commits
  5. 04 Sep, 2004 3 commits
  6. 31 Aug, 2004 5 commits
  7. 27 Aug, 2004 2 commits
  8. 26 Aug, 2004 2 commits
    • Tim Peters's avatar
      Merge rev 27279 from 3.3 branch. · a1c7a05f
      Tim Peters authored
      Transaction.begin() didn't do anything.
      
      begin() is supposed to abort the current transaction, but
      Transaction.begin() did not.  Calling begin() on a transaction
      *manager* worked fine, and is the intended way to do a begin()
      in 3.3.  But calling begin() on a Transaction object is still
      very easy to do (e.g., the older get_transaction().begin()
      spelling still works), and shouldn't be a subtle disaster.
      a1c7a05f
    • Tim Peters's avatar
      Transaction.begin() didn't do anything. · b4731cf6
      Tim Peters authored
      begin() is supposed to abort the current transaction, but
      Transaction.begin() did not.  Calling begin() on a transaction
      *manager* worked fine, and is the intended way to do a begin()
      in 3.3.  But calling begin() on a Transaction object is still
      very easy to do (e.g., the older get_transaction().begin()
      spelling still works), and shouldn't be a subtle disaster.
      b4731cf6
  9. 25 Aug, 2004 3 commits
  10. 23 Aug, 2004 3 commits
  11. 21 Aug, 2004 1 commit