1. 09 Haz, 2001 1 kayıt (commit)
  2. 18 Ş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. 18 Ock, 2001 1 kayıt (commit)
  5. 06 Eki, 2000 1 kayıt (commit)
  6. 19 Eyl, 2000 1 kayıt (commit)
  7. 24 Agu, 2000 1 kayıt (commit)
  8. 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
  9. 31 Mar, 2000 1 kayıt (commit)
  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, 1999 1 kayıt (commit)
  12. 06 Ock, 1999 1 kayıt (commit)
  13. 09 Ara, 1998 1 kayıt (commit)
  14. 30 Haz, 1998 1 kayıt (commit)
  15. 28 May, 1996 1 kayıt (commit)
  16. 01 Agu, 1994 1 kayıt (commit)
  17. 30 Kas, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * test_*.py: new lambda syntax (also affects tests for filter, map, · ae3b3a33
      Guido van Rossum yazdı
        reduce)
      * ftplib.py: added default callback for retrlines; added dir() method
      * ftplib.py: don't return self in self.connect(); added hack so that if
        'CDUP' is not understood, 'CWD ..' is tried.
      * ftplib.py: second method called init() should have been called
        connect(); if __init__ sees more than one argument, it will also try to
        login().
      ae3b3a33