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