index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
getopt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-1/+1
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
1
-6/+8
*
Fix crash at startup with -W options.
Antoine Pitrou
2012-02-21
1
-1/+9
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-75/+75
*
Improve -X error message.
Georg Brandl
2008-04-13
1
-1/+1
*
Applied patch #2617 from Frank Wierzbicki wit some extras from me
Christian Heimes
2008-04-12
1
-1/+12
*
Accept long options "--help" and "--version".
Georg Brandl
2006-07-12
1
-4/+27
*
spread the extern "C" { } magic pixie dust around. Python itself builds now
Anthony Baxter
2006-04-13
1
-0/+9
*
Move our own getopt() implementation to _PyOS_GetOpt(), and use it
Thomas Wouters
2000-11-03
1
-31/+18
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
1
-5/+2
*
Tim Peters discovered a bug in the Python-supplied getopt():
Guido van Rossum
1999-09-13
1
-1/+2
*
Patch by Chris Herborth:
Guido van Rossum
1998-12-17
1
-0/+4
*
Fix a bug in this code that made it do the wrong thing when an option
Guido van Rossum
1997-09-30
1
-1/+4
*
(Jack:) Don't define TRUE and FALSE if already defined.
Guido van Rossum
1997-04-11
1
-1/+4
*
don't use function prototypes
Guido van Rossum
1995-01-20
1
-1/+4
*
New version handles -o<string> same as -o <string>
Guido van Rossum
1994-04-28
1
-31/+62
*
A getopt.c for your amusement
Guido van Rossum
1994-04-14
1
-0/+54