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
...
*
Re-enable testing of builtin open() in test_bufio in test_largefile
Antoine Pitrou
2009-06-12
2
-4/+13
*
Try to restore the old test_file and test_univnewlines as new, different files
Antoine Pitrou
2009-06-12
4
-95/+461
*
Restore the old test_file.py (for the builtin file object) as a new file name...
Antoine Pitrou
2009-06-12
1
-0/+344
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
8
-972/+2077
*
Missing import in test_curses, uncovered by some buildbots.
Amaury Forgeot d'Arc
2009-06-09
1
-0/+1
*
Restored a test that was erroneously removed. See issue 6198.
Eric Smith
2009-06-09
1
-1/+1
*
remove error checks already done in set_context()
Benjamin Peterson
2009-06-08
3
-5/+5
*
backport r73273
Benjamin Peterson
2009-06-07
1
-0/+21
*
#6206: fix test__locale.
Georg Brandl
2009-06-06
1
-2/+1
*
Fix unittest discovery tests for Windows. Issue 6199
Michael Foord
2009-06-05
1
-1/+3
*
Removed tests so that test_float pass on Windows. See issue 6198.
Eric Smith
2009-06-05
1
-21/+21
*
Fix test__locale on windows (Backport of r72365)
Hirokazu Yamamoto
2009-06-05
1
-4/+18
*
Add test for #3684.
Georg Brandl
2009-06-04
1
-0/+9
*
Better name for "Ctor".
Georg Brandl
2009-06-04
1
-2/+2
*
Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.
Georg Brandl
2009-06-03
1
-2/+2
*
Restore default testRunner argument in unittest.main to None. Issue 6177
Michael Foord
2009-06-02
1
-0/+8
*
Fixes issue6169: it was possible for two ipaddr network addresses to compare
Gregory P. Smith
2009-06-02
1
-12/+15
*
#4547: When debugging a very large function, it was not always
Amaury Forgeot d'Arc
2009-06-01
1
-0/+17
*
Issue 3848: document the fact that epoll register raises an IOError if
R. David Murray
2009-05-31
1
-0/+28
*
remove function import
Benjamin Peterson
2009-05-31
1
-1/+1
*
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
Antoine Pitrou
2009-05-31
2
-59/+144
*
The test for #5330 wasn't correct.
Antoine Pitrou
2009-05-30
1
-1/+1
*
Issue #5330: C functions called with keyword arguments were not reported by
Antoine Pitrou
2009-05-30
2
-0/+21
*
add with statements
Benjamin Peterson
2009-05-29
1
-0/+20
*
Add test discovery to unittest. Issue 6001.
Michael Foord
2009-05-29
1
-1/+296
*
Refactor test parameterization to resolve update timing problem.
R. David Murray
2009-05-29
1
-14/+13
*
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Raymond Hettinger
2009-05-29
1
-1/+14
*
Deprecate contextlib.nested(). The with-statement now provides this function...
Raymond Hettinger
2009-05-29
1
-1/+4
*
Backport smtplib auth tests from r72990.
R. David Murray
2009-05-28
1
-22/+75
*
explicitly close files
Philip Jenvey
2009-05-28
3
-30/+29
*
fix issue #6121 by stripping spaces from the argument in the 'help'
R. David Murray
2009-05-27
1
-0/+8
*
correctly handle descrs with __missing__
Benjamin Peterson
2009-05-27
1
-2/+12
*
Fix field name conflicts for named tuples.
Raymond Hettinger
2009-05-27
1
-0/+40
*
Issue 5794: fix cPickle's unpickling of recursive tuples.
Collin Winter
2009-05-26
2
-0/+15
*
Allow multiple context managers in one with statement, as proposed
Georg Brandl
2009-05-25
3
-1/+99
*
add a SETUP_WITH opcode
Benjamin Peterson
2009-05-25
1
-5/+3
*
handle errors from _PyObject_LookupSpecial when __get__ fails
Benjamin Peterson
2009-05-25
1
-1/+17
*
make class skipping decorators the same as skipping every test of the class
Benjamin Peterson
2009-05-25
1
-8/+9
*
Issue #6050: Don't fail extracting a directory from a zipfile if
Martin v. Löwis
2009-05-24
1
-0/+5
*
Issue #1309352: fcntl now converts its third arguments to a C `long` rather
Antoine Pitrou
2009-05-24
1
-1/+16
*
Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.
Senthil Kumaran
2009-05-24
1
-0/+15
*
Add smtplib test from issue 5259.
R. David Murray
2009-05-23
1
-0/+20
*
Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD
Antoine Pitrou
2009-05-23
1
-1/+1
*
Issue 6089: str.format raises SystemError.
Eric Smith
2009-05-23
2
-0/+8
*
Fix spelling left over from testing.
R. David Murray
2009-05-23
1
-1/+1
*
Don't be so wordy in requires('network') in case other tests
R. David Murray
2009-05-23
1
-5/+2
*
Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns
R. David Murray
2009-05-23
1
-0/+26
*
don't use subprocess.call with PIPEs as the child can fill the pipe buf and
Philip Jenvey
2009-05-22
1
-2/+4
*
Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in...
Michael Foord
2009-05-21
1
-1/+1
*
Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...
Mark Dickinson
2009-05-20
1
-0/+7
[prev]
[next]