| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26638: Merge option warning fixes from 3.5 into 3.6 | Martin Panter | 2016-10-30 | 9 | -40/+40 |
|\ |
|
| * | Issue #26638: Work around more CLI options that can’t be linked | Martin Panter | 2016-10-30 | 3 | -5/+5 |
|
|
| * | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 9 | -35/+35 |
|
|
* | | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), | Serhiy Storchaka | 2016-10-27 | 1 | -1/+4 |
|
|
* | | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 2 | -6/+6 |
|\ \
| |/ |
|
| * | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 2 | -6/+6 |
|
|
* | | Issue #19795: Fixed markup errors. | Serhiy Storchaka | 2016-10-19 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #19795: Fixed markup errors. | Serhiy Storchaka | 2016-10-19 | 2 | -2/+2 |
|
|
* | | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 2 | -5/+5 |
|\ \
| |/ |
|
| * | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 2 | -5/+5 |
|
|
* | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 3 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 3 | -4/+4 |
|
|
* | | Issue #28390: Fix header levels in whatsnew/3.6.rst | Berker Peksag | 2016-10-08 | 1 | -2/+2 |
|
|
* | | Remove mention of asyncio.timeout context manager (it was removed) | Guido van Rossum | 2016-09-24 | 1 | -4/+0 |
|
|
* | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 2 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 2 | -2/+3 |
|
|
* | | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -1/+1 |
|
|
* | | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. | Ned Deily | 2016-09-16 | 1 | -1/+23 |
|
|
* | | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 1 | -0/+7 |
|
|
* | | Add text about PEP 526 to What's new in 3.6. Ivan L. | Guido van Rossum | 2016-09-13 | 1 | -1/+37 |
|
|
* | | Add an Android section to whatsnew/3.6.rst. | Xavier de Gaye | 2016-09-13 | 1 | -0/+5 |
|
|
* | | Tidy 3.6 What's New summary | Ned Deily | 2016-09-13 | 1 | -0/+2 |
|
|
* | | Fix headers in whatsnew/3.6.rst | Berker Peksag | 2016-09-13 | 1 | -14/+14 |
|
|
* | | Issue #27350: Document compact dict memory usage | Victor Stinner | 2016-09-12 | 1 | -0/+2 |
|
|
* | | Update whatsnew with my contributions | Christian Heimes | 2016-09-11 | 1 | -0/+80 |
|
|
* | | Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Th... | Eric V. Smith | 2016-09-11 | 1 | -0/+4 |
|
|
* | | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ... | Berker Peksag | 2016-09-11 | 1 | -0/+3 |
|
|
* | | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 | 1 | -0/+9 |
|
|
* | | Issue #26885: xmlrpc now supports unmarshalling additional data types used | Serhiy Storchaka | 2016-09-11 | 1 | -0/+8 |
|
|
* | | Issue #26900: Excluded underscored names and other private API from limited API. | Serhiy Storchaka | 2016-09-11 | 1 | -2/+1 |
|
|
* | | fix link to instrumentation | Benjamin Peterson | 2016-09-11 | 1 | -1/+1 |
|
|
* | | Merge spelling fixes from 3.5 | Martin Panter | 2016-09-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Correct spelling in documentation and code comment | Martin Panter | 2016-09-10 | 1 | -2/+2 |
|
|
* | | Issue #17909: Accept binary input in json.loads | Nick Coghlan | 2016-09-10 | 1 | -0/+8 |
|
|
* | | Actually fix suspicious markup, I ignored it too readily | Zachary Ware | 2016-09-10 | 1 | -1/+1 |
|
|
* | | DTrace support: function calls, GC activity, line execution | Łukasz Langa | 2016-09-10 | 1 | -0/+25 |
|
|
* | | Closes #27976: Deprecate bundled full copy of libffi | Zachary Ware | 2016-09-10 | 1 | -0/+10 |
|
|
* | | #20476: add a message_factory policy attribute to email. | R David Murray | 2016-09-09 | 1 | -0/+7 |
|
|
* | | Add links from whatsnew to Windows docs. | Steve Dower | 2016-09-09 | 1 | -2/+5 |
|
|
* | | Merge heads | Serhiy Storchaka | 2016-09-09 | 1 | -0/+28 |
|\ \ |
|
| * | | Adds search path changes to whatsnew/3.6.rst | Steve Dower | 2016-09-09 | 1 | -0/+5 |
|
|
| * | | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 1 | -0/+23 |
|
|
* | | | Issue #433028: Added support of modifier spans in regular expressions. | Serhiy Storchaka | 2016-09-09 | 1 | -0/+9 |
|/ / |
|
* | | Add tix deprecation to whatsnew | Zachary Ware | 2016-09-09 | 1 | -0/+3 |
|
|
* | | merge 3.5 (#28051) | Benjamin Peterson | 2016-09-09 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | repair errors in (set|get)_task_factory note (#28051) | Benjamin Peterson | 2016-09-09 | 1 | -5/+6 |
|
|
| * | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
|
|
* | | Doc updates for PEPs 520 and 468. | Eric Snow | 2016-09-09 | 1 | -9/+19 |
|
|
* | | Mention how requiring ordered dicts breaks backwards-compatibility. | Brett Cannon | 2016-09-09 | 1 | -1/+3 |
|
|
* | | Mention that the order-preserving aspect of the new dict | Brett Cannon | 2016-09-09 | 1 | -1/+8 |
|
|