Zachary Ware
|
72a01b29bf
|
Issue #19595: Re-enable a long-disabled test in test_winsound
|
2013-11-27 23:56:04 -06:00 |
Eli Bendersky
|
f933e081dd
|
Issue #19815: Fix segfault when parsing empty namespace declaration.
Based on patches by Christian Heimes and Vajrasky Kok
|
2013-11-28 06:25:45 -08:00 |
Serhiy Storchaka
|
cf6a3e2a27
|
Skip test_find_mac on Windows (issue #19804).
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
|
2013-11-27 08:57:33 +02:00 |
Zachary Ware
|
2a57009b04
|
Merge heads
|
2013-11-26 14:55:46 -06:00 |
Zachary Ware
|
c0aa2457d8
|
Issue #19588: Fixed tests in test_random that were silently skipped most
of the time. Patch by Julian Gindi.
|
2013-11-26 14:49:42 -06:00 |
Serhiy Storchaka
|
6d9d30da6a
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
virtual interface. Original patch by Kent Frazier.
|
2013-11-26 22:47:05 +02:00 |
Antoine Pitrou
|
60e361fe42
|
Fix misuse of the bigmemtest decorator
|
2013-11-26 20:00:34 +01:00 |
Mark Dickinson
|
c02c6df2c7
|
Issue #19638: Skip large digit string tests on 32-bit platforms.
|
2013-11-26 17:02:46 +00:00 |
Mark Dickinson
|
c2f8c81af0
|
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
|
2013-11-26 16:38:25 +00:00 |
Gregory P. Smith
|
d899caa6ca
|
Fix test_fcntl to run properly on systems that do not support the flags
used in the "does the value get passed in properly" test.
|
2013-11-25 04:45:27 +00:00 |
Gregory P. Smith
|
d82634d606
|
Fix test.test_support.bind_port() to not cause an error when Python was
compiled on a system with SO_REUSEPORT defined in the headers but run on
a system with an OS kernel that does not support that new socket option.
|
2013-11-24 19:42:15 -08:00 |
Antoine Pitrou
|
358da5b9f8
|
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
|
2013-11-23 17:40:36 +01:00 |
Richard Oudkerk
|
6d24a6e0bb
|
Issue #19599: Use a separate pool for test_terminate().
|
2013-11-21 16:35:12 +00:00 |
Serhiy Storchaka
|
5397c97451
|
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.
Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file on big-endian platforms.
|
2013-11-21 11:04:37 +02:00 |
Serhiy Storchaka
|
78ecaba482
|
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
|
2013-11-20 17:44:38 +02:00 |
R David Murray
|
eccf9c2e2f
|
#19449: Handle non-string keys when generating 'fieldnames' error.
Backport from 3.3 6e5afeada7ca.
|
2013-11-19 13:25:24 -05:00 |
Serhiy Storchaka
|
000b4c527d
|
Issue #19603: Use specific asserts in test_decr.
|
2013-11-17 23:39:24 +02:00 |
Richard Oudkerk
|
65162a7cca
|
Issue #19599: Increase sleep period.
|
2013-11-17 17:45:16 +00:00 |
Richard Oudkerk
|
3f8376eaa2
|
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
|
2013-11-17 17:24:11 +00:00 |
Serhiy Storchaka
|
be1d3c1818
|
Issue #19606: Use specific asserts in cookielib tests.
|
2013-11-17 13:47:02 +02:00 |
Serhiy Storchaka
|
ca626b12cb
|
Issue #19607: Use specific asserts in weakref tests.
|
2013-11-17 13:20:50 +02:00 |
Serhiy Storchaka
|
1438b9877d
|
Issue #19605: Use specific asserts in datetime tests
|
2013-11-17 13:03:21 +02:00 |
Serhiy Storchaka
|
843ef750a9
|
Issue #19604: Use specific asserts in array tests.
|
2013-11-17 00:44:57 +02:00 |
Serhiy Storchaka
|
c47d723eb0
|
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
|
2013-11-09 23:09:44 +02:00 |
Ezio Melotti
|
b814745226
|
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
|
2013-11-07 18:31:36 +02:00 |
Terry Jan Reedy
|
c0e60476a4
|
Issue #19397: test_pydoc now works with -S (help not added to builtins).
Patch by Serhiy Storchaka and Vajrasky Kok.
|
2013-11-04 21:45:33 -05:00 |
Zachary Ware
|
57d35c6494
|
Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the
event of a permission error on Windows and to properly report other
skip conditions.
|
2013-11-03 22:51:25 -06:00 |
Terry Jan Reedy
|
a1ea893334
|
Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
under test.regrtest on 2.7.
|
2013-11-03 23:37:54 -05:00 |
Zachary Ware
|
14b38f58c2
|
Issue #17883: Backport test.test_support._is_gui_available()
This should stop the Windows buildbots from hanging on test_ttk_guionly.
|
2013-11-03 22:27:04 -06:00 |
Serhiy Storchaka
|
d412b495da
|
Fix test_os (issue #18702).
|
2013-11-03 23:25:42 +02:00 |
Serhiy Storchaka
|
32e23e739f
|
Issue #18702: All skipped tests now reported as skipped.
|
2013-11-03 23:15:46 +02:00 |
Serhiy Storchaka
|
1fdc702861
|
Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are
loaded from .py[co] files.
|
2013-10-31 17:06:03 +02:00 |
Benjamin Peterson
|
ae7894c953
|
merge 2.7.6 release branch
|
2013-10-30 12:43:44 -04:00 |
Benjamin Peterson
|
1ef959ac3d
|
use the collapsed path in the run_cgi method (closes #19435)
|
2013-10-30 12:43:09 -04:00 |
Richard Oudkerk
|
21aad9792f
|
Issue #19425 -- a pickling error should not cause pool to hang.
|
2013-10-28 23:02:22 +00:00 |
Serhiy Storchaka
|
22fb0dec30
|
Issue #19327: Fixed the working of regular expressions with too big charset.
|
2013-10-24 22:02:42 +03:00 |
Senthil Kumaran
|
2147857db3
|
Increase macurl2path test coverage
|
2013-10-23 21:45:58 -07:00 |
Tim Golden
|
17934856dc
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
|
2013-10-22 20:45:13 +01:00 |
Ezio Melotti
|
bc38548145
|
#8964: fix platform._sys_version to handle IronPython 2.6+.
|
2013-10-21 03:03:32 +03:00 |
Serhiy Storchaka
|
2585e1e48a
|
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
limiting the call to readline(). Original patch by Michał
Jastrzębski and Giampaolo Rodola.
|
2013-10-20 16:57:07 +03:00 |
Serhiy Storchaka
|
f105672332
|
Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
|
2013-10-19 20:37:49 +03:00 |
Serhiy Storchaka
|
2235648b86
|
Issue 19276: Fix tests for wave files on big-endian platforms.
Skip tests for 24-bit wave file on big-endian platforms.
|
2013-10-17 12:45:45 +03:00 |
Victor Stinner
|
a5cd255a7c
|
Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging
module.
|
2013-10-15 23:36:56 +02:00 |
Serhiy Storchaka
|
e1a8a40d1d
|
Issue #18919: Fixed resource leaks in audio tests.
|
2013-10-14 20:09:30 +03:00 |
Serhiy Storchaka
|
c72105c06d
|
Issue #18919: Catch and check warnings in the aifc module tests.
|
2013-10-14 20:03:06 +03:00 |
Serhiy Storchaka
|
0fa0173893
|
Issue #18919: Added tests for the sunau module. Unified and extended tests
for audio modules: aifc, sunau and wave.
|
2013-10-13 17:47:22 +03:00 |
Mark Dickinson
|
36f6e2c9e0
|
Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
|
2013-10-13 10:55:15 +01:00 |
Tim Peters
|
641d6217a8
|
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
(grafted from e06edc0c7a4951327f0c95ebeebccba6879a6063)
|
2013-10-08 20:55:51 -05:00 |
Ezio Melotti
|
256735ce00
|
#19166: use an unused var in a test. Patch by Vajrasky Kok.
|
2013-10-05 03:01:37 +03:00 |
Serhiy Storchaka
|
fdda200195
|
Issue #19137: The pprint module now correctly formats empty set and frozenset
and instances of set and frozenset subclasses.
|
2013-10-02 11:40:26 +03:00 |