- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 21 Mar, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Mar, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
Patch by Filip Gruszczyński.
-
- 30 Agu, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 24 Tem, 2010 4 kayıt (commit)
-
-
Victor Stinner yazdı
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r83117 | victor.stinner | 2010-07-24 03:07:52 +0200 (sam., 24 juil. 2010) | 11 lines Merged revisions 83116 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83116 | victor.stinner | 2010-07-24 02:49:20 +0200 (sam., 24 juil. 2010) | 4 lines Issue #4629: getopt raises an error if an argument ends with = whereas getopt doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long options). ........ ................
-
Victor Stinner yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83116 | victor.stinner | 2010-07-24 02:49:20 +0200 (sam., 24 juil. 2010) | 4 lines Issue #4629: getopt raises an error if an argument ends with = whereas getopt doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long options). ........
-
Victor Stinner yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83116 | victor.stinner | 2010-07-24 02:49:20 +0200 (sam., 24 juil. 2010) | 4 lines Issue #4629: getopt raises an error if an argument ends with = whereas getopt doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long options). ........
-
Victor Stinner yazdı
doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long options).
-
- 28 May, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Ara, 2008 1 kayıt (commit)
-
-
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 ........
-
- 05 Ara, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 Tem, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Remove the encoding from Tix.py (it doesn't seem to need one). Note: we still have to keep the "coding: utf-8" declaration for files that aren't pure ASCII, as the default per PEP 3120 hasn't been implemented yet.
-
- 09 Şub, 2007 1 kayıt (commit)
-
-
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.)
-
- 06 Şub, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
now crash because two arguments are expected. Add a default value to keep those scripts running.
-
- 04 Agu, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Tem, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 16 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 07 Haz, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 06 Haz, 2002 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Converted to use "".startswith() to avoid slicing (& temp string creation).
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 08 Ock, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
the constructor.
-
- 29 Ara, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
the logic. That resulted in a bug. My previous getopt checkin repaired the bug but left the sorting. The solution is significantly simpler if we don't bother sorting at all, so this checkin gets rid of the sort and the code that relied on it.
-
- 27 Ara, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
https://sourceforge.net/bugs/?func=detailbug&bug_id=126863&group_id=5470 "getopt long option handling broken". Tossed the excruciating logic in long_has_args in favor of something obviously correct.
-
- 25 Şub, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
comment. <gerrit@nl.linux.org>
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
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.
-
- 21 Ara, 1999 1 kayıt (commit)
-
-
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.]
-
- 17 Kas, 1998 1 kayıt (commit)
-
-
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.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Ock, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Eki, 1990 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-