1. 09 Haz, 2005 1 kayıt (commit)
  2. 27 Eyl, 2004 1 kayıt (commit)
  3. 01 Mar, 2004 1 kayıt (commit)
  4. 29 Şub, 2004 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Improvements to collections.deque(): · 738ec90c
      Raymond Hettinger yazdı
      * Add doctests for the examples in the library reference.
      * Add two methods, left() and right(), modeled after deques in C++ STL.
      * Apply the new method to asynchat.py.
      * Add comparison operators to make deques more substitutable for lists.
      * Replace the LookupErrors with IndexErrors to more closely match lists.
      738ec90c
  5. 07 Şub, 2004 1 kayıt (commit)
  6. 10 Mar, 2003 2 kayıt (commit)
  7. 30 Haz, 2002 1 kayıt (commit)
  8. 16 Nis, 2002 1 kayıt (commit)
  9. 20 Mar, 2002 1 kayıt (commit)
  10. 08 Mar, 2002 1 kayıt (commit)
  11. 08 Nis, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Fix from the Madusa mailing list: · 6fd71206
      Tim Peters yazdı
          http://groups.yahoo.com/group/medusa/message/333
      
      It's clear that Medusa should not be checking for an empty buffer
      via "buf is ''".  The patch merely changes "is" to "==".  However,
      there's a mystery here all the same:  Python attempts to store null
      strings uniquely, so it's unclear why "buf is ''" ever returned
      false when buf actually was empty.  *Some* string operations produce
      non-unique null strings, e.g.
      
      >>> "abc"*0 is "abc"*0
      0
      >>>
      
      but they're rare, and I don't see any such operations in asynchat.
      6fd71206
  12. 06 Nis, 2001 1 kayıt (commit)
  13. 05 Nis, 2001 2 kayıt (commit)
  14. 09 Şub, 2001 2 kayıt (commit)
  15. 24 Ock, 2001 1 kayıt (commit)
  16. 14 Ock, 2001 1 kayıt (commit)
  17. 08 Eyl, 2000 1 kayıt (commit)
  18. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  19. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Actually, the previous batch's comment should have been different; · 4b8c6eaf
      Guido van Rossum yazdı
      *this* set of patches is Ka-Ping's final sweep:
      
      The attached patches update the standard library so that all modules
      have docstrings beginning with one-line summaries.
      
      A new docstring was added to formatter.  The docstring for os.py
      was updated to mention nt, os2, ce in addition to posix, dos, mac.
      4b8c6eaf
  20. 14 Eyl, 1999 1 kayıt (commit)
  21. 08 Haz, 1999 1 kayıt (commit)
  22. 12 Ock, 1999 1 kayıt (commit)