1. 08 Agu, 2000 1 kayıt (commit)
  2. 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
  3. 26 Mar, 1999 1 kayıt (commit)
  4. 26 Mar, 1998 1 kayıt (commit)
  5. 06 Eki, 1997 1 kayıt (commit)
  6. 03 Haz, 1997 2 kayıt (commit)
  7. 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