1. 10 Şub, 2001 1 kayıt (commit)
  2. 09 Şub, 2001 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. 12 Ara, 2000 1 kayıt (commit)
  6. 17 Agu, 2000 1 kayıt (commit)
  7. 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
  8. 28 Haz, 2000 1 kayıt (commit)
  9. 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
  10. 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
  11. 26 Mar, 1998 1 kayıt (commit)
  12. 24 Ara, 1997 1 kayıt (commit)
  13. 11 Şub, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merged in Jack's fixes. This brings some lines beyond 79 chars again; · 50b82e8e
      Guido van Rossum yazdı
      I'll clean that up later.  Also corrected a mistake introduced by the
      previous reformatting: an 'else' belonging to a 'for' was accidentally
      reindented to belong to the 'if' inside the 'for'.  Note that the
      module uses inconsistent indentation -- most code is indented with 8
      spaces, but some of the reformatted code uses 4 spaces.  I'll fix this
      later in the promised cleanup pass.
      50b82e8e
  14. 16 Ock, 1997 1 kayıt (commit)
  15. 25 Mar, 1996 1 kayıt (commit)
  16. 23 Mar, 1996 1 kayıt (commit)
  17. 03 Eki, 1995 1 kayıt (commit)
  18. 17 Agu, 1995 1 kayıt (commit)
  19. 14 Agu, 1995 1 kayıt (commit)
  20. 07 Agu, 1995 1 kayıt (commit)