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.5.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
whatsnew/3.5: Reformat code examples
Yury Selivanov
2015-09-11
1
-29/+33
*
|
whatsnew/3.5: Another editing pass
Yury Selivanov
2015-09-11
1
-88/+102
*
|
whatsnew/3.5: Fix refs in the importlib section
Yury Selivanov
2015-09-10
1
-11/+12
*
|
whatsnew/3.5: Clarify types.coroutine & types.CoroutineType
Yury Selivanov
2015-09-10
1
-5/+9
*
|
whatsnew/3.5: Don't mention pyio.FileIO
Yury Selivanov
2015-09-10
1
-8/+0
*
|
whatsnew/3.5: Describe changes in issue #22980
Yury Selivanov
2015-09-10
1
-1/+44
*
|
whatsnew/3.5: More edits -- use articles consistently; fix refs
Yury Selivanov
2015-09-10
1
-353/+382
*
|
whatsnew/3.5: Editorialization pass on library section
Yury Selivanov
2015-09-10
1
-399/+551
*
|
whatsnew/3.5: Mention issue 22464
Yury Selivanov
2015-09-10
1
-0/+3
*
|
whatsnew/3.5: Merge argparse entries
Yury Selivanov
2015-09-09
1
-6/+2
*
|
whatsnew/3.5: First pass over NEWS is done.
Yury Selivanov
2015-09-09
1
-27/+148
*
|
whatsnew/3.5: Fix nits per Berker Peksag suggestion
Yury Selivanov
2015-09-09
1
-3/+2
*
|
whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465
Yury Selivanov
2015-09-09
1
-74/+41
*
|
whatsnew/3.5: Better formatting; add traceback to significantly improved stdlib
Yury Selivanov
2015-09-09
1
-1/+11
*
|
whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.
Yury Selivanov
2015-09-09
1
-4/+159
*
|
docs/whatsnew/3.5: Update peps section
Yury Selivanov
2015-09-08
1
-71/+179
|
/
*
Fix for one-letter type in What's New In Python 3.5.
Larry Hastings
2015-08-24
1
-1/+1
*
whatsnew/3.5: Mention new ssl memory bio
Yury Selivanov
2015-08-05
1
-5/+14
*
whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484
Yury Selivanov
2015-08-05
1
-1/+2
*
whatsnew: Add pep 448 to new syntax features section
Yury Selivanov
2015-08-04
1
-0/+1
*
whatsnew/3.5: Briefly mention PEP 484
Yury Selivanov
2015-08-04
1
-0/+22
*
whatsnew/3.5: Mention PEP 448
Yury Selivanov
2015-08-04
1
-0/+43
*
whatsnew/3.5: Mention that 'async' is a bad name for modules
Yury Selivanov
2015-08-03
1
-3/+3
*
Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.
Berker Peksag
2015-07-30
1
-0/+7
*
What's New in Python 3.5: document os.urandom() changes
Victor Stinner
2015-07-29
1
-0/+5
*
What's New in Python 3.5: document socket.sendall() change on timeout
Victor Stinner
2015-07-28
1
-0/+4
*
What's New in Python 3.5: Document ssl methods change on timeout
Victor Stinner
2015-07-28
1
-0/+9
*
What's New in Python 3.5: move PEP 475 doc
Victor Stinner
2015-07-28
1
-52/+65
*
Issue #24642: Adds installer notes and links to What's New for 3.5
Steve Dower
2015-07-17
1
-0/+10
*
Fix usage of the default role.
Zachary Ware
2015-07-07
1
-1/+1
*
Issue #24400: Resurrect inspect.isawaitable()
Yury Selivanov
2015-07-03
1
-2/+3
*
Close #24458: PEP 489 documentation
Nick Coghlan
2015-07-03
1
-2/+2
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-0/+2
*
Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.
Yury Selivanov
2015-07-03
1
-0/+3
*
Issue #24400: Remove inspect.isawaitable().
Yury Selivanov
2015-06-30
1
-3/+2
*
upgrade to Unicode 8.0.0
Benjamin Peterson
2015-06-27
1
-0/+7
*
docs.whatsnew: Update ref to tp_as_async
Yury Selivanov
2015-06-23
1
-1/+1
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-2/+9
*
Issue #24423: Fix formatting error in 3.5 whatsnew
Ned Deily
2015-06-10
1
-2/+2
*
Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
Yury Selivanov
2015-05-31
1
-0/+6
*
minor fix of module order in whatsnew/3.5
Tal Einat
2015-05-31
1
-8/+8
*
Issue #19543: Implementation of isclose as per PEP 485
Tal Einat
2015-05-31
1
-0/+21
*
Issue #24284: The startswith and endswith methods of the str class no longer
Serhiy Storchaka
2015-05-31
1
-0/+4
*
improve section title
Benjamin Peterson
2015-05-31
1
-2/+2
*
docs/whatsnew: Mention OrderedDict C implementation
Yury Selivanov
2015-05-30
1
-0/+4
*
docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
Yury Selivanov
2015-05-28
1
-0/+8
*
rephrase
Benjamin Peterson
2015-05-27
1
-7/+7
*
Fix bad indent in whatsnew/3.5.rst.
Guido van Rossum
2015-05-23
1
-1/+1
*
Add pointer to IDLE what's new file.
Terry Jan Reedy
2015-05-23
1
-0/+9
*
Fix Sphinx warnings.
Berker Peksag
2015-05-23
1
-1/+1
[prev]
[next]