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 |
Raymond Hettinger
|
356902dd75
|
Small code and comment cleanups
|
2014-05-19 22:13:45 +01:00 |
Raymond Hettinger
|
1f54814094
|
Improve readability
|
2014-05-19 20:21:43 +01:00 |
Raymond Hettinger
|
22f2da3ccc
|
merge
|
2014-05-19 07:34:08 +01:00 |
Larry Hastings
|
f87379063d
|
Merge.
|
2014-05-18 23:20:45 -07:00 |
Larry Hastings
|
debcb9dd54
|
Merge.
|
2014-05-18 23:19:55 -07:00 |
Larry Hastings
|
d98f686316
|
Null merge 3.4.1 (and 3.4.1rc1) release-engineering revisions.
|
2014-05-18 23:15:35 -07:00 |
Terry Jan Reedy
|
ab4fd4448a
|
Issue #21477: idle htests - lower case function names, other cleanups.
|
2014-05-19 00:12:10 -04:00 |
Raymond Hettinger
|
426d9958a2
|
Add development comments to setobject.c
|
2014-05-18 21:40:20 +01:00 |
Raymond Hettinger
|
507d997714
|
Add comment and make minor code clean-up to improve clarity.
|
2014-05-18 21:32:40 +01:00 |
Raymond Hettinger
|
ae4bab71e3
|
Don't grow strings by concatenation. Use ''.join() instead.
|
2014-05-18 21:02:25 +01:00 |
Larry Hastings
|
d7912b9b64
|
Added tag v3.4.1 for changeset c0e311e010fc
|
2014-05-17 21:46:49 -07:00 |
Larry Hastings
|
5c26a8afbb
|
Version bump for 3.4.1.
|
2014-05-17 21:46:35 -07:00 |
Larry Hastings
|
d08aa47f93
|
Rebuild pydoc topics.
|
2014-05-17 21:45:01 -07:00 |
Larry Hastings
|
3a260d228b
|
Merge.
|
2014-05-17 21:05:10 -07:00 |