1. 05 Oct, 2005 3 commits
  2. 04 Oct, 2005 2 commits
    • Tim Peters's avatar
      News about Collector 1900 fix. · 67b8b159
      Tim Peters authored
      67b8b159
    • Tim Peters's avatar
      Merge rev 38747 from 3.4 branch. · 2fe0d7e7
      Tim Peters authored
      Port from 2.7 branch.
      
      Collector 1900.
      
      send_reply(), return_error():  Stop trying to catch an exception that doesn't
      exist, when marshal.encode() raises an exception.  Jeremy simplified the
      marshal.encode() half of this about 3 years ago, but apparently forgot to
      change ZEO/zrpc/connection.py to match.
      2fe0d7e7
  3. 30 Sep, 2005 1 commit
  4. 25 Sep, 2005 1 commit
  5. 13 Sep, 2005 1 commit
  6. 07 Sep, 2005 6 commits
  7. 06 Sep, 2005 4 commits
  8. 05 Sep, 2005 1 commit
  9. 04 Sep, 2005 2 commits
  10. 03 Sep, 2005 2 commits
  11. 02 Sep, 2005 4 commits
  12. 01 Sep, 2005 1 commit
  13. 31 Aug, 2005 5 commits
  14. 30 Aug, 2005 2 commits
  15. 29 Aug, 2005 2 commits
  16. 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