summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue 15246: Improve test coverage for collections.abc.Set. (Contributed ↵Raymond Hettinger2014-05-262-0/+54
| | | | by James King).
* Issue 21137: Better repr for threading.Lock()Raymond Hettinger2014-05-266-6/+41
|
* mergeRaymond Hettinger2014-05-261-1/+1
|\
| * Issue 21558: Fix a typo in the contextlib docsRaymond Hettinger2014-05-261-1/+1
| |
* | mergeRaymond Hettinger2014-05-262-2/+5
|\ \ | |/
| * Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-263-2/+8
| |
* | Merge with 3.4Terry Jan Reedy2014-05-259-79/+160
|\ \ | |/
| * Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-259-79/+160
| | | | | | | | Patch by Saimadhav Heblikar. 2.7 version will follow.
* | Merge from 3.4Nick Coghlan2014-05-251-1/+17
|\ \ | |/
| * Mention setuptools & wheel as key terms for distributionNick Coghlan2014-05-251-1/+17
| |
* | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-252-0/+62
|\ \ | |/
| * Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-252-0/+62
| |
* | Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-259-102/+43
| | | | | | | | primitives.
* | Issue #18918: Removed non-existing topic from a list of available topics.Serhiy Storchaka2014-05-251-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 Storchaka2014-05-251-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 Storchaka2014-05-256-1/+17
| | | | | | | | Patch by Fabrice Aneche and Claudiu Popa.
* | Merge with 3.4Terry Jan Reedy2014-05-2418-181/+414
|\ \ | |/
| * Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-181/+414
| | | | | | | | Patch by Saimadhav Heblikar
* | Cleanup other stats formatting code in gcmodule.cAntoine Pitrou2014-05-241-5/+3
| |
* | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ↵Antoine Pitrou2014-05-242-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 Pitrou2014-05-231-58/+67
| | | | | | | | Charles-François)
* | Issue #21513: Speedup some properties of IP addresses (IPv4Address, ↵Antoine Pitrou2014-05-232-51/+72
| | | | | | | | IPv6Address) such as .is_private or .is_multicast.
* | Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
|\ \ | |/
| * Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
| |
* | Merge for issue #14710Brett Cannon2014-05-232-1/+17
|\ \ | |/
| * Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-233-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 filesSerhiy Storchaka2014-05-233-6/+25
|\ \ | |/ | | | | when reference or offset size is not a power of two.
| * Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-233-6/+28
| | | | | | | | when reference or offset size is not a power of two.
* | Move NEWS entry to correct place.Serhiy Storchaka2014-05-231-6/+3
| |
* | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-232-0/+187
|\ \ | |/ | | | | PanedWindow.paneconfigure(), and Menu.entryconfigure().
| * Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-232-0/+187
| | | | | | | | PanedWindow.paneconfigure(), and Menu.entryconfigure().
* | Issue #21523: Fix over-pessimistic computation of the stack effect of some ↵Antoine Pitrou2014-05-233-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 Pitrou2014-05-233-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.4Terry Jan Reedy2014-05-232-2/+8
|\ \ | |/
| * Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-232-2/+8
| | | | | | | | Patch prepared by David Harrigan.
* | mergeRaymond Hettinger2014-05-231-1/+1
|\ \ | |/
| * Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
| |
* | mergeRaymond Hettinger2014-05-221-1/+1
|\ \ | |/
| * Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
| |
* | mergeRaymond Hettinger2014-05-221-0/+2
|\ \ | |/
| * Issue 21554: Repair an out-of-date tutorial example to reflect changes in ↵Raymond Hettinger2014-05-221-0/+2
| | | | | | | | shutil.
* | Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
|\ \ | |/
| * Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
| |
* | Issue #21455: Add a default backlog to socket.listen().Charles-François Natali2014-05-224-17/+27
| |
* | Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.Serhiy Storchaka2014-05-213-33/+50
| |
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-2032-43/+43
| |
* | (Merge 3.4) asyncio: test_base_events: use mock.Mock instead ofVictor Stinner2014-05-201-1/+1
|\ \ | |/ | | | | unittest.mock.Mock to simplify the synchronization with Trollius
| * asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock toVictor Stinner2014-05-201-1/+1
| | | | | | | | simplify the synchronization with Trollius
* | Merge with 3.4Terry Jan Reedy2014-05-202-27/+26
|\ \ | |/
| * merge headsTerry Jan Reedy2014-05-202-27/+26
| |\