1. 15 Mar, 2007 1 kayıt (commit)
  2. 01 Agu, 2004 1 kayıt (commit)
  3. 12 Şub, 2004 1 kayıt (commit)
  4. 04 Eyl, 2001 1 kayıt (commit)
  5. 01 Mar, 2001 1 kayıt (commit)
  6. 15 Ock, 2001 1 kayıt (commit)
  7. 09 Eki, 2000 2 kayıt (commit)
  8. 17 Agu, 2000 1 kayıt (commit)
  9. 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
  10. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      The third and final doc-string sweep by Ka-Ping Yee. · e7b146fb
      Guido van Rossum yazdı
      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.
      e7b146fb
  11. 26 Agu, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · 3601e88c
      Guido van Rossum yazdı
      """
      Extended chunk so that it can also handle formats that are almost
      according to EA IFF 85.  In particular, added options to handle
      little-endian and to handle formats that include the header size in
      the chunk size value.
      
      Fixed a bug where the header size was included in the chunk size, which
      it isn't according to EA IFF 85.
      
      Added a new method getsize() to get the size of the chunk (excluding
      header).
      
      Fixed chunk documentation (TIFF doesn't look like it uses chunks).
      Converted wave to use chunk.  Wave uses EA IFF 85 chunks except that
      it uses little-endian encoding of integer data.
      
      Removed __del__ methods from aifc and wave since I got an
      AttributeError there upon exit.
      """
      3601e88c
  12. 17 Haz, 1999 1 kayıt (commit)
  13. 05 Şub, 1999 2 kayıt (commit)
  14. 23 Nis, 1998 1 kayıt (commit)
  15. 16 Nis, 1998 1 kayıt (commit)
  16. 20 Agu, 1996 1 kayıt (commit)
  17. 15 Şub, 1994 1 kayıt (commit)