summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #25624: ZipFile now always writes a ZIP_STORED header for directorySerhiy Storchaka2015-11-221-0/+3
|\
| * Issue #25624: ZipFile now always writes a ZIP_STORED header for directorySerhiy Storchaka2015-11-221-0/+3
| |\
| | * Issue #25624: ZipFile now always writes a ZIP_STORED header for directorySerhiy Storchaka2015-11-221-0/+3
* | | Merge with 3.5Terry Jan Reedy2015-11-211-14/+37
|\ \ \ | |/ /
| * | Misc/NEWS entries for IDLE.Terry Jan Reedy2015-11-211-14/+37
| |\ \ | | |/
| | * Misc/NEWS entries for IDLE.Terry Jan Reedy2015-11-211-14/+37
* | | Issue #25626: Add news to 3.6 sectionMartin Panter2015-11-211-0/+7
* | | Issue #25626: Merge zlib fix from 3.5Martin Panter2015-11-211-0/+7
|\ \ \ | |/ /
| * | Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAXMartin Panter2015-11-201-0/+7
* | | Issue #25583: Add news to 3.6 sectionMartin Panter2015-11-201-0/+3
* | | Issue #25583: Merge makedirs fix from 3.5Martin Panter2015-11-201-0/+3
|\ \ \ | |/ /
| * | Issue #25583: Merge makedirs fix from 3.4 into 3.5Martin Panter2015-11-201-0/+3
| |\ \ | | |/
| | * Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)Martin Panter2015-11-191-0/+3
* | | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.5->3.6)Guido van Rossum2015-11-191-0/+2
|\ \ \ | |/ /
| * | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)Guido van Rossum2015-11-191-0/+2
| |\ \ | | |/
| | * Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-0/+2
* | | merge 3.5 (#25630)Benjamin Peterson2015-11-161-0/+3
|\ \ \ | |/ /
| * | make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (clo...Benjamin Peterson2015-11-161-0/+3
* | | Fixes #23564: Fix a partially broken sanity check in the _posixsubprocessGregory P. Smith2015-11-161-0/+4
|\ \ \ | |/ /
| * | Fixes #23564: Fix a partially broken sanity check in the _posixsubprocessGregory P. Smith2015-11-161-0/+4
* | | Fix issue #6973: When we know a subprocess.Popen process has died, doGregory P. Smith2015-11-161-0/+4
|\ \ \ | |/ /
| * | Fix issue #6973: When we know a subprocess.Popen process has died, doGregory P. Smith2015-11-161-0/+4
| |\ \ | | |/
| | * Fix issue #6973: When we know a subprocess.Popen process has died, doGregory P. Smith2015-11-161-0/+4
* | | merge 3.5 (#25578)Benjamin Peterson2015-11-141-0/+2
|\ \ \ | |/ /
| * | merge 3.4 (#25578)Benjamin Peterson2015-11-141-0/+2
| |\ \ | | |/
| | * fix possible memory lea k in _get_aia_uri (closes #25578)Benjamin Peterson2015-11-141-0/+2
* | | Issue #25388: Fixed tokenizer crash when processing undecodable source codeSerhiy Storchaka2015-11-141-0/+3
|\ \ \ | |/ /
| * | Issue #25388: Fixed tokenizer crash when processing undecodable source codeSerhiy Storchaka2015-11-141-0/+3
| |\ \ | | |/
| | * Issue #25388: Fixed tokenizer crash when processing undecodable source codeSerhiy Storchaka2015-11-141-0/+3
* | | Issue #23883: Add news listing modules with new exported APIsMartin Panter2015-11-141-0/+5
* | | Adjust grammar and punctuation in whatsnew/3.6.rstMartin Panter2015-11-141-2/+2
* | | Merge typo and grammar fixes from 3.5Martin Panter2015-11-141-1/+1
|\ \ \ | |/ /
| * | Fix grammar in whatsnew/3.5.rst and elsewhereMartin Panter2015-11-141-1/+1
* | | Issue #25590: Complete attribute names even if they are not yet createdMartin Panter2015-11-131-0/+4
* | | Issue #25590: Merge rlcompleter getattr change from 3.5Martin Panter2015-11-131-0/+3
|\ \ \ | |/ /
| * | Issue #25590: Merge rlcompleter change from 3.4 into 3.5Martin Panter2015-11-131-0/+3
| |\ \ | | |/
| | * Issue #25590: Make rlcompleter only call getattr() once per attributeMartin Panter2015-11-131-0/+3
* | | Issue #25498: Add NEWS entry for 3.6Martin Panter2015-11-131-0/+4
* | | Issue #25498: Merge ctypes crash fix from 3.5Martin Panter2015-11-131-0/+4
|\ \ \ | |/ /
| * | Issue #25498: Merge ctypes crash fix from 3.4 into 3.5Martin Panter2015-11-131-0/+4
| |\ \ | | |/
| | * Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryviewMartin Panter2015-11-131-0/+4
* | | Issue #25462: The hash of the key now is calculated only once in mostSerhiy Storchaka2015-11-131-0/+3
|\ \ \ | |/ /
| * | Issue #25462: The hash of the key now is calculated only once in mostSerhiy Storchaka2015-11-131-0/+3
* | | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+3
|\ \ \ | |/ /
| * | Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+3
| |\ \ | | |/
| | * Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+3
* | | merge 3.5 (#25530)Benjamin Peterson2015-11-121-0/+3
|\ \ \ | |/ /
| * | merge 3.4 (#25530)Benjamin Peterson2015-11-121-0/+3
| |\ \ | | |/
| | * always set OP_NO_SSLv3 by default (closes #25530)Benjamin Peterson2015-11-121-0/+3
* | | merge 3.5 (#25569)Benjamin Peterson2015-11-121-0/+2
|\ \ \ | |/ /