1. 12 Eyl, 2002 3 kayıt (commit)
    • Guido van Rossum's avatar
      Undocumented feature: MHMailbox sets the msg object's _mh_msgno · 4bf12543
      Guido van Rossum yazdı
      attribute to the (stringized) message number (if this attribute is
      settable).  This is useful so users of this class can report the
      correct message number (e.g. when classifying spam).
      
      Also added a blank line before the first method of each class.
      4bf12543
    • Guido van Rossum's avatar
      I don't think it's safe to use map.iteritems() in the various poll · d560ace3
      Guido van Rossum yazdı
      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
      78170048
  2. 11 Eyl, 2002 25 kayıt (commit)
  3. 10 Eyl, 2002 12 kayıt (commit)