summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #22524: Rephrase scandir addition in What's New in Python 3.5Victor Stinner2015-03-101-8/+18
* Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()Victor Stinner2015-03-081-0/+19
* Issue #20204: Deprecation warning is now raised for builtin type without theSerhiy Storchaka2015-03-011-0/+5
* Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual e...Steve Dower2015-02-261-0/+12
* Add a whatsnew entry for issue #22003.Berker Peksag2015-02-141-1/+2
* Issue #23437: Update NEWS and whatsnew/3.5Steve Dower2015-02-141-0/+7
* Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.Berker Peksag2015-02-131-0/+8
* Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.Berker Peksag2015-02-131-0/+6
* Issue #23344: marshal.dumps() is now 20-25% faster on average.Serhiy Storchaka2015-02-111-2/+3
* Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster onSerhiy Storchaka2015-02-111-0/+3
* Fix typos in Doc/whatsnew/3.5.rst.Berker Peksag2015-02-111-3/+3
* Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-071-0/+10
* Issue #20289: cgi.FieldStorage() now supports the context management protocol.Berker Peksag2015-02-061-0/+6
* Fix typos in Doc/whatsnew/3.5.rst.Berker Peksag2015-02-061-6/+6
* Issue #15381: Optimized io.BytesIO to make less allocations and copyings.Serhiy Storchaka2015-02-031-0/+3
* Issue #22818: Splitting on a pattern that could match an empty string nowSerhiy Storchaka2015-02-031-0/+7
* Closes #22668: Merge from 3.4.Stefan Krah2015-01-291-0/+6
* Add whatsnew entry for issue #5309.Berker Peksag2015-01-271-0/+7
* Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-261-0/+3
* Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-251-1/+3
* Issue #23185: add math.inf and math.nan constants.Mark Dickinson2015-01-111-0/+6
* Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-091-0/+8
* Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,Serhiy Storchaka2014-12-231-0/+5
* Issue #22389: Add contextlib.redirect_stderr().Berker Peksag2014-11-281-0/+9
* Issue #22834: Have import suppress FileNotFoundError when the currentBrett Cannon2014-11-211-0/+6
* Issue #22453: Removed non-documented macro PyObject_REPR().Serhiy Storchaka2014-11-181-0/+4
* Close #19494: add urrlib.request.HTTPBasicPriorAuthHandlerNick Coghlan2014-11-121-0/+9
* Issue #21650: Add an `--sort-keys` option to json.tool CLI.Berker Peksag2014-11-101-0/+8
* Issue #22388: Unified the style of "Contributed by" sentences in What's New.Serhiy Storchaka2014-11-021-30/+31
* Issue #6623: Remove deprecated Netrc class in the ftplib module.Berker Peksag2014-11-011-0/+8
* Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()Serhiy Storchaka2014-10-101-0/+3
* #18615: Make sndhdr return namedtuples.R David Murray2014-10-091-0/+7
* whatsnew: Fix markup.Berker Peksag2014-10-091-1/+2
* whatsnew: Add PEP 478.Berker Peksag2014-10-091-1/+1
* #16518: Bring error messages in harmony with docs ("bytes-like object")R David Murray2014-10-051-0/+6
* #22508: Drop email __version__ string. It no longer means anything.R David Murray2014-10-031-0/+8
* Issue #22437: Number of capturing groups in regular expression is no longerSerhiy Storchaka2014-09-291-0/+6
* #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-291-0/+7
* Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-121-0/+7
* Issue #13968: The glob module now supports recursive search inSerhiy Storchaka2014-09-111-0/+7
* imaplib.IMAP4 now supports the context manager protocol.Serhiy Storchaka2014-09-091-0/+8
* Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-0/+5
* #21725: Add RFC 6531 (SMTPUTF8) support to smtpd.R David Murray2014-08-091-0/+4
* #15114, #21047: update whatsnew in Python 3.5.Ezio Melotti2014-08-021-0/+6
* Issue #21813: Enhance documentation of the os.stat_result class.Victor Stinner2014-07-241-5/+2
* #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-031-0/+7
* Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.Berker Peksag2014-07-021-0/+6
* #20295: Teach imghdr to recognize OpenEXR format images.R David Murray2014-06-261-0/+6
* Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-191-0/+9
* Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner2014-06-161-0/+6