summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-1/+4
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-192-6/+6
|\
| * Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-192-6/+6
* | Issue #19795: Fixed markup errors.Serhiy Storchaka2016-10-192-2/+2
|\ \ | |/
| * Issue #19795: Fixed markup errors.Serhiy Storchaka2016-10-192-2/+2
* | Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-192-5/+5
|\ \ | |/
| * Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-192-5/+5
* | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-193-4/+4
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-193-4/+4
* | Issue #28390: Fix header levels in whatsnew/3.6.rstBerker Peksag2016-10-081-2/+2
* | Remove mention of asyncio.timeout context manager (it was removed)Guido van Rossum2016-09-241-4/+0
* | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-232-1/+3
|\ \ | |/
| * Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-232-2/+3
* | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-1/+1
* | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.Ned Deily2016-09-161-1/+23
* | Unicode 9.0.0Benjamin Peterson2016-09-151-0/+7
* | Add text about PEP 526 to What's new in 3.6. Ivan L.Guido van Rossum2016-09-131-1/+37
* | Add an Android section to whatsnew/3.6.rst.Xavier de Gaye2016-09-131-0/+5
* | Tidy 3.6 What's New summaryNed Deily2016-09-131-0/+2
* | Fix headers in whatsnew/3.6.rstBerker Peksag2016-09-131-14/+14
* | Issue #27350: Document compact dict memory usageVictor Stinner2016-09-121-0/+2
* | Update whatsnew with my contributionsChristian Heimes2016-09-111-0/+80
* | Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Th...Eric V. Smith2016-09-111-0/+4
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-111-0/+3
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-111-0/+9
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-111-0/+8
* | Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-2/+1
* | fix link to instrumentationBenjamin Peterson2016-09-111-1/+1
* | Merge spelling fixes from 3.5Martin Panter2016-09-101-2/+2
|\ \ | |/
| * Correct spelling in documentation and code commentMartin Panter2016-09-101-2/+2
* | Issue #17909: Accept binary input in json.loadsNick Coghlan2016-09-101-0/+8
* | Actually fix suspicious markup, I ignored it too readilyZachary Ware2016-09-101-1/+1
* | DTrace support: function calls, GC activity, line executionŁukasz Langa2016-09-101-0/+25
* | Closes #27976: Deprecate bundled full copy of libffiZachary Ware2016-09-101-0/+10
* | #20476: add a message_factory policy attribute to email.R David Murray2016-09-091-0/+7
* | Add links from whatsnew to Windows docs.Steve Dower2016-09-091-2/+5
* | Merge headsSerhiy Storchaka2016-09-091-0/+28
|\ \
| * | Adds search path changes to whatsnew/3.6.rstSteve Dower2016-09-091-0/+5
| * | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-0/+23
* | | Issue #433028: Added support of modifier spans in regular expressions.Serhiy Storchaka2016-09-091-0/+9
|/ /
* | Add tix deprecation to whatsnewZachary Ware2016-09-091-0/+3
* | merge 3.5 (#28051)Benjamin Peterson2016-09-091-5/+6
|\ \ | |/
| * repair errors in (set|get)_task_factory note (#28051)Benjamin Peterson2016-09-091-5/+6
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* | Doc updates for PEPs 520 and 468.Eric Snow2016-09-091-9/+19
* | Mention how requiring ordered dicts breaks backwards-compatibility.Brett Cannon2016-09-091-1/+3
* | Mention that the order-preserving aspect of the new dictBrett Cannon2016-09-091-1/+8
* | Add a few big-ticket items to What's new in 3.6.Guido van Rossum2016-09-091-0/+12
* | credit RaymondBenjamin Peterson2016-09-091-1/+3
* | Add policy keyword to email.generator.DecodedGenerator.R David Murray2016-09-081-0/+4