Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23881: Only use entry-values with gdb 7.4 in tests. | Serhiy Storchaka | 2015-02-06 | 1 | -8/+10 |
| | | | | Fixes a regression in issue #22765. Patch by Vinson Lee. | ||||
* | 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 |
| | | | | values (like 0.9.8zc). | ||||
* | Update pip to 6.0.8 | Donald Stufft | 2015-02-05 | 2 | -1/+1 |
| | |||||
* | Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. | Serhiy Storchaka | 2015-02-02 | 1 | -7/+5 |
| | | | | Used PyMem_New to check overflow. | ||||
* | _clear_type_cache is cpython-only | Benjamin Peterson | 2015-02-02 | 1 | -0/+1 |
| | |||||
* | check for overflows in permutations() and product() (closes #23363, closes ↵ | Benjamin Peterson | 2015-02-02 | 1 | -0/+12 |
| | | | | #23364) | ||||
* | 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 |
| | |||||
* | https goodness | Benjamin Peterson | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. | Serhiy Storchaka | 2015-01-31 | 1 | -0/+19 |
| | | | | Patch by Bohuslav Kabrda. | ||||
* | Avoid deprecation warnings. | Serhiy Storchaka | 2015-01-31 | 7 | -9/+9 |
| | |||||
* | 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 |
| | | | | Python 2.5 has no unittest.skipUnless. | ||||
* | Use float division to avoid deprecation warning in test_timeit (issue #11578). | Serhiy Storchaka | 2015-01-31 | 1 | -2/+2 |
| | |||||
* | Upgrade setuptools to 12.0.5 and pip to 6.0.7 | Donald Stufft | 2015-01-28 | 3 | -2/+2 |
| | |||||
* | Issue #19949: The test_xpickle test now tests compatibility with installed | Serhiy Storchaka | 2015-01-27 | 1 | -65/+52 |
| | | | | Python 2.7 and reports skipped tests. Based on patch by Zachary Ware. | ||||
* | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis | Serhiy Storchaka | 2015-01-27 | 1 | -0/+40 |
| | | | | and fix by Guido Vranken. | ||||
* | Issue #23191: fnmatch functions that use caching are now threadsafe. | Serhiy Storchaka | 2015-01-27 | 1 | -6/+10 |
| | |||||
* | Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 2 | -143/+103 |
| | |||||
* | 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 | 2 | -0/+14 |
| | | | | a function or a loop (e.g. "return" or "break"). | ||||
* | Issue #11578: Backported test for the timeit module. | Serhiy Storchaka | 2015-01-26 | 3 | -3/+312 |
| | |||||
* | Merge heads | Serhiy Storchaka | 2015-01-26 | 6 | -10/+135 |
|\ | |||||
| * | simply ignore headers with no name (#19996) | Benjamin Peterson | 2015-01-26 | 4 | -1/+27 |
| | | | | | | | | Patch by Cory Benfield. | ||||
| * | Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport | Senthil Kumaran | 2015-01-24 | 2 | -4/+29 |
| | | | | | | | | | | instead of (non-existing) _set_hostport. (Fix the regression introduced in 568041fd8090 ) | ||||
| * | 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 | 2 | -5/+79 |
| | | |||||
* | | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the | Serhiy Storchaka | 2015-01-26 | 2 | -4/+5 |
|/ | | | | directory containing a backslash. | ||||
* | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 5 | -7/+7 |
| | |||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 3 | -9/+3 |
| | | | | Patch by Al Sweigart. | ||||
* | fix parsing reST with code or code-block directives (closes #23063) | Benjamin Peterson | 2015-01-15 | 2 | -4/+35 |
| | | | | Patch by Marc Abramowitz. | ||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 4 | -4/+4 |
| | | | | Patch by Karan Goel. | ||||
* | Bump setuptools to 11.3.1 | Donald Stufft | 2015-01-11 | 2 | -1/+1 |
| | |||||
* | Issue #23184: delete unused idlelib file. | Terry Jan Reedy | 2015-01-08 | 1 | -31/+0 |
| | |||||
* | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 3 | -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 TTY | Victor Stinner | 2015-01-06 | 1 | -8/+14 |
| | |||||
* | allow a SSLContext to be given to ftplib.FTP_TLS | Benjamin Peterson | 2015-01-04 | 2 | -32/+105 |
| | |||||
* | make SSLv23 the default version in ftplib (closes #23111) | Benjamin Peterson | 2015-01-04 | 1 | -2/+2 |
| | |||||
* | Update bundled pip and setuptools to 6.0.6 and 11.0 | Donald Stufft | 2015-01-03 | 3 | -2/+2 |
| | |||||
* | 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 ↵ | Benjamin Peterson | 2014-12-26 | 2 | -2/+13 |
| | | | | (closes #23112) | ||||
* | Upgrade pip to 6.0.2 and setuptools to 8.2.1 | Donald Stufft | 2014-12-23 | 4 | -2/+2 |
| | |||||
* | allow more operations to work on detached streams (closes #23093) | Benjamin Peterson | 2014-12-22 | 2 | -2/+16 |
| | | | | Patch by Martin Panter. | ||||
* | explicitly close files (closes #23090) | Benjamin Peterson | 2014-12-20 | 1 | -2/+4 |
| | | | | Patch by Brian Kearns. | ||||
* | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 2 | -1/+29 |
| | |||||
* | Issue #20577: move configuration of FormatParagraph extension to new extension | Terry Jan Reedy | 2014-12-16 | 4 | -24/+5 |
| | | | | configuration dialog. Patch by Tal Einat. | ||||
* | remove extra ssl imports (closes #23053) | Benjamin Peterson | 2014-12-15 | 1 | -2/+0 |
| | | | | Patch from Jan Matejek. | ||||
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 15 | -228/+253 |
| |