1. 10 Oct, 2008 3 commits
  2. 14 Jul, 2006 1 commit
  3. 15 Jun, 2006 2 commits
  4. 26 May, 2006 1 commit
  5. 22 Mar, 2006 1 commit
  6. 11 Feb, 2006 2 commits
  7. 14 Dec, 2005 1 commit
  8. 10 Dec, 2005 1 commit
  9. 04 Dec, 2005 1 commit
  10. 22 Nov, 2005 1 commit
    • Thomas Lotze's avatar
      merging revision 40330 from trunk: · 68e2af9b
      Thomas Lotze authored
      - fixed the API of the pop() method on PersistentDict and PersistentMapping
      - no longer try to find pop and popitem on UserDict as all supported
        Python versions have them
      - added a test for the default argument of pop()
      - added a NEWS.txt entry about pop()
      68e2af9b
  11. 21 Nov, 2005 1 commit
  12. 21 Oct, 2005 1 commit
  13. 12 Oct, 2005 2 commits
  14. 05 Oct, 2005 3 commits
  15. 04 Oct, 2005 3 commits
  16. 03 Oct, 2005 2 commits
  17. 25 Sep, 2005 1 commit
  18. 06 Sep, 2005 2 commits
  19. 26 Aug, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 38114 from trunk. · 72795b10
      Tim Peters authored
      Collector 1873.
      
      update_from_seq():  If PySequence_Check(seq) returns true,
      go on to check for the existence of "iteritems" when deciding
      whether the input is or is not "a sequence".  Alas,
      PySequence_Check() does return true for PersistentMapping and
      PersistentDict instances, so that they couldn't be used as
      arguments to BTree/Bucket construction or update().
      
      This is nasty type-sniffing, but it was before too.  There's
      no way to make such stuff bulletproof, so I'm settling for
      incremental improvement.
      72795b10
  20. 25 Aug, 2005 1 commit
  21. 24 Aug, 2005 1 commit
  22. 23 Aug, 2005 1 commit
  23. 12 Aug, 2005 1 commit
  24. 09 Aug, 2005 1 commit
  25. 08 Aug, 2005 3 commits
  26. 07 Aug, 2005 2 commits