1. 20 Kas, 2006 1 kayıt (commit)
  2. 07 Nis, 2006 1 kayıt (commit)
  3. 28 Mar, 2006 1 kayıt (commit)
  4. 22 Kas, 2005 2 kayıt (commit)
  5. 21 Kas, 2005 1 kayıt (commit)
  6. 01 Haz, 2002 1 kayıt (commit)
  7. 17 Agu, 2001 1 kayıt (commit)
    • Barry Warsaw's avatar
      decode(): Raise a uu.Error if no out_file is given but the file · 59dae8ad
      Barry Warsaw yazdı
          specified in the uu header already exists.  No additional
          workaround is provided since out_file=pathname is a deprecated
          interface, so it is better to simply pass a file-like object into
          out_file anyway.  This closes SF bug #438083.
      
      Use isinstance() tests instead of type comparisons.
      59dae8ad
  8. 11 Tem, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      SF patch #440144: Tests and minor bugfix for uu module · 79c8671c
      Tim Peters yazdı
      decode():  While writing tests for uu.py, Nick Mathewson discovered
      that the 'Truncated input file' exception could never get raised,
      because its "if not str:" test was actually testing the builtin
      function "str", not the local string vrbl "s" as intended.
      
      Bugfix candidate.
      79c8671c
  9. 01 Mar, 2001 1 kayıt (commit)
  10. 15 Ock, 2001 1 kayıt (commit)
  11. 10 Ock, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Adapted version of SF Patch #103173 by pyretic: make uu.decode work · 62c11155
      Guido van Rossum yazdı
      with spaces in filename.
      
      I changed the module to use string methods instead of the string
      module.  Also, instead of stripping the last character of the filename
      (assuming this is the linefeed), I strip trailing whitespace (assuming
      creating files with trailing whitespace in their name cannot possibly
      be a wise idea).
      
      (Note that I believe that /F's "workaround for broken uuencoders" is
      no longer needed since the recent fix to binascii.c, but I'll leave it
      in since it appears pretty harmless.)
      62c11155
  12. 12 Ara, 2000 1 kayıt (commit)
  13. 17 Agu, 2000 1 kayıt (commit)
  14. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      The third and final doc-string sweep by Ka-Ping Yee. · e7b146fb
      Guido van Rossum yazdı
      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.
      e7b146fb
  15. 05 Ock, 1999 1 kayıt (commit)
  16. 22 Eki, 1998 1 kayıt (commit)
  17. 26 Mar, 1998 1 kayıt (commit)
  18. 11 Tem, 1997 1 kayıt (commit)
  19. 08 Nis, 1997 2 kayıt (commit)
  20. 04 Eki, 1995 1 kayıt (commit)
  21. 30 Agu, 1995 1 kayıt (commit)
  22. 07 Agu, 1995 1 kayıt (commit)
  23. 09 Eyl, 1994 1 kayıt (commit)