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. | ||||
* | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 |
| | |||||
* | Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. | Ned Deily | 2015-02-06 | 2 | -4/+4 |
| | | | | (currently only used for builds with <= 10.5 deployment targets) | ||||
* | 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 | 2 | -3/+136 |
| | |||||
* | Issue #23345: Prevent test_ssl failures with large OpenSSL patch level | Ned Deily | 2015-02-05 | 2 | -1/+4 |
| | | | | values (like 0.9.8zc). | ||||
* | remove parenthesis from print statement (closes #23396) | Benjamin Peterson | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -27/+11 |
| | | | | 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 | 3 | -2/+32 |
| | | | | #23364) | ||||
* | check for overflow in combinations_with_replacement (closes #23365) | Benjamin Peterson | 2015-02-02 | 3 | -0/+12 |
| | |||||
* | detect overflow in combinations (closes #23366) | Benjamin Peterson | 2015-02-02 | 3 | -0/+11 |
| | |||||
* | https goodness | Benjamin Peterson | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | Preserve critical whitespace in Doc/*. | Stefan Krah | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets | Stefan Krah | 2015-02-01 | 1 | -1/+4 |
| | | | | are required. | ||||
* | Issue #23370: Fix off-by-one error for non-contiguous buffers. | Stefan Krah | 2015-02-01 | 2 | -2/+55 |
| | |||||
* | Added a cookbook entry on logging audible messages. | Vinay Sajip | 2015-02-01 | 1 | -0/+54 |
| | |||||
* | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l | Steve Dower | 2015-01-31 | 2 | -3/+4 |
| | |||||
* | Issue #23199: libpython27.a in amd64 release is 32-bit | Steve Dower | 2015-01-31 | 1 | -19/+18 |
| | |||||
* | Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. | Serhiy Storchaka | 2015-01-31 | 1 | -0/+19 |
| | | | | Patch by Bohuslav Kabrda. | ||||
* | Completed Misc/NEWS entry. | Serhiy Storchaka | 2015-01-31 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. | Serhiy Storchaka | 2015-01-30 | 1 | -0/+2 |
| | |||||
* | Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV. | Serhiy Storchaka | 2015-01-30 | 1 | -1/+2 |
| | |||||
* | Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch | Stefan Krah | 2015-01-30 | 3 | -2/+51 |
| | | | | by Richard Hansen. | ||||
* | Upgrade setuptools to 12.0.5 and pip to 6.0.7 | Donald Stufft | 2015-01-28 | 3 | -2/+2 |
| | |||||
* | ifdef our way to compatibility with old openssl (closes #23335) | Benjamin Peterson | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Issue #22079: PyType_Ready() now checks that statically allocated type has | Serhiy Storchaka | 2015-01-28 | 2 | -0/+20 |
| | | | | no dynamically allocated bases. | ||||
* | Added a logging cookbook entry on customized exception formatting. | Vinay Sajip | 2015-01-28 | 1 | -0/+55 |
| | |||||
* | Issue #19949: The test_xpickle test now tests compatibility with installed | Serhiy Storchaka | 2015-01-27 | 2 | -65/+54 |
| | | | | Python 2.7 and reports skipped tests. Based on patch by Zachary Ware. | ||||
* | Merge heads | Serhiy Storchaka | 2015-01-27 | 1 | -1/+1 |
|\ | |||||
| * | disable ALPN on LibreSSL, which has a large version number, but not ALPN ↵ | Benjamin Peterson | 2015-01-27 | 1 | -1/+1 |
| | | | | | | | | support (closes #23329) | ||||
* | | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis | Serhiy Storchaka | 2015-01-27 | 3 | -12/+56 |
|/ | | | | and fix by Guido Vranken. | ||||
* | Issue #23191: fnmatch functions that use caching are now threadsafe. | Serhiy Storchaka | 2015-01-27 | 2 | -6/+12 |
| | |||||
* | Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 4 | -150/+111 |
| | |||||
* | 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 | 3 | -0/+17 |
| | | | | a function or a loop (e.g. "return" or "break"). | ||||
* | Issue #11578: Backported test for the timeit module. | Serhiy Storchaka | 2015-01-26 | 4 | -3/+314 |
| | |||||
* | Merge heads | Serhiy Storchaka | 2015-01-26 | 15 | -73/+651 |
|\ | |||||
| * | simply ignore headers with no name (#19996) | Benjamin Peterson | 2015-01-26 | 5 | -1/+30 |
| | | | | | | | | Patch by Cory Benfield. | ||||
| * | #23251: Reflow paragraph. | R David Murray | 2015-01-25 | 1 | -6/+6 |
| | | |||||
| * | #23251: note that time.sleep affects the current thread only. | R David Murray | 2015-01-25 | 1 | -1/+2 |
| | | | | | | | | This is parallel to the language used in the unix man page. | ||||
| * | 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 | 3 | -16/+24 |
| | | |||||
| * | fix versionchanged | Benjamin Peterson | 2015-01-23 | 1 | -3/+3 |
| | | |||||
| * | pep 466 backport of alpn (#20188) | Benjamin Peterson | 2015-01-23 | 5 | -29/+224 |
| | |