summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avoid reading unallocated memory when argc == 0 (closes #22633)Benjamin Peterson2015-02-141-1/+2
* Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings inSerhiy Storchaka2015-02-134-10/+29
* Issue #21840: Fixed a typo.Serhiy Storchaka2015-02-131-1/+1
* Issue #21840: Fixed expanding unicode variables of form $var inSerhiy Storchaka2015-02-1310-23/+52
* Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-063-0/+233
* Issue #23881: Only use entry-values with gdb 7.4 in tests.Serhiy Storchaka2015-02-061-8/+10
* Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
* Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.Ned Deily2015-02-062-4/+4
* 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-052-3/+136
* Issue #23345: Prevent test_ssl failures with large OpenSSL patch levelNed Deily2015-02-052-1/+4
* remove parenthesis from print statement (closes #23396)Benjamin Peterson2015-02-051-1/+1
* Update pip to 6.0.8Donald Stufft2015-02-052-1/+1
* Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.Serhiy Storchaka2015-02-022-27/+11
* _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-023-2/+32
* check for overflow in combinations_with_replacement (closes #23365)Benjamin Peterson2015-02-023-0/+12
* detect overflow in combinations (closes #23366)Benjamin Peterson2015-02-023-0/+11
* https goodnessBenjamin Peterson2015-02-021-1/+1
* Preserve critical whitespace in Doc/*.Stefan Krah2015-02-011-1/+1
* Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsetsStefan Krah2015-02-011-1/+4
* Issue #23370: Fix off-by-one error for non-contiguous buffers.Stefan Krah2015-02-012-2/+55
* Added a cookbook entry on logging audible messages.Vinay Sajip2015-02-011-0/+54
* Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-312-3/+4
* Issue #23199: libpython27.a in amd64 release is 32-bitSteve Dower2015-01-311-19/+18
* Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.Serhiy Storchaka2015-01-311-0/+19
* Completed Misc/NEWS entry.Serhiy Storchaka2015-01-311-1/+2
* 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
* Use float division to avoid deprecation warning in test_timeit (issue #11578).Serhiy Storchaka2015-01-311-2/+2
* Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.Serhiy Storchaka2015-01-301-0/+2
* Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV.Serhiy Storchaka2015-01-301-1/+2
* Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patchStefan Krah2015-01-303-2/+51
* Upgrade setuptools to 12.0.5 and pip to 6.0.7Donald Stufft2015-01-283-2/+2
* ifdef our way to compatibility with old openssl (closes #23335)Benjamin Peterson2015-01-281-1/+1
* Issue #22079: PyType_Ready() now checks that statically allocated type hasSerhiy Storchaka2015-01-282-0/+20
* Added a logging cookbook entry on customized exception formatting.Vinay Sajip2015-01-281-0/+55
* Issue #19949: The test_xpickle test now tests compatibility with installedSerhiy Storchaka2015-01-272-65/+54
* Merge headsSerhiy Storchaka2015-01-271-1/+1
|\
| * disable ALPN on LibreSSL, which has a large version number, but not ALPN supp...Benjamin Peterson2015-01-271-1/+1
* | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. AnalysisSerhiy Storchaka2015-01-273-12/+56
|/
* Issue #23191: fnmatch functions that use caching are now threadsafe.Serhiy Storchaka2015-01-272-6/+12
* Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).Serhiy Storchaka2015-01-264-150/+111
* 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-263-0/+17
* Issue #11578: Backported test for the timeit module.Serhiy Storchaka2015-01-264-3/+314
* Merge headsSerhiy Storchaka2015-01-2615-73/+651
|\
| * simply ignore headers with no name (#19996)Benjamin Peterson2015-01-265-1/+30
| * #23251: Reflow paragraph.R David Murray2015-01-251-6/+6