1. 25 Nis, 2007 1 kayıt (commit)
  2. 30 Mar, 2007 1 kayıt (commit)
  3. 26 Mar, 2007 1 kayıt (commit)
  4. 30 Ock, 2007 1 kayıt (commit)
  5. 12 Kas, 2006 1 kayıt (commit)
  6. 05 Nis, 2005 1 kayıt (commit)
  7. 12 Şub, 2004 1 kayıt (commit)
  8. 03 Haz, 2002 1 kayıt (commit)
  9. 01 Haz, 2002 2 kayıt (commit)
  10. 31 May, 2002 1 kayıt (commit)
  11. 12 May, 2002 1 kayıt (commit)
  12. 08 May, 2002 1 kayıt (commit)
  13. 10 Mar, 2002 1 kayıt (commit)
  14. 16 Şub, 2002 2 kayıt (commit)
  15. 28 Ara, 2001 2 kayıt (commit)
  16. 23 Ara, 2001 1 kayıt (commit)
  17. 17 Eki, 2001 1 kayıt (commit)
  18. 16 Eki, 2001 1 kayıt (commit)
  19. 07 Eki, 2001 1 kayıt (commit)
  20. 17 Agu, 2001 1 kayıt (commit)
  21. 31 Tem, 2001 1 kayıt (commit)
  22. 26 Tem, 2001 1 kayıt (commit)
  23. 24 Tem, 2001 1 kayıt (commit)
  24. 09 Nis, 2001 1 kayıt (commit)
  25. 28 Şub, 2001 1 kayıt (commit)
  26. 15 Şub, 2001 1 kayıt (commit)
  27. 09 Şub, 2001 1 kayıt (commit)
  28. 20 Ock, 2001 1 kayıt (commit)
  29. 15 Ock, 2001 1 kayıt (commit)
  30. 14 Ock, 2001 1 kayıt (commit)
  31. 12 Ara, 2000 1 kayıt (commit)
  32. 01 Eyl, 2000 1 kayıt (commit)
    • Barry Warsaw's avatar
      Added support for RFC 959's REST command (restart), closing SF patch · 100d81e8
      Barry Warsaw yazdı
      #101187, which some modifications.  Specifically,
      
      ntransfercmd(), transfercmd(), and retrbinary() all grow an optional
      `rest' argument, which if not None, is used as the argument to an FTP
      REST comman dbefore the socket is returned.  Differences from the SF
      patch:
      
      - always compare against None with `is' or `is not' instead of == or !=
      
      - no parens around conditional
      
      - RFC 959 defines the argument to REST is a string containing any
        ASCII characters in the range [33..126].  Therefore, we use the %s
        format character instead of %f or %d as suggested in the patch's
        comments.  Note that we do /not/ sanity checkthe contents of the
        rest argument (but we'll document this in the library reference
        manual).
      100d81e8
  33. 17 Agu, 2000 1 kayıt (commit)
  34. 16 Agu, 2000 1 kayıt (commit)
  35. 28 Mar, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fredrik Lundh: · 93a7c0fe
      Guido van Rossum yazdı
      This fixes a bunch of socket.connect(host, post) calls.  Note that I
      haven't tested all modules -- I don't have enough servers here...
      93a7c0fe
  36. 28 Şub, 2000 1 kayıt (commit)
  37. 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