summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* fix xmlcharrefreplace tests on wide build when tests are loaded from .py[co] ...Benjamin Peterson2013-11-012-4/+4
* use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-301-0/+10
* Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-0/+2
* Increase macurl2path test coverageSenthil Kumaran2013-10-242-1/+31
* Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+2
* #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-0/+13
* Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-1/+21
* Issue #19279: UTF-7 decoder no more produces illegal unicode strings.Serhiy Storchaka2013-10-191-0/+29
* Issue 19276: Fix tests for wave files on big-endian platforms.Serhiy Storchaka2013-10-171-3/+10
* Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the loggingVictor Stinner2013-10-151-0/+18
* Issue #18919: Fixed resource leaks in audio tests.Serhiy Storchaka2013-10-141-12/+12
* Issue #18919: Catch and check warnings in the aifc module tests.Serhiy Storchaka2013-10-141-4/+12
* Issue #18919: Added tests for the sunau module. Unified and extended testsSerhiy Storchaka2013-10-1317-144/+722
* Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))Mark Dickinson2013-10-131-0/+6
* Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-091-0/+17
* #19166: use an unused var in a test. Patch by Vajrasky Kok.Ezio Melotti2013-10-051-1/+3
* Issue #19137: The pprint module now correctly formats empty set and frozensetSerhiy Storchaka2013-10-021-24/+80
* - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-301-0/+65
|\
| * - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-301-0/+65
| * - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toBarry Warsaw2013-09-301-0/+71
| * - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when moreBarry Warsaw2013-09-291-0/+7
| * - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read byBarry Warsaw2013-09-251-1/+21
| * - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module toBarry Warsaw2013-09-221-0/+10
* | 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
* | This check can still fail on RHEL6Nick Coghlan2013-09-221-3/+3
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-161-3/+23
|\ \ | |/
| * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-161-1/+22
| * #16042: CVE-2013-1752: Limit amount of data read by limiting the call to read...Andrew Kuchling2013-09-151-1/+28
| * Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VER...Christian Heimes2013-09-031-15/+6
| * Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
| * - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesBarry Warsaw2013-08-233-32/+146
| * Back port from 2.7:Barry Warsaw2012-02-221-2/+5
| * Backport from 2.7:Barry Warsaw2012-02-221-3/+4
| * Backport from 2.7 branch.Barry Warsaw2012-02-221-2/+8
* | Close #18945: Add tests for tempfile name collision handling.Eli Bendersky2013-09-151-22/+65
* | Issue #19018: The heapq.merge() function no longer suppresses IndexErrorRaymond Hettinger2013-09-151-0/+9
* | Fix SimpleHTTPServer's request handling case on trailing '/'.Senthil Kumaran2013-09-131-0/+3
* | Fixed tests with Tcl/Tk <8.5 (closes #18964).Serhiy Storchaka2013-09-081-4/+18
* | Close #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-061-0/+26
* | Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-052-2/+19
* | Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-1/+16
* | Silence deprecation warning in test_mmap for ValueError.message.Terry Jan Reedy2013-09-011-8/+4
* | Issue #18851: Avoid a double close of subprocess pipes when the child process...Antoine Pitrou2013-08-301-2/+36
* | Issue #18418: After fork(), reinit all threads states, not only active ones.Charles-François Natali2013-08-301-0/+23
* | Issue #18643: Fix some test_socket failures due to large default socket bufferCharles-François Natali2013-08-292-4/+11
* | #18833: add a test for test_telnetlib. Patch by Alex Volkov.Ezio Melotti2013-08-251-0/+8
* | Fix testChristian Heimes2013-08-251-1/+1
* | Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X TigerChristian Heimes2013-08-251-7/+15
* | Issue #18756: make test_urandom_failure more robust by executing its code in ...Antoine Pitrou2013-08-241-10/+20