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 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
*
#1607951: Make mailbox.Maildir re-read the directories less frequently.
Andrew M. Kuchling
2009-05-02
1
-0/+31
*
Convert test method names to PEP8 style.
Gregory P. Smith
2009-05-02
1
-46/+47
*
remove py3k compat code
Benjamin Peterson
2009-05-02
1
-35/+7
*
don't let sys.argv be used in the tests
Benjamin Peterson
2009-05-02
1
-2/+5
*
Adds an exit parameter to unittest.main(). If False main no longer
Michael Foord
2009-05-02
1
-2/+71
*
Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
Antoine Pitrou
2009-05-01
1
-0/+33
*
Adds the ipaddr module to the standard library. Issue #3959.
Gregory P. Smith
2009-05-01
1
-0/+567
*
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
Walter Dörwald
2009-05-01
10
-65/+64
*
Issue #1588: Add complex.__format__.
Eric Smith
2009-04-30
1
-1/+60
*
make sure to close file
Benjamin Peterson
2009-04-30
1
-1/+1
*
make sure mode is removable while cleaning up test droppings
Benjamin Peterson
2009-04-29
1
-0/+5
*
fix test_shutil on ZFS #5676
Benjamin Peterson
2009-04-29
1
-2/+16
*
Backport some of the float formatting tests from py3k.
Mark Dickinson
2009-04-29
2
-0/+375
*
Issue #5864: format(1234.5, '.4') gives misleading result
Mark Dickinson
2009-04-29
1
-0/+5
*
More aifc tests.
R. David Murray
2009-04-29
1
-7/+53
*
Now that we've got a test_aifc, add a few tests.
R. David Murray
2009-04-29
1
-0/+30
*
Fix issue 2245. aifc now skips any chunk type it doesn't actually
R. David Murray
2009-04-29
3
-1/+24
[prev]
[next]