index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
getopt.py
Commit message (
Expand
)
Author
Age
*
gh-126946: Improve error message in getopt.do_longs based on existing comment...
Beomsoo Kim
2024-11-26
*
gh-126390: Support for preserving order of options and nonoption arguments in...
Serhiy Storchaka
2024-11-13
*
gh-126374: Add support of options with optional arguments in the getopt modul...
Serhiy Storchaka
2024-11-11
*
gh-126357: Remove gettext import guards (GH-126358)
Tomas R.
2024-11-03
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
*
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka
2022-05-08
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
*
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
*
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
*
Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9)
Antoine Pitrou
2011-03-21
*
Mark getopt error messages as localizable (fixes #11371).
Éric Araujo
2011-03-21
*
remove pointless coding cookies
Florent Xicluna
2010-08-30
*
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
Victor Stinner
2010-07-24
*
Merged revisions 67463,67572,67576,67628 via svnmerge from
Georg Brandl
2008-12-07
*
Change a bunch of file encodings from Latin-1 to UTF-8.
Guido van Rossum
2007-07-16
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
A few naughty external scripts do 'raise getopt.error, "blah"', and
Andrew M. Kuchling
2003-02-06
*
Add encoding declaration.
Martin v. Löwis
2002-08-04
*
Use os.environ.get() in stead of os.getenv() (which is platform-dependent).
Jack Jansen
2002-07-26
*
Whitespace normalization.
Tim Peters
2002-07-16
*
gnu_getopt should be exported in __all__
Skip Montanaro
2002-06-07
*
Use isinstance for the type check, use booleans.
Martin v. Löwis
2002-06-06
*
Patch 473512: add GNU style scanning as gnu_getopt.
Martin v. Löwis
2002-06-06
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
*
Wrapped a long line.
Fred Drake
2001-12-12
*
more __all__ updates
Skip Montanaro
2001-01-20
*
GetoptError is always initialized with exactly two parameters, so simplify
Fred Drake
2001-01-08
*
getopt used to sort the long option names, in an attempt to simplify
Tim Peters
2000-12-29
*
Fix for SF bug
Tim Peters
2000-12-27
*
Gerrit forgot to remove the "import string".
Guido van Rossum
2000-02-25
*
Gerrit Holl's patch to move attribution from the docstring to a
Fred Drake
2000-02-25
*
Actually, the previous batch's comment should have been different;
Guido van Rossum
2000-02-04
*
Contribution from Gerrit Holl:
Guido van Rossum
1999-12-21
*
Accept a non-list sequence for the long options (request by Jack Jansen).
Guido van Rossum
1998-11-17
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
*
Layout and cleanup by Fred
Guido van Rossum
1996-09-11
*
Rewritten by Lars Wizenius to add long options
Guido van Rossum
1996-09-09
*
Bugfix: it choked on an empty argument!
Guido van Rossum
1992-01-09
*
New == syntax
Guido van Rossum
1992-01-01
*
Initial revision
Guido van Rossum
1990-10-13