summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* #27331: add policy keyword argument to all MIME subclasses.R David Murray2016-09-071-0/+7
* Add the co_extra field and accompanying APIs to code objects.Brett Cannon2016-09-071-1/+2
* Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is nowSerhiy Storchaka2016-09-071-0/+3
* Issue #27731: Opt-out of MAX_PATH on Windows 10Steve Dower2016-09-071-1/+4
* Issue #6135: Adds encoding and errors parameters to subprocessSteve Dower2016-09-071-0/+3
* Issue #27959: Updates NEWS and whatsnewSteve Dower2016-09-071-0/+6
* Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().Brett Cannon2016-09-071-7/+11
* Issue #26359: Add the --with-optimizations configure flag.Brett Cannon2016-09-071-0/+4
* os.urandom() now blocks on LinuxVictor Stinner2016-09-061-0/+12
* Add os.getrandom()Victor Stinner2016-09-061-0/+4
* Remove redundant bullet point in 3.6.rstBerker Peksag2016-09-061-2/+2
* Closes #27982: Allow keyword arguments to winsound functionsZachary Ware2016-09-061-0/+8
* Issue #25596: Optimized glob() and iglob() functions in theSerhiy Storchaka2016-09-061-0/+4
* Implement the frame evaluation API aspect of PEP 523.Brett Cannon2016-09-051-0/+28
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-0/+26
* Issue #27919: Deprecate extra_path option in distutils.Jason R. Coombs2016-09-011-0/+6
* Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-2/+2
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* 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
* MergeRaymond Hettinger2016-08-261-2/+2
|\
| * Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-261-2/+2
* | 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
* | Merge spelling fixes from 3.5Martin Panter2016-08-201-1/+1
|\ \ | |/
| * Minor spelling fixesMartin Panter2016-08-201-1/+1
* | 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
* | Closes #27207: Merge with 3.5Zachary Ware2016-08-101-18/+31
|\ \ | |/
| * Issue #27207: Fix doctests in Doc/whatsnew/3.2.rstZachary Ware2016-08-101-18/+31
* | 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 #26462: Merge code block fixes from 3.5Martin Panter2016-07-297-20/+50
|\ \ | |/
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-267-20/+50
* | Issue #27285: Cleanup "suspicious" warnings.Ned Deily2016-07-112-5/+5
* | 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
* | Issue #27430: Merge from 3.5Berker Peksag2016-07-011-1/+1
|\ \ | |/
| * Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-011-1/+1
* | 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
* | merge 3.5Benjamin Peterson2016-06-221-2/+2
|\ \ | |/
| * alter header; '%' really throws latex through a loopBenjamin Peterson2016-06-221-2/+2