summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #23499: Fix grammar error noticed by SilentGhostNed Deily2015-02-231-2/+2
* Broke reference loops in tests added in issue #5700.Serhiy Storchaka2015-02-221-0/+3
* Issue #6639: Module-level turtle functions no longer raise TclError afterSerhiy Storchaka2015-02-223-34/+39
* Issue #22113: struct.pack_into() now supports new buffer protocol (inSerhiy Storchaka2015-02-213-15/+29
* Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-214-6/+70
* Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-203-11/+25
* Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-203-9/+58
* Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with emptyBerker Peksag2015-02-203-2/+34
* Fix typo pointed out on docs@ by Yaniv SayehZachary Ware2015-02-201-1/+1
* remove rc4 from the default client ciphers (closes #23481)Benjamin Peterson2015-02-192-4/+4
* remove RPM file, which is unused and unmaintainedBenjamin Peterson2015-02-183-407/+0
* Issue #23474: Enhanced locale testing.Serhiy Storchaka2015-02-182-5/+47
* Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-165-15/+25
* Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7).Serhiy Storchaka2015-02-161-1/+1
* Merge headsSerhiy Storchaka2015-02-153-6/+9
|\
| * Backed out changeset 7d2018774925Serhiy Storchaka2015-02-153-6/+9
* | Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbmSerhiy Storchaka2015-02-153-1/+13
|/
* Use os.devnull instead of hardcoded '/dev/null'.Serhiy Storchaka2015-02-153-9/+6
* Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSDSerhiy Storchaka2015-02-151-8/+14
* Issue #17753: Skip test_zipfile tests which require write access to testSerhiy Storchaka2015-02-141-0/+6
* Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.Serhiy Storchaka2015-02-141-0/+2
* 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