Antoine Pitrou
|
c824e9a713
|
Try to fix sporadic test_multiprocessing failure
|
2011-04-05 18:11:33 +02:00 |
Ross Lagerwall
|
02ba73c0ef
|
Merge with 3.1
|
2011-04-05 15:48:47 +02:00 |
Ross Lagerwall
|
4f61b02520
|
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
|
2011-04-05 15:34:00 +02:00 |
Antoine Pitrou
|
4333affb74
|
Try to fix sporadic failure in test_thread/test_threading
|
2011-04-04 22:00:10 +02:00 |
Antoine Pitrou
|
45fdb457da
|
Try to fix sporadic failure in test_thread/test_threading
|
2011-04-04 21:59:09 +02:00 |
Antoine Pitrou
|
e88604755c
|
Clarify that GzipFile.read1() isn't implemented.
|
2011-04-04 21:06:20 +02:00 |
Antoine Pitrou
|
e9b2a4cb59
|
Issue #11761: make tests for gc.get_count() less fragile
|
2011-04-04 19:51:33 +02:00 |
Antoine Pitrou
|
b35f29a0e0
|
Issue #11761: make tests for gc.get_count() less fragile
|
2011-04-04 19:50:42 +02:00 |
Steven Bethard
|
7cb20a8605
|
Issue #9347: Fix formatting for tuples in argparse type= error messages.
|
2011-04-04 01:53:02 +02:00 |
Antoine Pitrou
|
43bf045be0
|
Issue #11749: try to fix transient test_socket failure
|
2011-04-04 01:21:37 +02:00 |
Antoine Pitrou
|
9c25486093
|
Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys.
|
2011-04-03 18:15:34 +02:00 |
Ezio Melotti
|
361467e522
|
#11282: the fail* methods will stay around a few more versions.
|
2011-04-03 17:37:58 +03:00 |
Ezio Melotti
|
9481e41741
|
Merge with 3.1
|
2011-04-03 16:24:22 +03:00 |
Ezio Melotti
|
b5ff3e4ce5
|
Fix typo noticed by Sandro Tosi.
|
2011-04-03 16:20:21 +03:00 |
Raymond Hettinger
|
6c94e6fb42
|
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples.
|
2011-03-31 15:46:06 -07:00 |
Raymond Hettinger
|
12e6c256ca
|
Fix markup and wording.
|
2011-03-31 13:59:24 -07:00 |
Raymond Hettinger
|
1081d48889
|
Add links to make the math docs more usable.
|
2011-03-31 12:04:53 -07:00 |
Victor Stinner
|
27181ac778
|
sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
called yet: detect bootstrap (startup) issues earlier.
|
2011-03-31 13:39:03 +02:00 |
Antoine Pitrou
|
7899acfc23
|
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Windows.
|
2011-03-31 01:00:32 +02:00 |
Kristjan Valur Jonsson
|
8c5b748026
|
Merge
|
2011-03-30 11:55:52 +00:00 |
Kristjan Valur Jonsson
|
d05595697d
|
Merge 3.1
|
2011-03-30 11:54:13 +00:00 |
Kristjan Valur Jonsson
|
fa3edbed25
|
Merge 3.1
|
2011-03-30 11:24:58 +00:00 |
Kristjan Valur Jonsson
|
35722a9376
|
Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.
ti can raise an exception even if PyLong_Check() has
succeeded.
|
2011-03-30 11:04:28 +00:00 |
Raymond Hettinger
|
4974705a02
|
Issue 11713: clarify docstring for collections.deque()
|
2011-03-29 17:36:31 -07:00 |
Raymond Hettinger
|
d6c1d57195
|
Issue 11713: clarify docstring for collections.deque()
|
2011-03-29 17:30:01 -07:00 |
Guido van Rossum
|
20d2ab435e
|
Merge issue 11662.
|
2011-03-29 12:58:29 -07:00 |
Guido van Rossum
|
acb63092b7
|
Merge issue 11662.
|
2011-03-29 12:55:41 -07:00 |
guido@google.com
|
c768ff5d4f
|
Merge Issue 11662 from 3.1 branch.
|
2011-03-29 11:51:26 -07:00 |
guido@google.com
|
a119df91f3
|
Issue 11662: Fix vulnerability in urllib/urllib2.
(This version is a cleaned-up backport of a fix by Senthil Kumaran.)
|
2011-03-29 11:41:02 -07:00 |
Benjamin Peterson
|
6a2638b163
|
Correct handling of functions with only kwarg args in getcallargs (closes #11256)
A patch from Daniel Urban.
|
2011-03-28 17:32:31 -05:00 |
Benjamin Peterson
|
3077404de4
|
merge 3.1
|
2011-03-28 17:25:50 -05:00 |
Benjamin Peterson
|
ad45bfe2d3
|
let's keep parenthesis around sizeof
|
2011-03-28 17:25:15 -05:00 |
Ezio Melotti
|
7ef2b46a0a
|
#10617: merge with 3.1.
|
2011-03-28 13:53:40 +03:00 |
Ezio Melotti
|
9b2e67c4fa
|
#10617: add class directives to collections ABCs.
|
2011-03-28 13:50:41 +03:00 |
Martin v. Löwis
|
987403bf14
|
merge #11696
|
2011-03-27 21:07:13 +02:00 |
Martin v. Löwis
|
f8d887e0d3
|
Closes #11696: Fix ID generation in msilib.
Patch by Mark Mc Mahon.
|
2011-03-27 21:05:51 +02:00 |
Mark Dickinson
|
79a9036d09
|
Merge #9696
|
2011-03-27 16:30:07 +01:00 |
Mark Dickinson
|
92b60d55d9
|
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
|
2011-03-27 16:25:40 +01:00 |
Mark Dickinson
|
ea8e2083f8
|
Move misplaced Misc/NEWS item (merge from 3.1)
|
2011-03-27 15:50:04 +01:00 |
Mark Dickinson
|
ccd2283c6f
|
Fix misplaced Misc/NEWS entry.
|
2011-03-27 15:46:32 +01:00 |
Steven Bethard
|
8a6a198abf
|
Issue #9026: Fix order of argparse sub-commands in help messages.
|
2011-03-27 13:53:53 +02:00 |
Martin v. Löwis
|
a6e0b4f2ed
|
merge #7639
|
2011-03-27 10:14:57 +02:00 |
Martin v. Löwis
|
9bad3a99dd
|
Fix short file name generation in bdist_msi.
Patch by Christoph Gohlke.
Closes #7639.
|
2011-03-27 10:12:07 +02:00 |
Benjamin Peterson
|
1a07f07337
|
merge 3.1
|
2011-03-26 18:17:05 -05:00 |
Benjamin Peterson
|
c01ffdf61e
|
revert unintended changes
|
2011-03-26 18:11:54 -05:00 |
Benjamin Peterson
|
39530f8cbe
|
always check return value of PyObject_IsInstance for error
|
2011-03-26 18:04:09 -05:00 |
Benjamin Peterson
|
8d6c62dd89
|
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
|
2011-03-26 17:56:28 -05:00 |
Steven Bethard
|
d186f99d00
|
Issue #9343: Document that argparse parent parsers must be configured before their children.
|
2011-03-26 21:49:00 +01:00 |
Antoine Pitrou
|
d8ad68f34c
|
Merge
|
2011-03-26 21:16:07 +01:00 |
Antoine Pitrou
|
9eea9d39c1
|
In the Windows clean script for buildbots, also clear the build dir
(so that stale test files, which can be very large, get wiped out)
|
2011-03-26 21:15:47 +01:00 |