Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_getopt.py
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
6733bed
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
by Walter Dörwald
· 16 years ago
a07435d
#4458: recognize "-" as an argument, not a malformed option in gnu_getopt().
by Georg Brandl
· 16 years ago
c756d00
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
by Christian Heimes
· 17 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
82c3671
Make test_getopt use unittest.
by Collin Winter
· 18 years ago
4354ba3
avoid fragility: make sure POSIXLY_CORRECT is completely controlled
by Fred Drake
· 21 years ago
afd5ce1
nice tests dont leave little suprises in the environ
by Anthony Baxter
· 21 years ago
627728a
Use test_support.run_doctest()
by Raymond Hettinger
· 22 years ago
1a4a9d0
Add doctest for example in the library reference.
by Raymond Hettinger
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
446a25f
Patch 473512: add GNU style scanning as gnu_getopt.
by Martin v. Löwis
· 23 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
da7bf4e
Add test case for SF bug
by Tim Peters
· 24 years ago
ff18b80
Don't reference a module named test.test_support. Always use plain
by Guido van Rossum
· 25 years ago
571bb8f
David Goodger's new getopt test module (thanks, David!).
by Tim Peters
· 25 years ago