Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Issue #27998: Documented bytes paths support on Windows. | Serhiy Storchaka | 2016-11-20 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge 3.6 (issue #28720) | Yury Selivanov | 2016-11-16 | 1 | -0/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28720: Add collections.abc.AsyncGenerator. | Yury Selivanov | 2016-11-16 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-11-14 | 1 | -4/+26 | |
|\ \ \ | |/ / | ||||||
| * | | 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.6 | Martin Panter | 2016-11-13 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | 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 | |
| | | | ||||||
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-11-10 | 1 | -38/+2 | |
|\ \ \ | |/ / | ||||||
| * | | 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. | |||||
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-11-10 | 1 | -220/+851 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28635: What's New in Python 3.6 updates | Yury Selivanov | 2016-11-10 | 1 | -220/+851 | |
| | | | | | | | | | | | | Patch by Elvis Pranskevichus. | |||||
* | | | Merge 3.6 (issue #28635) | Yury Selivanov | 2016-11-07 | 1 | -227/+359 | |
|\ \ \ | |/ / | ||||||
| * | | 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 | |
|\ \ \ | |/ / | ||||||
| * | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -5/+0 | |
| | | | ||||||
* | | | Merge for issue #28605 | Brett Cannon | 2016-11-03 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28605: Fix the help and What's New entry for --with-optimizations. | Brett Cannon | 2016-11-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #26638: Merge option warning fixes from 3.6 | Martin Panter | 2016-10-30 | 9 | -40/+40 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26638: Merge option warning fixes from 3.5 into 3.6 | Martin Panter | 2016-10-30 | 9 | -40/+40 | |
| |\ \ | | |/ | ||||||
| | * | Issue #26638: Work around more CLI options that can’t be linked | Martin Panter | 2016-10-30 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | * Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3 | |||||
| | * | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 9 | -35/+35 | |
| | | | ||||||
* | | | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), | Serhiy Storchaka | 2016-10-27 | 1 | -1/+4 | |
|\ \ \ | |/ / | | | | | | | | | | PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode(). | |||||
| * | | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), | Serhiy Storchaka | 2016-10-27 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode(). | |||||
* | | | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 2 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 2 | -6/+6 | |
| |\ \ | | |/ | ||||||
| | * | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 2 | -6/+6 | |
| | | | ||||||
* | | | Issue #19795: Fixed markup errors. | Serhiy Storchaka | 2016-10-19 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #19795: Fixed markup errors. | Serhiy Storchaka | 2016-10-19 | 2 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Issue #19795: Fixed markup errors. | Serhiy Storchaka | 2016-10-19 | 2 | -2/+2 | |
| | | | ||||||
* | | | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 2 | -5/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 2 | -5/+5 | |
| |\ \ | | |/ | ||||||
| | * | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 2 | -5/+5 | |
| | | | ||||||
* | | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 3 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 3 | -4/+4 | |
| |\ \ | | |/ | ||||||
| | * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 3 | -4/+4 | |
| | | | ||||||
* | | | Issue #28390: Merge from 3.6 | Berker Peksag | 2016-10-08 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28390: Fix header levels in whatsnew/3.6.rst | Berker Peksag | 2016-10-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | Patch by SilentGhost. | |||||
* | | | Remove mention of asyncio.timeout context manager (it was removed) (merge ↵ | Guido van Rossum | 2016-09-24 | 1 | -4/+0 | |
|\ \ \ | |/ / | | | | | | | 3.6->3.7) | |||||
| * | | Remove mention of asyncio.timeout context manager (it was removed) | Guido van Rossum | 2016-09-24 | 1 | -4/+0 | |
| | | | ||||||
* | | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 3 | -2/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 2 | -1/+3 | |
| |\ \ | | |/ | ||||||
| | * | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 2 | -2/+3 | |
| | | | ||||||
* | | | Merge with 3.6 | Steve Dower | 2016-09-17 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | Issue #28138: Windows ._pth file should allow import site | |||||
* | | | Closes #27979: Remove bundled copy of libffi | Zachary Ware | 2016-09-17 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | An installed copy of libffi is now required for building _ctypes on any platform but OSX and Windows. | |||||
* | | | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. | Ned Deily | 2016-09-16 | 1 | -1/+23 | |
|\ \ \ | |/ / | ||||||
| * | | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. | Ned Deily | 2016-09-16 | 1 | -1/+23 | |
| | | | ||||||
* | | | merge 3.6 | Benjamin Peterson | 2016-09-15 | 1 | -0/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata. |