index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
/
3.6.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak
2018-06-16
1
-1/+1
*
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
Terry Jan Reedy
2018-06-11
1
-0/+6
*
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620)
Ned Deily
2018-06-11
1
-0/+53
*
bpo-33820: Fix IDLE What's New typo (#7594)
Terry Jan Reedy
2018-06-10
1
-1/+1
*
bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)
Terry Jan Reedy
2018-06-10
1
-0/+37
*
3.6 what's new: fix a reference to PEP 528 (#7113)
Dmitry Shachnev
2018-05-30
1
-1/+1
*
bpo-30935: update get_event_loop docs (GH-2731)
Mandeep Singh
2018-05-29
1
-1/+1
*
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999)
Serhiy Storchaka
2018-05-20
1
-1/+2
*
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka
2018-04-08
1
-1/+3
*
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana
2018-01-20
1
-1/+1
*
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana
2017-12-06
1
-2/+2
*
bpo-29898: Fix incorrect env variable name (GH-1576)
Berker Peksag
2017-05-16
1
-1/+1
*
bpo-29956: Improve the math.exp() related documentation. (#1073)
Serhiy Storchaka
2017-05-04
1
-2/+2
*
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494)
INADA Naoki
2017-03-06
1
-2/+0
*
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
*
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 #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 #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 #28635: what's new in 3.6: remove mentions of backported fixes.
Yury Selivanov
2016-11-10
1
-38/+2
*
|
Issue #28635: What's New in Python 3.6 updates
Yury Selivanov
2016-11-10
1
-220/+851
*
|
whatsnew: Inital pass on "What's New in Python 3.6"
Yury Selivanov
2016-11-07
1
-226/+359
*
|
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
*
|
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
Serhiy Storchaka
2016-10-27
1
-1/+4
*
|
Issue #28390: Fix header levels in whatsnew/3.6.rst
Berker Peksag
2016-10-08
1
-2/+2
*
|
Remove mention of asyncio.timeout context manager (it was removed)
Guido van Rossum
2016-09-24
1
-4/+0
[next]