1. 12 Agu, 2002 1 kayıt (commit)
  2. 11 Şub, 2002 1 kayıt (commit)
  3. 20 Ock, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      added __all__ lists to a number of Python modules · e99d5ea2
      Skip Montanaro yazdı
      added test script and expected output file as well
      this closes patch 103297.
      __all__ attributes will be added to other modules without first submitting
      a patch, just adding the necessary line to the test script to verify
      more-or-less correct implementation.
      e99d5ea2
  4. 14 Ock, 2001 1 kayıt (commit)
  5. 17 Agu, 2000 1 kayıt (commit)
  6. 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
  7. 07 Mar, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender: · 2663c13c
      Guido van Rossum yazdı
      The (relatively) new chunk module uses seek, not setpos.  One instance
      of the call still needed to be fixed.
      2663c13c
  8. 02 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Mass patch by Ka-Ping Yee: · 4acc25bd
      Guido van Rossum yazdı
          1. Comments at the beginning of the module, before
             functions, and before classes have been turned
             into docstrings.
      
          2. Tabs are normalized to four spaces.
      
      Also, removed the "remove" function from dircmp.py, which reimplements
      list.remove() (it must have been very old).
      4acc25bd
  9. 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
  10. 22 Haz, 1999 1 kayıt (commit)
  11. 09 Haz, 1999 1 kayıt (commit)
  12. 03 May, 1999 1 kayıt (commit)
  13. 07 Agu, 1998 1 kayıt (commit)
  14. 23 Nis, 1998 1 kayıt (commit)
  15. 11 Ock, 1997 1 kayıt (commit)
  16. 31 Ara, 1996 1 kayıt (commit)
  17. 20 Agu, 1996 1 kayıt (commit)
  18. 10 Agu, 1995 1 kayıt (commit)
  19. 03 Eki, 1994 1 kayıt (commit)
  20. 16 Eyl, 1994 1 kayıt (commit)
    • Guido van Rossum's avatar
      audiodev.py: Mac port. · e174c150
      Guido van Rossum yazdı
      Audio_mac.py: Mac specific class for audiodev.py.
      aifc.py: open files for reading/writing in binary mode ('rb', 'wb').
      e174c150
  21. 06 Eyl, 1994 1 kayıt (commit)
  22. 01 Agu, 1994 1 kayıt (commit)
  23. 28 Ock, 1994 2 kayıt (commit)
  24. 06 Ock, 1994 2 kayıt (commit)
  25. 20 Ara, 1993 1 kayıt (commit)
  26. 17 Ara, 1993 2 kayıt (commit)
  27. 16 Ara, 1993 1 kayıt (commit)
  28. 13 Ara, 1993 1 kayıt (commit)
  29. 26 Agu, 1993 1 kayıt (commit)
  30. 20 Haz, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * aifc.py: don't die on invalid MARK chunk · 9b3bc715
      Guido van Rossum yazdı
      * calendar.py: remove stuff now built in time; some cleanup and
        generalization in the calendar printing
      * cmd.py: use __init__.
      * tzparse.py: This module is no longer necessary -- use builtin time instead!
      9b3bc715
  31. 17 Haz, 1993 1 kayıt (commit)
  32. 01 Haz, 1993 1 kayıt (commit)
  33. 24 May, 1993 1 kayıt (commit)
  34. 05 Şub, 1993 1 kayıt (commit)
  35. 04 Şub, 1993 1 kayıt (commit)
  36. 29 Ock, 1993 1 kayıt (commit)
  37. 26 Ock, 1993 1 kayıt (commit)