summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...xdegaye2017-10-261-0/+5
* bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-361...Miss Islington (bot)2017-09-161-2/+4
* [3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560)Mariatta2017-09-141-1/+1
* Link to generated changelog, not website.Ned Deily2017-09-071-3/+2
* [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)Miss Islington (bot)2017-09-062-3/+3
* Include additional changes to support blurbified NEWS (#3340)Ned Deily2017-09-051-1/+1
* bpo-23404: `make regen-all` What's New entry (#2128)Nick Coghlan2017-06-121-0/+36
* bpo-29898: Fix incorrect env variable name (GH-1576)Berker Peksag2017-05-161-1/+1
* bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)INADA Naoki2017-03-061-2/+0
* bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243)Berker Peksag2017-02-231-5/+6
* Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTIONVictor Stinner2017-01-231-0/+3
* Issue #29316: Restore the provisional status of typing module and addNed Deily2017-01-201-6/+3
* Merge doc fixes from 3.5Martin Panter2017-01-147-52/+52
|\
| * Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-147-52/+52
* | Issue #29239: Fix --enable-optimizations bug numberMartin Panter2017-01-111-1/+1
* | Clearer compact dict attribution to the original proposalRaymond Hettinger2016-12-301-2/+7
* | Merge 3.6.0 release engineering headNed Deily2016-12-231-0/+3
|\ \
| * | Update docs and patchlevel for 3.6.0 final.v3.6.0Ned Deily2016-12-221-0/+3
| * | Issue #28635: asyncio-related fixes and additions.Yury Selivanov2016-12-151-6/+16
| * | Issue #28979: Fix What's New in Python 3.6, dictVictor Stinner2016-12-151-1/+1
| * | Issue #28089: Document TCP_NODELAY in asyncioYury Selivanov2016-12-121-0/+3
| * | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+4
| * | Issue #28635: Drop the note that whatsnew is incompleteYury Selivanov2016-12-081-9/+0
* | | Issue #28987: Typos, grammar, spelling in documentationMartin Panter2016-12-181-1/+1
* | | Issue #28635: asyncio-related fixes and additions.Yury Selivanov2016-12-151-6/+16
* | | Issue #28979: Fix What's New in Python 3.6, dictVictor Stinner2016-12-151-1/+1
* | | Issue #28089: Document TCP_NODELAY in asyncioYury Selivanov2016-12-121-0/+3
* | | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+4
* | | Issue #28635: Drop the note that whatsnew is incompleteYury Selivanov2016-12-081-9/+0
|/ /
* | Issue #27030: Unknown escapes in re.sub() replacement template are allowedSerhiy Storchaka2016-12-061-2/+3
* | Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-0/+10
* | Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-024-16/+16
|\ \ | |/
| * Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-024-16/+16
* | Issue #27172: Undeprecate inspect.getfullargspec()Nick Coghlan2016-12-021-0/+7
* | Issue #28635: Document Python 3.6 opcode changesYury Selivanov2016-11-281-0/+34
* | Fix grammar in whatsnewZachary Ware2016-11-281-1/+1
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-263-5/+5
|\ \ | |/
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-263-5/+5
* | Issue #28532: Add what's new entry for python -VV optionINADA Naoki2016-11-241-0/+12
* | Fix up grammar, markup, etc in 3.6 What’s NewMartin Panter2016-11-211-51/+51
* | replace --with-optimizations references with --enable-optimizations in docs.Gregory P. Smith2016-11-211-1/+1
|\ \ | |/
* | Issue #27998: Documented bytes paths support on Windows.Serhiy Storchaka2016-11-201-0/+2
* | Issue #28720: Add collections.abc.AsyncGenerator.Yury Selivanov2016-11-161-0/+4
* | Issue #28635: what's new in 3.6: add a few more notes on typingYury Selivanov2016-11-141-4/+26
* | Issue #28678: Merge parameter name from 3.5 into 3.6Martin Panter2016-11-131-1/+1
|\ \ | |/
| * Issue #28678: Fix references to numeric_owner parameterMartin Panter2016-11-131-1/+1
* | Issue #28635: what's new in 3.6: remove mentions of backported fixes.Yury Selivanov2016-11-101-38/+2
* | Issue #28635: What's New in Python 3.6 updatesYury Selivanov2016-11-101-220/+851
* | whatsnew: Inital pass on "What's New in Python 3.6"Yury Selivanov2016-11-071-226/+359
* | Closes #27781: Removes special cases for the experimental aspect of PEP 529Steve Dower2016-11-071-5/+0