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
*
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
Benjamin Peterson
2014-03-12
1
-3/+8
*
Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.
Stefan Krah
2014-01-21
1
-1/+1
*
open retrieved file in binary mode, since it's now compressed
Benjamin Peterson
2014-02-20
1
-3/+3
*
update logo url (#20695)
Benjamin Peterson
2014-02-20
1
-1/+1
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+8
|
\
|
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+10
|
*
Backported test for the open of non-existent tarfile.
Serhiy Storchaka
2014-01-13
1
-0/+8
|
*
Issue #20138: Backport tests for handling non-ASCII URLs in the
Serhiy Storchaka
2014-01-12
1
-0/+6
|
*
Adding test coverage for cgi.FieldStorage based on the scenario mentioned in ...
Senthil Kumaran
2014-01-12
1
-0/+10
|
*
Fixed test_tempfilepager in test_pydoc on Windows.
Serhiy Storchaka
2014-01-10
1
-2/+3
|
*
Issue #20086: Output more details when test_getsetlocale_issue1813 is failed.
Serhiy Storchaka
2014-01-10
1
-1/+6
|
*
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+11
|
*
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
2
-20/+10
|
*
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
2
-0/+89
|
*
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...
Antoine Pitrou
2014-01-09
1
-1/+1
|
*
clear zip stat cache after each ref leak run
Benjamin Peterson
2014-01-09
2
-7/+8
|
*
normalize whitespace from prior issue19081 fix commit.
Gregory P. Smith
2014-01-06
1
-3/+3
|
*
Fixes issue19081: When a zipimport .zip file in sys.path being imported
Gregory P. Smith
2014-01-06
1
-20/+83
|
*
#1065986: Make pydoc handle unicode strings.
R David Murray
2014-01-05
1
-0/+91
|
*
#16039/#20118: temporarily skip failing imaplib SSL test.
R David Murray
2014-01-03
1
-0/+3
|
*
closes 16039: CVE-2013-1752: limit line length in imaplib readline calls.
R David Murray
2014-01-03
1
-0/+10
|
*
complain if the codec doesn't return unicode
Benjamin Peterson
2013-12-28
2
-0/+7
|
*
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...
Antoine Pitrou
2013-12-28
1
-0/+7
|
*
Fixed the wave module testing on big-endian platforms.
Serhiy Storchaka
2013-12-28
1
-1/+1
|
*
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka
2013-12-26
1
-0/+14
|
*
Issue #19320: test_tcl no longer fails when wantobjects is false.
Serhiy Storchaka
2013-12-25
1
-15/+30
|
*
Merge heads
Serhiy Storchaka
2013-12-19
1
-69/+0
|
|
\
|
|
*
Issue #19683: Removed empty tests from test_minidom.
Zachary Ware
2013-12-19
1
-69/+0
|
*
|
Don't use sebTest() in tests for issue #5815.
Serhiy Storchaka
2013-12-19
1
-2/+1
|
|
/
|
*
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka
2013-12-19
1
-0/+58
|
*
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-5/+39
|
*
Issue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou
2013-12-17
1
-1/+6
|
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+2
|
*
Skip test for issue #17976 if /dev/null is not available.
Serhiy Storchaka
2013-12-17
1
-1/+7
|
*
Issue #17976: Fixed potential problem with file.write() not detecting IO error
Serhiy Storchaka
2013-12-17
1
-0/+8
|
*
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
Zachary Ware
2013-12-16
1
-7/+8
|
*
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka
2013-12-16
1
-0/+14
|
*
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
4
-54/+93
|
*
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
1
-5/+8
|
*
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
1
-4/+0
|
*
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
1
-0/+43
|
*
Issue #19572: Replace a return that shouldn't have been removed from test_os.
Zachary Ware
2013-12-10
1
-0/+1
|
*
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
|
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
51
-446/+424
|
*
Skip test for #19878 on Windows.
Nadeem Vawda
2013-12-10
1
-0/+3
|
*
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
1
-2/+9
|
*
Issue #19099: The struct module now supports Unicode format strings.
Serhiy Storchaka
2013-12-08
1
-0/+12
|
*
Closes #19878: Fix segfault in bz2 module.
Nadeem Vawda
2013-12-08
1
-0/+12
|
*
Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
Serhiy Storchaka
2013-12-06
1
-0/+29
|
*
Issue #7105: weak dict iterators are fragile because of unpredictable GC runs
Kristján Valur Jónsson
2013-12-05
2
-5/+141
[next]