1. 24 Sep, 2005 5 commits
  2. 23 Sep, 2005 1 commit
  3. 22 Sep, 2005 1 commit
  4. 13 Sep, 2005 1 commit
  5. 07 Sep, 2005 6 commits
  6. 06 Sep, 2005 4 commits
  7. 05 Sep, 2005 1 commit
  8. 04 Sep, 2005 2 commits
  9. 03 Sep, 2005 2 commits
  10. 02 Sep, 2005 4 commits
  11. 01 Sep, 2005 1 commit
  12. 31 Aug, 2005 5 commits
  13. 30 Aug, 2005 2 commits
  14. 29 Aug, 2005 2 commits
  15. 26 Aug, 2005 3 commits
    • Tim Peters's avatar
      Merge some news from the 3.4 branch. · 3b69fd05
      Tim Peters authored
      3b69fd05
    • Tim Peters's avatar
      Collector 1873. · e0a3c604
      Tim Peters authored
      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.
      e0a3c604
    • Tim Peters's avatar
      8ef63b5b