Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of asyncio.timeout context manager (it was removed) (merge ↵ | Guido van Rossum | 2016-09-24 | 1 | -4/+0 |
|\ | | | | | | | 3.6->3.7) | ||||
| * | 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 | 3 | -2/+5 |
|\ \ | |/ | |||||
| * | 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 |
| | | | |||||
* | | | Merge with 3.6 | Steve Dower | 2016-09-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Issue #28138: Windows ._pth file should allow import site | ||||
* | | | Closes #27979: Remove bundled copy of libffi | Zachary Ware | 2016-09-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | An installed copy of libffi is now required for building _ctypes on any platform but OSX and Windows. | ||||
* | | | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. | Ned Deily | 2016-09-16 | 1 | -1/+23 |
|\ \ \ | |/ / | |||||
| * | | Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. | Ned Deily | 2016-09-16 | 1 | -1/+23 |
| | | | |||||
* | | | merge 3.6 | Benjamin Peterson | 2016-09-15 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Unicode 9.0.0 | Benjamin Peterson | 2016-09-15 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata. | ||||
* | | | Add text about PEP 526 to What's new in 3.6. Ivan L. (merge 3.6->3.7) | Guido van Rossum | 2016-09-13 | 1 | -1/+37 |
|\ \ \ | |/ / | |||||
| * | | Add text about PEP 526 to What's new in 3.6. Ivan L. | Guido van Rossum | 2016-09-13 | 1 | -1/+37 |
| | | | |||||
* | | | Merge from 3.6. | Xavier de Gaye | 2016-09-13 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Add an Android section to whatsnew/3.6.rst. | Xavier de Gaye | 2016-09-13 | 1 | -0/+5 |
| | | | |||||
* | | | merge from 3.6 | Ned Deily | 2016-09-13 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Tidy 3.6 What's New summary | Ned Deily | 2016-09-13 | 1 | -0/+2 |
| | | | |||||
* | | | Merge from 3.6 | Berker Peksag | 2016-09-13 | 1 | -14/+14 |
|\ \ \ | |/ / | |||||
| * | | Fix headers in whatsnew/3.6.rst | Berker Peksag | 2016-09-13 | 1 | -14/+14 |
| | | | |||||
* | | | Bump to 3.7.0a0 | Ned Deily | 2016-09-12 | 2 | -0/+116 |
|/ / | |||||
* | | 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. ↵ | Eric V. Smith | 2016-09-11 | 1 | -0/+4 |
| | | | | | | | | Thanks Serhiy Storchaka. | ||||
* | | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ↵ | Berker Peksag | 2016-09-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DDL statements This commit contains the following commits from ghaering/pysqlite: * https://github.com/ghaering/pysqlite/commit/f254c534948c41c0ceb8cbabf0d4a2f547754739 * https://github.com/ghaering/pysqlite/commit/796b3afe38cfdac5d7d5ec260826b0a596554631 * https://github.com/ghaering/pysqlite/commit/cae87ee68613697a5f4947b4a0941f59a28da1b6 * https://github.com/ghaering/pysqlite/commit/3567b31bb5e5b226ba006213a9c69dde3f155faf With the following additions: * Fixed a refcount error * Fixed a compiler warning * Made the string comparison a little more robust * Added a whatsnew entry | ||||
* | | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 | 1 | -0/+9 |
| | | | | | | | | | | regular expression. Deprecation warning is emitted if uses them in the middle of the regular expression. | ||||
* | | Issue #26885: xmlrpc now supports unmarshalling additional data types used | Serhiy Storchaka | 2016-09-11 | 1 | -0/+8 |
| | | | | | | | | by Apache XML-RPC implementation for numerics and None. | ||||
* | | 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 |
| | | | | | | | | | | | | | | json.loads (and hence json.load) now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch by Serhiy Storchaka. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on macOS 10.11 dtrace, Ubuntu 16.04 SystemTap, and libbcc. Largely based by an initial patch by Jesús Cea Avión, with some influence from Dave Malcolm's SystemTap patch and Nikhil Benesch's unification patch. Things deliberately left out for simplicity: - ustack helpers, I have no way of testing them at this point since they are Solaris-specific - PyFrameObject * in function__entry/function__return, this is SystemTap-specific - SPARC support - dynamic tracing - sys module dtrace facility introspection All of those might be added later. | ||||
* | | Closes #27976: Deprecate bundled full copy of libffi | Zachary Ware | 2016-09-10 | 1 | -0/+10 |
| | | | | | | | | | | Builds on non-OSX UNIX now default to using the system libffi, and warn if the bundled copy is used. | ||||
* | | #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 |
| | | | | | | | | | | | | Thanks to Georg Brandl for the patch. | ||||
* | | | 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 |
| | | | | | | | | implementation is an implementation detail (and why that is so). | ||||
* | | Add a few big-ticket items to What's new in 3.6. | Guido van Rossum | 2016-09-09 | 1 | -0/+12 |
| | | |||||
* | | credit Raymond | Benjamin Peterson | 2016-09-09 | 1 | -1/+3 |
| | |