Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory ↵ | Miss Islington (bot) | 2017-09-16 | 1 | -2/+4 |
| | | | | | (GH-3617) (GH-3618) (cherry picked from commit 0ec8c4bd10dcfd8e580628868efdd3df91038898) | ||||
* | [3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560) | Mariatta | 2017-09-14 | 1 | -1/+1 |
| | | | | Update the link from Misc/NEWS to Misc/NEWS.d (cherry picked from commit 1b8f612e1800b6e58472113f4abe8ee7c31f4db7) | ||||
* | 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 |
| | | | | Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org (cherry picked from commit 384899dfaeb83db38a6d3846d3cbc2f58a6605cd) | ||||
* | 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 |
| | | | | | While the build changes won't affect most users, they may affect redistributors and folks building their own Python binaries from source. | ||||
* | bpo-29898: Fix incorrect env variable name (GH-1576) | Berker Peksag | 2017-05-16 | 1 | -1/+1 |
| | | | | | | It should read PYTHONLEGACYWINDOWSSTDIO as stated in section "Add legacy mode" in PEP 528. (cherry picked from commit 87fa8a780e9045a26c735f085c07bba4b2d0be60) | ||||
* | bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500) | INADA Naoki | 2017-03-06 | 1 | -2/+0 |
| | | | (cherry picked from commit 2225ddaa9e64c086b2b6997b0c9ac50921f7aa85) | ||||
* | bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243) | Berker Peksag | 2017-02-23 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | Nick Coghlan said on bpo-28814: > inspect.getargvalues() and inspect.formatargvalues() were deprecated > in Python 3.5 as part of implementing bpo-20438 > This is incorrect, as these are *frame* introspection related functions, > not callable introspection ones. The documentation and implementation > layout is confusing though, as they're interleaved with the callable > introspection operation This commit undeprecates these functions and adds a note to ignore previous deprecation notices. (cherry picked from commit 0899b9809547ec2894dcf88cf4bba732c5d47d0d) | ||||
* | 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 |
| | | | | corresponding note to documentation. Patch by Ivan L. | ||||
* | 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 |
| | | | | | | | | | | | | (grafted from 418ba3a0f090ac0e17a935b7cd5a63ea8263a914) | ||||
| * | | Issue #28979: Fix What's New in Python 3.6, dict | Victor Stinner | 2016-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan. (grafted from 181453f9a0c424212f0f6ddca2b9065c15689d7c) | ||||
| * | | Issue #28089: Document TCP_NODELAY in asyncio | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | Initial patch by Mariatta Wijaya. (grafted from 853e3f4d6cd98ac4590238bc1c60e40fd8ed3895) | ||||
| * | | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+4 |
| | | | | | | | | | | | | (grafted from 25df9671663b5f8b1560d58d8842f9676f6dffc2) | ||||
| * | | Issue #28635: Drop the note that whatsnew is incomplete | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
| | | | | | | | | | | | | (grafted from d12bc674b74eee73365e38fad1f170ed3349bd59) | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | | | The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan. | ||||
* | | | Issue #28089: Document TCP_NODELAY in asyncio | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | Initial patch by Mariatta Wijaya. | ||||
* | | | 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 |
| | | | | | | | | again. But they still are deprecated and will be disabled in 3.7. | ||||
* | | Issue #23722: improve __classcell__ compatibility | Nick Coghlan | 2016-12-05 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handling zero-argument super() in __init_subclass__ and __set_name__ involved moving __class__ initialisation to type.__new__. This requires cooperation from custom metaclasses to ensure that the new __classcell__ entry is passed along appropriately. The initial implementation of that change resulted in abruptly broken zero-argument super() support in metaclasses that didn't adhere to the new requirements (such as Django's metaclass for Model definitions). The updated approach adopted here instead emits a deprecation warning for those cases, and makes them work the same way they did in Python 3.5. This patch also improves the related class machinery documentation to cover these details and to include more reader-friendly cross-references and index entries. | ||||
* | | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 4 | -16/+16 |
|\ \ | |/ | | | | | names. | ||||
| * | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 4 | -16/+16 |
| | | | | | | | | names. | ||||
* | | Issue #27172: Undeprecate inspect.getfullargspec() | Nick Coghlan | 2016-12-02 | 1 | -0/+7 |
| | | | | | | | | | | | | This is still useful for single source Python 2/3 code migrating away from inspect.getargspec(), but that wasn't clear with the documented deprecation in place. | ||||
* | | Issue #28635: Document Python 3.6 opcode changes | Yury Selivanov | 2016-11-28 | 1 | -0/+34 |
| | | | | | | | | | | | | Thanks to Serhiy Storchaka for pointing out the missing notes. Patch by Elvis Pranskevichus. | ||||
* | | 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 |
|\ \ | |/ | | | | | in the documentation. | ||||
| * | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 3 | -5/+5 |
| | | | | | | | | in the documentation. | ||||
* | | 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 |
| | | | | | | | | | | Per suggestions by Ivan Levkivskyi. Patch by Elvis Pranskevichus. | ||||
* | | 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 |
| | | | | | | | | Patch by Elvis Pranskevichus. | ||||
* | | Issue #28635: What's New in Python 3.6 updates | Yury Selivanov | 2016-11-10 | 1 | -220/+851 |
| | | | | | | | | Patch by Elvis Pranskevichus. | ||||
* | | whatsnew: Inital pass on "What's New in Python 3.6" | Yury Selivanov | 2016-11-07 | 1 | -226/+359 |
| | | | | | | | | Patch by Elvis Pranskevichus. | ||||
* | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -5/+0 |
| | | |||||
* | | Issue #28605: Fix the help and What's New entry for --with-optimizations. | Brett Cannon | 2016-11-03 | 1 | -1/+1 |
| | |