summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-0/+5
* Skip test_find_mac on Windows (issue #19804).Serhiy Storchaka2013-11-271-0/+1
* fix format spec recursive expansion (closes #19729)Benjamin Peterson2013-11-271-0/+1
* Merge headsZachary Ware2013-11-261-0/+21
|\
| * Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-0/+21
* | Issue #19588: Fixed tests in test_random that were silently skipped mostZachary Ware2013-11-261-6/+6
|/
* Use @bigmemtest more accurately.Mark Dickinson2013-11-261-3/+3
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-4/+47
* Issue #19638: Raise ValueError instead of crashing when converting billion ch...Mark Dickinson2013-11-261-0/+31
* 1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...Stefan Krah2013-11-241-0/+1
* Issue #19545: Avoid chained exceptions while passing stray % toSerhiy Storchaka2013-11-242-0/+8
* Issue #19743: fix test_gdb on some optimized Python buildsAntoine Pitrou2013-11-241-4/+8
* Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-231-1/+1
* Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-212-2/+15
* Print Tk patchlevel in test_tcl in verbose mode (issue19654).Serhiy Storchaka2013-11-201-0/+6
* #19449: Handle non-string keys when generating 'fieldnames' error.R David Murray2013-11-191-0/+12
* - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.pydoko@ubuntu.com2013-11-192-0/+0
* Issue #19596: Set untestable tests in test_importlib to NoneZachary Ware2013-11-196-55/+26
* Cleanup this test's modification of os.environ in teardown (this alreadyGregory P. Smith2013-11-181-0/+3
* Fix test.support.bind_port() to not cause an error when Python was compiledGregory P. Smith2013-11-171-3/+9
* Issue #19603: Use specific asserts in test_decr.Serhiy Storchaka2013-11-171-157/+168
* Issue #19599: Increase sleep period.Richard Oudkerk2013-11-171-1/+1
* Fix handling of SystemExit and exit code. Patch by Brodie Rao.Richard Oudkerk2013-11-171-1/+1
* Issue #19606: Use specific asserts in http.cookiejar tests.Serhiy Storchaka2013-11-171-84/+73
* Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-171-65/+62
* Issue #19605: Use specific asserts in datetime testsSerhiy Storchaka2013-11-171-79/+80
* Issue #19604: Use specific asserts in array tests.Serhiy Storchaka2013-11-161-34/+34
* Issue #19590: Use specific asserts in email tests.Serhiy Storchaka2013-11-164-107/+92
* Issue13674 Correct crash with strftime %y format under WindowsTim Golden2013-11-121-1/+25
* Issue #19440: Clean up test_capiZachary Ware2013-11-121-13/+7
* Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-091-3/+0
* #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-071-4/+13
* Issue #19397: test_pydoc now works with -S (help not added to builtins).Terry Jan Reedy2013-11-051-1/+1
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-0320-928/+951
* Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-9/+2
* Relax timeout test.Richard Oudkerk2013-11-021-1/+1
* Use unittest.main() in test_htmlparser.Ezio Melotti2013-11-021-7/+1
* merge 3.2 (#19435)Benjamin Peterson2013-10-301-0/+12
|\
| * merge 3.1 (#19435)Benjamin Peterson2013-10-301-0/+12
| |\
| | * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-301-0/+10
* | | Issue #19425 -- a pickling error should not cause pool to hang.Richard Oudkerk2013-10-281-0/+10
* | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-282-0/+19
* | | Fixed merge test for Tcl/Tk <8.5 (issue #18964).Serhiy Storchaka2013-10-271-2/+5
* | | Skip overzealous test for existence of the online license.html for pre-releas...v3.3.3rc1Georg Brandl2013-10-271-0/+2
* | | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-271-0/+9
* | | Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-271-0/+10
* | | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-271-1/+5
* | | Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,Georg Brandl2013-10-271-6/+32
* | | Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-271-0/+11
* | | Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-0/+1