Victor Stinner
|
dd810ddb65
|
Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if
initfsencoding() was not called yet: detect bootstrap (startup) issues earlier.
|
2011-03-31 13:40:14 +02: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 |
Victor Stinner
|
05585cbdc8
|
Issue #11393: test_faulthandler checks the exitcode after the output
|
2011-03-31 13:29:56 +02:00 |
Victor Stinner
|
f048075079
|
Issue #11393: limit stack overflow test to 100 MB
Stop if the stack overflow doesn't occur after allocating 100 MB on the stack.
|
2011-03-31 11:34:08 +02:00 |
Victor Stinner
|
702624ecf7
|
Issue #11393: Fix the documentation (cancel_dump_traceback_later)
* dump_traceback_later() => dump_tracebacks_later()
* cancel_dump_traceback_later() => cancel_dump_tracebacks_later()
|
2011-03-31 03:42:34 +02:00 |
Victor Stinner
|
3c7c355e67
|
Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)
|
2011-03-31 03:22:15 +02:00 |
Victor Stinner
|
0862d6ed8f
|
Issue #11393: Disable test_stack_overflow of test_faulthandler
|
2011-03-31 02:05:54 +02:00 |
Victor Stinner
|
bb14b37044
|
Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine)
|
2011-03-31 01:34:22 +02:00 |
Victor Stinner
|
024e37adcc
|
Issue #11393: Add the new faulthandler module
|
2011-03-31 01:31:06 +02:00 |
Antoine Pitrou
|
d85456279f
|
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Windows.
|
2011-03-31 01:03:10 +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
|
3c136e19b9
|
Merge
|
2011-03-30 11:39:24 +00:00 |
Kristjan Valur Jonsson
|
978da33c7a
|
Merge 3.2
|
2011-03-30 11:32:06 +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
|
010a948489
|
Issue 11713: clarify docstring for collections.deque()
|
2011-03-29 17:38:15 -07:00 |
Raymond Hettinger
|
4974705a02
|
Issue 11713: clarify docstring for collections.deque()
|
2011-03-29 17:36:31 -07:00 |
Guido van Rossum
|
3a4ea3d966
|
Merge issue 11662.
|
2011-03-29 13:00:28 -07:00 |
Guido van Rossum
|
20d2ab435e
|
Merge issue 11662.
|
2011-03-29 12:58:29 -07:00 |
guido@google.com
|
69cfcabae3
|
Merge.
|
2011-03-29 12:09:45 -07:00 |
guido@google.com
|
2008a8f8c0
|
Merge Issue 11662 from 3.2 branch.
|
2011-03-29 12:02:49 -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 |
Vinay Sajip
|
e6c1eb9267
|
Closes issue #11557: Added Natalia Bidart's patch to improve test coverage.
|
2011-03-29 17:20:34 +01:00 |
R David Murray
|
86cc82e36f
|
Remove the 'strict' argument to Parser, deprecated since 2.4.
|
2011-03-29 11:32:35 -04:00 |
R David Murray
|
1ebdd714ac
|
Add a __main__.py to test_email so it works with -m like it did before move.
|
2011-03-29 09:59:45 -04:00 |
Benjamin Peterson
|
1df78c8e6e
|
merge 3.2
|
2011-03-28 17:42:35 -05: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
|
fe55783505
|
merge 3.2
|
2011-03-28 17:26:04 -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
|
c831a91931
|
#10617: merge with 3.2.
|
2011-03-28 19:27:09 +03: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 |
Raymond Hettinger
|
5bf7091df0
|
Update docstrings for itertools.accumulate().
|
2011-03-27 18:59:51 -07:00 |
Raymond Hettinger
|
5d44613e3b
|
Add optional *func* argument to itertools.accumulate().
|
2011-03-27 18:52:10 -07:00 |
Martin v. Löwis
|
af88d86699
|
merge #11696
|
2011-03-27 21:09:00 +02: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
|
ad64127878
|
merge
|
2011-03-27 16:39:53 +01:00 |
Ross Lagerwall
|
f382ab25ca
|
Issue #11692: Remove unnecessary demo functions in subprocess module.
|
2011-03-27 17:34:22 +02:00 |
Mark Dickinson
|
574980e946
|
Merge #9696
|
2011-03-27 16:30:50 +01: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
|
756ebc79cf
|
Fix misplaced Misc/NEWS entry (merge from 3.2)
|
2011-03-27 15:52:03 +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
|
4ad8f66559
|
Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.)
|
2011-03-27 14:04:03 +02:00 |
Steven Bethard
|
8a6a198abf
|
Issue #9026: Fix order of argparse sub-commands in help messages.
|
2011-03-27 13:53:53 +02:00 |