Commit graph

48129 commits

Author SHA1 Message Date
R David Murray
4e4326829f Merge #11401 fix from 3.1. 2011-03-16 18:27:34 -04:00
R David Murray
de91276a5c #11401: handle headers with no value. 2011-03-16 18:26:23 -04:00
R David Murray
832ebeb9d4 Merge #11578 test from 3.2. 2011-03-16 17:33:24 -04:00
R David Murray
a88da67bcb #11578: add unit tests for timeit module.
Patch by Michael Henry.
2011-03-16 17:32:27 -04:00
Michael Foord
4b31818042 merge 3.2 2011-03-16 17:28:51 -04:00
Michael Foord
07926f024a Closes issue 11503. Improves test coverage of posixpath. 2011-03-16 17:19:16 -04:00
Reid Kleckner
04055f0cf9 Merged with hg.python.org. 2011-03-16 17:09:41 -04:00
Reid Kleckner
da9ac728a8 Bump up the subprocess timeouts even more. :( 2011-03-16 17:08:21 -04:00
Reid Kleckner
2b228f0d9b Include the timeout value in TimeoutExpired.
This was the original intention, but it wasn't threaded all the way through due
to 'endtime'.  Also added a trivial assertion to get coverage of __str__.
2011-03-16 16:57:54 -04:00
R David Murray
bb35299fcd Merge #9298 fix. 2011-03-16 16:14:43 -04:00
R David Murray
78099bb153 Merge #9298 fix. 2011-03-16 16:13:07 -04:00
R David Murray
6d94bd470e #9298: restore proper folding of base64 encoded bodies.
Patch by Yves Dorfsman.
2011-03-16 15:52:22 -04:00
Jesus Cea
3271daa00d Dummy merge 2011-03-16 20:42:27 +01:00
Jesus Cea
3137d25b43 Dummy merge 2011-03-16 20:41:26 +01:00
Jesus Cea
d3b7a55f54 Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS 2011-03-16 20:37:54 +01:00
Nick Coghlan
252183e4b6 Record backport of string.py patch and add credit to NEWS 2011-03-16 14:37:06 -04:00
Nick Coghlan
7462fa654b Backport improved test coverage for string.py 2011-03-16 14:30:45 -04:00
Nick Coghlan
bffbd17a0e Dummy merge 2011-03-16 14:20:30 -04:00
Nick Coghlan
454e11d874 Fix typo in NEWS 2011-03-16 14:19:22 -04:00
Nick Coghlan
35ec8a4806 Merge NEWS entries from 3.2 2011-03-16 14:18:29 -04:00
Nick Coghlan
296d9a6f85 Add missing NEWS entries 2011-03-16 14:14:18 -04:00
Nick Coghlan
e047f66644 Merge fix for #11560 from 3.2 2011-03-16 14:06:31 -04:00
Nick Coghlan
8ed3cf3a4b Close #11560: Improve test coverage of shutil 2011-03-16 14:05:35 -04:00
Nick Coghlan
1d7a8879c6 Merge from remote 2011-03-16 13:55:58 -04:00
Nick Coghlan
7bfa67f380 Merge fix for #11548 from 3.2 2011-03-16 13:55:03 -04:00
Nick Coghlan
abf202d798 Close #11548: Correctly handle format argument in shutil.unpack_archive 2011-03-16 13:52:20 -04:00
Ross Lagerwall
ba102ec10d Issue #5870: Add subprocess.DEVNULL constant. 2011-03-16 18:40:25 +02:00
Benjamin Peterson
09bb8f46aa merge 3.2 2011-03-16 10:29:37 -05:00
Benjamin Peterson
a78e4e6daf correct patch ack (#11133) 2011-03-16 10:29:19 -05:00
Ronald Oussoren
c1577902c6 Fix typo in subprocess documentation. 2011-03-16 10:03:10 -04:00
Ronald Oussoren
4d5fe33a70 Merge with 3.2 2011-03-16 09:44:26 -04:00
Ronald Oussoren
f0edd1b86d Merge with 3.1 2011-03-16 09:43:06 -04:00
Ronald Oussoren
0b8753d24b Issue #11569: use absolute path to the sysctl command in multiprocessing to
ensure that it will be found regardless of the shell PATH. This ensures
that multiprocessing.cpu_count works on default installs of MacOSX.
2011-03-16 09:41:32 -04:00
Ezio Melotti
e371ad65f3 Merge with 3.2. 2011-03-16 12:52:57 +02:00
Ezio Melotti
2e8a07c21d Merge with 3.1. 2011-03-16 12:51:44 +02:00
Ezio Melotti
9465d424ec Revert typo fixes in zlib/* 2011-03-16 12:48:54 +02:00
Ezio Melotti
b88ed1549e #11565: Merge with 3.2. 2011-03-16 11:38:59 +02:00
Ezio Melotti
3b3499ba69 #11565: Merge with 3.1. 2011-03-16 11:35:38 +02:00
Ezio Melotti
13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
Jesus Cea
c8a03349d1 Dummy merge 2011-03-16 02:35:37 +01:00
Raymond Hettinger
f7156af5a9 Merge 2011-03-15 18:21:00 -07:00
Raymond Hettinger
a2e7814b2d Forward port doc update. 2011-03-15 18:19:52 -07:00
Jesus Cea
cc4a484264 Merge 2011-03-16 01:40:50 +01:00
Jesus Cea
607476bf1d Merge: Close issue #8600: test_gdb failures because innocuous warnings 2011-03-16 01:34:29 +01:00
Jesus Cea
cee3655568 Close issue #8600: test_gdb failures because innocuous warnings 2011-03-16 01:33:16 +01:00
Raymond Hettinger
15aded8b73 Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable. 2011-03-15 17:25:51 -07:00
Michael Foord
ed1fce2ee5 merge 3.2 2011-03-15 19:22:19 -04:00
Michael Foord
dcebe0f2dc Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution 2011-03-15 19:20:44 -04:00
Brett Cannon
55afb1a263 Undo an accidental commit. 2011-03-15 18:48:52 -04:00
Brett Cannon
f47e3ac7b7 merge 2011-03-15 18:45:59 -04:00