Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Silence 'make suspicious' warnings | Berker Peksag | 2016-06-11 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ | Berker Peksag | 2016-06-11 | 3 | -2/+6 | |
| | | | | | | | | | | | | | | | | Patch by Gareth Rees. | |||||
* | | | | Issue #21386: Merge from 3.5 | Berker Peksag | 2016-06-11 | 3 | -0/+13 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #21386: Implement missing IPv4Address.is_global property | Berker Peksag | 2016-06-11 | 3 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It was documented since 07a5610bae9d. Initial patch by Roger Luethi. | |||||
* | | | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 224 | -136/+542 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 224 | -136/+539 | |
| | | | | | | | | | | | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | |||||
* | | | | Issue #27029: Removed deprecated support of universal newlines mode from ↵ | Serhiy Storchaka | 2016-06-11 | 5 | -222/+24 | |
| | | | | | | | | | | | | | | | | 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 | 4 | -84/+32 | |
| | | | | | | | | | | | | | | | | regular expressions now are errors. | |||||
* | | | | Merge 3.5 (issue #22970) | Yury Selivanov | 2016-06-11 | 2 | -1/+32 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. | Yury Selivanov | 2016-06-11 | 3 | -1/+35 | |
| | | | | | | | | | | | | | | | | Patch by David Coles. | |||||
* | | | | Merge 3.5 (issue #27223) | Yury Selivanov | 2016-06-11 | 2 | -17/+24 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. | Yury Selivanov | 2016-06-11 | 3 | -18/+29 | |
| | | | | | | | | | | | | | | | | Patch by Łukasz Langa. | |||||
* | | | | IDLE NEWS entries | Terry Jan Reedy | 2016-06-11 | 2 | -0/+22 | |
| | | | | ||||||
* | | | | Merge Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 2 | -0/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #5124: NEWS entries. | Terry Jan Reedy | 2016-06-11 | 2 | -0/+8 | |
| | | | | ||||||
* | | | | Issue #27262: fix missing parameter typo | Ned Deily | 2016-06-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #5124: rename PyShell back to pyshell and patch test for 3.6 | Terry Jan Reedy | 2016-06-11 | 2 | -13/+15 | |
| | | | | ||||||
* | | | | Merge with 3.5 | Terry Jan Reedy | 2016-06-11 | 2 | -1/+85 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #5124: Paste with selection should always replace. | Terry Jan Reedy | 2016-06-11 | 2 | -1/+85 | |
| | | | | | | | | | | | | | | | | | | | | This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake. | |||||
* | | | | Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Issue *24750: Switch all scrollbars in IDLE to ttk versions. | Terry Jan Reedy | 2016-06-10 | 17 | -39/+211 | |
| | | | | | | | | | | | | | | | | Where needed, add minimal tests to cover changes. | |||||
* | | | | Issue #27186: Add os.PathLike support to DirEntry | Brett Cannon | 2016-06-10 | 4 | -5/+39 | |
| | | | | | | | | | | | | | | | | Initial patch thanks to Jelle Zijlstra. | |||||
* | | | | Issue #20900: Merge from 3.5 | Berker Peksag | 2016-06-10 | 4 | -4/+21 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #20900: distutils register command now decodes HTTP responses correctly | Berker Peksag | 2016-06-10 | 4 | -4/+21 | |
| | | | | | | | | | | | | | | | | Initial patch by ingrid. | |||||
* | | | | Issue #27186: Add os.PathLike support to pathlib. | Brett Cannon | 2016-06-10 | 4 | -14/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 9 | -70/+208 | |
| | | | | | | | | | | | | | | | | 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 | 3 | -609/+7 | |
|\ \ \ \ | |/ / / | | | | | | | | | unused and outdated icons. | |||||
| * | | | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove | doko@ubuntu.com | 2016-06-10 | 3 | -609/+6 | |
| | | | | | | | | | | | | | | | | unused and outdated icons. | |||||
* | | | | Issue #27280: Merge from 3.5 | Berker Peksag | 2016-06-10 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27280: Fix typo in IPv6Network documentation | Berker Peksag | 2016-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Patch by Arthur Carcano. | |||||
* | | | | Issue #24617: Merge os.mkdir() doc from 3.5 | Martin Panter | 2016-06-10 | 1 | -4/+10 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #24617: Add comment for os.mkdir about mode quirks | Tommy Beadle | 2016-06-02 | 1 | -4/+10 | |
| | | | | ||||||
* | | | | Merge comment fix from 3.5 | Martin Panter | 2016-06-10 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix typo and move comment to appropriate condition | Martin Panter | 2016-06-10 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Add a versionadded directive to os.PathLike | Berker Peksag | 2016-06-10 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. | Terry Jan Reedy | 2016-06-10 | 8 | -40/+38 | |
| | | | | | | | | | | | | | | | | Delete now unneeded tk version tests and code for older versions. | |||||
* | | | | Issue #24759: Add test for IDLE syntax colorizoer. | Terry Jan Reedy | 2016-06-10 | 1 | -0/+56 | |
| | | | | ||||||
* | | | | Issue #8491: Merge readline doc from 3.5 | Martin Panter | 2016-06-10 | 1 | -0/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #8491: Add link to Gnu Readline configuration documentation | Martin Panter | 2016-06-10 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | Merge | Brett Cannon | 2016-06-09 | 4 | -11/+8 | |
|\ \ \ \ | ||||||
| * \ \ \ | Issue #15476: Merge index entries from 3.5 | Martin Panter | 2016-06-09 | 4 | -11/+8 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | [Issue 15476] Make "code object" its own entry in the index | Tommy Beadle | 2016-06-02 | 4 | -11/+8 | |
| | | | | | ||||||
* | | | | | Issue #27186: Document PyOS_FSPath(). | Brett Cannon | 2016-06-09 | 2 | -0/+13 | |
|/ / / / | ||||||
* | | | | Issue #27182: Document os.PathLike. | Brett Cannon | 2016-06-09 | 2 | -0/+24 | |
| | | | | | | | | | | | | | | | | Part of PEP 519. | |||||
* | | | | Add a missing :term:. | Brett Cannon | 2016-06-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Clarify the os.fspath() documentation. | Brett Cannon | 2016-06-09 | 1 | -3/+4 | |
| | | | | ||||||
* | | | | Clarify documentation for os.fspath(). | Brett Cannon | 2016-06-09 | 2 | -8/+8 | |
| | | | | ||||||
* | | | | Fix some PEP 8 violations. | Brett Cannon | 2016-06-09 | 1 | -10/+6 | |
| | | | | ||||||
* | | | | Merge 3.5 (issue #27243) | Yury Selivanov | 2016-06-09 | 13 | -32/+292 | |
|\ \ \ \ | |/ / / |