summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.Larry Hastings2015-04-131-0/+3
* Closes #23938: List Windows XP as an unsupported platform.Zachary Ware2015-04-131-1/+1
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-1/+34
* #23464: remove JoinableQueue that was deprecated in 3.4.4.R David Murray2015-04-121-0/+4
* Issue #2175: SAX parsers now support a character stream of InputSource object.Serhiy Storchaka2015-04-021-0/+7
* Issue #23648: Complete the list of modified functions for the PEP 475Victor Stinner2015-04-021-1/+31
* Issue #23618: socket.socket.connect() now waits until the connection completesVictor Stinner2015-04-021-0/+1
* Issue #23618: Document EINTR changes in socket documentationVictor Stinner2015-04-021-0/+11
* What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on WindowsVictor Stinner2015-04-011-0/+3
* It wasn't a typo, it is the mnemonic (AT=@).R David Murray2015-04-011-1/+1
* Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.Serhiy Storchaka2015-03-311-0/+7
* What's New in Python 3.5, PEP 475: mention modified signal functionsVictor Stinner2015-03-311-0/+1
* Issue #23611: Serializing more "lookupable" objects (such as unbound methodsSerhiy Storchaka2015-03-311-0/+7
* Issue #23485: select.devpoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-311-2/+2
* Issue #23485: select.kqueue.control() is now retried when interrupted by a si...Victor Stinner2015-03-311-1/+2
* Fix typo in Doc/whatsnew/3.5.rst.Berker Peksag2015-03-311-1/+1
* Issue #23485: select.epoll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-301-1/+1
* Issue #23485: select.poll.poll() is now retried when interrupted by a signalVictor Stinner2015-03-301-1/+1
* Issue #23485: select.select() is now retried automatically with the recomputedVictor Stinner2015-03-301-6/+8
* #2211: Fix typo, address missed review comment.R David Murray2015-03-301-2/+2
* What's New in Python 3.5: add pep 461 (bytes%args) and 465 (a@b)Victor Stinner2015-03-301-3/+42
* #2211: properly document the Morsel behavior changes.R David Murray2015-03-291-5/+16
* format .. note properlyBenjamin Peterson2015-03-271-3/+5
* Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section andVictor Stinner2015-03-261-0/+8
* Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusiveSerhiy Storchaka2015-03-251-0/+3
* Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-241-0/+4
* Issue #23252: Added support for writing ZIP files to unseekable streams.Serhiy Storchaka2015-03-221-0/+6
* Issue #23681: The -b option now affects comparisons of bytes with int.Serhiy Storchaka2015-03-201-0/+2
* Issue #2211: Updated the implementation of the http.cookies.Morsel class.Serhiy Storchaka2015-03-181-0/+6
* Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-141-0/+8
* Issue #23491: Implement PEP 441: Improving Python Zip Application SupportBrett Cannon2015-03-131-4/+17
* Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-0/+8
* 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