1. 04 Mar, 2004 5 commits
  2. 03 Mar, 2004 6 commits
  3. 02 Mar, 2004 14 commits
  4. 01 Mar, 2004 2 commits
  5. 27 Feb, 2004 11 commits
  6. 26 Feb, 2004 2 commits
    • Jeremy Hylton's avatar
      Add two notes about common use. · 52c6285f
      Jeremy Hylton authored
      52c6285f
    • Jeremy Hylton's avatar
      Add tests, docs, and a bunch of small cleanups. · 28bf3e47
      Jeremy Hylton authored
      Add get() as preferred synonym for __getitem__.  Change several uses
          of subscripting to get().
      Change add() to register new object with transaction.
      Change several methods to raise RuntimeError if they are called when
          the Connection is closed.
      Add experimental epydoc markup to doc strings.
      Extend doc strings and write new tests for "User Methods."
      28bf3e47