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
*
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
*
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
Jeffrey Yasskin
2009-05-20
1
-0/+21
*
Issue 6032: fix refleaks in test_urllib2_localnet.
Collin Winter
2009-05-18
1
-17/+21
*
While I was modifying test_trace, it threw an exception when I accidentally
Jeffrey Yasskin
2009-05-18
1
-1/+1
*
completely ignore old-style stuff for type checking overloading
Benjamin Peterson
2009-05-16
1
-9/+12
*
properly lookup __instancecheck__ and __subclasscheck__
Benjamin Peterson
2009-05-16
1
-6/+17
*
use skipTest()
Benjamin Peterson
2009-05-16
1
-4/+1
*
Issue #2116: Weak references and weak dictionaries now support copy()ing and ...
Antoine Pitrou
2009-05-15
1
-0/+88
*
Issue 6024: make regrtest.py promote refleaks to test failures.
Collin Winter
2009-05-14
1
-1/+11
*
a useful decorator for cleaning up threads
Benjamin Peterson
2009-05-14
2
-7/+13
*
prevent refleaks from threads
Benjamin Peterson
2009-05-14
1
-1/+5
*
Fix test failure on Windows, and add skip check if even unicodedata
R. David Murray
2009-05-14
1
-3/+7
*
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
R. David Murray
2009-05-13
1
-0/+7
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
1
-10/+13
*
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.
Mark Dickinson
2009-05-11
1
-0/+31
*
*sigh* deal with instances correctly
Benjamin Peterson
2009-05-09
1
-0/+6
*
convert some more special methods to use _PyObject_LookupSpecial
Benjamin Peterson
2009-05-09
1
-3/+15
*
lookup __reversed__ correctly as a special method
Benjamin Peterson
2009-05-09
1
-0/+3
*
Fix an off by one error on negative indexs to __getitem__
Gregory P. Smith
2009-05-08
1
-0/+11
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
1
-1/+15
*
fix this test
Benjamin Peterson
2009-05-08
1
-4/+2
*
add _PyObject_LookupSpecial to handle fetching special method lookup
Benjamin Peterson
2009-05-08
1
-0/+52
*
Pre-opened test file needs to be opened in binary mode.
R. David Murray
2009-05-07
1
-1/+1
*
Issue5955: aifc's close method did not close the file it wrapped,
R. David Murray
2009-05-07
1
-0/+15
*
Issue 3739: The unicode-internal encoder now reports the number of *characters*
Walter Dörwald
2009-05-06
1
-2/+7
*
Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...
Eric Smith
2009-05-05
2
-0/+57
*
#5142: add module skipping feature to pdb.
Georg Brandl
2009-05-05
1
-0/+99
*
#1309567: fix linecache behavior of stripping subdirectories from paths when ...
Georg Brandl
2009-05-05
1
-0/+129
*
Fix issue 5890: (property subclass shadows __doc__ string) by inserting
R. David Murray
2009-05-04
1
-1/+115
*
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal se...
Antoine Pitrou
2009-05-04
1
-6/+15
*
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
Gregory P. Smith
2009-05-04
1
-3/+46
*
(no commit message)
Michael Foord
2009-05-02
1
-37/+197
*
Isue #5084: unpickling now interns the attribute names of pickled objects,
Antoine Pitrou
2009-05-02
1
-0/+14
*
Add addCleanup and doCleanups to unittest.TestCase.
Michael Foord
2009-05-02
1
-2/+106
[next]