summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #19172: Add a get_map() method to selectors.Charles-François Natali2013-10-301-0/+27
* merge 3.3 (#19435)Benjamin Peterson2013-10-301-0/+12
|\
| * 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 #19424: Fix test_warnings for locale encoding unable to encodeVictor Stinner2013-10-291-6/+7
* | | | Issue #19424: Fix the warnings module to accept filename containing surrogateVictor Stinner2013-10-291-0/+12
* | | | Merge.Richard Oudkerk2013-10-281-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
|\ \ \ \ | |/ / /
| * | | #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
* | | | Issue #19421: add an unit test for warnings.warn() during finalizationVictor Stinner2013-10-281-0/+19
* | | | Issue14255 Don't flatten case of tempdirTim Golden2013-10-252-2/+18
* | | | merge with 3.3Georg Brandl2013-10-271-0/+2
|\ \ \ \ | |/ / /
| * | | Skip overzealous test for existence of the online license.html for pre-releas...v3.3.3rc1Georg Brandl2013-10-271-0/+2
* | | | merge with 3.3Georg Brandl2013-10-275-8/+74
|\ \ \ \ | |/ / /
| * | | 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
* | | | Mitigate #19412: restore test skips for --without-doc-stringsNick Coghlan2013-10-271-1/+6
* | | | Issue #19330: Handle the no-docstrings case in testsNick Coghlan2013-10-262-19/+19
* | | | Close #19330 by using public classes in contextlibNick Coghlan2013-10-261-5/+58
* | | | Issue #18685: Restore re performance to pre-PEP 393 levels.Serhiy Storchaka2013-10-261-0/+23
* | | | Close #19396: make test_contextlib tolerate -SNick Coghlan2013-10-261-3/+4
* | | | Correct whitespace in test_osTim Golden2013-10-251-1/+1
* | | | Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos...Tim Golden2013-10-251-0/+47
* | | | mergeBrett Cannon2013-10-251-3/+19
|\ \ \ \
| * | | | Issue #19387: explain and test the sre overlap tableAntoine Pitrou2013-10-251-3/+19
* | | | | test_resource should not assume all attributes are available when theyBrett Cannon2013-10-251-6/+4
|/ / / /
* | | | Issue #16803: Move test.test_importlib.extension to use both frozen and sourc...Brett Cannon2013-10-254-44/+44
* | | | Issue #16803: Have test.test_importlib.builtin test both frozen andBrett Cannon2013-10-252-26/+33
* | | | Issue #16803: Stop having test.test_importlib.abc ABCs inherit fromBrett Cannon2013-10-259-16/+16
* | | | test_selectors: make timeout-related errors report the actual elapsed timeout.Charles-François Natali2013-10-251-4/+5
* | | | test_selectors: rename test_interrupted_retry() (since it doesn't actuallyCharles-François Natali2013-10-251-1/+1
* | | | Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.Christian Heimes2013-10-251-0/+3
* | | | Issue #16595: prlimit() needs Linux kernel 2.6.36+Christian Heimes2013-10-251-0/+1
* | | | Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-0/+1
|\ \ \ \ | |/ / /
| * | | 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 #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
|\ \ \ \ | |/ / /
| * | | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-0/+3
* | | | #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWSPeter Moody2013-10-241-1/+3
* | | | merge from 3.3: Increase the test coverage of macurl2path module. Patch by Co...Senthil Kumaran2013-10-242-1/+33
|\ \ \ \ | |/ / /
| * | | 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 #19360: fix test_site when Python is installed into $HOME/.localAntoine Pitrou2013-10-231-2/+8