Eli Bendersky
|
aaa9780fe1
|
Issue #9708: Fix support for iterparse(parser=...) argument per documentation.
When _elementtree is imported, iterparse is redefined as a class and the parser
argument was ommitted. Fix this, and add a docstring to the class.
|
2013-01-24 07:15:19 -08:00 |
|
Serhiy Storchaka
|
33f7cdd975
|
Fix generating of sre_constants.h on Python 3.
|
2013-01-24 13:43:46 +02:00 |
|
Serhiy Storchaka
|
385ecd84c8
|
Fix generating of sre_constants.h on Python 3.
|
2013-01-24 13:43:02 +02:00 |
|
Senthil Kumaran
|
c1a7c565aa
|
merge from 3.2
Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and
bytes data. Patch by Jonas Wagner.
|
2013-01-23 03:00:26 -08:00 |
|
Senthil Kumaran
|
6b102f251f
|
Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and
bytes data. Patch by Jonas Wagner.
|
2013-01-23 02:50:15 -08:00 |
|
Serhiy Storchaka
|
8bea200b98
|
Issue #16957: shutil.which() no longer searches a bare file name in the
current directory on Unix and no longer searches a relative file path with
a directory part in PATH directories. Patch by Thomas Kluyver.
|
2013-01-23 10:44:21 +02:00 |
|
Ezio Melotti
|
564e4d8dc9
|
#11379: merge with 3.2.
|
2013-01-22 22:49:46 +02:00 |
|
Ezio Melotti
|
da4b5b82a3
|
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
|
2013-01-22 22:47:57 +02:00 |
|
Serhiy Storchaka
|
57f9b7a124
|
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
with truncated header or footer.
Added tests for reading truncated gzip, bzip2, and lzma files.
|
2013-01-22 17:07:49 +02:00 |
|
Serhiy Storchaka
|
7c3922f44c
|
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
with truncated header or footer.
Added tests for reading truncated gzip and bzip2 files.
|
2013-01-22 17:01:59 +02:00 |
|
Eli Bendersky
|
a80f761a6d
|
Add some tests for XPath numeric indexing
|
2013-01-22 06:12:54 -08:00 |
|
Serhiy Storchaka
|
fc6e8aabf5
|
#15546: Fix GzipFile.peek()'s handling of pathological input data.
This is a backport of changeset 8c07ff7f882f.
|
2013-01-22 15:54:48 +02:00 |
|
Serhiy Storchaka
|
80c88f4304
|
Fix shutil.which() test for issue #16993.
|
2013-01-22 10:31:36 +02:00 |
|
Serhiy Storchaka
|
529230142f
|
Use bigmemtest decorator for test of issue #16335.
|
2013-01-21 20:27:17 +02:00 |
|
Serhiy Storchaka
|
e45dac4ea9
|
Add bigmemtest decorator to test of issue #16335.
|
2013-01-21 20:23:58 +02:00 |
|
Serhiy Storchaka
|
014791f848
|
Issue #16993: shutil.which() now preserves the case of the path and extension
on Windows.
|
2013-01-21 15:00:27 +02:00 |
|
Serhiy Storchaka
|
85da624ebe
|
Fix memory error in test_ucn.
unicode-escape decoder requires memory for result corresponding to input size.
Fixes test for issue #16335.
|
2013-01-21 13:00:11 +02:00 |
|
Serhiy Storchaka
|
3b40b71217
|
Fix memory error in test_ucn.
unicode-escape decoder requires memory for result corresponding to input size.
Fixes test for issue #16335.
|
2013-01-21 12:59:13 +02:00 |
|
Serhiy Storchaka
|
c35f3a9f61
|
Issue #16335: Fix integer overflow in unicode-escape decoder.
|
2013-01-21 11:42:57 +02:00 |
|
Serhiy Storchaka
|
4f5f0e54e0
|
Issue #16335: Fix integer overflow in unicode-escape decoder.
|
2013-01-21 11:38:00 +02:00 |
|
Serhiy Storchaka
|
441d30fac7
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:26:26 +02:00 |
|
Antoine Pitrou
|
b24d0d984c
|
Remove outdated statement
|
2013-01-17 23:08:03 +01:00 |
|
Eli Bendersky
|
c9d504fc29
|
Fix docstring typo in concurrent.futures.Future
|
2013-01-17 06:36:30 -08:00 |
|
Serhiy Storchaka
|
9101e23ff6
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:41:45 +02:00 |
|
Benjamin Peterson
|
c68a4a048c
|
check windows fd validity (closes #16992)
|
2013-01-18 00:10:24 -05:00 |
|
Stefan Krah
|
fc4aa76d59
|
Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX.
|
2013-01-17 23:29:54 +01:00 |
|
Antoine Pitrou
|
175df1eeec
|
Remove outdated statement
|
2013-01-17 23:08:26 +01:00 |
|
Stefan Krah
|
ebee49a487
|
Issue #14110: Fix test failures on FreeBSD if the user is in the wheel group.
|
2013-01-17 15:31:00 +01:00 |
|
Frank Wierzbicki
|
bf0da6d68b
|
Use unittest.main() in 3.3 and greater
|
2013-01-16 14:09:57 -08:00 |
|
Frank Wierzbicki
|
fb3bd161cb
|
#16886: merge with 3.2
|
2013-01-16 13:56:54 -08:00 |
|
Frank Wierzbicki
|
809067c3c5
|
Closed #16886: test_dictcomps no longer depends on dict order
|
2013-01-16 13:55:12 -08:00 |
|
Stefan Krah
|
59a4a93f43
|
Issue #16422: Use strings for rounding mode constants for better readability
and pickling compatibility.
|
2013-01-16 12:58:59 +01:00 |
|
Vinay Sajip
|
6e669fba47
|
Issue #9501: Merged fix from 3.2.
|
2013-01-15 17:56:43 +00:00 |
|
Vinay Sajip
|
5e1c3ce133
|
Issue #9501: Improved shutdown handling to deal with module attributes correctly.
|
2013-01-15 17:55:57 +00:00 |
|
Serhiy Storchaka
|
1e2b7ee3e8
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 17:58:14 +02:00 |
|
Serhiy Storchaka
|
b139652366
|
Issue #15861: tkinter now correctly works with lists and tuples containing
strings with whitespaces, backslashes or unbalanced braces.
|
2013-01-15 17:56:08 +02:00 |
|
Serhiy Storchaka
|
44763dd7a7
|
Merge heads
|
2013-01-15 15:32:59 +02:00 |
|
Richard Oudkerk
|
8838061119
|
Issue #10527: Remove dead code
|
2013-01-15 13:19:24 +00:00 |
|
Serhiy Storchaka
|
45d16d9924
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
|
2013-01-15 15:01:20 +02:00 |
|
Serhiy Storchaka
|
4fb8caee87
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
|
2013-01-15 14:43:21 +02:00 |
|
Serhiy Storchaka
|
64bfcc4c22
|
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
|
2013-01-15 00:38:17 +02:00 |
|
Serhiy Storchaka
|
182d7cd531
|
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
|
2013-01-15 00:31:39 +02:00 |
|
Giampaolo Rodola'
|
67da89446a
|
fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895
|
2013-01-14 02:24:25 +01:00 |
|
Richard Oudkerk
|
ed9e06cb21
|
Issue #16955: Fix the poll() method for multiprocessing's socket
connections on Windows.
|
2013-01-13 22:46:48 +00:00 |
|
Serhiy Storchaka
|
f1b045f417
|
Describe the default_namespace parameter of ElemetTree.write.
|
2013-01-13 22:04:43 +02:00 |
|
Serhiy Storchaka
|
03530b980e
|
Describe the default_namespace parameter of ElemetTree.write.
|
2013-01-13 21:58:04 +02:00 |
|
Eli Bendersky
|
25771b3749
|
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.
Patch by Serhiy Storchaka.
|
2013-01-13 05:26:07 -08:00 |
|
Eli Bendersky
|
b09b167419
|
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.
Patch by Serhiy Storchaka.
|
2013-01-13 05:22:05 -08:00 |
|
Charles-François Natali
|
c78de46912
|
Fix test_posix failure on NetBSD buildbots: sched_setparam() and
sched_setscheduler() can fail with EINVAL if the process scheduling policy is
neither SCHED_FIFO nor SCHED_RR.
|
2013-01-13 14:10:37 +01:00 |
|
Charles-François Natali
|
1ea12ff04d
|
test_asyncore: wait explicitly for a thread termination (this dangling thread
could be the cause of a random failure).
|
2013-01-13 14:08:01 +01:00 |
|