1. ec6486d #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  2. db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  3. cc3fa88 Fix crash at startup with -W options. by Antoine Pitrou · 13 years ago
  4. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  5. 41a0a37 Improve -X error message. by Georg Brandl · 16 years ago
  6. 7a98d27 Applied patch #2617 from Frank Wierzbicki wit some extras from me by Christian Heimes · 16 years ago
  7. 9dceedb Accept long options "--help" and "--version". by Georg Brandl · 18 years ago
  8. ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 18 years ago
  9. 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
  10. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  11. 2adac0a Tim Peters discovered a bug in the Python-supplied getopt(): by Guido van Rossum · 25 years ago
  12. 0e1d0e9 Patch by Chris Herborth: by Guido van Rossum · 26 years ago
  13. b4102bf Fix a bug in this code that made it do the wrong thing when an option by Guido van Rossum · 27 years ago
  14. 62bf108 (Jack:) Don't define TRUE and FALSE if already defined. by Guido van Rossum · 27 years ago
  15. 10bb1c4 don't use function prototypes by Guido van Rossum · 30 years ago
  16. 871b805 New version handles -o<string> same as -o <string> by Guido van Rossum · 30 years ago
  17. 2508ade A getopt.c for your amusement by Guido van Rossum · 30 years ago