aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_getopt.py
Commit message (Expand)AuthorAge
* gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...Bénédikt Tran2025-03-16
* gh-126390: Support for preserving order of options and nonoption arguments in...Serhiy Storchaka2024-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 Storchaka2024-11-11
* gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916)Serhiy Storchaka2023-09-05
* Fix links to old SF bugs (#95648)Serhiy Storchaka2022-08-04
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-08
* bpo-40275: Use new test.support helper submodules in tests (GH-20824)Hai Shi2020-06-25
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Issue #4629: getopt raises an error if an argument ends with = whereas getoptVictor Stinner2010-07-24
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-01
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-07
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-27
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* avoid fragility: make sure POSIXLY_CORRECT is completely controlledFred Drake2004-08-03
* nice tests dont leave little suprises in the environAnthony Baxter2004-08-03
* Use test_support.run_doctest()Raymond Hettinger2003-05-17
* Add doctest for example in the library reference.Raymond Hettinger2003-04-29
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Patch 473512: add GNU style scanning as gnu_getopt.Martin v. Löwis2002-06-06
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Add test case for SF bugTim Peters2000-12-27
* Don't reference a module named test.test_support. Always use plainGuido van Rossum2000-08-21
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-20