summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Issue #14407: Fix unittest test discovery in test_concurrent_futures.Antoine Pitrou2013-10-151-22/+13
* | | Print process instead of pid.Richard Oudkerk2013-10-151-1/+1
* | | Issue #18919: Fixed resource leaks in audio tests.Serhiy Storchaka2013-10-141-12/+12
* | | Issue #18919: Check warnings messages in the aifc module tests.Serhiy Storchaka2013-10-141-3/+7
* | | Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+19
* | | Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-1318-226/+557
* | | Make test_terminate() succeed or fail quickly.Richard Oudkerk2013-10-121-2/+14
* | | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-091-0/+18
* | | #19166: use an unused var in a test. Patch by Vajrasky Kok.Ezio Melotti2013-10-051-0/+3
* | | Issue #18594: Make the C code more closely match the pure python code.Raymond Hettinger2013-10-041-0/+24
* | | Issue #19014: memoryview.cast() is now allowed on zero-length views.Antoine Pitrou2013-10-031-3/+10
* | | Issue #19137: The pprint module now correctly formats instances of set andSerhiy Storchaka2013-10-021-12/+67
* | | Close #19092: ExitStack now reraises exceptions from __exit__Nick Coghlan2013-10-011-0/+37
* | | Issue #19112: avoid using function defined in method.Richard Oudkerk2013-09-291-8/+9
* | | move helper function into its test method (closes #19112)Benjamin Peterson2013-09-291-7/+6
* | | fix duplicate test names in test_dis (closes #19117)Benjamin Peterson2013-09-291-4/+0
* | | remove duplicate test_mkd (closes #19118)Benjamin Peterson2013-09-291-4/+0