Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #21439: Merge with 3.4 | Zachary Ware | 2014-06-03 | 2 | -3/+3 |
|\ | |||||
| * | Issue #21439: Fix a couple of typos. | Zachary Ware | 2014-06-03 | 2 | -3/+3 |
| | | |||||
* | | merge from 3.4 | Senthil Kumaran | 2014-06-03 | 1 | -16/+16 |
|\ \ | |/ | | | | | | | Update references to Python docs in the sidebar index. Patch contributed by Auke Willem Oosterhoff. | ||||
| * | Update references to Python docs in the sidebar index. | Senthil Kumaran | 2014-06-03 | 1 | -16/+17 |
| | | | | | | | | Patch contributed by Auke Willem Oosterhoff. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. | Terry Jan Reedy | 2014-06-03 | 1 | -2/+2 |
| | | |||||
* | | (Merge 3.4) Issue #21601: Document asyncio.Task.cancel(). Initial patch written | Victor Stinner | 2014-06-02 | 1 | -1/+21 |
|\ \ | |/ | | | | | by Vajrasky Kok. | ||||
| * | Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky | Victor Stinner | 2014-06-02 | 1 | -1/+21 |
| | | | | | | | | Kok. | ||||
* | | Issue #21233: Revert bytearray(int) optimization using calloc() | Victor Stinner | 2014-06-02 | 1 | -3/+2 |
| | | |||||
* | | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to | Victor Stinner | 2014-06-02 | 2 | -5/+8 |
| | | | | | | | | | | make sure that the code using it will be adapted for the new "calloc" field (instead of crashing). | ||||
* | | Merged documentation update from 3.4. | Vinay Sajip | 2014-06-01 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Updated logging HOWTO section on optimization. | Vinay Sajip | 2014-06-01 | 1 | -0/+15 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-05-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | give the correct fixer name (closes #21604) | Benjamin Peterson | 2014-05-31 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #21593: (from StackOverflow) minor doc clarification for re.search. | Terry Jan Reedy | 2014-05-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 3 | -0/+23 |
| | | | | | | | | | | | | Along the way, dismantle importlib._bootstrap._SpecMethods as it was no longer relevant and constructing the new function required partially dismantling the class anyway. | ||||
* | | Closes #21608: Merged documentation update from 3.4. | Vinay Sajip | 2014-05-30 | 1 | -1/+18 |
|\ \ | |/ | |||||
| * | Issue #21608: Updated HTTPHandler documentation. | Vinay Sajip | 2014-05-30 | 1 | -1/+18 |
| | | |||||
* | | Issue #13742: Add key and reverse parameters to heapq.merge() | Raymond Hettinger | 2014-05-30 | 2 | -4/+17 |
| | | |||||
* | | (Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc | Victor Stinner | 2014-05-28 | 1 | -3/+3 |
|\ \ | |/ | | | | | The function sets the the pipe to non-blocking mode. | ||||
| * | Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc | Victor Stinner | 2014-05-28 | 1 | -3/+3 |
| | | | | | | | | The function sets the the pipe to non-blocking mode. | ||||
* | | (Merge 3.4) Issue #21376: document asyncio.TimeoutError | Victor Stinner | 2014-05-28 | 1 | -4/+17 |
|\ \ | |/ | |||||
| * | Issue #21376: document asyncio.TimeoutError | Victor Stinner | 2014-05-28 | 1 | -4/+17 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-05-27 | 5 | -84/+102 |
|\ \ | |/ | |||||
| * | Issue 21439: Minor issues in the reference manual. | Raymond Hettinger | 2014-05-27 | 5 | -84/+102 |
| | | | | | | | | (Contributed by Feliks Kluzniak.) | ||||
* | | Issue 21575: Show list.sort() arguments in the tutorial. | Raymond Hettinger | 2014-05-27 | 1 | -2/+3 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-05-26 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | grammar and sentence flow fix | Benjamin Peterson | 2014-05-26 | 1 | -2/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-05-26 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | format reST directive in the usual way | Benjamin Peterson | 2014-05-26 | 1 | -3/+5 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-05-26 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | link to wikipedia description of cryptographic salt | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | | |||||
| * | oxford comma | Benjamin Peterson | 2014-05-26 | 1 | -3/+3 |
| | | |||||
* | | merge 3.4 (#21586) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix typo in variable name (closes #21586) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | | |||||
* | | Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev). | Raymond Hettinger | 2014-05-26 | 1 | -0/+5 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-05-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue 21558: Fix a typo in the contextlib docs | Raymond Hettinger | 2014-05-26 | 1 | -1/+1 |
| | | |||||
* | | Merge from 3.4 | Nick Coghlan | 2014-05-25 | 1 | -1/+17 |
|\ \ | |/ | |||||
| * | Mention setuptools & wheel as key terms for distribution | Nick Coghlan | 2014-05-25 | 1 | -1/+17 |
| | | |||||
* | | Issue #21565: multiprocessing: use contex-manager protocol for synchronization | Charles-François Natali | 2014-05-25 | 1 | -0/+3 |
| | | | | | | | | primitives. | ||||
* | | Issue #20197: Added support for the WebP image type in the imghdr module. | Serhiy Storchaka | 2014-05-25 | 1 | -0/+5 |
| | | | | | | | | Patch by Fabrice Aneche and Claudiu Popa. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-23 | 1 | -2/+7 |
|\ \ | |/ | |||||
| * | Issue #21545: Add .pop example and tweak comment about pure mutation methods. | Terry Jan Reedy | 2014-05-23 | 1 | -2/+7 |
| | | | | | | | | Patch prepared by David Harrigan. | ||||
* | | merge | Raymond Hettinger | 2014-05-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue 21479: Fix markup for the TarFile.open() classmethod. | Raymond Hettinger | 2014-05-23 | 1 | -1/+1 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-05-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue 21198: Minor tarfile documentation bug. | Raymond Hettinger | 2014-05-22 | 1 | -1/+1 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-05-22 | 1 | -0/+2 |
|\ \ | |/ |