summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #26764: Bacported tests for bytes formatting.Serhiy Storchaka2016-04-151-26/+11
* | Issue #26766: Fix _PyBytesWriter_Finish()Victor Stinner2016-04-151-2/+2
* | Issue #26764: Fixed SystemError in bytes.__rmod__.Serhiy Storchaka2016-04-151-26/+11
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-155-6/+6
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-155-6/+6
* | Fix missing parens.Steven D'Aprano2016-04-151-2/+2
* | Improve tests with more modern assert* methods and subTests.Steven D'Aprano2016-04-151-22/+25
* | Add secrets module and tests.Steven D'Aprano2016-04-141-0/+120
* | Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-141-0/+13
|\ \ | |/
| * Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-141-0/+13
| |\
| | * Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-141-0/+13
* | | Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-0/+9
|\ \ \ | |/ /
| * | Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-0/+9
* | | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-1/+6
* | | Merge 3.5Victor Stinner2016-04-121-1/+1
|\ \ \ | |/ /
| * | Issue #26647: Fix typo in test_grammarVictor Stinner2016-04-121-1/+1
* | | Issue #26733: Fixed formatting line numbers in test_dis.Serhiy Storchaka2016-04-121-11/+11
|\ \ \ | |/ /
| * | Issue #26733: Fixed formatting line numbers in test_dis.Serhiy Storchaka2016-04-121-11/+11
* | | 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
|\ \ \ | |/ /