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
/
test
/
test_getopt.py
Commit message (
Expand
)
Author
Age
*
gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...
Bénédikt Tran
2025-03-16
*
gh-126390: Support for preserving order of options and nonoption arguments in...
Serhiy Storchaka
2024-11-13
*
gh-126413: Add translation tests for getopt and optparse (GH-126698)
Tomas R.
2024-11-12
*
gh-126374: Add support of options with optional arguments in the getopt modul...
Serhiy Storchaka
2024-11-11
*
gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916)
Serhiy Storchaka
2023-09-05
*
Fix links to old SF bugs (#95648)
Serhiy Storchaka
2022-08-04
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
*
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Hai Shi
2020-06-25
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
*
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
Victor Stinner
2010-07-24
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
Merged revisions 72167 via svnmerge from
Walter Dörwald
2009-05-01
*
Merged revisions 67463,67572,67576,67628 via svnmerge from
Georg Brandl
2008-12-07
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 59193-59201 via svnmerge from
Christian Heimes
2007-11-27
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
*
avoid fragility: make sure POSIXLY_CORRECT is completely controlled
Fred Drake
2004-08-03
*
nice tests dont leave little suprises in the environ
Anthony Baxter
2004-08-03
*
Use test_support.run_doctest()
Raymond Hettinger
2003-05-17
*
Add doctest for example in the library reference.
Raymond Hettinger
2003-04-29
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Patch 473512: add GNU style scanning as gnu_getopt.
Martin v. Löwis
2002-06-06
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
Add test case for SF bug
Tim Peters
2000-12-27
*
Don't reference a module named test.test_support. Always use plain
Guido van Rossum
2000-08-21
*
David Goodger's new getopt test module (thanks, David!).
Tim Peters
2000-08-20