1. 20 Mar, 2015 1 kayıt (commit)
  2. 25 Haz, 2014 1 kayıt (commit)
  3. 04 Tem, 2013 1 kayıt (commit)
  4. 14 Haz, 2013 1 kayıt (commit)
  5. 25 Ara, 2012 1 kayıt (commit)
  6. 11 Mar, 2010 1 kayıt (commit)
  7. 02 Eyl, 2009 1 kayıt (commit)
  8. 30 Eki, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch 1329 (partial) by Christian Heimes. · 2dced8b6
      Guido van Rossum yazdı
      Add a closefd flag to open() which can be set to False to prevent closing
      the file descriptor when close() is called or when the object is destroyed.
      Useful to ensure that sys.std{in,out,err} keep their file descriptors open
      when Python is uninitialized.  (This was always a feature in 2.x, it just
      wasn't implemented in 3.0 yet.)
      2dced8b6
  9. 28 Tem, 2007 1 kayıt (commit)
  10. 18 May, 2007 1 kayıt (commit)
  11. 09 Şub, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix most trivially-findable print statements. · be19ed77
      Guido van Rossum yazdı
      There's one major and one minor category still unfixed:
      doctests are the major category (and I hope to be able to augment the
      refactoring tool to refactor bona fide doctests soon);
      other code generating print statements in strings is the minor category.
      
      (Oh, and I don't know if the compiler package works.)
      be19ed77
  12. 10 Ock, 2007 1 kayıt (commit)
  13. 23 Mar, 2002 1 kayıt (commit)
  14. 15 Eki, 2001 1 kayıt (commit)
  15. 04 Eki, 2001 1 kayıt (commit)
  16. 30 Eyl, 2001 1 kayıt (commit)
  17. 04 Eyl, 2001 1 kayıt (commit)
  18. 02 Tem, 2001 1 kayıt (commit)
  19. 19 Haz, 2001 2 kayıt (commit)
    • Barry Warsaw's avatar
      encode(): Fixed the handling of soft line breaks for lines over 76 · dac67ac8
      Barry Warsaw yazdı
      characters in length.  Remember that when calculating the soft breaks,
      the trailing `=' sign counts against the max length!
      dac67ac8
    • Barry Warsaw's avatar
      Better support for RFC 1521 quoted-printable specification, along with · 9b630a50
      Barry Warsaw yazdı
      addition of interface for consistency with base64 module.  Namely,
      
      encodestring(), decodestring(): New functions which accept a string
      object and return a string object.  They just wrap the string in
      StringIOs and pass them to the encode() and decode() methods
      respectively.  encodestring() accepts a default argument of quotetabs,
      defaulting to zero, which is passed on straight through to encode().
      
      encode(): Fix the bug where an extra newline would always be added to
      the output, which prevented an idempotent roundtrip through
      encode->decode.  Now, if the source string doesn't end in a newline,
      then the result string won't end in a newline.
      
      Also, extend the quotetabs argument semantics to include quoting
      embedded strings, which is also optional according to the RFC.
      
      test() -> main()
      
      "from quopri import *" also imports encodestring() and decodestring().
      9b630a50
  20. 22 Mar, 2001 1 kayıt (commit)
  21. 12 Şub, 2001 1 kayıt (commit)
  22. 15 Ock, 2001 1 kayıt (commit)
  23. 12 Ara, 2000 1 kayıt (commit)
  24. 05 Eki, 2000 1 kayıt (commit)
  25. 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
  26. 26 Mar, 1998 1 kayıt (commit)
  27. 11 Tem, 1997 1 kayıt (commit)
  28. 08 May, 1997 1 kayıt (commit)
  29. 18 Eyl, 1995 1 kayıt (commit)
  30. 14 Haz, 1995 1 kayıt (commit)