1. 12 Sep, 2002 2 commits
    • Guido van Rossum's avatar
      I don't think it's safe to use map.iteritems() in the various poll · d560ace3
      Guido van Rossum authored
      routines.  I got some errors "dictionary changed size during
      iteration" when running ZEO tests on machine while doing heavy
      forground work in another window, and thinking about it, I believe
      that it should be okay if readable() or writable() modifies the map.
      
      I also finally made all the spacing conform to the Python style guide:
      no space between a function/method name and the following left
      parenthesis (fixed lots of occurrences), spaces around assignment
      operators (fixed a few, always of the form "map=..."), and a blank
      line between the class statement and the first method definition (a
      few).
      d560ace3
    • Barry Warsaw's avatar
      Bump to 2.3.1 to pick up the missing file. · 78170048
      Barry Warsaw authored
      78170048
  2. 11 Sep, 2002 25 commits
  3. 10 Sep, 2002 13 commits