summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #27919: Deprecate extra_path option in distutils.Jason R. Coombs2016-09-011-0/+6
* Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-271-2/+9
* Add a What's New entry for PEP 519Brett Cannon2016-08-261-0/+67
* Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-241-0/+19
* #26907: add some missing getsockopt constants.R David Murray2016-08-241-0/+4
* Issue #27819: Add more detail in What's New in 3.6.Jason R. Coombs2016-08-211-0/+23
* Issue #26823: fix traceback abbreviation docsNick Coghlan2016-08-161-3/+23
* Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-151-0/+12
* Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-0/+7
* Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+3
* Issue #26800: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-0/+5
* Closes #22829: Added --prompt option to venv.Vinay Sajip2016-08-061-0/+8
* Issue 27366: PEP 487 docs updatesNick Coghlan2016-07-311-0/+9
* Issue #27366: Implement PEP 487Nick Coghlan2016-07-301-0/+20
* Issue #21708: Deprecated dbm.dumb behavior that differs from common dbmSerhiy Storchaka2016-07-061-0/+5
* Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,Serhiy Storchaka2016-07-031-0/+10
* Fix typo in whatsnew/3.6.rstBerker Peksag2016-07-011-1/+1
* Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-291-0/+6
* Issue #22115: Added methods trace_add, trace_remove and trace_info in theSerhiy Storchaka2016-06-261-0/+13
* Issue #26186: Remove the restriction that built-in and extensionBrett Cannon2016-06-251-0/+13
* Issue #18726: All optional parameters of the dump(), dumps(),Serhiy Storchaka2016-06-211-0/+8
* Fix “allow(s) to”Martin Panter2016-06-201-1/+1
* Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani...Steve Dower2016-06-171-0/+8
* Issue #16864: Cursor.lastrowid now supports REPLACE statementBerker Peksag2016-06-141-0/+7
* WhitespaceTerry Jan Reedy2016-06-131-1/+1
* Issue #27163: Add idlelib/IDLE entry to What's New in 3.6.Terry Jan Reedy2016-06-131-0/+10
* Issue #27029: Removed deprecated support of universal newlines mode from ZipF...Serhiy Storchaka2016-06-111-0/+5
* Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now supportSerhiy Storchaka2016-06-091-0/+5
* Issue #23883: News updates for __all__ attributesMartin Panter2016-06-061-3/+5
* Improved docs for issue27033. Based on comments by R. David Murray.Serhiy Storchaka2016-05-291-0/+8
* Closes #23026: Documentation improvements and code formattingSteve Dower2016-05-251-2/+1
* Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type....Steve Dower2016-05-241-0/+8
* Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-221-0/+9
* subprocess now emits a ResourceWarning warningVictor Stinner2016-05-201-0/+10
* Optimize pickle.load() and pickle.loads()Victor Stinner2016-05-201-0/+3
* docs: Update whatsnew/3.6 with asyncio changesYury Selivanov2016-05-161-0/+53
* Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()Serhiy Storchaka2016-05-161-0/+4
* Issue #26870: Add readline.set_auto_history(), originally by Tyler CromptonMartin Panter2016-05-151-0/+8
* Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIPSerhiy Storchaka2016-05-131-0/+4
* Issue #25788: fileinput.hook_encoded() now supports an "errors" argumentSerhiy Storchaka2016-04-271-0/+7
* Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in theVictor Stinner2016-04-241-0/+7
* PyMem_Malloc() now uses the fast pymalloc allocatorVictor Stinner2016-04-221-0/+6
* Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+1
|\
* | Issue #26782: Add STARTUPINFO to subprocess.__all__ on WindowsMartin Panter2016-04-161-1/+1
* | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-0/+10
* | Issue #26685: Raise OSError if closing a socket failsMartin Panter2016-04-111-0/+4
* | Issue #25609: Double back-ticks to avoid “make check” buildbot failureMartin Panter2016-04-101-1/+1
* | Issue #26587: Allow .pth files to specify file paths as well asBrett Cannon2016-04-081-0/+8
* | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-081-3/+23
* | Issue #26676: Add missing XMLPullParser to ElementTree.__all__Martin Panter2016-04-011-1/+2