summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Close #24458: PEP 489 documentationNick Coghlan2015-07-031-2/+2
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-0/+2
* Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.Yury Selivanov2015-07-031-0/+3
* Issue #24400: Remove inspect.isawaitable().Yury Selivanov2015-06-301-3/+2
* upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-0/+7
* docs.whatsnew: Update ref to tp_as_asyncYury Selivanov2015-06-231-1/+1
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-2/+9
* Issue #24423: Fix formatting error in 3.5 whatsnewNed Deily2015-06-101-2/+2
* Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnewYury Selivanov2015-05-311-0/+6
* minor fix of module order in whatsnew/3.5Tal Einat2015-05-311-8/+8
* Issue #19543: Implementation of isclose as per PEP 485Tal Einat2015-05-311-0/+21
* Issue #24284: The startswith and endswith methods of the str class no longerSerhiy Storchaka2015-05-311-0/+4
* improve section titleBenjamin Peterson2015-05-311-2/+2
* docs/whatsnew: Mention OrderedDict C implementationYury Selivanov2015-05-301-0/+4
* docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7Yury Selivanov2015-05-281-0/+8
* rephraseBenjamin Peterson2015-05-271-7/+7
* Fix bad indent in whatsnew/3.5.rst.Guido van Rossum2015-05-231-1/+1
* Add pointer to IDLE what's new file.Terry Jan Reedy2015-05-231-0/+9
* Fix Sphinx warnings.Berker Peksag2015-05-231-1/+1
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-2/+17
* Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dirGregory P. Smith2015-05-221-1/+6
* Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.Yury Selivanov2015-05-221-0/+10
* Fix extraneous BOM in whatsnew.Zachary Ware2015-05-221-1/+1
* Issue #20035: Reimplement tkinter._fix module as a C function.Zachary Ware2015-05-221-1/+9
* docs: Mention PEP 479 in whatsnew.Yury Selivanov2015-05-221-0/+21
* Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-1/+32
* improve wordingBenjamin Peterson2015-05-211-2/+2
* Issue 24248: Deprecate inspect.Signature.from_function and .from_builtinYury Selivanov2015-05-211-0/+5
* Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.Yury Selivanov2015-05-201-0/+3
* Issue #13866: add *quote_via* argument to urlencode.R David Murray2015-05-181-0/+4
* #24218: Add SMTPUTF8 support to send_message.R David Murray2015-05-171-2/+4
* #20098: add mangle_from_ policy option.R David Murray2015-05-171-0/+6
* #24211: Add RFC6532 support to the email library.R David Murray2015-05-171-0/+6
* #21083: add get_content_disposition method to email.message.R David Murray2015-05-161-0/+8
* Issue #16314: Added support for the LZMA compression in distutils.Serhiy Storchaka2015-05-161-0/+3
* #21804: Add RFC 6856 (UTF8) support to poplib.R David Murray2015-05-161-0/+7
* #22027: Add RFC6531 support to smtplib.R David Murray2015-05-161-0/+3
* Issue 24190: Add inspect.BoundArguments.apply_defaults() method.Yury Selivanov2015-05-161-0/+3
* remove extra spaceBenjamin Peterson2015-05-131-2/+2
* remove % from title, since it makes latex barfBenjamin Peterson2015-05-131-2/+2
* Issue #1322: platform.dist() and platform.linux_distribution() functions are ...Berker Peksag2015-05-131-0/+5
* Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-0/+16