An error occurred fetching the project authors.
  1. 21 Jun, 2010 1 commit
  2. 18 May, 2010 1 commit
  3. 22 Aug, 2009 1 commit
  4. 28 Oct, 2008 1 commit
  5. 05 Feb, 2007 1 commit
    • Gary Poster's avatar
      - Normalize names in modules so that BTrees, Buckets, Sets, and TreeSets can · e374dcfd
      Gary Poster authored
        all be accessed with those names in the modules (e.g.,
        BTrees.IOBTree.BTree).  This is in addition to the older names (e.g.,
        BTrees.IOBTree.IOBTree).  This allows easier drop-in replacement, which can
        especially be simplify code for packages that want to support both 32-bit and
        64-bit BTrees.
      
      - Describe the interfaces for each module and actually declare the interfaces
        for each.
      
      - Fix module references so klass.__module__ points to the Python wrapper
        module, not the C extension.
      
      e374dcfd
  6. 04 Feb, 2005 1 commit
    • Dmitry Vasiliev's avatar
      No more "<unknown>" class names. :-) · 40a7a145
      Dmitry Vasiliev authored
      Most frequently "<unknown>" classes appears for objects changed
      later in the same transaction with changes of an interesting objects
      so we save data records for all objects changed in the transaction
      and then check them for references.
      40a7a145
  7. 31 Aug, 2004 1 commit
  8. 23 Aug, 2004 1 commit
  9. 21 Aug, 2004 1 commit
    • Tim Peters's avatar
      New tool fsoids.py. Whew! This is the first tool with an · 8f76512b
      Tim Peters authored
      automated test.  There were so many oddities getting that test
      to pass, and so much consequent fiddling of other code, that I
      don't intend to merge this to the 3.3 branch.  Also moved to
      current Python CVS doctest.py, because the test really needs
      the +ELLIPSIS option (tids vary across runs).
      8f76512b