summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Corrected empty lines in Misc/NEWS.Serhiy Storchaka2015-07-061-1/+8
|\
| * Corrected empty lines in Misc/NEWS.Serhiy Storchaka2015-07-061-3/+8
* | Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka2015-07-061-0/+2
|\ \ | |/
| * Issue #18684: Fixed reading out of the buffer in the re module.Serhiy Storchaka2015-07-061-0/+2
* | Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is...Lars Gustäbel2015-07-061-0/+3
|\ \ | |/
| * 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-2/+2
| |\
* | \ Merge with ongoing work in 3.5 branch.Larry Hastings2015-07-051-0/+4
|\ \ \
| * | | set items in dict displays from left to right (closes #24569)Benjamin Peterson2015-07-051-0/+2
| * | | add news section for next betaBenjamin Peterson2015-07-051-0/+12
| * | | merge headsBenjamin Peterson2015-07-051-0/+6
| |\ \ \
| * \ \ \ merge 3.4 (#24407)Benjamin Peterson2015-07-051-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | merge 3.3 (#24407)Benjamin Peterson2015-07-051-0/+2
| | |\ \ \
| | | * | | protect against mutation of the dict during insertion (closes #24407)Benjamin Peterson2015-07-051-0/+2
* | | | | | Post-release fixes for Python 3.5.0b3.Larry Hastings2015-07-051-0/+12
| |_|_|/ / |/| | | |
* | | | | Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.Ned Deily2015-07-041-1/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.Ned Deily2015-07-041-4/+2
* | | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-0/+5
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-0/+2
| |/ /
* | | Issue #24400: Resurrect inspect.isawaitable()Yury Selivanov2015-07-031-1/+3
* | | Close #24458: PEP 489 documentationNick Coghlan2015-07-031-0/+3
* | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-0/+2
* | | Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.Yury Selivanov2015-07-031-0/+3
* | | merge 3.4 (#24552)Benjamin Peterson2015-07-021-0/+2
|\ \ \ | |/ /
| * | fix use after free (closes #24552)Benjamin Peterson2015-07-021-0/+2
* | | Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting ...Lars Gustäbel2015-07-021-0/+3
|\ \ \ | |/ /
| * | Issue #24514: tarfile now tolerates number fields consisting of only whitespace.Lars Gustäbel2015-07-021-0/+3
* | | Note removal of inspect.isawaitable() in the NEWS fileYury Selivanov2015-06-301-1/+2
* | | Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.Serhiy Storchaka2015-06-291-0/+6
|\ \ \ | |/ /
| * | Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.Serhiy Storchaka2015-06-291-0/+6
* | | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-0/+4
|\ \ \ | |/ /
| * | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-0/+4
* | | Issue #20387: Merge test and patch from 3.4.4Jason R. Coombs2015-06-281-0/+3
|\ \ \ | |/ /
| * | Issue #20387: MergeJason R. Coombs2015-06-281-0/+3
| |\ \
| | * \ Issue #20387: Merge patch and testJason R. Coombs2015-06-281-0/+3
| | |\ \
| | | * | Issue #20387: Update Misc/NEWSJason R. Coombs2015-06-261-0/+3
* | | | | Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()Serhiy Storchaka2015-06-281-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()Serhiy Storchaka2015-06-281-0/+3
| |/ / /
* | | | Issue #24336: The contextmanager decorator now works with functions withSerhiy Storchaka2015-06-281-1/+3
|\ \ \ \ | |/ / /
| * | | Issue #24336: The contextmanager decorator now works with functions withSerhiy Storchaka2015-06-281-0/+3
* | | | upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-0/+2
* | | | prevent integer overflow in escape_unicode (closes #24522)Benjamin Peterson2015-06-271-0/+2
* | | | merge 3.4Benjamin Peterson2015-06-271-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.3Benjamin Peterson2015-06-271-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | add issue numberBenjamin Peterson2015-06-271-1/+1
* | | | merge 3.4Benjamin Peterson2015-06-271-0/+2
|\ \ \ \ | |/ / /
| * | | merge 3.3Benjamin Peterson2015-06-271-0/+2
| |\ \ \ | | |/ /
| | * | use safe allocation and reallocation macrosBenjamin Peterson2015-06-271-0/+2
* | | | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-0/+2
| | |/ | |/|