Raymond Hettinger
7e4c168385
Minor optimization -- factor a constant expression out of the inner-loop.
2011-03-18 15:09:10 -07:00
briancurtin
f84f3c3d2d
Fix #11596 . When bz2 isn't available, skip test_bz2_ext_fake.
2011-03-18 13:03:17 -05:00
Raymond Hettinger
6827294e05
Speed-up search for hidden names by using a set instead of a tuple.
2011-03-18 02:22:15 -07:00
Ross Lagerwall
4d076da4de
Issue #11592 : Fix compilation warnings in os module.
2011-03-18 06:56:53 +02:00
Antoine Pitrou
8d2813442e
Merge NEWS fix
2011-03-17 23:41:25 +01:00
Antoine Pitrou
6826d2966b
Merge
2011-03-17 23:37:06 +01:00
Antoine Pitrou
fee6684f3c
Issue #5421 : merge fix
2011-03-17 22:46:17 +01:00
Ross Lagerwall
8e74967855
Issue #10812 : Revert os.lseek change.
2011-03-17 21:54:07 +02:00
Ross Lagerwall
7807c3545d
Issue #10812 : Add some extra posix functions to the os module.
2011-03-17 20:20:30 +02:00
Brett Cannon
eb8cee8383
merge
2011-03-17 11:16:38 -07:00
Michael Foord
e9ff2ef204
Closes issue 10979. unittest buffering now works with class and module setup and teardown
2011-03-17 13:58:22 -04:00
Nick Coghlan
f694a409aa
Give more info in verbose mode when checking crashers, and stress the stack even more in the compiler crasher
2011-03-17 11:04:34 -04:00
Senthil Kumaran
589e8d9b12
Recording the merge which got missed in 3.1
2011-03-17 17:06:27 +08:00
Senthil Kumaran
1da1906871
Merge from 3.2
2011-03-17 16:48:26 +08:00
Nick Coghlan
bab07a652d
Tidy up merge with remote
2011-03-16 22:11:09 -04:00
Nick Coghlan
c9dacc27cf
Dummy merge
2011-03-16 22:06:35 -04:00
Nick Coghlan
ce4ee1f34d
Merge from 3.2
2011-03-16 21:48:30 -04:00
R David Murray
0564958bdd
Merge #11243 fix from 3.2.
2011-03-16 21:12:33 -04:00
Nick Coghlan
49cb9593a0
Add missing NEWS item for previous commit
2011-03-16 20:23:58 -04:00
Brett Cannon
ecc2db5152
Remove an overly specific exception message test.
2011-03-16 20:11:52 -04:00
Nick Coghlan
c95ec3d560
Exercise crashers to ensure they are still covering known error cases
2011-03-16 19:52:14 -04:00
R David Murray
cfec350e63
Merge #11401 fix from 3.2.
2011-03-16 18:28:07 -04:00
R David Murray
832ebeb9d4
Merge #11578 test from 3.2.
2011-03-16 17:33:24 -04:00
Michael Foord
4b31818042
merge 3.2
2011-03-16 17:28:51 -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
Jesus Cea
3271daa00d
Dummy merge
2011-03-16 20:42:27 +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
bffbd17a0e
Dummy merge
2011-03-16 14:20:30 -04:00
Nick Coghlan
35ec8a4806
Merge NEWS entries from 3.2
2011-03-16 14:18:29 -04:00
Nick Coghlan
e047f66644
Merge fix for #11560 from 3.2
2011-03-16 14:06:31 -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
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
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
Ezio Melotti
e371ad65f3
Merge with 3.2.
2011-03-16 12:52:57 +02:00
Ezio Melotti
b88ed1549e
#11565 : Merge with 3.2.
2011-03-16 11:38:59 +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
607476bf1d
Merge: Close issue #8600 : test_gdb failures because innocuous warnings
2011-03-16 01:34:29 +01:00
Michael Foord
ed1fce2ee5
merge 3.2
2011-03-15 19:22:19 -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