summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+65
* Issue #23881: Only use entry-values with gdb 7.4 in tests.Serhiy Storchaka2015-02-061-8/+10
* Issue #18982: Fixed newlines in calendar CLI tests on Windows.Serhiy Storchaka2015-02-051-7/+10
* Issue #18982: Add tests for CLI of the calendar module.Serhiy Storchaka2015-02-051-3/+134
* Issue #23345: Prevent test_ssl failures with large OpenSSL patch levelNed Deily2015-02-051-1/+1
* Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-7/+5
* _clear_type_cache is cpython-onlyBenjamin Peterson2015-02-021-0/+1
* check for overflows in permutations() and product() (closes #23363, closes #2...Benjamin Peterson2015-02-021-0/+12
* check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-021-0/+5
* detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-021-0/+5
* Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.Serhiy Storchaka2015-01-311-0/+19
* Avoid deprecation warnings.Serhiy Storchaka2015-01-315-7/+7
* test_spwd skipping is expected on win32.Serhiy Storchaka2015-01-311-0/+1
* Restored test_xpickle compatibility with Python 2.5.Serhiy Storchaka2015-01-311-2/+4
* Use float division to avoid deprecation warning in test_timeit (issue #11578).Serhiy Storchaka2015-01-311-2/+2
* Issue #19949: The test_xpickle test now tests compatibility with installedSerhiy Storchaka2015-01-271-65/+52
* Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-271-0/+40
* Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).Serhiy Storchaka2015-01-261-79/+61
* Use test.test_support instead of test.support.Serhiy Storchaka2015-01-261-3/+3
* Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-0/+8
* Issue #11578: Backported test for the timeit module.Serhiy Storchaka2015-01-262-1/+304
* Merge headsSerhiy Storchaka2015-01-263-6/+103
|\
| * simply ignore headers with no name (#19996)Benjamin Peterson2015-01-262-0/+16
| * Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostportSenthil Kumaran2015-01-241-2/+27
| * prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-2/+2
| * pep 466 backport of alpn (#20188)Benjamin Peterson2015-01-231-4/+60
* | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in theSerhiy Storchaka2015-01-262-4/+5
|/
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-184-5/+5
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-2/+3
* Issue #23168: skip sys.stdin.seek() test if stdin is not a TTYVictor Stinner2015-01-061-8/+14
* allow a SSLContext to be given to ftplib.FTP_TLSBenjamin Peterson2015-01-041-27/+88
* use getentropy when available (backport of 75ede5bec8db) (closes #23115)Benjamin Peterson2014-12-261-0/+7
* fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-261-0/+6
* allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-221-0/+14
* explicitly close files (closes #23090)Benjamin Peterson2014-12-201-2/+4
* Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-201-0/+22
* remove extra ssl imports (closes #23053)Benjamin Peterson2014-12-151-2/+0
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-1514-217/+244
* Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-112/+98
* pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-131-0/+11
* Issue #23016: A warning no longer produces an AttributeError when sys.stderrSerhiy Storchaka2014-12-101-0/+9
* merge 2.7.9 release branchBenjamin Peterson2014-12-071-0/+2
|\
| * restore test data READMEBenjamin Peterson2014-12-071-0/+2
* | merge 2.7.9 release branchBenjamin Peterson2014-12-072-10/+5
|\ \ | |/
| * remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-072-10/+5
* | merge 2.7.9 release branchBenjamin Peterson2014-12-062-8/+17
|\ \ | |/
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-062-8/+17
* | merge 2.7.9 release branchBenjamin Peterson2014-12-063-2/+51
|\ \ | |/
| * add a default limit for the amount of data xmlrpclib.gzip_decode will return ...Benjamin Peterson2014-12-061-1/+18