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
*
Make python version of fromtimestamp behave more like C.
Alexander Belopolsky
2010-07-26
1
-1/+7
*
Fix #7113. Patch by Łukasz Langa.
Brian Curtin
2010-07-26
1
-7/+37
*
#777884: make .normalize() do nothing for childless nodes, instead of raising...
Andrew M. Kuchling
2010-07-25
1
-0/+8
*
Issue #4686 - add .args to exceptions in the configparsermodule
Michael Foord
2010-07-25
1
-15/+35
*
Corrected comments on where settrace and setprofile are tested.
Alexander Belopolsky
2010-07-25
1
-2/+2
*
Issue #9315: Renamed test_trace to test_sys_settrace and
Alexander Belopolsky
2010-07-25
2
-0/+0
*
Issue #9315: Revert r83005 before renaming test_trace to
Alexander Belopolsky
2010-07-25
1
-0/+0
*
Fix for issue 9367: the test code for os.getgroups
Ronald Oussoren
2010-07-24
1
-1/+5
*
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
Victor Stinner
2010-07-24
1
-0/+6
*
Issue #7989: Added pure python implementation of the datetime module.
Alexander Belopolsky
2010-07-23
2
-3662/+3710
*
Add queue tests for empty, full, put_nowait, and get_nowait.
Brett Cannon
2010-07-23
1
-0/+23
*
Tab test_repr_daemon over so it's included in ThreadTests.
Brian Curtin
2010-07-23
1
-5/+5
*
Add tests for fnmatch.filter and translate.
Brett Cannon
2010-07-23
1
-2/+24
*
New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer.
Richard Jones
2010-07-23
1
-0/+221
*
Add more tests for the threading.Thread.repr.
Brett Cannon
2010-07-23
1
-1/+8
*
Stop shadowing a test class.
Brett Cannon
2010-07-23
1
-2/+2
*
Explicitly test relative imports by reusing importlib tests.
Brett Cannon
2010-07-23
1
-1/+14
*
Test calendar.monthrange.
Brett Cannon
2010-07-23
1
-0/+29
*
This fixes issue7900 by adding code that deals
Ronald Oussoren
2010-07-23
1
-1/+52
*
Issue #6095: Make directory argument to os.listdir optional.
Martin v. Löwis
2010-07-23
1
-3/+8
*
Fix for issue 7895. Avoid crashing the interpreter
Ronald Oussoren
2010-07-23
1
-0/+19
*
Minor tweak of test_osx_env to
Ronald Oussoren
2010-07-23
1
-1/+1
*
Workaround for issue 4047: in some configurations of
Ronald Oussoren
2010-07-23
1
-0/+15
*
Skip this test as it doesn't apply to Windows. It was added for
Brian Curtin
2010-07-22
1
-0/+1
*
Issue #5395: check that array.fromfile() re-raises an IOError instead of repl...
Antoine Pitrou
2010-07-21
1
-0/+11
*
revert unintended changes
Benjamin Peterson
2010-07-20
1
-8/+0
*
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson
2010-07-20
2
-0/+8
*
Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in
Gregory P. Smith
2010-07-19
1
-26/+38
*
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
[next]