Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants | doko@ubuntu.com | 2016-06-13 | 1 | -0/+4 |
| | | | | | exposed on the API which are not implemented on GNU/Hurd. They would not work at runtime anyway. | ||||
* | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+3 |
| | | | | Patch by Demur Rumed. | ||||
* | Issue #27190: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -0/+3 |
|\ | |||||
| * | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 | Berker Peksag | 2016-06-12 | 1 | -0/+3 |
| | | | | | | | | Patch by Dave Sawyer. | ||||
* | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+2 |
| | | |||||
| * | Merge heads | Serhiy Storchaka | 2016-06-12 | 1 | -2/+2 |
| |\ | |||||
* | \ | Merge heads | Serhiy Storchaka | 2016-06-12 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Add grammatical article to “an ASCII letter” | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge typo fixes from 3.5 | Martin Panter | 2016-06-12 | 1 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix typos and English grammar in documentation and code comment | Martin Panter | 2016-06-12 | 1 | -2/+2 |
| | | | | |||||
* | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+2 |
| | | | | |||||
* | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | 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 | 1 | -0/+4 |
| |/ | | | | | | | | | 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 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi | Martin Panter | 2016-06-12 | 1 | -0/+4 |
| | | |||||
* | | Issue #24136: Merge unpacking doc from 3.5 | Martin Panter | 2016-06-12 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 1 | -0/+2 |
| | | | | | | | | Based on patches by Konstantin Molchanov and Neil Girdhar. | ||||
* | | Merge 3.5, issue #14209 | Łukasz Langa | 2016-06-12 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages | Łukasz Langa | 2016-06-12 | 1 | -0/+1 |
| | | | | | | | | Patch by James Pickering. | ||||
* | | Merge 3.5, issue #27194 | Łukasz Langa | 2016-06-11 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #27194: superfluous truncate calls in tarfile.py slow down extraction | Łukasz Langa | 2016-06-11 | 1 | -0/+1 |
| | | | | | | | | Patch by Jason Fried. | ||||
* | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode. | Serhiy Storchaka | 2016-06-11 | 1 | -0/+2 |
| | | |||||
* | | Issue #27294: Improved repr for Tkinter event objects. | Serhiy Storchaka | 2016-06-11 | 1 | -0/+2 |
| | | |||||
* | | merge 3.5 (#26556) | Benjamin Peterson | 2016-06-11 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | merge 3.4 (#26556) | Benjamin Peterson | 2016-06-11 | 1 | -0/+2 |
| |\ | |||||
| | * | upgrade expt to 2.1.1 (closes #26556) | Benjamin Peterson | 2016-06-11 | 1 | -0/+2 |
| | | | |||||
* | | | merge 3.5 | Benjamin Peterson | 2016-06-11 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | merge 3.4 | Benjamin Peterson | 2016-06-11 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | raise an error when STARTTLS fails | Benjamin Peterson | 2016-06-11 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ | Berker Peksag | 2016-06-11 | 1 | -0/+3 |
| | | | | | | | | | | | | 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. | ||||
* | | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 2 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
| * | | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. | Yury Selivanov | 2016-06-11 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by David Coles. | ||||
| * | | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. | Yury Selivanov | 2016-06-11 | 1 | -1/+5 |
| | | | | | | | | | | | | Patch by Łukasz Langa. | ||||
* | | | Issue #27029: Removed deprecated support of universal newlines mode from ↵ | Serhiy Storchaka | 2016-06-11 | 1 | -0/+3 |
| | | | | | | | | | | | | ZipFile.open(). | ||||
* | | | Issue #27030: The re.LOCALE flag now can be used only with bytes patterns. | Serhiy Storchaka | 2016-06-11 | 1 | -1/+2 |
| | | | | | | | | | | | | (Just updated NEWS.) | ||||
* | | | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in | Serhiy Storchaka | 2016-06-11 | 1 | -0/+3 |
| | | | | | | | | | | | | regular expressions now are errors. | ||||
* | | | IDLE NEWS entries | Terry Jan Reedy | 2016-06-11 | 1 | -0/+11 |
| | | | |||||
* | | | Merge Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #27186: Add os.PathLike support to DirEntry | Brett Cannon | 2016-06-10 | 1 | -1/+4 |
| | | | | | | | | | | | | Initial patch thanks to Jelle Zijlstra. | ||||
* | | | Issue #20900: Merge from 3.5 | Berker Peksag | 2016-06-10 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #20900: distutils register command now decodes HTTP responses correctly | Berker Peksag | 2016-06-10 | 1 | -0/+3 |
| | | | | | | | | | | | | Initial patch by ingrid. | ||||
* | | | Issue #27186: Add os.PathLike support to pathlib. | Brett Cannon | 2016-06-10 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+12 |
| | | | | | | | | | | | | positional-only and keyword parameters in the same function. | ||||
* | | | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove | doko@ubuntu.com | 2016-06-10 | 1 | -0/+7 |
|\ \ \ | |/ / | | | | | | | unused and outdated icons. |