summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
Commit message (Expand)AuthorAgeFilesLines
...
| * Final touch-ups for the What's New In Python 3.5 document.v3.5.0Larry Hastings2015-09-121-8/+4
| * Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!).Larry Hastings2015-09-121-509/+1262
* | whatsnew/3.5: Fix typo (issue #25082)Yury Selivanov2015-09-131-1/+1
* | whatsnew/3.5: Reorder stuff (issue #25082).Yury Selivanov2015-09-131-61/+61
* | whatsnew/3.5: Fix formatting. More minor edits.Serhiy Storchaka2015-09-131-23/+23
* | whatsnew/3.5: Delete prerelease warning note.Yury Selivanov2015-09-131-11/+0
* | whatsnew/3.5: Fix formattingYury Selivanov2015-09-131-6/+6
* | whatsnew/3.5: Tweak asyncio module sectionYury Selivanov2015-09-131-7/+7
* | whatsnew/3.5: More examplesYury Selivanov2015-09-131-2/+27
* | whatsnew/3.5: Cover asyncio changes relative to 3.4.0Yury Selivanov2015-09-131-0/+38
* | whatsnew/3.5: Add some examplesYury Selivanov2015-09-131-21/+177
* | whatsnew/3.5: Update editor's email addressesYury Selivanov2015-09-121-1/+1
* | whatsnew/3.5 More editsYury Selivanov2015-09-121-48/+168
* | whatsnew/3.5: EditsYury Selivanov2015-09-121-10/+129
* | whatsnew/3.5: Added missed author names.Serhiy Storchaka2015-09-111-16/+20
* | whatsnew/3.5: Fix nitsYury Selivanov2015-09-111-8/+8
* | whatsnew/3.5: Drop empty sectionYury Selivanov2015-09-111-7/+0
* | whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tagsYury Selivanov2015-09-111-4/+77
* | whatsnew/3.5: Second pass over NEWS entriesYury Selivanov2015-09-111-10/+95
* | whatsnew/3.5: Reformat code examplesYury Selivanov2015-09-111-29/+33
* | whatsnew/3.5: Another editing passYury Selivanov2015-09-111-88/+102
* | whatsnew/3.5: Fix refs in the importlib sectionYury Selivanov2015-09-101-11/+12
* | whatsnew/3.5: Clarify types.coroutine & types.CoroutineTypeYury Selivanov2015-09-101-5/+9
* | whatsnew/3.5: Don't mention pyio.FileIOYury Selivanov2015-09-101-8/+0
* | whatsnew/3.5: Describe changes in issue #22980Yury Selivanov2015-09-101-1/+44
* | whatsnew/3.5: More edits -- use articles consistently; fix refsYury Selivanov2015-09-101-353/+382
* | whatsnew/3.5: Editorialization pass on library sectionYury Selivanov2015-09-101-399/+551
* | whatsnew/3.5: Mention issue 22464Yury Selivanov2015-09-101-0/+3
* | whatsnew/3.5: Merge argparse entriesYury Selivanov2015-09-091-6/+2
* | whatsnew/3.5: First pass over NEWS is done.Yury Selivanov2015-09-091-27/+148
* | whatsnew/3.5: Fix nits per Berker Peksag suggestionYury Selivanov2015-09-091-3/+2
* | whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465Yury Selivanov2015-09-091-74/+41
* | whatsnew/3.5: Better formatting; add traceback to significantly improved stdlibYury Selivanov2015-09-091-1/+11
* | whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.Yury Selivanov2015-09-091-4/+159
* | docs/whatsnew/3.5: Update peps sectionYury Selivanov2015-09-081-71/+179
|/
* Fix for one-letter type in What's New In Python 3.5.Larry Hastings2015-08-241-1/+1
* whatsnew/3.5: Mention new ssl memory bioYury Selivanov2015-08-051-5/+14
* whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484Yury Selivanov2015-08-051-1/+2
* whatsnew: Add pep 448 to new syntax features sectionYury Selivanov2015-08-041-0/+1
* whatsnew/3.5: Briefly mention PEP 484Yury Selivanov2015-08-041-0/+22
* whatsnew/3.5: Mention PEP 448Yury Selivanov2015-08-041-0/+43
* whatsnew/3.5: Mention that 'async' is a bad name for modulesYury Selivanov2015-08-031-3/+3
* Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.Berker Peksag2015-07-301-0/+7
* What's New in Python 3.5: document os.urandom() changesVictor Stinner2015-07-291-0/+5
* What's New in Python 3.5: document socket.sendall() change on timeoutVictor Stinner2015-07-281-0/+4
* What's New in Python 3.5: Document ssl methods change on timeoutVictor Stinner2015-07-281-0/+9
* What's New in Python 3.5: move PEP 475 docVictor Stinner2015-07-281-52/+65
* Issue #24642: Adds installer notes and links to What's New for 3.5Steve Dower2015-07-171-0/+10
* Fix usage of the default role.Zachary Ware2015-07-071-1/+1
* Issue #24400: Resurrect inspect.isawaitable()Yury Selivanov2015-07-031-2/+3