Antoine Pitrou
|
d9cd554934
|
Split the bigmem re test in two separate tests with different memory requirements.
|
2012-12-03 20:56:27 +01:00 |
|
Antoine Pitrou
|
b33941ab02
|
Split the bigmem re test in two separate tests with different memory requirements.
|
2012-12-03 20:55:56 +01:00 |
|
Antoine Pitrou
|
1f1888ec1e
|
Split the bigmem re test in two separate tests with different memory requirements.
|
2012-12-03 20:53:12 +01:00 |
|
Andrew Svetlov
|
2d72781082
|
Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper
|
2012-12-03 16:13:48 +02:00 |
|
Andrew Svetlov
|
e854433686
|
Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper
|
2012-12-03 16:13:34 +02:00 |
|
Andrew Svetlov
|
eb0abce2f8
|
Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper
|
2012-12-03 16:13:07 +02:00 |
|
Benjamin Peterson
|
181e20a6fc
|
merge 3.3
|
2012-12-02 13:04:44 -05:00 |
|
Benjamin Peterson
|
a2816c2b11
|
more test to more general test file, so it can test more things
|
2012-12-02 13:04:37 -05:00 |
|
Benjamin Peterson
|
661c346ab3
|
merge 3.3
|
2012-12-02 12:37:09 -05:00 |
|
Benjamin Peterson
|
2f560fa300
|
loosen test now that bytes are allowed
|
2012-12-02 12:37:04 -05:00 |
|
Benjamin Peterson
|
26e5335a46
|
merge 3.3 (#16585)
|
2012-12-02 11:21:02 -05:00 |
|
Benjamin Peterson
|
47a00f3d1a
|
support encoding error handlers that return bytes (closes #16585)
|
2012-12-02 11:20:28 -05:00 |
|
Antoine Pitrou
|
d8d1a0ab78
|
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
Patch by Serhiy Storchaka.
|
2012-12-02 12:55:12 +01:00 |
|
Antoine Pitrou
|
9a2b26748b
|
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
Patch by Serhiy Storchaka.
|
2012-12-02 12:54:28 +01:00 |
|
Antoine Pitrou
|
43fb54cd4f
|
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
Patch by Serhiy Storchaka.
|
2012-12-02 12:52:36 +01:00 |
|
Benjamin Peterson
|
4089eec098
|
merge 3.3 (#16573)
|
2012-11-29 10:58:43 -05:00 |
|
Benjamin Peterson
|
139891ba82
|
merge 3.2 (#16573)
|
2012-11-29 10:56:11 -05:00 |
|
Benjamin Peterson
|
57af38700a
|
enumerate only requires an iterable (closes #16573)
Patch by Jonathan Kotta.
|
2012-11-29 10:55:22 -05:00 |
|
Andrew Svetlov
|
7030dd8500
|
Merge issue #16477: Close tarfile internal handlers in case of exception.
Patch by Serhiy Storchaka.
|
2012-11-29 14:21:39 +02:00 |
|
Andrew Svetlov
|
7ecd13da5f
|
Merge issue #16477: Close tarfile internal handlers in case of exception.
Patch by Serhiy Storchaka.
|
2012-11-29 14:21:23 +02:00 |
|
Andrew Svetlov
|
718df1d638
|
Issue #16477: Close tarfile internal handlers in case of exception.
Patch by Serhiy Storchaka.
|
2012-11-29 14:20:47 +02:00 |
|
Ezio Melotti
|
63cd0aa569
|
#16549: merge with 3.3.
|
2012-11-29 05:10:45 +02:00 |
|
Ezio Melotti
|
159f12e335
|
#16549: merge with 3.2.
|
2012-11-29 05:10:31 +02:00 |
|
Ezio Melotti
|
4927633ab6
|
#16549: fix test failures on Windows.
|
2012-11-29 05:10:07 +02:00 |
|
Ezio Melotti
|
4cee810f5d
|
#16476: merge with 3.2.
|
2012-11-29 02:26:15 +02:00 |
|
Ezio Melotti
|
b32512ed9a
|
#16476: Fix json.tool to avoid including trailing whitespace.
|
2012-11-29 02:25:03 +02:00 |
|
Ezio Melotti
|
401cf295e5
|
#16549: merge with 3.3.
|
2012-11-29 02:18:34 +02:00 |
|
Ezio Melotti
|
1e86d01e1e
|
#16549: merge with 3.2.
|
2012-11-29 02:16:58 +02:00 |
|
Ezio Melotti
|
057bcb4c6c
|
#16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
|
2012-11-29 02:15:18 +02:00 |
|
Victor Stinner
|
d7fed37059
|
Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Python 2.6
|
2012-11-29 00:12:40 +01:00 |
|
Ezio Melotti
|
9f94b6dc4b
|
#16333: fix example in docstring.
|
2012-11-29 00:45:22 +02:00 |
|
Ezio Melotti
|
100314427a
|
#16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka.
|
2012-11-29 00:42:56 +02:00 |
|
Ezio Melotti
|
57af3bf158
|
#16333: merge with 3.2.
|
2012-11-29 00:36:42 +02:00 |
|
Ezio Melotti
|
d654dedbbb
|
#16333: document a way to get rid of trailing whitespace when indent is used.
|
2012-11-29 00:35:29 +02:00 |
|
Andrew Svetlov
|
bff98fe536
|
Issue #16464: reset Request's Content-Length header on .data change.
It will be recalculated on sending request to HTTP server.
Patch by Alexey Kachayev
|
2012-11-27 23:06:19 +02:00 |
|
Ezio Melotti
|
185e7e91ae
|
#16559: merge with 3.3.
|
2012-11-26 19:27:58 +02:00 |
|
Ezio Melotti
|
c483034048
|
#16559: merge with 3.2.
|
2012-11-26 19:27:02 +02:00 |
|
Ezio Melotti
|
8c52370403
|
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
|
2012-11-26 19:24:20 +02:00 |
|
Vinay Sajip
|
d27e05d734
|
Closes #16521: Improved error handling for basicConfig(), added tests for same.
|
2012-11-25 15:11:46 +00:00 |
|
Mark Dickinson
|
073f067369
|
Issue #16546: merge fix from 3.3
|
2012-11-25 14:37:43 +00:00 |
|
Mark Dickinson
|
ded35aeb9d
|
Issue #16546: make ast.YieldFrom argument mandatory.
|
2012-11-25 14:36:26 +00:00 |
|
Antoine Pitrou
|
ab56710989
|
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.
Patch by Serhiy Storchaka.
|
2012-11-24 20:42:59 +01:00 |
|
Antoine Pitrou
|
9982c53c2f
|
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.
Patch by Serhiy Storchaka.
|
2012-11-24 20:41:34 +01:00 |
|
Antoine Pitrou
|
bf6ecf92fa
|
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does.
Patch by Serhiy Storchaka.
|
2012-11-24 20:40:21 +01:00 |
|
Antoine Pitrou
|
7fde5b3ccf
|
Fix missing import (followup to #4473).
|
2012-11-24 18:14:12 +01:00 |
|
Antoine Pitrou
|
df204be922
|
Issue #16423: urllib.request now has support for `data:` URLs.
Patch by Mathias Panzenböck.
|
2012-11-24 17:59:08 +01:00 |
|
Ezio Melotti
|
a833e0d8ae
|
Merge debug print removal with 3.3.
|
2012-11-23 22:17:02 +02:00 |
|
Ezio Melotti
|
9ab09d129e
|
Merge debug print removal with 3.2.
|
2012-11-23 22:16:45 +02:00 |
|
Ezio Melotti
|
82e60de727
|
Remove debug print.
|
2012-11-23 22:16:07 +02:00 |
|
Vinay Sajip
|
f8eb15dce2
|
Merged upstream changes.
|
2012-11-23 19:22:39 +00:00 |
|