Commit Graph

48058 Commits

Author SHA1 Message Date
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
Brett Cannon b8daeda523 merge 2011-03-15 18:45:38 -04:00
Brett Cannon e73b2bb415 Be more thorough in blanking out methods grabbed off of an fp. 2011-03-15 18:45:13 -04:00
Michael Foord 72d4693336 merge 2011-03-15 18:38:41 -04:00
Michael Foord b2874b7a4c Changes to Wing IDE project file. Merge of peepholer changesets that were applied separately. 2011-03-15 18:38:09 -04:00
Michael Foord c867239a31 Wing project file update for mercurial 2011-03-15 18:19:58 -04:00
Raymond Hettinger 5bd75b8726 whitespace fix 2011-03-15 15:07:38 -07:00
Raymond Hettinger f932f747e6 whitespace fix 2011-03-15 15:06:09 -07:00
Raymond Hettinger 0661e91fed Issue 11510: Fix BUILD_SET optimizer bug. 2011-03-15 15:03:36 -07:00
Raymond Hettinger 29dcaad6eb Issue 11510: Fix BUILD_SET optimizer bug. 2011-03-15 14:50:16 -07:00
R David Murray 31f218bc6b Merge #11216: document all possible set_charset execution paths. 2011-03-15 17:43:21 -04:00
R David Murray 729c5e203d Merge #11216: document all possible set_charset execution paths. 2011-03-15 17:42:50 -04:00
R David Murray e3d09ff269 #11216: document all possible set_charset execution paths. 2011-03-15 17:41:13 -04:00
Brett Cannon b637680f7e Properly close a file in test_os. 2011-03-15 17:38:22 -04:00
Brett Cannon ee877a08e9 Don't leave around a test symlink file. 2011-03-15 17:32:14 -04:00
Brett Cannon f434ba9e4e merge 2011-03-15 17:23:21 -04:00
Brett Cannon f30645d552 Close a stream properly in test.test_pulldom.
Closes issue #11550. Thanks to Ben Hayden for some inspiration on the
solution.
2011-03-15 17:22:52 -04:00
Antoine Pitrou 765dcdede8 Merge 2011-03-15 22:06:42 +01:00
Antoine Pitrou f228e5bca5 Merge 2011-03-15 22:05:51 +01:00
Benjamin Peterson 47afc2af79 PyErr_Print can leave sys.last_traceback hanging around; kill it 2011-03-15 15:54:50 -05:00
Benjamin Peterson 8af4919b37 merge heads 2011-03-15 15:21:03 -05:00
Benjamin Peterson c217a4b71a should use 'is' here 2011-03-15 15:18:47 -05:00