Skip Montanaro
|
c9b49f8759
|
untab
|
2011-03-19 13:07:10 -05:00 |
|
Skip Montanaro
|
b7d1aebb66
|
*sigh* - i don't like this workflow at all
|
2011-03-19 13:05:58 -05:00 |
|
Skip Montanaro
|
482e7e061b
|
merge from upstream
|
2011-03-19 13:03:33 -05:00 |
|
Antoine Pitrou
|
1679f4daa1
|
Issue #11459: A bufsize value of 0 in subprocess.Popen() really creates
unbuffered pipes, such that select() works properly on them.
|
2011-03-19 17:06:22 +01:00 |
|
Antoine Pitrou
|
7b98d02302
|
Issue #11459: A bufsize value of 0 in subprocess.Popen() really creates
unbuffered pipes, such that select() works properly on them.
|
2011-03-19 17:04:13 +01:00 |
|
Antoine Pitrou
|
877766dee8
|
Issue #11459: A bufsize value of 0 in subprocess.Popen() really creates
unbuffered pipes, such that select() works properly on them.
|
2011-03-19 17:00:37 +01:00 |
|
Skip Montanaro
|
b61efd0a68
|
commit merge
|
2011-03-19 09:15:28 -05:00 |
|
Skip Montanaro
|
b40dea7499
|
Mention RFC 4180. Based on input by Tony Wallace in issue 11456.
|
2011-03-19 09:09:30 -05:00 |
|
Senthil Kumaran
|
a4d5b0cb62
|
Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Jeff McNeil.
|
2011-03-19 17:47:26 +08:00 |
|
Senthil Kumaran
|
d24c991f11
|
Merging it again.
|
2011-03-19 17:45:40 +08:00 |
|
Senthil Kumaran
|
f95b4df6d2
|
merge from 3.2
|
2011-03-19 17:29:32 +08:00 |
|
Senthil Kumaran
|
d91ffcafcb
|
Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.
|
2011-03-19 17:25:27 +08:00 |
|
Ross Lagerwall
|
9ad63e0914
|
Fix refleak introduced by #10812.
|
2011-03-19 09:11:14 +02:00 |
|
Nick Coghlan
|
952c0782b3
|
Last attempt to get compiler recursion crasher to fail reliably across platforms before giving up and skipping it as unreliably platform dependent
|
2011-03-19 15:22:59 +10:00 |
|
Raymond Hettinger
|
af9be06b3c
|
Issue 7391: Remove questionable and outdated HOWTO document with permission from its author.
|
2011-03-18 18:22:28 -07:00 |
|
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
|
e147484666
|
Oops, wrong issue number in NEWS
|
2011-03-17 23:40:53 +01:00 |
|
Antoine Pitrou
|
6826d2966b
|
Merge
|
2011-03-17 23:37:06 +01:00 |
|
Antoine Pitrou
|
819be3406d
|
Add news entry for a791dd7d51f3
|
2011-03-17 23:36:13 +01:00 |
|
Antoine Pitrou
|
bb6eb857cf
|
Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath()
|
2011-03-17 23:34:33 +01:00 |
|
Antoine Pitrou
|
fee6684f3c
|
Issue #5421: merge fix
|
2011-03-17 22:46:17 +01:00 |
|
Antoine Pitrou
|
9befeb3743
|
Issue #5421: merge fix
|
2011-03-17 22:40:18 +01:00 |
|
Antoine Pitrou
|
5e98141f9f
|
Issue #5421: Fix misleading error message when one of socket.sendto()'s
arguments has the wrong type. Patch by Nikita Vetoshkin.
|
2011-03-17 22:38:37 +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 |
|
Michael Foord
|
f40834f39b
|
Move NEWS entry to correct place
|
2011-03-17 13:47:12 -04:00 |
|
Michael Foord
|
42ec7cb105
|
Issue #10979. unittest stdout buffering now works with class and module setup and teardown.
|
2011-03-17 13:44:18 -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
|
b2760a0bc5
|
Recording the merge.
|
2011-03-17 17:05:04 +08:00 |
|
Senthil Kumaran
|
9f9193ec37
|
Error message in http.server code. Missed to update in 3.1 branch initially.
|
2011-03-17 17:01:45 +08:00 |
|
Senthil Kumaran
|
1da1906871
|
Merge from 3.2
|
2011-03-17 16:48:26 +08:00 |
|
Senthil Kumaran
|
b253c9f66d
|
Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin.
|
2011-03-17 16:43:22 +08:00 |
|
Nick Coghlan
|
bab07a652d
|
Tidy up merge with remote
|
2011-03-16 22:11:09 -04:00 |
|
Nick Coghlan
|
b52c0be4d2
|
Merge from remote
|
2011-03-16 22:09:10 -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 |
|
Nick Coghlan
|
b3c728fd89
|
Close #11577: Improve binhex test coverage and fix ResourceWarning
|
2011-03-16 21:26:40 -04:00 |
|
R David Murray
|
0564958bdd
|
Merge #11243 fix from 3.2.
|
2011-03-16 21:12:33 -04:00 |
|
R David Murray
|
a215023b78
|
#11243: tests and fixes for handling of 'dirty data' in additional methods
|
2011-03-16 21:11:23 -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 |
|