1. 02 Kas, 2015 1 kayıt (commit)
  2. 04 Tem, 2013 1 kayıt (commit)
  3. 14 Haz, 2013 1 kayıt (commit)
  4. 21 Mar, 2011 1 kayıt (commit)
  5. 20 Mar, 2011 1 kayıt (commit)
  6. 30 Agu, 2010 1 kayıt (commit)
  7. 24 Tem, 2010 4 kayıt (commit)
  8. 28 May, 2010 1 kayıt (commit)
  9. 07 Ara, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 67463,67572,67576,67628 via svnmerge from · eee31166
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67463 | skip.montanaro | 2008-12-01 02:55:22 +0100 (Mon, 01 Dec 2008) | 1 line
      
        typo in comment
      ........
        r67572 | georg.brandl | 2008-12-05 10:23:14 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        #4458: recognize "-" as an argument, not a malformed option in gnu_getopt().
      ........
        r67576 | georg.brandl | 2008-12-05 13:09:41 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        #4529: fix parser's validation for try-except-finally statements.
      ........
        r67628 | skip.montanaro | 2008-12-07 03:16:00 +0100 (Sun, 07 Dec 2008) | 1 line
      
        muffed the default case
      ........
      eee31166
  10. 05 Ara, 2008 1 kayıt (commit)
  11. 16 Tem, 2007 1 kayıt (commit)
  12. 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
  13. 06 Şub, 2003 1 kayıt (commit)
  14. 04 Agu, 2002 1 kayıt (commit)
  15. 26 Tem, 2002 1 kayıt (commit)
  16. 16 Tem, 2002 1 kayıt (commit)
  17. 07 Haz, 2002 1 kayıt (commit)
  18. 06 Haz, 2002 2 kayıt (commit)
  19. 04 Nis, 2002 1 kayıt (commit)
  20. 12 Ara, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Wrapped a long line. · 1e7dfd37
      Fred Drake yazdı
      Converted to use "".startswith() to avoid slicing (& temp string creation).
      1e7dfd37
  21. 20 Ock, 2001 1 kayıt (commit)
  22. 08 Ock, 2001 1 kayıt (commit)
  23. 29 Ara, 2000 1 kayıt (commit)
  24. 27 Ara, 2000 1 kayıt (commit)
  25. 25 Şub, 2000 2 kayıt (commit)
  26. 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
  27. 21 Ara, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Contribution from Gerrit Holl: · 80c33e56
      Guido van Rossum yazdı
      This patch changes the string-based exceptions to class-based
      exceptions, so that you can fetch the unknown option as an
      attribute.  As far as I know, it is backward compatible.
      
      [The new exception class is called GetoptError; the name error is an
      alias for compatibility.]
      80c33e56
  28. 17 Kas, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Accept a non-list sequence for the long options (request by Jack Jansen). · 6d06094c
      Guido van Rossum yazdı
      Because it might be a common mistake to pass a single string, this
      situation is treated separately.
      
      Since we were making a copy of the longopts list anyway, we now use
      the list() function -- this made it necessary to change all uses of
      the local variable (and argument) 'list' to something more meaningful,
      i.e., 'opts'.
      
      Also added docstrings (copied from the library manual) and removed the
      (now redundant) module comments.
      6d06094c
  29. 26 Mar, 1998 1 kayıt (commit)
  30. 11 Eyl, 1996 1 kayıt (commit)
  31. 09 Eyl, 1996 1 kayıt (commit)
  32. 09 Ock, 1992 1 kayıt (commit)
  33. 01 Ock, 1992 1 kayıt (commit)
  34. 13 Eki, 1990 1 kayıt (commit)