summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* revert a37cc3d926ec (#5322)Benjamin Peterson2016-12-141-97/+0
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-031-12/+1
* Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests.Serhiy Storchaka2016-12-031-2/+2
* increase test_smtplib timeoutsBenjamin Peterson2016-12-021-8/+8
* Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-021-0/+97
* Issue #28847: dubmdbm no longer writes the index file in when it is notSerhiy Storchaka2016-12-021-0/+21
* Issue #11145: Fixed miscellaneous issues with C-style formatting of typesSerhiy Storchaka2016-12-011-0/+38
* Issue #28666: Fix stat importMartin Panter2016-11-201-1/+1
* Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
* Issue #28666: Now test.test_support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-15/+16
* Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-1/+32
* Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-141-6/+10
* Issue #28016: Skip /dev/tty seekable() test on AIXMartin Panter2016-11-141-1/+1
* Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-4/+4
* Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-111-24/+92
* Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-1/+84
* pip 9.0 works fine without the ssl moduleDonald Stufft2016-11-021-69/+0
* Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-301-1/+8
* Issue #28515: Fixed py3k warnings.Serhiy Storchaka2016-10-251-0/+3
* Issue #28115: ZIP creation test requires zlib.Serhiy Storchaka2016-10-231-0/+1
* Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.Serhiy Storchaka2016-10-231-0/+13
* Issue #28115: Added tests for CLI of the zipfile module.Serhiy Storchaka2016-10-231-2/+72
* Issue #28435: Avoid no_proxy environment variable interfering with testsMartin Panter2016-10-221-0/+8
* Issue #21720: Improve exception message when the type of fromlist is unicodeBerker Peksag2016-10-161-0/+8
* Issue #28394: Typo fixes in code comments and changelogMartin Panter2016-10-101-1/+1
* Issue #26293: Fixed writing ZIP files that starts not from the start of theSerhiy Storchaka2016-10-071-0/+43
* skip test on windowsBenjamin Peterson2016-10-061-0/+1
* fix bug in 48797808a302Benjamin Peterson2016-10-061-1/+1
* skip test if resizing is not supportedBenjamin Peterson2016-10-061-2/+5
* mmap: do all internal arithmetic with Py_ssize_t while being very careful abo...Benjamin Peterson2016-10-061-0/+10
* Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-041-3/+17
* Moved Unicode C API related tests to separate test class.Serhiy Storchaka2016-10-021-5/+7
* Issue #27358: Backported tests.Serhiy Storchaka2016-10-021-0/+15
* Issue #28257: Backported a test.Serhiy Storchaka2016-10-021-0/+5
* Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-1/+32
* Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-281-0/+21
* Issue #28221: Remove unused assignment from test_asyncore_server()Martin Panter2016-09-231-2/+0
* Add Lib/test/ssltests.py for faster testing of OpenSSLChristian Heimes2016-09-221-0/+36
* Issue #24363: Continue parsing HTTP header in spite of invalid linesMartin Panter2016-09-161-1/+115
* Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-23/+94
* Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+83
* Backported tests for issue #28070.Serhiy Storchaka2016-09-101-0/+3
* Correct spelling in documentation and code commentsMartin Panter2016-09-101-1/+1
* Correct print() calls to print a blank line in various test casesMartin Panter2016-09-103-3/+3
* Issue #28019: Backported additional tests for itertools.count().Serhiy Storchaka2016-09-101-3/+26
* Disable test_gdb.PrettyPrintTests when compiled with optimizations,Gregory P. Smith2016-09-091-0/+3
* Issue #26020: Fix evaluation order for set literalsRaymond Hettinger2016-09-081-0/+15
* skip two test_gdb tests that fail when compiled in profile-opt mode:Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-0/+4
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-077-8/+8
* Issue #27570: Avoid zero-length memcpy() calls with null source pointersMartin Panter2016-09-071-3/+13