Commit graph

85045 commits

Author SHA1 Message Date
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
Larry Hastings
2110603344 Post-release version bump for 3.4.1rc1. Sorry it's late! 2014-05-17 20:54:44 -07:00
Benjamin Peterson
4c5a187c0a (null merge 3.4) 2014-05-17 20:02:28 -07:00
Antoine Pitrou
f48ff0dd6c Issue #21430: additions to the description of non-blocking SSL sockets 2014-05-18 00:56:53 +02:00
Antoine Pitrou
75e03388d8 Issue #21430: additions to the description of non-blocking SSL sockets 2014-05-18 00:55:13 +02:00
Stefan Krah
bcaf5999e6 Issue #20186: memoryobject.c: add function signatures. 2014-05-18 00:35:09 +02:00
Benjamin Peterson
da89123bd6 merge 3.4 (#10744) 2014-05-17 15:07:34 -07:00
Benjamin Peterson
5eb6b39210 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744)
Patch by Matti Picus.
2014-05-17 14:59:12 -07:00
Ned Deily
4915035e84 Miscellaneous corrections and updates to the OS X README file. 2014-05-17 14:31:34 -07:00
Ned Deily
5d52022406 Miscellaneous corrections and updates to the OS X README file. 2014-05-17 14:30:09 -07:00
Brian Quinlan
20efceb757 Issue #21362: concurrent.futures does not validate that max_workers is proper 2014-05-17 13:51:10 -07:00
Donald Stufft
b1a1ec3151 Upgrade pip to 1.5.6 2014-05-16 23:02:25 -04:00
Donald Stufft
120e8edfb8 Upgrade pip to 1.5.6 2014-05-16 23:02:25 -04:00
Donald Stufft
6668800e0f Upgrade setuptools to 3.6 2014-05-16 23:01:28 -04:00
Eric Snow
3497c0bf95 Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
Eric Snow
d50cee2045 Fix a small typo in test_importlib. 2014-05-16 11:22:05 -06:00