summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)Martin Panter2016-04-111-1/+29
* Issue #26685: Raise OSError if closing a socket failsMartin Panter2016-04-112-1/+11
* Issue #25339: PYTHONIOENCODING now has priority over locale in setting theSerhiy Storchaka2016-04-101-4/+23
|\
| * Issue #25339: PYTHONIOENCODING now has priority over locale in setting theSerhiy Storchaka2016-04-101-4/+23
* | Issue #26712: Merge string_tests cleanup from 3.5Martin Panter2016-04-103-129/+35
|\ \ | |/
| * Remove relics of str8 (became bytes) and buffer (bytearray) type testsMartin Panter2016-04-101-33/+0
| * Issue #26712: Unify (r)split, (l/r)strip tests into string_testsMartin Panter2016-04-103-96/+35
* | Issue #21069: Merge test_fileno() from 3.5Martin Panter2016-04-092-11/+41
|\ \ | |/
| * Issue #21069: Move test_fileno() from test_urllibnet and rewrite itMartin Panter2016-04-092-11/+41
* | Issue #26609: Merge HTTP tests from 3.5Martin Panter2016-04-091-12/+29
|\ \ | |/
| * Issue #26609: Fix HTTP server tests to request an absolute URL pathMartin Panter2016-04-091-12/+29
* | Issue #26587: Allow .pth files to specify file paths as well asBrett Cannon2016-04-081-1/+1
* | Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.pyBrett Cannon2016-04-081-17/+0
* | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-082-0/+51
* | Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-081-0/+9
|\ \ | |/
| * Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-081-0/+9
* | Issue #26671: Fixed tests for changed error messages.Serhiy Storchaka2016-04-081-3/+3
* | Issue #26257: Merge buffer_tests cleanup from 3.5Martin Panter2016-04-084-229/+54
|\ \ | |/
| * Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTestMartin Panter2016-04-064-229/+54
* | Merge upstream typing.py changes from 3.5 branch.Guido van Rossum2016-04-051-27/+129
|\ \ | |/
| * Many changes from the upstream repo (https://github.com/python/typing).Guido van Rossum2016-04-051-27/+129
* | Merge typo fixes from 3.5Martin Panter2016-04-051-5/+5
|\ \ | |/
| * Fix typos in documentation and commentsMartin Panter2016-04-051-5/+5
* | Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.Guido van Rossum2016-04-042-4/+29
* | Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv PalivodaMartin Panter2016-04-031-6/+10
* | Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang ZhangMartin Panter2016-04-031-1/+1
* | Issue #26586: Merge excessive HTTP header handling from 3.5Martin Panter2016-04-031-0/+7
|\ \ | |/
| * Issue #26586: Handle excessive header fields in http.server, by Xiang ZhangMartin Panter2016-04-031-0/+7
* | Merge 3.5 (asyncio)Victor Stinner2016-04-011-0/+16
|\ \ | |/
| * asyncio: allow None as wait timeoutVictor Stinner2016-04-011-0/+16
* | Issue #26676: Add missing XMLPullParser to ElementTree.__all__Martin Panter2016-04-011-2/+4
* | Issue #22854: Merge test fix from 3.5Martin Panter2016-03-311-1/+1
|\ \ | |/
| * Issue #22854: Fix logic for skipping testMartin Panter2016-03-311-1/+1
* | Issue #22854: Merge Windows pipe skipping from 3.5Martin Panter2016-03-311-7/+7
|\ \ | |/
| * Issue #22854: Skip pipe seek tests on WindowsMartin Panter2016-03-311-2/+7
* | Issue #22854: Skip pipe seekable() tests on WindowsMartin Panter2016-03-311-1/+6
* | Issue #22854: Merge UnsupportedOperation fixes from 3.5Martin Panter2016-03-311-11/+105
|\ \ | |/
| * Issue #22854: Clarify documentation about UnsupportedOperation and add testsMartin Panter2016-03-311-11/+105
* | Issue #26492: Exhausted iterator of array.array now conforms with the behaviorSerhiy Storchaka2016-03-301-2/+19
* | Issue #26492: Added additional tests for exhausted iterators of mutable seque...Serhiy Storchaka2016-03-303-0/+24
|\ \ | |/
| * Issue #26492: Added additional tests for exhausted iterators of mutable seque...Serhiy Storchaka2016-03-303-0/+24
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-309-0/+55
|\ \ | |/
| * Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-309-0/+55
* | Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests()Victor Stinner2016-03-301-1/+1
* | Issue #26295: Fix test_regrtest.test_tools_buildbot_test()Victor Stinner2016-03-301-1/+1
* | Issue #26295: test_regrtest now uses a temporary directoryVictor Stinner2016-03-301-27/+28
* | Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn'tVictor Stinner2016-03-302-4/+9
* | Merge 3.5 (test_urllibnet)Victor Stinner2016-03-301-1/+1
|\ \ | |/
| * test_urllibnet: set timeout on test_fileno()Victor Stinner2016-03-301-1/+1
* | Merge 3.5 (regrtest)Victor Stinner2016-03-291-0/+1
|\ \ | |/