summaryrefslogtreecommitdiff
path: root/Python/getopt.c
Commit message (Expand)AuthorAgeFilesLines
* move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson2017-12-141-1/+1
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-2/+31
* #16306: report only the first unknown option and add more tests. Patch by Se...Ezio Melotti2012-11-231-1/+1
* #16306: Fix multiple error messages when unknown command line parameters wher...Ezio Melotti2012-11-181-5/+5
* Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-211-1/+10
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-6/+0
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-75/+75
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-151-1/+1
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-1/+12
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-18/+21
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+9
* Move our own getopt() implementation to _PyOS_GetOpt(), and use itThomas Wouters2000-11-031-31/+18
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-5/+2
* Tim Peters discovered a bug in the Python-supplied getopt():Guido van Rossum1999-09-131-1/+2
* Patch by Chris Herborth:Guido van Rossum1998-12-171-0/+4
* Fix a bug in this code that made it do the wrong thing when an optionGuido van Rossum1997-09-301-1/+4
* (Jack:) Don't define TRUE and FALSE if already defined.Guido van Rossum1997-04-111-1/+4
* don't use function prototypesGuido van Rossum1995-01-201-1/+4
* New version handles -o<string> same as -o <string>Guido van Rossum1994-04-281-31/+62
* A getopt.c for your amusementGuido van Rossum1994-04-141-0/+54