index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_getopt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-5/+5
*
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
Walter Dörwald
2009-05-01
1
-9/+7
*
#4458: recognize "-" as an argument, not a malformed option in gnu_getopt().
Georg Brandl
2008-12-05
1
-0/+5
*
Replaced import of the 'new' module with 'types' module and added a deprecati...
Christian Heimes
2007-11-27
1
-2/+2
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-21/+21
*
Make test_getopt use unittest.
Collin Winter
2007-04-04
1
-174/+173
*
avoid fragility: make sure POSIXLY_CORRECT is completely controlled
Fred Drake
2004-08-03
1
-1/+10
*
nice tests dont leave little suprises in the environ
Anthony Baxter
2004-08-03
1
-0/+1
*
Use test_support.run_doctest()
Raymond Hettinger
2003-05-17
1
-3/+3
*
Add doctest for example in the library reference.
Raymond Hettinger
2003-04-29
1
-0/+40
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Patch 473512: add GNU style scanning as gnu_getopt.
Martin v. Löwis
2002-06-06
1
-0/+20
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-32/+32
*
Add test case for SF bug
Tim Peters
2000-12-27
1
-0/+9
*
Don't reference a module named test.test_support. Always use plain
Guido van Rossum
2000-08-21
1
-1/+1
*
David Goodger's new getopt test module (thanks, David!).
Tim Peters
2000-08-20
1
-0/+101