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
*
avoid crashes and lockups from daemon threads during interpreter shutdown (#1...
Benjamin Peterson
2014-06-17
1
-0/+43
*
url unquote the path before checking if it refers to a CGI script (closes #21...
Benjamin Peterson
2014-06-15
1
-0/+5
*
Issue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka
2014-06-09
1
-0/+15
*
make sure the builtin help function doesn't fail when sys.stdin is not a vali...
Benjamin Peterson
2014-06-08
1
-0/+8
*
don't remove self from example code in the HTML output (closes #13223)
Benjamin Peterson
2014-06-07
2
-0/+54
*
allow the keyword else immediately after (no space) an integer (closes #21642)
Benjamin Peterson
2014-06-07
1
-0/+6
*
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware
2014-06-02
7
-35/+13
*
Issue #19656: Running Python with the -3 option now also warns about
Serhiy Storchaka
2014-06-01
1
-0/+5
*
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Benjamin Peterson
2014-05-31
1
-1/+67
*
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-1/+51
*
Add tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka
2014-05-30
1
-0/+47
*
Fix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith
2014-05-30
1
-0/+15
*
Issue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka
2014-05-28
1
-0/+35
*
Issue #21481: Teach argparse equality tests to return NotImplemented when co...
Raymond Hettinger
2014-05-26
1
-0/+6
*
Issue 8743: Improve interoperability between sets and the collections.Set ab...
Raymond Hettinger
2014-05-26
2
-30/+168
*
Issue 13355: Make random.triangular degrade gracefully when low == high.
Raymond Hettinger
2014-05-26
1
-1/+1
*
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
Serhiy Storchaka
2014-05-25
1
-0/+62
*
Issue #18604: Skip the Tk instantiation test on OS X because it can
Ned Deily
2014-05-24
1
-1/+3
*
Issue #21523: Fix over-pessimistic computation of the stack effect of some op...
Antoine Pitrou
2014-05-23
1
-2/+41
*
'sunos' not 'solaris
Benjamin Peterson
2014-05-17
1
-1/+1
*
just skip this test on Solaris
Benjamin Peterson
2014-05-17
1
-5/+5
*
some platforms apparently don't care about fdopen'ing with a different mode
Benjamin Peterson
2014-05-17
1
-1/+5
*
Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin...
Senthil Kumaran
2014-05-17
1
-2/+46
*
this file now has utf-8 chars
Benjamin Peterson
2014-05-11
1
-0/+2
*
backport hmac.compare_digest to partially implement PEP 466 (closes #21306)
Benjamin Peterson
2014-05-11
1
-1/+111
*
Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...
Antoine Pitrou
2014-05-08
1
-0/+7
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
4
-33/+60
*
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
1
-2/+11
*
Issue #9291 Do not attempt to re-encode mimetype data read from registry in A...
Tim Golden
2014-04-27
1
-6/+44
*
Issue #18944: backport typo fix
Terry Jan Reedy
2014-04-26
1
-1/+1
*
Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...
Tim Golden
2014-04-26
1
-0/+9
*
Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns.
Zachary Ware
2014-04-24
1
-2/+2
*
#1704474: mark refleak test as specific to CPython
Andrew Kuchling
2014-04-15
1
-0/+1
*
when an exception is raised in fdopen, never close the fd (changing on my min...
Benjamin Peterson
2014-04-14
1
-1/+1
*
Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...
Eric V. Smith
2014-04-14
1
-0/+21
*
make sure fdopen always closes the fd in error cases (closes #21191)
Benjamin Peterson
2014-04-09
1
-0/+4
*
use with statement
Benjamin Peterson
2014-04-04
1
-12/+10
*
explicitly close file object (#21128)
Benjamin Peterson
2014-04-04
1
-0/+1
*
properly explicitly close file (#21128)
Benjamin Peterson
2014-04-04
1
-0/+1
*
make temporary read-only files writable, so rmtree can remove them (#21128)
Benjamin Peterson
2014-04-04
1
-0/+3
*
properly close files in test_zipfile (#20887)
Benjamin Peterson
2014-04-03
1
-28/+46
*
make sure to test UnicodeEncodeError, too
Benjamin Peterson
2014-04-02
1
-1/+1
*
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
1
-0/+6
*
use https docs url (#21115)
Benjamin Peterson
2014-03-31
1
-2/+2
*
fix overflow detection of strop.expandtabs
Benjamin Peterson
2014-03-31
1
-0/+6
*
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily
2014-03-27
1
-0/+11
*
Issue #20939: Use www.example.com instead of www.python.org to avoid test
Ned Deily
2014-03-27
3
-18/+25
*
Issue #21038: Cleanup test_epoll.py
Victor Stinner
2014-03-25
1
-3/+0
*
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
Victor Stinner
2014-03-25
1
-0/+18
*
Issue #20939: Fix test_geturl failure in test_urllibnet due to
Ned Deily
2014-03-15
1
-1/+1
[next]