| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34605: Avoid master/slave terms (GH-9101) | Victor Stinner | 2018-09-07 | 1 | -1/+1 |
|
|
* | Merge doc and comment fixes from 3.5 | Martin Panter | 2016-04-19 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 1 | -1/+1 |
|
|
* | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | | Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej | Martin Panter | 2015-11-14 | 1 | -1/+2 |
|/ |
|
* | Issue #20315: Removed support for backward compatibility with early 2.x versi... | Serhiy Storchaka | 2014-01-20 | 1 | -8/+2 |
|
|
* | Issue #13107: argparse and optparse no longer raises an exception when output | Serhiy Storchaka | 2014-01-09 | 1 | -3/+4 |
|
|
* | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|\ |
|
| * | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|
|
* | | Cleanup code: remove int/long idioms and simplify a while statement. | Florent Xicluna | 2011-10-23 | 1 | -4/+1 |
|
|
* | | Merge #8158: add missing 'description' description to optparse docstring. | R David Murray | 2011-05-05 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | #8158: add missing 'description' description to optparse docstring. | R David Murray | 2011-05-05 | 1 | -0/+5 |
|
|
* | | Use proper gettext plural forms in optparse (closes #4391). | Éric Araujo | 2011-03-20 | 1 | -11/+15 |
|/ |
|
* | Merged revisions 71540,71563 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -0/+13 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -0/+1 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -2/+2 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -1/+1 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -10/+12 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -3/+3 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -6/+3 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -10/+10 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -9/+1 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -6/+5 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -6/+0 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -1/+1 |
|
|
* | Don't use StringType -- always test for basestring. | Guido van Rossum | 2007-05-04 | 1 | -3/+3 |
|
|
* | Checkin the regenerated Python-ast.c and fix test_optparse. | Georg Brandl | 2007-02-11 | 1 | -2/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -4/+4 |
|
|
* | More has_key() fixes. | Guido van Rossum | 2006-08-19 | 1 | -1/+1 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -8/+8 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -5/+13 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -1/+4 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -51/+153 |
|
|
* | Reduce the usage of the types module. | Raymond Hettinger | 2005-02-07 | 1 | -6/+5 |
|
|
* | Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse | Brett Cannon | 2004-12-07 | 1 | -1/+4 |
|
|
* | Update optparse module and test suite to Optik 1.5a2. | Greg Ward | 2004-10-27 | 1 | -18/+23 |
|
|
* | Use proper value for False | Neal Norwitz | 2004-10-17 | 1 | -1/+1 |
|
|
* | Upgrade optparse module and tests to Optik 1.5a1: | Greg Ward | 2004-07-31 | 1 | -195/+353 |
|
|
* | Fix support for the "prog" keyword to the OptionParser constructor, as well | Fred Drake | 2004-04-01 | 1 | -3/+8 |
|
|
* | [Patch #900071] Be case-insensitive when removing 'usage:' string | Andrew M. Kuchling | 2004-03-21 | 1 | -1/+1 |
|
|
* | don't wrap lines too late by default | Fred Drake | 2004-01-26 | 1 | -2/+2 |
|
|
* | Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). | Greg Ward | 2003-05-08 | 1 | -3/+20 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+0 |
|
|