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 #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka
2015-02-06
1
-0/+65
*
Issue #23881: Only use entry-values with gdb 7.4 in tests.
Serhiy Storchaka
2015-02-06
1
-8/+10
*
Issue #18982: Fixed newlines in calendar CLI tests on Windows.
Serhiy Storchaka
2015-02-05
1
-7/+10
*
Issue #18982: Add tests for CLI of the calendar module.
Serhiy Storchaka
2015-02-05
1
-3/+134
*
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
Ned Deily
2015-02-05
1
-1/+1
*
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Serhiy Storchaka
2015-02-02
1
-7/+5
*
_clear_type_cache is cpython-only
Benjamin Peterson
2015-02-02
1
-0/+1
*
check for overflows in permutations() and product() (closes #23363, closes #2...
Benjamin Peterson
2015-02-02
1
-0/+12
*
check for overflow in combinations_with_replacement (closes #23365)
Benjamin Peterson
2015-02-02
1
-0/+5
*
detect overflow in combinations (closes #23366)
Benjamin Peterson
2015-02-02
1
-0/+5
*
Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
Serhiy Storchaka
2015-01-31
1
-0/+19
*
Avoid deprecation warnings.
Serhiy Storchaka
2015-01-31
5
-7/+7
*
test_spwd skipping is expected on win32.
Serhiy Storchaka
2015-01-31
1
-0/+1
*
Restored test_xpickle compatibility with Python 2.5.
Serhiy Storchaka
2015-01-31
1
-2/+4
*
Use float division to avoid deprecation warning in test_timeit (issue #11578).
Serhiy Storchaka
2015-01-31
1
-2/+2
*
Issue #19949: The test_xpickle test now tests compatibility with installed
Serhiy Storchaka
2015-01-27
1
-65/+52
*
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Serhiy Storchaka
2015-01-27
1
-0/+40
*
Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).
Serhiy Storchaka
2015-01-26
1
-79/+61
*
Use test.test_support instead of test.support.
Serhiy Storchaka
2015-01-26
1
-3/+3
*
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
1
-0/+8
*
Issue #11578: Backported test for the timeit module.
Serhiy Storchaka
2015-01-26
2
-1/+304
*
Merge heads
Serhiy Storchaka
2015-01-26
3
-6/+103
|
\
|
*
simply ignore headers with no name (#19996)
Benjamin Peterson
2015-01-26
2
-0/+16
|
*
Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport
Senthil Kumaran
2015-01-24
1
-2/+27
|
*
prefer server alpn ordering over the client's
Benjamin Peterson
2015-01-23
1
-2/+2
|
*
pep 466 backport of alpn (#20188)
Benjamin Peterson
2015-01-23
1
-4/+60
*
|
Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the
Serhiy Storchaka
2015-01-26
2
-4/+5
|
/
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
4
-5/+5
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-2/+3
*
Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY
Victor Stinner
2015-01-06
1
-8/+14
*
allow a SSLContext to be given to ftplib.FTP_TLS
Benjamin Peterson
2015-01-04
1
-27/+88
*
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
Benjamin Peterson
2014-12-26
1
-0/+7
*
fix behavior of trailing slash redirection when a query string is involved (c...
Benjamin Peterson
2014-12-26
1
-0/+6
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
1
-0/+14
*
explicitly close files (closes #23090)
Benjamin Peterson
2014-12-20
1
-2/+4
*
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka
2014-12-20
1
-0/+22
*
remove extra ssl imports (closes #23053)
Benjamin Peterson
2014-12-15
1
-2/+0
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
14
-217/+244
*
Issue #23015: Improved testing of the uuid module.
Serhiy Storchaka
2014-12-15
1
-112/+98
*
pop the loop block even for infinite while loops (closes #23048)
Benjamin Peterson
2014-12-13
1
-0/+11
*
Issue #23016: A warning no longer produces an AttributeError when sys.stderr
Serhiy Storchaka
2014-12-10
1
-0/+9
*
merge 2.7.9 release branch
Benjamin Peterson
2014-12-07
1
-0/+2
|
\
|
*
restore test data README
Benjamin Peterson
2014-12-07
1
-0/+2
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-07
2
-10/+5
|
\
\
|
|
/
|
*
remove HTTPSConnection's check_hostname parameter (#22959)
Benjamin Peterson
2014-12-07
2
-10/+5
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
2
-8/+17
|
\
\
|
|
/
|
*
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson
2014-12-06
2
-8/+17
*
|
merge 2.7.9 release branch
Benjamin Peterson
2014-12-06
3
-2/+51
|
\
\
|
|
/
|
*
add a default limit for the amount of data xmlrpclib.gzip_decode will return ...
Benjamin Peterson
2014-12-06
1
-1/+18
[next]