summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23881: Only use entry-values with gdb 7.4 in tests.Serhiy Storchaka2015-02-061-8/+10
| | | | Fixes a regression in issue #22765. Patch by Vinson Lee.
* 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
| | | | values (like 0.9.8zc).
* Update pip to 6.0.8Donald Stufft2015-02-052-1/+1
|
* Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-021-7/+5
| | | | Used PyMem_New to check overflow.
* _clear_type_cache is cpython-onlyBenjamin Peterson2015-02-021-0/+1
|
* check for overflows in permutations() and product() (closes #23363, closes ↵Benjamin Peterson2015-02-021-0/+12
| | | | #23364)
* 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
|
* https goodnessBenjamin Peterson2015-02-021-1/+1
|
* Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.Serhiy Storchaka2015-01-311-0/+19
| | | | Patch by Bohuslav Kabrda.
* Avoid deprecation warnings.Serhiy Storchaka2015-01-317-9/+9
|
* 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
| | | | Python 2.5 has no unittest.skipUnless.
* Use float division to avoid deprecation warning in test_timeit (issue #11578).Serhiy Storchaka2015-01-311-2/+2
|
* Upgrade setuptools to 12.0.5 and pip to 6.0.7Donald Stufft2015-01-283-2/+2
|
* Issue #19949: The test_xpickle test now tests compatibility with installedSerhiy Storchaka2015-01-271-65/+52
| | | | Python 2.7 and reports skipped tests. Based on patch by Zachary Ware.
* Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-271-0/+40
| | | | and fix by Guido Vranken.
* Issue #23191: fnmatch functions that use caching are now threadsafe.Serhiy Storchaka2015-01-271-6/+10
|
* Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).Serhiy Storchaka2015-01-262-143/+103
|
* 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-262-0/+14
| | | | a function or a loop (e.g. "return" or "break").
* Issue #11578: Backported test for the timeit module.Serhiy Storchaka2015-01-263-3/+312
|
* Merge headsSerhiy Storchaka2015-01-266-10/+135
|\
| * simply ignore headers with no name (#19996)Benjamin Peterson2015-01-264-1/+27
| | | | | | | | Patch by Cory Benfield.
| * Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostportSenthil Kumaran2015-01-242-4/+29
| | | | | | | | | | instead of (non-existing) _set_hostport. (Fix the regression introduced in 568041fd8090 )
| * prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-2/+2
| |
| * pep 466 backport of alpn (#20188)Benjamin Peterson2015-01-232-5/+79
| |
* | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in theSerhiy Storchaka2015-01-262-4/+5
|/ | | | directory containing a backslash.
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-185-7/+7
|
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-183-9/+3
| | | | Patch by Al Sweigart.
* fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-152-4/+35
| | | | Patch by Marc Abramowitz.
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-134-4/+4
| | | | Patch by Karan Goel.
* Bump setuptools to 11.3.1Donald Stufft2015-01-112-1/+1
|
* Issue #23184: delete unused idlelib file.Terry Jan Reedy2015-01-081-31/+0
|
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-063-4/+14
| | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil.
* 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-042-32/+105
|
* make SSLv23 the default version in ftplib (closes #23111)Benjamin Peterson2015-01-041-2/+2
|
* Update bundled pip and setuptools to 6.0.6 and 11.0Donald Stufft2015-01-033-2/+2
|
* 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 ↵Benjamin Peterson2014-12-262-2/+13
| | | | (closes #23112)
* Upgrade pip to 6.0.2 and setuptools to 8.2.1Donald Stufft2014-12-234-2/+2
|
* allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-222-2/+16
| | | | Patch by Martin Panter.
* explicitly close files (closes #23090)Benjamin Peterson2014-12-201-2/+4
| | | | Patch by Brian Kearns.
* Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-202-1/+29
|
* Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-164-24/+5
| | | | configuration dialog. Patch by Tal Einat.
* remove extra ssl imports (closes #23053)Benjamin Peterson2014-12-151-2/+0
| | | | Patch from Jan Matejek.
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-1515-228/+253
|