1. 05 Nov, 2005 2 commits
  2. 01 Nov, 2005 1 commit
  3. 25 Oct, 2005 2 commits
  4. 24 Oct, 2005 3 commits
  5. 21 Oct, 2005 1 commit
  6. 20 Oct, 2005 2 commits
  7. 07 Oct, 2005 3 commits
  8. 05 Oct, 2005 5 commits
  9. 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
  10. 30 Sep, 2005 1 commit
  11. 25 Sep, 2005 1 commit
  12. 13 Sep, 2005 1 commit
  13. 07 Sep, 2005 6 commits
  14. 06 Sep, 2005 4 commits
  15. 05 Sep, 2005 1 commit
  16. 04 Sep, 2005 2 commits
  17. 03 Sep, 2005 2 commits
  18. 02 Sep, 2005 1 commit
    • Tim Peters's avatar
      Merge the alienoid-btrees_pop branch. · 2f39f372
      Tim Peters authored
      This adds .pop() methods to BTrees and Buckets.
      
      Alas, zpkg changed since the branch was made, and it
      wasn't (obviously) possible to build the branch anymore,
      so much of this code didn't actually appear on the
      branch.  The C code was changed to simplify and purge
      non-ANSI gcc extensions, and the new test cases beefed
      up a little.
      2f39f372