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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...
Senthil Kumaran
2010-07-19
1
-0/+3
*
Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.
Stefan Krah
2010-07-19
1
-0/+1
*
Issue #9265: Incorrect name passed as arg[0] when shell=True
Stefan Krah
2010-07-19
1
-0/+19
*
This patch adds a testcase that demonstrates a problem
Ronald Oussoren
2010-07-19
1
-0/+6
*
Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
Alexander Belopolsky
2010-07-17
1
-0/+69
*
Fix possible failure in pickling tests due to different instantiations
Antoine Pitrou
2010-07-16
1
-0/+10
*
Issue #9251: test_threaded_import didn't fail when run through regrtest
Antoine Pitrou
2010-07-14
1
-55/+50
*
Fix Issue5842 - Moving the tests out of urllib.parse module
Senthil Kumaran
2010-07-14
1
-0/+32
*
Woops, test_sndhdr.py contains the same code twice: fix it
Victor Stinner
2010-07-13
1
-24/+0
*
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
Victor Stinner
2010-07-13
10
-0/+59
*
Set sys.modules[name] to None instead of 0 to block module import.
Alexander Belopolsky
2010-07-13
1
-1/+1
*
Yield more information on failure in test_struct boolean test.
Mark Dickinson
2010-07-12
1
-2/+7
*
allow byte literals
Benjamin Peterson
2010-07-11
1
-0/+1
*
assertEquals -> assertEqual
Mark Dickinson
2010-07-11
1
-1/+1
*
Issue #9137: Fix issue in MutableMapping.update, which incorrectly
Mark Dickinson
2010-07-11
1
-0/+13
*
Issue #9165: Add math.isfinite and cmath.isfinite.
Mark Dickinson
2010-07-11
2
-0/+18
*
test for set literals
Benjamin Peterson
2010-07-11
1
-0/+1
*
Stricter verification for file based url scheme and reliance on ftp protocol.
Senthil Kumaran
2010-07-11
1
-0/+3
*
ValueError is eventually what we want to move to, I suppose
Benjamin Peterson
2010-07-10
1
-2/+2
*
Fix 'refleak' introduced by fnmatch cache purge tests.
R. David Murray
2010-07-10
1
-1/+5
*
#3071: tell how many values were expected when unpacking too many.
Georg Brandl
2010-07-10
1
-3/+3
*
be more robust across platforms
Benjamin Peterson
2010-07-09
1
-1/+1
*
Re-flow several long lines from #1578269.
Brian Curtin
2010-07-09
5
-11/+18
*
Fix the breakage of Lib/tarfile.py on non-Windows platforms due to
Brian Curtin
2010-07-09
1
-0/+1
*
wrap
Benjamin Peterson
2010-07-09
1
-1/+2
*
allow more exceptions
Benjamin Peterson
2010-07-09
1
-3/+3
*
OverflowError is fine
Benjamin Peterson
2010-07-09
1
-1/+2
*
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
R. David Murray
2010-07-09
1
-1/+16
*
use assert method
Benjamin Peterson
2010-07-09
1
-1/+1
*
fix repr of complicated structseqs #9206
Benjamin Peterson
2010-07-08
1
-1/+9
*
assert tuple inheritance
Benjamin Peterson
2010-07-08
1
-0/+1
*
Undo inadvertant checkin.
Brian Curtin
2010-07-08
1
-1/+1
*
Implement #1578269. Patch by Jason R. Coombs.
Brian Curtin
2010-07-08
11
-243/+564
*
Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this.
Mark Dickinson
2010-07-08
1
-0/+13
*
Issue #8605: Skip test_gdb if Python is compiled with optimizations.
Antoine Pitrou
2010-07-08
1
-0/+10
*
In test_decimal, convert heuristic for skipping tests into an explicit skiplist.
Mark Dickinson
2010-07-08
1
-41/+35
*
ValueError in this case is also acceptable
Benjamin Peterson
2010-07-07
1
-4/+8
*
don't ignore exceptions from PyObject_IsTrue
Benjamin Peterson
2010-07-07
1
-0/+6
*
this needn't be in the loop
Benjamin Peterson
2010-07-07
1
-2/+2
*
Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError.
Mark Dickinson
2010-07-07
2
-8/+72
*
Issue #9000: datetime.timezone objects now have eval-friendly repr.
Alexander Belopolsky
2010-07-06
1
-0/+9
*
Fix test_xmlrpc_net to no longer fail since there are no more buildbots for t...
Brett Cannon
2010-07-05
1
-1/+1
*
Added two more test cases for datetime
Alexander Belopolsky
2010-07-05
1
-0/+6
*
looking up on the type is correct, so this isn't an XXX
Benjamin Peterson
2010-07-05
1
-7/+0
*
Added more tests for utctimetuple()
Alexander Belopolsky
2010-07-05
1
-1/+21
*
pydoc still has a silly encoding
Benjamin Peterson
2010-07-05
1
-1/+1
*
Issue #9130: Validate ellipsis tokens in relative imports.
Mark Dickinson
2010-07-04
1
-0/+6
*
Fix symbol numbers in test_parser test.
Mark Dickinson
2010-07-04
1
-8/+8
*
Issue #9130: Fix validation of relative imports in parser module.
Mark Dickinson
2010-07-04
1
-0/+20
*
Issue #9128: Fix validation of class decorators in parser module.
Mark Dickinson
2010-07-04
1
-0/+7
[next]