Éric Araujo
|
6a1454f3a4
|
Use proper gettext plural forms in optparse (closes #4391).
Original patch by Dwayne Bailey.
|
2011-03-20 19:59:25 +01:00 |
Senthil Kumaran
|
d0654ef289
|
Merge NEWS entry edit.
|
2011-03-20 09:27:25 +08:00 |
Senthil Kumaran
|
799c669283
|
Add NEWS for Issue #11563.
|
2011-03-20 09:26:57 +08: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 |
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
|
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
|
7807c3545d
|
Issue #10812: Add some extra posix functions to the os module.
|
2011-03-17 20:20:30 +02: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
|
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
|
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
|
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 |
R David Murray
|
cfec350e63
|
Merge #11401 fix from 3.2.
|
2011-03-16 18:28:07 -04:00 |
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 |
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 |
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
|
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 |
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
|
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 |
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 |
Raymond Hettinger
|
29dcaad6eb
|
Issue 11510: Fix BUILD_SET optimizer bug.
|
2011-03-15 14:50:16 -07:00 |
Antoine Pitrou
|
f134dceeae
|
Merge
|
2011-03-15 21:11:27 +01:00 |
Antoine Pitrou
|
8213cafd62
|
Merge
|
2011-03-15 21:10:33 +01:00 |
Antoine Pitrou
|
0e63f59492
|
Merge fix for issue #11501
|
2011-03-15 21:08:50 +01:00 |