Raymond Hettinger
|
fa4ed0c145
|
merge
|
2014-05-25 18:06:27 -07:00 |
Raymond Hettinger
|
e8e2df3daa
|
Issue 21558: Fix a typo in the contextlib docs
|
2014-05-25 18:06:04 -07:00 |
Raymond Hettinger
|
d58a0b6876
|
merge
|
2014-05-25 17:28:38 -07:00 |
Raymond Hettinger
|
978c6abced
|
Issue 13355: Make random.triangular degrade gracefully when low == high.
|
2014-05-25 17:25:27 -07:00 |
Terry Jan Reedy
|
c738874024
|
Merge with 3.4
|
2014-05-25 18:44:28 -04:00 |
Terry Jan Reedy
|
a2fc99ecea
|
Issue #21477: Idle htest: modify run; add more tests.
Patch by Saimadhav Heblikar. 2.7 version will follow.
|
2014-05-25 18:44:05 -04:00 |
Nick Coghlan
|
0afd0ad143
|
Merge from 3.4
|
2014-05-26 01:00:34 +10:00 |
Nick Coghlan
|
e1d54e5f8e
|
Mention setuptools & wheel as key terms for distribution
|
2014-05-26 00:50:11 +10:00 |
Serhiy Storchaka
|
89b49a9e30
|
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
|
2014-05-25 16:22:20 +03:00 |
Serhiy Storchaka
|
7df417d50a
|
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
|
2014-05-25 16:21:45 +03:00 |
Charles-François Natali
|
a924fc7abc
|
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
primitives.
|
2014-05-25 14:12:12 +01:00 |
Serhiy Storchaka
|
1691e35953
|
Issue #18918: Removed non-existing topic from a list of available topics.
The 'File objects' section was removed in Python 3.
Patch by Claudiu Popa.
|
2014-05-25 13:04:46 +03:00 |
Serhiy Storchaka
|
5bb446f57e
|
Issue #18918: Removed non-existing topic from a list of available topics.
The 'File objects' section was removed in Python 3.
Patch by Claudiu Popa.
|
2014-05-25 13:04:13 +03:00 |
Serhiy Storchaka
|
2f8dca735e
|
Issue #20197: Added support for the WebP image type in the imghdr module.
Patch by Fabrice Aneche and Claudiu Popa.
|
2014-05-25 11:45:37 +03:00 |
Terry Jan Reedy
|
e84d26c61b
|
Merge with 3.4
|
2014-05-24 18:48:45 -04:00 |
Terry Jan Reedy
|
1b392ffe67
|
Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Patch by Saimadhav Heblikar
|
2014-05-24 18:48:18 -04:00 |
Antoine Pitrou
|
ded3c1b837
|
Cleanup other stats formatting code in gcmodule.c
|
2014-05-24 19:24:40 +02:00 |
Antoine Pitrou
|
40f6b121c5
|
Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead of trying to call time.time() via the C API.
Patch by Geoffrey Spear.
|
2014-05-24 19:21:53 +02:00 |
Antoine Pitrou
|
b19e75d0c0
|
Refactor precomputed constants in the ipaddress module (suggested by Charles-François)
|
2014-05-24 00:32:29 +02:00 |
Antoine Pitrou
|
f573ce9135
|
Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Address) such as .is_private or .is_multicast.
|
2014-05-23 23:12:24 +02:00 |
Serhiy Storchaka
|
ff36b79c7f
|
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
|
2014-05-23 23:58:55 +03:00 |
Serhiy Storchaka
|
10cbb1e463
|
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
|
2014-05-23 23:58:13 +03:00 |
Brett Cannon
|
17f9cc07f3
|
Merge for issue #14710
|
2014-05-23 12:32:30 -04:00 |
Brett Cannon
|
8447c703d1
|
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
raise an exception when a module doesn't exist.
Thanks to Pavel Aslanov for the bug report.
|
2014-05-23 12:30:37 -04:00 |
Serhiy Storchaka
|
c083537b87
|
Issue #21538: The plistlib module now supports loading of binary plist files
when reference or offset size is not a power of two.
|
2014-05-23 16:15:06 +03:00 |
Serhiy Storchaka
|
065266450e
|
Issue #21538: The plistlib module now supports loading of binary plist files
when reference or offset size is not a power of two.
|
2014-05-23 16:13:33 +03:00 |
Serhiy Storchaka
|
a7834d31c7
|
Move NEWS entry to correct place.
|
2014-05-23 16:09:04 +03:00 |
Serhiy Storchaka
|
475620187b
|
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
PanedWindow.paneconfigure(), and Menu.entryconfigure().
|
2014-05-23 14:09:34 +03:00 |
Serhiy Storchaka
|
f01fffedd1
|
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
PanedWindow.paneconfigure(), and Menu.entryconfigure().
|
2014-05-23 14:08:43 +03:00 |
Antoine Pitrou
|
5c8008e59d
|
Issue #21523: Fix over-pessimistic computation of the stack effect of some 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.
|
2014-05-23 11:47:32 +02:00 |
Antoine Pitrou
|
9961405ed1
|
Issue #21523: Fix over-pessimistic computation of the stack effect of some 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.
|
2014-05-23 11:46:03 +02:00 |
Terry Jan Reedy
|
a52ecc0a02
|
Merge with 3.4
|
2014-05-23 00:34:38 -04:00 |
Terry Jan Reedy
|
e17de09101
|
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
Patch prepared by David Harrigan.
|
2014-05-23 00:34:12 -04:00 |
Raymond Hettinger
|
a3d58ae2f2
|
merge
|
2014-05-23 03:47:11 +01:00 |
Raymond Hettinger
|
7096e26983
|
Issue 21479: Fix markup for the TarFile.open() classmethod.
|
2014-05-23 03:46:52 +01:00 |
Raymond Hettinger
|
14d062f2f5
|
merge
|
2014-05-23 00:04:26 +01:00 |
Raymond Hettinger
|
f7f64f94b1
|
Issue 21198: Minor tarfile documentation bug.
|
2014-05-23 00:03:45 +01:00 |
Raymond Hettinger
|
53260eaa56
|
merge
|
2014-05-22 23:37:31 +01:00 |
Raymond Hettinger
|
bd46e48381
|
Issue 21554: Repair an out-of-date tutorial example to reflect changes in shutil.
|
2014-05-22 23:37:09 +01:00 |
Ned Deily
|
ea457ad8df
|
Issue #21383: OS X installer builds now use "make touch".
|
2014-05-22 15:29:18 -07:00 |
Ned Deily
|
729148b217
|
Issue #21383: OS X installer builds now use "make touch".
|
2014-05-22 15:28:06 -07:00 |
Charles-François Natali
|
644b8f52a8
|
Issue #21455: Add a default backlog to socket.listen().
|
2014-05-22 19:45:39 +01:00 |
Serhiy Storchaka
|
2b00c4999d
|
Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
|
2014-05-21 17:12:21 +03:00 |
Donald Stufft
|
8b852f111e
|
Fix Issue #21528 - Fix documentation typos
|
2014-05-20 12:58:38 -04:00 |
Victor Stinner
|
1c4398f880
|
(Merge 3.4) asyncio: test_base_events: use mock.Mock instead of
unittest.mock.Mock to simplify the synchronization with Trollius
|
2014-05-20 15:57:32 +02:00 |
Victor Stinner
|
93668f4459
|
asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock to
simplify the synchronization with Trollius
|
2014-05-20 15:57:08 +02:00 |
Terry Jan Reedy
|
92ab9a183c
|
Merge with 3.4
|
2014-05-19 22:55:59 -04:00 |
Terry Jan Reedy
|
b7b56e9110
|
merge heads
|
2014-05-19 22:54:58 -04:00 |
Raymond Hettinger
|
d4d84accb3
|
merge
|
2014-05-19 22:21:24 +01:00 |
Raymond Hettinger
|
2a54582d72
|
Issue 20620: Update the min()/max() docs for the new default argument.
Patch provided by Berker Peksag.
|
2014-05-19 22:20:52 +01:00 |