Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 15246: Improve test coverage for collections.abc.Set. (Contributed ↵ | Raymond Hettinger | 2014-05-26 | 2 | -0/+54 |
| | | | | by James King). | ||||
* | Issue 21137: Better repr for threading.Lock() | Raymond Hettinger | 2014-05-26 | 6 | -6/+41 |
| | |||||
* | 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 | Raymond Hettinger | 2014-05-26 | 2 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue 13355: Make random.triangular degrade gracefully when low == high. | Raymond Hettinger | 2014-05-26 | 3 | -2/+8 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-25 | 9 | -79/+160 |
|\ \ | |/ | |||||
| * | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-25 | 9 | -79/+160 |
| | | | | | | | | Patch by Saimadhav Heblikar. 2.7 version will follow. | ||||
* | | 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 #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. | Serhiy Storchaka | 2014-05-25 | 2 | -0/+62 |
|\ \ | |/ | |||||
| * | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. | Serhiy Storchaka | 2014-05-25 | 2 | -0/+62 |
| | | |||||
* | | Issue #21565: multiprocessing: use contex-manager protocol for synchronization | Charles-François Natali | 2014-05-25 | 9 | -102/+43 |
| | | | | | | | | primitives. | ||||
* | | Issue #18918: Removed non-existing topic from a list of available topics. | Serhiy Storchaka | 2014-05-25 | 1 | -1/+0 |
|\ \ | |/ | | | | | | | The 'File objects' section was removed in Python 3. Patch by Claudiu Popa. | ||||
| * | Issue #18918: Removed non-existing topic from a list of available topics. | Serhiy Storchaka | 2014-05-25 | 1 | -1/+0 |
| | | | | | | | | | | The 'File objects' section was removed in Python 3. Patch by Claudiu Popa. | ||||
* | | Issue #20197: Added support for the WebP image type in the imghdr module. | Serhiy Storchaka | 2014-05-25 | 6 | -1/+17 |
| | | | | | | | | Patch by Fabrice Aneche and Claudiu Popa. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-24 | 18 | -181/+414 |
|\ \ | |/ | |||||
| * | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 18 | -181/+414 |
| | | | | | | | | Patch by Saimadhav Heblikar | ||||
* | | Cleanup other stats formatting code in gcmodule.c | Antoine Pitrou | 2014-05-24 | 1 | -5/+3 |
| | | |||||
* | | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ↵ | Antoine Pitrou | 2014-05-24 | 2 | -41/+10 |
| | | | | | | | | | | | | instead of trying to call time.time() via the C API. Patch by Geoffrey Spear. | ||||
* | | Refactor precomputed constants in the ipaddress module (suggested by ↵ | Antoine Pitrou | 2014-05-23 | 1 | -58/+67 |
| | | | | | | | | Charles-François) | ||||
* | | Issue #21513: Speedup some properties of IP addresses (IPv4Address, ↵ | Antoine Pitrou | 2014-05-23 | 2 | -51/+72 |
| | | | | | | | | IPv6Address) such as .is_private or .is_multicast. | ||||
* | | Fixed new Tkinter tests added in issue #21522 with Tk 8.4. | Serhiy Storchaka | 2014-05-23 | 1 | -6/+13 |
|\ \ | |/ | |||||
| * | Fixed new Tkinter tests added in issue #21522 with Tk 8.4. | Serhiy Storchaka | 2014-05-23 | 1 | -6/+13 |
| | | |||||
* | | Merge for issue #14710 | Brett Cannon | 2014-05-23 | 2 | -1/+17 |
|\ \ | |/ | |||||
| * | Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not | Brett Cannon | 2014-05-23 | 3 | -1/+23 |
| | | | | | | | | | | | | raise an exception when a module doesn't exist. Thanks to Pavel Aslanov for the bug report. | ||||
* | | Issue #21538: The plistlib module now supports loading of binary plist files | Serhiy Storchaka | 2014-05-23 | 3 | -6/+25 |
|\ \ | |/ | | | | | when reference or offset size is not a power of two. | ||||
| * | Issue #21538: The plistlib module now supports loading of binary plist files | Serhiy Storchaka | 2014-05-23 | 3 | -6/+28 |
| | | | | | | | | when reference or offset size is not a power of two. | ||||
* | | Move NEWS entry to correct place. | Serhiy Storchaka | 2014-05-23 | 1 | -6/+3 |
| | | |||||
* | | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), | Serhiy Storchaka | 2014-05-23 | 2 | -0/+187 |
|\ \ | |/ | | | | | PanedWindow.paneconfigure(), and Menu.entryconfigure(). | ||||
| * | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), | Serhiy Storchaka | 2014-05-23 | 2 | -0/+187 |
| | | | | | | | | PanedWindow.paneconfigure(), and Menu.entryconfigure(). | ||||
* | | Issue #21523: Fix over-pessimistic computation of the stack effect of some ↵ | Antoine Pitrou | 2014-05-23 | 3 | -5/+50 |
|\ \ | |/ | | | | | | | | | | | opcodes in the compiler. This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators. | ||||
| * | Issue #21523: Fix over-pessimistic computation of the stack effect of some ↵ | Antoine Pitrou | 2014-05-23 | 3 | -5/+59 |
| | | | | | | | | | | | | | | opcodes in the compiler. This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-23 | 2 | -2/+8 |
|\ \ | |/ | |||||
| * | Issue #21545: Add .pop example and tweak comment about pure mutation methods. | Terry Jan Reedy | 2014-05-23 | 2 | -2/+8 |
| | | | | | | | | 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 |
|\ \ | |/ | |||||
| * | Issue 21554: Repair an out-of-date tutorial example to reflect changes in ↵ | Raymond Hettinger | 2014-05-22 | 1 | -0/+2 |
| | | | | | | | | shutil. | ||||
* | | Issue #21383: OS X installer builds now use "make touch". | Ned Deily | 2014-05-22 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #21383: OS X installer builds now use "make touch". | Ned Deily | 2014-05-22 | 1 | -0/+3 |
| | | |||||
* | | Issue #21455: Add a default backlog to socket.listen(). | Charles-François Natali | 2014-05-22 | 4 | -17/+27 |
| | | |||||
* | | Issue #21525: Most Tkinter methods which accepted tuples now accept lists too. | Serhiy Storchaka | 2014-05-21 | 3 | -33/+50 |
| | | |||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 32 | -43/+43 |
| | | |||||
* | | (Merge 3.4) asyncio: test_base_events: use mock.Mock instead of | Victor Stinner | 2014-05-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | unittest.mock.Mock to simplify the synchronization with Trollius | ||||
| * | asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to | Victor Stinner | 2014-05-20 | 1 | -1/+1 |
| | | | | | | | | simplify the synchronization with Trollius | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-05-20 | 2 | -27/+26 |
|\ \ | |/ | |||||
| * | merge heads | Terry Jan Reedy | 2014-05-20 | 2 | -27/+26 |
| |\ |