summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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 #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
|\ \ | |/
| * Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* | Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
|\ \ | |/
| * Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* | Issue #26587: Allow .pth files to specify file paths as well asBrett Cannon2016-04-082-10/+10
* | Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.pyBrett Cannon2016-04-081-17/+0
* | Normalize whitespaceBrett Cannon2016-04-081-1/+1
* | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-084-11/+89
* | Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-082-1/+10
|\ \ | |/
| * Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-082-1/+10
* | 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 typing.py 3.5->3.6 (Text, ItemsView).Guido van Rossum2016-04-051-1/+6
|\ \ | |/
| * Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the c...Guido van Rossum2016-04-051-1/+6
* | Merge upstream typing.py changes from 3.5 branch.Guido van Rossum2016-04-052-179/+371
|\ \ | |/
| * Many changes from the upstream repo (https://github.com/python/typing).Guido van Rossum2016-04-052-179/+371
* | Merge typo fixes from 3.5Martin Panter2016-04-053-7/+7
|\ \ | |/
| * Fix typos in documentation and commentsMartin Panter2016-04-053-7/+7
* | Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.Guido van Rossum2016-04-043-6/+50
* | Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv PalivodaMartin Panter2016-04-032-7/+10
* | Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang ZhangMartin Panter2016-04-032-16/+14
* | Issue #26586: Merge excessive HTTP header handling from 3.5Martin Panter2016-04-032-0/+14
|\ \ | |/
| * Issue #26586: Handle excessive header fields in http.server, by Xiang ZhangMartin Panter2016-04-032-0/+14
* | Merge 3.5 (asyncio)Victor Stinner2016-04-015-5/+10
|\ \ | |/
| * asyncio: Don't log ConnectionAbortedErrorVictor Stinner2016-04-015-5/+10
* | Merge 3.5 (asyncio)Victor Stinner2016-04-012-6/+24
|\ \ | |/
| * asyncio: allow None as wait timeoutVictor Stinner2016-04-012-6/+24
* | Issue #26676: Add missing XMLPullParser to ElementTree.__all__Martin Panter2016-04-012-3/+5
* | Revert back to 3.6.0, buildbots do not want chocolate for 04-01Ned Deily2016-03-312-2207/+0
* | Python 8: no pep8, no chocolate!Victor Stinner2016-03-312-0/+2207
* | 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-312-20/+114
|\ \ | |/
| * Issue #22854: Clarify documentation about UnsupportedOperation and add testsMartin Panter2016-03-312-20/+114
* | 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