1. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  2. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  3. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  4. 0fd59ac Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9) by Antoine Pitrou · 13 years ago
  5. eda5583 Mark getopt error messages as localizable (fixes #11371). by Éric Araujo · 13 years ago
  6. e01de8f remove pointless coding cookies by Florent Xicluna · 14 years ago
  7. eccc5fa Issue #4629: getopt raises an error if an argument ends with = whereas getopt by Victor Stinner · 14 years ago
  8. eee3116 Merged revisions 67463,67572,67576,67628 via svnmerge from by Georg Brandl · 15 years ago
  9. d77d699 Change a bunch of file encodings from Latin-1 to UTF-8. by Guido van Rossum · 17 years ago
  10. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  11. 0189266 A few naughty external scripts do 'raise getopt.error, "blah"', and by Andrew M. Kuchling · 21 years ago
  12. 09776b7 Add encoding declaration. by Martin v. Löwis · 22 years ago
  13. f03c692 Use os.environ.get() in stead of os.getenv() (which is platform-dependent). by Jack Jansen · 22 years ago
  14. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  15. 96803b2 gnu_getopt should be exported in __all__ by Skip Montanaro · 22 years ago
  16. 33b77de Use isinstance for the type check, use booleans. by Martin v. Löwis · 22 years ago
  17. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 22 years ago
  18. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  19. 1e7dfd3 Wrapped a long line. by Fred Drake · 22 years ago
  20. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  21. e1fd526 GetoptError is always initialized with exactly two parameters, so simplify by Fred Drake · 23 years ago
  22. d31b632 getopt used to sort the long option names, in an attempt to simplify by Tim Peters · 23 years ago
  23. dd699b6 Fix for SF bug by Tim Peters · 23 years ago
  24. e6674e6 Gerrit forgot to remove the "import string". by Guido van Rossum · 24 years ago
  25. a395ced Gerrit Holl's patch to move attribution from the docstring to a by Fred Drake · 24 years ago
  26. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  27. 80c33e5 Contribution from Gerrit Holl: by Guido van Rossum · 24 years ago
  28. 6d06094 Accept a non-list sequence for the long options (request by Jack Jansen). by Guido van Rossum · 26 years ago
  29. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  30. 1550ff7 Layout and cleanup by Fred by Guido van Rossum · 28 years ago
  31. 2c349bb Rewritten by Lars Wizenius to add long options by Guido van Rossum · 28 years ago
  32. 70083de Bugfix: it choked on an empty argument! by Guido van Rossum · 32 years ago
  33. bdfcfcc New == syntax by Guido van Rossum · 32 years ago
  34. c636014 Initial revision by Guido van Rossum · 34 years ago