| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #27186: Skip scandir(bytes) test with os.name == "nt" | Martin Panter | 2016-06-13 | 1 | -1/+1 |
| | | |||||
| * | Issue #27186: skip bytes path test for os.scandir() on Windows | Brett Cannon | 2016-06-12 | 1 | -0/+1 |
| | | |||||
| * | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. | Serhiy Storchaka | 2016-06-12 | 2 | -42/+40 |
| | | | | | Patch by Demur Rumed. | ||||
| * | Issue #27289: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -1/+2 |
| |\ | |||||
| | * | Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib | Berker Peksag | 2016-06-12 | 1 | -1/+2 |
| | | | |||||
| * | | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -12/+36 |
| |\ \ | |/ | | | | | functools.partial objects. | ||||
| | * | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -12/+36 |
| | | | | | | | | | functools.partial objects. | ||||
| * | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+37 |
| |\ \ | |/ | |||||
| | * | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+37 |
| | | | |||||
| | * | Merge heads | Serhiy Storchaka | 2016-06-12 | 1 | -1/+1 |
| | |\ | |||||
| * | \ | Merge heads | Serhiy Storchaka | 2016-06-12 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge typo fixes from 3.5 | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | Fix typos and English grammar in documentation and code comment | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+7 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+7 |
| | | | | | |||||
| * | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 2 | -0/+9 |
| |\ \ \ \ | |/ / / | | / / | |/ / |/| | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. | ||||
| | * | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 2 | -0/+9 |
| | |/ | | | | | | | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. | ||||
| * | | Issue #16484: Merge pydoc Windows fixes from 3.5 | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge 3.5, issue #14209 | Łukasz Langa | 2016-06-12 | 1 | -3/+79 |
| |\ \ | |/ | |||||
| | * | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages | Łukasz Langa | 2016-06-12 | 1 | -3/+79 |
| | | | | | | | | | Patch by James Pickering. | ||||
| * | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ | Berker Peksag | 2016-06-11 | 1 | -0/+1 |
| | | | | | | | | | Patch by Gareth Rees. | ||||
| * | | Issue #21386: Merge from 3.5 | Berker Peksag | 2016-06-11 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | Issue #21386: Implement missing IPv4Address.is_global property | Berker Peksag | 2016-06-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | It was documented since 07a5610bae9d. Initial patch by Roger Luethi. | ||||
| * | | Issue #27029: Removed deprecated support of universal newlines mode from ↵ | Serhiy Storchaka | 2016-06-11 | 1 | -163/+4 |
| | | | | | | | | | ZipFile.open(). | ||||
| * | | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in | Serhiy Storchaka | 2016-06-11 | 1 | -28/+13 |
| | | | | | | | | | regular expressions now are errors. | ||||
| * | | Merge 3.5 (issue #22970) | Yury Selivanov | 2016-06-11 | 1 | -0/+25 |
| |\ \ | |/ | |||||
| | * | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. | Yury Selivanov | 2016-06-11 | 1 | -0/+25 |
| | | | | | | | | | Patch by David Coles. | ||||
| * | | Merge 3.5 (issue #27223) | Yury Selivanov | 2016-06-11 | 1 | -17/+13 |
| |\ \ | |/ | |||||
| | * | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. | Yury Selivanov | 2016-06-11 | 1 | -17/+13 |
| | | | | | | | | | Patch by Łukasz Langa. | ||||
| * | | Issue #27186: Add os.PathLike support to DirEntry | Brett Cannon | 2016-06-10 | 1 | -4/+19 |
| | | | | | | | | | Initial patch thanks to Jelle Zijlstra. | ||||
| * | | Issue #27186: Add os.PathLike support to pathlib. | Brett Cannon | 2016-06-10 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | This adds support both to pathlib.PurePath's constructor as well as implementing __fspath__(). This removes the provisional status for pathlib. Initial patch by Dusty Phillips. | ||||
| * | | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support | Serhiy Storchaka | 2016-06-09 | 2 | -0/+58 |
| | | | | | | | | | positional-only and keyword parameters in the same function. | ||||
| * | | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. | Terry Jan Reedy | 2016-06-10 | 1 | -0/+2 |
| | | | | | | | | | Delete now unneeded tk version tests and code for older versions. | ||||
| * | | Merge 3.5 (issue #27243) | Yury Selivanov | 2016-06-09 | 2 | -21/+79 |
| |\ \ | |/ | |||||
| | * | Issue #27243: Fix __aiter__ protocol | Yury Selivanov | 2016-06-09 | 2 | -21/+79 |
| | | | |||||
| * | | Issue #27066: Fixed SystemError if a custom opener (for open()) returns a | Barry Warsaw | 2016-06-08 | 1 | -0/+16 |
| |\ \ | |/ | | | | | negative number without setting an exception. | ||||
| | * | Issue #27066: Fixed SystemError if a custom opener (for open()) returns | Barry Warsaw | 2016-06-08 | 1 | -0/+16 |
| | | | | | | | | | a negative number without setting an exception. | ||||
| * | | Sync typing.py with upstream (merge 3.5->3.6). | Guido van Rossum | 2016-06-08 | 1 | -2/+36 |
| |\ \ | |/ | |||||
| | * | Sync typing.py with upstream. | Guido van Rossum | 2016-06-08 | 1 | -2/+36 |
| | | | | | | | | | | | | | | | | | | | (Upstream is https://github.com/python/typing) - Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream #230). - Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream #229). - Repr of Tuple[()] should be 'Tuple[()]' (upstream #231). - Add NewType() (upstream #189). | ||||
| * | | Merge 3.5 (asyncio) | Yury Selivanov | 2016-06-08 | 1 | -187/+0 |
| |\ \ | |/ | |||||
| | * | asyncio: Remove asyncio.timeout() context manager. | Yury Selivanov | 2016-06-08 | 1 | -187/+0 |
| | | | | | | | | | | | | | | | It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html | ||||
| * | | Merge 3.5 (issue #27136, asyncio) | Yury Selivanov | 2016-06-08 | 3 | -76/+54 |
| |\ \ | |/ | |||||
| | * | Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo | Yury Selivanov | 2016-06-08 | 3 | -76/+54 |
| | | | | | | | | | Patch by A. Jesse Jiryu Davis | ||||
| * | | Issue #25738: Merge HTTP server from 3.5 | Martin Panter | 2016-06-08 | 1 | -0/+44 |
| |\ \ | |/ | |||||
| | * | Issue #25738: Don’t send message body for 205 Reset Content | Martin Panter | 2016-06-08 | 1 | -0/+44 |
| | | | | | | | | | Patch by Susumu Koshiba. | ||||
| * | | Issue #21313: Merge version parsing from 3.5 | Martin Panter | 2016-06-08 | 1 | -0/+16 |
| |\ \ | |/ | |||||
| | * | Issue #21313: Tolerate truncated buildinfo in sys.version | Martin Panter | 2016-06-08 | 1 | -0/+16 |
| | | | |||||
| * | | Fixed #27251: merged fix from 3.5. | Vinay Sajip | 2016-06-07 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Fixed #27251: corrected string/bytes handling in credentials. | Vinay Sajip | 2016-06-07 | 1 | -1/+2 |
| | | | |||||
