summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Issue #27998: Documented bytes paths support on Windows.Serhiy Storchaka2016-11-201-0/+2
| | |
* | | Merge 3.6 (issue #28720)Yury Selivanov2016-11-161-0/+4
|\ \ \ | |/ /
| * | Issue #28720: Add collections.abc.AsyncGenerator.Yury Selivanov2016-11-161-0/+4
| | |
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-11-141-4/+26
|\ \ \ | |/ /
| * | Issue #28635: what's new in 3.6: add a few more notes on typingYury Selivanov2016-11-141-4/+26
| | | | | | | | | | | | | | | Per suggestions by Ivan Levkivskyi. Patch by Elvis Pranskevichus.
* | | Issue #28678: Merge parameter name from 3.6Martin Panter2016-11-131-1/+1
|\ \ \ | |/ /
| * | 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
| | |
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-11-101-38/+2
|\ \ \ | |/ /
| * | Issue #28635: what's new in 3.6: remove mentions of backported fixes.Yury Selivanov2016-11-101-38/+2
| | | | | | | | | | | | Patch by Elvis Pranskevichus.
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-11-101-220/+851
|\ \ \ | |/ /
| * | Issue #28635: What's New in Python 3.6 updatesYury Selivanov2016-11-101-220/+851
| | | | | | | | | | | | Patch by Elvis Pranskevichus.
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-11-071-227/+359
|\ \ \ | |/ /
| * | whatsnew: Inital pass on "What's New in Python 3.6"Yury Selivanov2016-11-071-226/+359
| | | | | | | | | | | | Patch by Elvis Pranskevichus.
* | | Closes #27781: Removes special cases for the experimental aspect of PEP 529Steve Dower2016-11-071-5/+0
|\ \ \ | |/ /
| * | Closes #27781: Removes special cases for the experimental aspect of PEP 529Steve Dower2016-11-071-5/+0
| | |
* | | Merge for issue #28605Brett Cannon2016-11-031-1/+1
|\ \ \ | |/ /
| * | Issue #28605: Fix the help and What's New entry for --with-optimizations.Brett Cannon2016-11-031-1/+1
| | |
* | | Issue #26638: Merge option warning fixes from 3.6Martin Panter2016-10-309-40/+40
|\ \ \ | |/ /
| * | Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-309-40/+40
| |\ \ | | |/
| | * Issue #26638: Work around more CLI options that can’t be linkedMartin Panter2016-10-303-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 warningsMartin Panter2016-10-309-35/+35
| | |
* | | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-1/+4
|\ \ \ | |/ / | | | | | | | | | PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode().
| * | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-1/+4
| | | | | | | | | | | | | | | PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode().
* | | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-192-6/+6
|\ \ \ | |/ /
| * | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-192-6/+6
| |\ \ | | |/
| | * Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-192-6/+6
| | |
* | | Issue #19795: Fixed markup errors.Serhiy Storchaka2016-10-192-2/+2
|\ \ \ | |/ /
| * | Issue #19795: Fixed markup errors.Serhiy Storchaka2016-10-192-2/+2
| |\ \ | | |/
| | * Issue #19795: Fixed markup errors.Serhiy Storchaka2016-10-192-2/+2
| | |
* | | Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-192-5/+5
|\ \ \ | |/ /
| * | Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-192-5/+5
| |\ \ | | |/
| | * Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-192-5/+5
| | |
* | | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-193-4/+4
|\ \ \ | |/ /
| * | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-193-4/+4
| |\ \ | | |/
| | * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-193-4/+4
| | |
* | | Issue #28390: Merge from 3.6Berker Peksag2016-10-081-2/+2
|\ \ \ | |/ /
| * | Issue #28390: Fix header levels in whatsnew/3.6.rstBerker Peksag2016-10-081-2/+2
| | | | | | | | | | | | Patch by SilentGhost.
* | | Remove mention of asyncio.timeout context manager (it was removed) (merge ↵Guido van Rossum2016-09-241-4/+0
|\ \ \ | |/ / | | | | | | 3.6->3.7)
| * | Remove mention of asyncio.timeout context manager (it was removed)Guido van Rossum2016-09-241-4/+0
| | |
* | | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-233-2/+5
|\ \ \ | |/ /
| * | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-232-1/+3
| |\ \ | | |/
| | * Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-232-2/+3
| | |
* | | Merge with 3.6Steve Dower2016-09-171-1/+1
|\ \ \ | |/ /
| * | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-1/+1
| | | | | | | | | | | | Issue #28138: Windows ._pth file should allow import site
* | | Closes #27979: Remove bundled copy of libffiZachary Ware2016-09-171-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 Deily2016-09-161-1/+23
|\ \ \ | |/ /
| * | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.Ned Deily2016-09-161-1/+23
| | |
* | | merge 3.6Benjamin Peterson2016-09-151-0/+7
|\ \ \ | |/ /
| * | Unicode 9.0.0Benjamin Peterson2016-09-151-0/+7
| | | | | | | | | | | | | | | Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata.