aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/getopt.c
Commit message (Expand)AuthorAge
* bpo-40527: Fix command line argument parsing (GH-19955)Victor Stinner2020-05-06
* Delete stale comment in Python/getopt.c. (GH-14719)Hansraj Das2019-08-19
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-30
* bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)Victor Stinner2019-05-17
* bpo-36301: Add _PyWstrList structure (GH-12343)Victor Stinner2019-03-15
* bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)Victor Stinner2019-03-05
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-11-01
* move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson2017-12-14
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-09
* #16306: report only the first unknown option and add more tests. Patch by Se...Ezio Melotti2012-11-23
* #16306: Fix multiple error messages when unknown command line parameters wher...Ezio Melotti2012-11-18
* Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-21
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-21
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-15
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-13
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-05
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Move our own getopt() implementation to _PyOS_GetOpt(), and use itThomas Wouters2000-11-03
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22
* Tim Peters discovered a bug in the Python-supplied getopt():Guido van Rossum1999-09-13
* Patch by Chris Herborth:Guido van Rossum1998-12-17
* Fix a bug in this code that made it do the wrong thing when an optionGuido van Rossum1997-09-30
* (Jack:) Don't define TRUE and FALSE if already defined.Guido van Rossum1997-04-11
* don't use function prototypesGuido van Rossum1995-01-20
* New version handles -o<string> same as -o <string>Guido van Rossum1994-04-28
* A getopt.c for your amusementGuido van Rossum1994-04-14