Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
36364be3bf03589a968c4e3debd0e38c6ff8e93d
/
Lib
/
getopt.py
0189266
A few naughty external scripts do 'raise getopt.error, "blah"', and
by Andrew M. Kuchling
· 22 years ago
09776b7
Add encoding declaration.
by Martin v. Löwis
· 22 years ago
f03c692
Use os.environ.get() in stead of os.getenv() (which is platform-dependent).
by Jack Jansen
· 22 years ago
c411dba
Whitespace normalization.
by Tim Peters
· 22 years ago
96803b2
gnu_getopt should be exported in __all__
by Skip Montanaro
· 22 years ago
33b77de
Use isinstance for the type check, use booleans.
by Martin v. Löwis
· 22 years ago
446a25f
Patch 473512: add GNU style scanning as gnu_getopt.
by Martin v. Löwis
· 22 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
1e7dfd3
Wrapped a long line.
by Fred Drake
· 23 years ago
eccd02a
more __all__ updates
by Skip Montanaro
· 24 years ago
e1fd526
GetoptError is always initialized with exactly two parameters, so simplify
by Fred Drake
· 24 years ago
d31b632
getopt used to sort the long option names, in an attempt to simplify
by Tim Peters
· 24 years ago
dd699b6
Fix for SF bug
by Tim Peters
· 24 years ago
e6674e6
Gerrit forgot to remove the "import string".
by Guido van Rossum
· 25 years ago
a395ced
Gerrit Holl's patch to move attribution from the docstring to a
by Fred Drake
· 25 years ago
4b8c6ea
Actually, the previous batch's comment should have been different;
by Guido van Rossum
· 25 years ago
80c33e5
Contribution from Gerrit Holl:
by Guido van Rossum
· 25 years ago
6d06094
Accept a non-list sequence for the long options (request by Jack Jansen).
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
1550ff7
Layout and cleanup by Fred
by Guido van Rossum
· 28 years ago
2c349bb
Rewritten by Lars Wizenius to add long options
by Guido van Rossum
· 28 years ago
70083de
Bugfix: it choked on an empty argument!
by Guido van Rossum
· 33 years ago
bdfcfcc
New == syntax
by Guido van Rossum
· 33 years ago
c636014
Initial revision
by Guido van Rossum
· 34 years ago