1. 27 Jan, 2003 8 commits
  2. 24 Jan, 2003 3 commits
  3. 23 Jan, 2003 11 commits
  4. 22 Jan, 2003 2 commits
  5. 21 Jan, 2003 9 commits
  6. 20 Jan, 2003 7 commits
    • Fred Drake's avatar
      - re-enable several loghandler types · cb2e2fc3
      Fred Drake authored
      - make it easier for an admin to configure logging levels
        (by making the defaults more sane)
      - refactor the tests a little, in preparation for more tests
      cb2e2fc3
    • Fred Drake's avatar
      Factory: · 32c9ab31
      Fred Drake authored
      - remove methods that aren't needed
      - rename "resolved" to "instance" for readability
      32c9ab31
    • Barry Warsaw's avatar
      copyright year · 224e4ba1
      Barry Warsaw authored
      224e4ba1
    • Barry Warsaw's avatar
      Minor commential change. · 334f0207
      Barry Warsaw authored
      334f0207
    • Barry Warsaw's avatar
      Get ZERO from the package. · 02a03c4d
      Barry Warsaw authored
      Remove __version__
      02a03c4d
    • Barry Warsaw's avatar
      Define ZERO here. · 816d3ea3
      Barry Warsaw authored
      816d3ea3
    • Barry Warsaw's avatar
      Get ZERO from the package. · 5c618e89
      Barry Warsaw authored
      Remove __version__
      
      ZODB4 will have two new methods in the storage api:
      
          get_version() -> string
          set_version(string)
      
      Prepare for this now by changing the packtime table into an info
      table, which is just a key/value mapping for meta-information about
      the storage.  For now, the only key we define is `packtime' although
      we're reserving `version' for ZODB4.
      5c618e89