Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_optparse.py
654ea37
remove shebang line from non-executable test
by Benjamin Peterson
· 15 years ago
9cf41d0
normalize shebang lines to #!/usr/bin/env python
by Benjamin Peterson
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 15 years ago
b3cda98
Fix wrong usage of "except X, Y:".
by Georg Brandl
· 15 years ago
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 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
4b965f6
Use test.test_support.EnvironmentVarGuard where tests change environment vars.
by Walter Dörwald
· 16 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
c2898c5
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
by Collin Winter
· 18 years ago
0567ba2
Remove a dependency of this test on $COLUMNS.
by Guido van Rossum
· 18 years ago
48fae7a
Resync optparse with Optik 1.5.3: minor tweaks for/to tests.
by Greg Ward
· 19 years ago
e7d7caa
TestHelp.make_parser(): This was making a permanent change to
by Tim Peters
· 19 years ago
0e0c9f4
Bug #1498146: fix optparse to handle Unicode strings in option help,
by Greg Ward
· 19 years ago
a3f0927
("Forward-port" of r46506)
by Armin Rigo
· 19 years ago
ab05edc
Update optparse to Optik 1.5.1.
by Greg Ward
· 19 years ago
aa34b6c
Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var)
by Neal Norwitz
· 19 years ago
10d59f3
Whitespace normalization.
by Tim Peters
· 21 years ago
48aa84b
Update optparse module and test suite to Optik 1.5a2.
by Greg Ward
· 21 years ago
3b2cdad
Whitespace normalization.
by Tim Peters
· 21 years ago
33ad28b
Use multi-line import
by Andrew M. Kuchling
· 21 years ago
c0cbc86
Whitespace normalization.
by Tim Peters
· 21 years ago
579f735
Be more careful about reverting mutuations to system-wide (sys) variables.
by Tim Peters
· 21 years ago
eba20e6
Upgrade optparse module and tests to Optik 1.5a1:
by Greg Ward
· 21 years ago
456d325
Fix support for the "prog" keyword to the OptionParser constructor, as well
by Fred Drake
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
5549322
Test suite for optparse. This is a slightly-edited copy of
by Greg Ward
· 22 years ago