summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 24745: Add ACKS entry.Terry Jan Reedy2015-08-011-0/+1
* Issue #21192: acks for 2.7Terry Jan Reedy2015-08-011-0/+1
* Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).Guido van Rossum2015-07-301-0/+2
* Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-0/+2
* Issue #23319: Add Matthieu Gautier to Misc/ACKSVictor Stinner2015-07-291-0/+1
* Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-291-0/+3
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-0/+3
* Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-262-0/+3
* Issue #24613: Calling array.fromstring() with self is no longer allowedSerhiy Storchaka2015-07-261-0/+3
* proper overflow checks for mymemreplace (closes #24708)Benjamin Peterson2015-07-251-0/+2
* Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-241-0/+2
* Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.Robert Collins2015-07-221-0/+2
* Issue #24603: Update Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-2/+2
* Issue #24568: fix typo.Raymond Hettinger2015-07-181-1/+1
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-161-0/+4
* Issue #24611: Fixed compiling the posix module on non-Windows platformsSerhiy Storchaka2015-07-121-0/+3
* Corrected empty lines and removed BOM in Misc/NEWS.Serhiy Storchaka2015-07-061-2/+3
* Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka2015-07-061-0/+2
* Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...Lars Gustäbel2015-07-061-0/+3
* Merge headsBenjamin Peterson2015-07-051-0/+20
|\
| * Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.Ned Deily2015-07-041-2/+2
| * Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-0/+6
| * Issue #24514: tarfile now tolerates number fields consisting of only whitespace.Lars Gustäbel2015-07-021-0/+3
| * Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-0/+4
| * Issue #20387: Backport fix from Python 3.4Jason R. Coombs2015-06-281-0/+3
| * Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()Serhiy Storchaka2015-06-281-0/+4
* | 'free-after-use' is not a bug :) (closes #24568)Benjamin Peterson2015-07-051-1/+1
|/
* ensure internal buffer is large enough for string after flushing (closes #24481)Benjamin Peterson2015-06-271-0/+3
* Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-1/+3
* Issue #19543: Emit deprecation warning for known non-text encodings.Serhiy Storchaka2015-05-311-0/+8
* Issue #24264: Fixed buffer overflow in the imageop module.Serhiy Storchaka2015-05-311-0/+2
* Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-301-0/+2
* Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-0/+4
* Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.Serhiy Storchaka2015-05-291-0/+3
* Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2015-05-281-0/+3
* backport computed gotos (#4753)Benjamin Peterson2015-05-281-0/+4
* Issue #24286: Register dict views with the MappingView ABCs.Raymond Hettinger2015-05-261-0/+4
* Moved Misc/NEWS entries to correct section and fix formatting.Serhiy Storchaka2015-05-261-7/+7
* Remove UTF-8 BOMs.Serhiy Storchaka2015-05-251-1/+1
* merge 2.7.10 release branchBenjamin Peterson2015-05-233-8/+67
|\
| * Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with fakedSerhiy Storchaka2015-05-221-0/+3
| * Fixed issue number for issue #22939.Serhiy Storchaka2015-05-211-1/+1
| * Issue #23985: Fixed integer overflow in iterator object. Original patch bySerhiy Storchaka2015-05-212-0/+4
| * Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-191-0/+5
| * Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-191-0/+3
| * Issue #24091: Fixed various crashes in corner cases in cElementTree.Serhiy Storchaka2015-05-181-0/+2
| * Issue #24102: Fixed exception type checking in standard error handlers.Serhiy Storchaka2015-05-181-0/+2
| * Issue #23757: Only call the concrete list API for exact lists.Raymond Hettinger2015-05-171-0/+3
| * Issue #22155: Add File Handlers subsection with createfilehandler to TkinterTerry Jan Reedy2015-05-171-0/+6
| * Issue #15809: IDLE shell now uses locale encoding instead of Latin1 forSerhiy Storchaka2015-05-171-0/+6