summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-0/+1
* | | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-0/+3
* | | Increase the coverage of macurl2path. Patch by Colin Williams.Senthil Kumaran2013-10-242-1/+31
* | | Issue #19360: fix test_site when Python is installed into $HOME/.localAntoine Pitrou2013-10-231-2/+8
* | | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-2/+4
* | | [Issue #19357] Ensure module "loaded" during tests gets forgotten.Eric Snow2013-10-231-1/+1
* | | Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-1/+2
* | | #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-0/+13
* | | Make test_audioop discoverable by unittest.Serhiy Storchaka2013-10-201-5/+1
* | | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-1/+21
* | | Fixed tests for issue #19279.Serhiy Storchaka2013-10-191-4/+3
* | | Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-191-0/+30
* | | Issue 19276: Fix tests for wave files on big-endian platforms.Serhiy Storchaka2013-10-171-3/+10