1. 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
  2. 30 Sep, 2005 1 commit
  3. 25 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 5 commits
  16. 25 Aug, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 38093 from 3.4 branch. · 7dc0787a
      Tim Peters authored
      Comment out the undocumented method definitions in the
      storage interfaces.  It would be better to define &
      document them, but that takes time, and until time is
      available better not to pretend that they're all really
      part of "the" storage API.
      7dc0787a