| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.6] Make formatting of some return codes conforming to the general style. (... | Serhiy Storchaka | 2018-02-09 | 1 | -2/+2 |
|
|
* | [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526... | Bo Bayles | 2018-01-27 | 1 | -0/+5 |
|
|
* | [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) | Victor Stinner | 2018-01-15 | 1 | -0/+8 |
|
|
* | [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4... | xdegaye | 2017-10-26 | 1 | -0/+5 |
|
|
* | bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-361... | Miss Islington (bot) | 2017-09-16 | 1 | -2/+4 |
|
|
* | [3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560) | Mariatta | 2017-09-14 | 1 | -1/+1 |
|
|
* | Link to generated changelog, not website. | Ned Deily | 2017-09-07 | 1 | -3/+2 |
|
|
* | [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390) | Miss Islington (bot) | 2017-09-06 | 2 | -3/+3 |
|
|
* | Include additional changes to support blurbified NEWS (#3340) | Ned Deily | 2017-09-05 | 1 | -1/+1 |
|
|
* | bpo-23404: `make regen-all` What's New entry (#2128) | Nick Coghlan | 2017-06-12 | 1 | -0/+36 |
|
|
* | bpo-29898: Fix incorrect env variable name (GH-1576) | Berker Peksag | 2017-05-16 | 1 | -1/+1 |
|
|
* | bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500) | INADA Naoki | 2017-03-06 | 1 | -2/+0 |
|
|
* | bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243) | Berker Peksag | 2017-02-23 | 1 | -5/+6 |
|
|
* | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION | Victor Stinner | 2017-01-23 | 1 | -0/+3 |
|
|
* | Issue #29316: Restore the provisional status of typing module and add | Ned Deily | 2017-01-20 | 1 | -6/+3 |
|
|
* | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 7 | -52/+52 |
|\ |
|
| * | Avoid line breaks after hyphens, otherwise they are turned into spaces | Martin Panter | 2017-01-14 | 7 | -52/+52 |
|
|
* | | Issue #29239: Fix --enable-optimizations bug number | Martin Panter | 2017-01-11 | 1 | -1/+1 |
|
|
* | | Clearer compact dict attribution to the original proposal | Raymond Hettinger | 2016-12-30 | 1 | -2/+7 |
|
|
* | | Merge 3.6.0 release engineering head | Ned Deily | 2016-12-23 | 1 | -0/+3 |
|\ \ |
|
| * | | Update docs and patchlevel for 3.6.0 final.v3.6.0 | Ned Deily | 2016-12-22 | 1 | -0/+3 |
|
|
| * | | Issue #28635: asyncio-related fixes and additions. | Yury Selivanov | 2016-12-15 | 1 | -6/+16 |
|
|
| * | | Issue #28979: Fix What's New in Python 3.6, dict | Victor Stinner | 2016-12-15 | 1 | -1/+1 |
|
|
| * | | Issue #28089: Document TCP_NODELAY in asyncio | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
|
|
| * | | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+4 |
|
|
| * | | Issue #28635: Drop the note that whatsnew is incomplete | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
|
|
* | | | Issue #28987: Typos, grammar, spelling in documentation | Martin Panter | 2016-12-18 | 1 | -1/+1 |
|
|
* | | | Issue #28635: asyncio-related fixes and additions. | Yury Selivanov | 2016-12-15 | 1 | -6/+16 |
|
|
* | | | Issue #28979: Fix What's New in Python 3.6, dict | Victor Stinner | 2016-12-15 | 1 | -1/+1 |
|
|
* | | | Issue #28089: Document TCP_NODELAY in asyncio | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
|
|
* | | | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+4 |
|
|
* | | | Issue #28635: Drop the note that whatsnew is incomplete | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
|/ / |
|
* | | Issue #27030: Unknown escapes in re.sub() replacement template are allowed | Serhiy Storchaka | 2016-12-06 | 1 | -2/+3 |
|
|
* | | Issue #23722: improve __classcell__ compatibility | Nick Coghlan | 2016-12-05 | 1 | -0/+10 |
|
|
* | | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 4 | -16/+16 |
|\ \
| |/ |
|
| * | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 4 | -16/+16 |
|
|
* | | Issue #27172: Undeprecate inspect.getfullargspec() | Nick Coghlan | 2016-12-02 | 1 | -0/+7 |
|
|
* | | Issue #28635: Document Python 3.6 opcode changes | Yury Selivanov | 2016-11-28 | 1 | -0/+34 |
|
|
* | | Fix grammar in whatsnew | Zachary Ware | 2016-11-28 | 1 | -1/+1 |
|
|
* | | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 3 | -5/+5 |
|\ \
| |/ |
|
| * | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 3 | -5/+5 |
|
|
* | | Issue #28532: Add what's new entry for python -VV option | INADA Naoki | 2016-11-24 | 1 | -0/+12 |
|
|
* | | Fix up grammar, markup, etc in 3.6 What’s New | Martin Panter | 2016-11-21 | 1 | -51/+51 |
|
|
* | | replace --with-optimizations references with --enable-optimizations in docs. | Gregory P. Smith | 2016-11-21 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Issue #27998: Documented bytes paths support on Windows. | Serhiy Storchaka | 2016-11-20 | 1 | -0/+2 |
|
|
* | | Issue #28720: Add collections.abc.AsyncGenerator. | Yury Selivanov | 2016-11-16 | 1 | -0/+4 |
|
|
* | | Issue #28635: what's new in 3.6: add a few more notes on typing | Yury Selivanov | 2016-11-14 | 1 | -4/+26 |
|
|
* | | Issue #28678: Merge parameter name from 3.5 into 3.6 | Martin Panter | 2016-11-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #28678: Fix references to numeric_owner parameter | Martin Panter | 2016-11-13 | 1 | -1/+1 |
|
|
* | | Issue #28635: what's new in 3.6: remove mentions of backported fixes. | Yury Selivanov | 2016-11-10 | 1 | -38/+2 |
|
|