1. 06 Aug, 2009 2 commits
  2. 10 Oct, 2008 3 commits
  3. 14 Jul, 2006 1 commit
  4. 15 Jun, 2006 2 commits
  5. 26 May, 2006 1 commit
  6. 22 Mar, 2006 1 commit
  7. 11 Feb, 2006 2 commits
  8. 14 Dec, 2005 1 commit
  9. 10 Dec, 2005 1 commit
  10. 04 Dec, 2005 1 commit
  11. 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
  12. 21 Nov, 2005 1 commit
  13. 21 Oct, 2005 1 commit
  14. 12 Oct, 2005 2 commits
  15. 05 Oct, 2005 3 commits
  16. 04 Oct, 2005 3 commits
  17. 03 Oct, 2005 2 commits
  18. 25 Sep, 2005 1 commit
  19. 06 Sep, 2005 2 commits
  20. 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
  21. 25 Aug, 2005 1 commit
  22. 24 Aug, 2005 1 commit
  23. 23 Aug, 2005 1 commit
  24. 12 Aug, 2005 1 commit
  25. 09 Aug, 2005 1 commit
  26. 08 Aug, 2005 3 commits