1. 06 Eki, 2000 1 kayıt (commit)
  2. 19 Eyl, 2000 1 kayıt (commit)
  3. 24 Agu, 2000 1 kayıt (commit)
  4. 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
  5. 31 Mar, 2000 1 kayıt (commit)
  6. 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
  7. 26 Mar, 1999 1 kayıt (commit)
  8. 06 Ock, 1999 1 kayıt (commit)
  9. 09 Ara, 1998 1 kayıt (commit)
  10. 30 Haz, 1998 1 kayıt (commit)
  11. 28 May, 1996 1 kayıt (commit)
  12. 01 Agu, 1994 1 kayıt (commit)
  13. 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