summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #27186: Skip scandir(bytes) test with os.name == "nt"Martin Panter2016-06-131-1/+1
* Issue #27186: skip bytes path test for os.scandir() on WindowsBrett Cannon2016-06-121-0/+1
* Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-122-42/+40
* Issue #27289: Merge from 3.5Berker Peksag2016-06-121-1/+2
|\
| * Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplibBerker Peksag2016-06-121-1/+2
* | Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
|\ \ | |/
| * Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
* | Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+37
|\ \ | |/
| * Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+37
| * Merge headsSerhiy Storchaka2016-06-121-1/+1
| |\
* | \ Merge headsSerhiy Storchaka2016-06-121-1/+1
|\ \ \
| * \ \ Merge typo fixes from 3.5Martin Panter2016-06-121-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix typos and English grammar in documentation and code commentMartin Panter2016-06-121-1/+1
* | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-1/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-1/+7
* | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-122-0/+9
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-122-0/+9
| |/
* | Issue #16484: Merge pydoc Windows fixes from 3.5Martin Panter2016-06-121-1/+1
|\ \ | |/
| * Issue #16484: Fix pydoc link and test on Windows, by Kaushik NadikuditiMartin Panter2016-06-121-1/+1
* | Merge 3.5, issue #14209Łukasz Langa2016-06-121-3/+79
|\ \ | |/
| * Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesŁukasz Langa2016-06-121-3/+79
* | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__Berker Peksag2016-06-111-0/+1
* | Issue #21386: Merge from 3.5Berker Peksag2016-06-111-0/+3
|\ \ | |/
| * Issue #21386: Implement missing IPv4Address.is_global propertyBerker Peksag2016-06-111-0/+3
* | Issue #27029: Removed deprecated support of universal newlines mode from ZipF...Serhiy Storchaka2016-06-111-163/+4
* | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-111-28/+13
* | Merge 3.5 (issue #22970)Yury Selivanov2016-06-111-0/+25
|\ \ | |/
| * Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.Yury Selivanov2016-06-111-0/+25
* | Merge 3.5 (issue #27223)Yury Selivanov2016-06-111-17/+13
|\ \ | |/
| * Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-111-17/+13
* | Issue #27186: Add os.PathLike support to DirEntryBrett Cannon2016-06-101-4/+19
* | Issue #27186: Add os.PathLike support to pathlib.Brett Cannon2016-06-101-0/+11
* | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now supportSerhiy Storchaka2016-06-092-0/+58
* | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.Terry Jan Reedy2016-06-101-0/+2
* | Merge 3.5 (issue #27243)Yury Selivanov2016-06-092-21/+79
|\ \ | |/
| * Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-092-21/+79
* | Issue #27066: Fixed SystemError if a custom opener (for open()) returns aBarry Warsaw2016-06-081-0/+16
|\ \ | |/
| * Issue #27066: Fixed SystemError if a custom opener (for open()) returnsBarry Warsaw2016-06-081-0/+16
* | Sync typing.py with upstream (merge 3.5->3.6).Guido van Rossum2016-06-081-2/+36
|\ \ | |/
| * Sync typing.py with upstream.Guido van Rossum2016-06-081-2/+36
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-081-187/+0
|\ \ | |/
| * asyncio: Remove asyncio.timeout() context manager.Yury Selivanov2016-06-081-187/+0
* | Merge 3.5 (issue #27136, asyncio)Yury Selivanov2016-06-083-76/+54
|\ \ | |/
| * Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-083-76/+54
* | Issue #25738: Merge HTTP server from 3.5Martin Panter2016-06-081-0/+44
|\ \ | |/
| * Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-081-0/+44
* | Issue #21313: Merge version parsing from 3.5Martin Panter2016-06-081-0/+16
|\ \ | |/
| * Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-081-0/+16
* | Fixed #27251: merged fix from 3.5.Vinay Sajip2016-06-071-1/+2
|\ \ | |/
| * Fixed #27251: corrected string/bytes handling in credentials.Vinay Sajip2016-06-071-1/+2