Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 15 | -75/+126 |
* | Issue 28043: SSLContext has improved default settings | Christian Heimes | 2016-09-10 | 2 | -53/+39 |
* | IDLE newx items. merge from 3.5 | Terry Jan Reedy | 2016-09-10 | 1 | -1/+15 |
|\ | |||||
| * | IDLE newx items. | Terry Jan Reedy | 2016-09-10 | 1 | -0/+7 |
* | | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files | Steve Dower | 2016-09-10 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files | Steve Dower | 2016-09-10 | 1 | -2/+9 |
* | | Merge from 3.5 | Steve Dower | 2016-09-10 | 738 | -19476/+37573 |
|\ \ | |/ |/| | |||||
| * | Issue #24693: Changed some RuntimeError's in the zipfile module to more | Serhiy Storchaka | 2016-09-10 | 2 | -48/+48 |
| * | Issue #28046: Fix get_sysconfigdata_name(). | Xavier de Gaye | 2016-09-10 | 1 | -7/+14 |
| * | Merge spelling fixes from 3.5 | Martin Panter | 2016-09-10 | 738 | -19447/+37537 |
| |\ | |||||
| | * | test_platform: Save/restore os.environ on Windows | Victor Stinner | 2016-09-10 | 1 | -0/+7 |
| | * | Issue #17909: Accept binary input in json.loads | Nick Coghlan | 2016-09-10 | 3 | -14/+56 |
| | * | Issue #27137: align Python & C implementations of functools.partial | Nick Coghlan | 2016-09-10 | 2 | -91/+176 |
| | * | Merge 3.5 (regrtest) | Victor Stinner | 2016-09-10 | 735 | -19343/+37299 |
| | |\ | |||||
| | | * | test_eintr: Fix ResourceWarning warnings | Victor Stinner | 2016-09-10 | 1 | -0/+5 |
| | | * | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 735 | -19343/+37294 |
| | | |\ | |||||
| | | | * | Issue #18401: Fix test_pdb on Windows | Victor Stinner | 2016-09-09 | 1 | -14/+7 |
| | | | * | Issue #18401: Fix test_pdb if $HOME is not set | Victor Stinner | 2016-09-09 | 1 | -6/+10 |
| | | | * | Issue #18401: pdb tests don't read ~/.pdbrc anymore | ?ukasz Langa | 2016-09-09 | 2 | -29/+67 |
| | | | * | Try to fix sizeof unit tests on dict | Victor Stinner | 2016-09-09 | 2 | -4/+5 |
| | | | * | #20476: Deal with the message_factory circular import differently. | R David Murray | 2016-09-10 | 4 | -6/+7 |
| | | | * | Fix SystemError in compact dict | Victor Stinner | 2016-09-09 | 1 | -0/+69 |
| | | | * | Issue 27080: PEP 515: add '_' formatting option. | Eric V. Smith | 2016-09-09 | 1 | -0/+28 |
| | | | * | Issue #27199: TarFile expose copyfileobj bufsize to improve throughput | ?ukasz Langa | 2016-09-09 | 1 | -15/+18 |
| | | | * | Issue 27948: Allow backslashes in the literal string portion of f-strings, bu... | Eric V. Smith | 2016-09-09 | 7 | -71/+111 |
| | | | * | Issue #28046: Fix distutils | Zachary Ware | 2016-09-09 | 1 | -1/+5 |
| | | | * | Issue #25969: Update the lib2to3 grammar to handle the unpacking | Gregory P. Smith | 2016-09-09 | 6 | -6/+88 |
| | | | |\ | |||||
| | | | * \ | Merge from Zach | Steve Dower | 2016-09-09 | 1 | -29/+33 |
| | | | |\ \ | |||||
| | | | | * \ | Issue #27932: Fixes memory leak in platform.win32_ver() | Steve Dower | 2016-09-09 | 1 | -29/+33 |
| | | | | |\ \ | |||||
| | | | * | | | | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-09 | 1 | -2/+11 |
| | | | |/ / / | |||||
| | | | * | | | DTrace support: function calls, GC activity, line execution | ?ukasz Langa | 2016-09-09 | 17 | -0/+463 |
| | | | * | | | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc... | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-09 | 719 | -19430/+36599 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | Remove 2to3's fix_callable... We reintroduced the callable built-in | Gregory P. Smith | 2016-09-09 | 2 | -129/+0 |
| | | | | * | | | | Merge | Raymond Hettinger | 2016-09-09 | 1 | -1/+1 |
| | | | | * | | | | Rename test_strlit -> test_string_literals | Zachary Ware | 2016-09-09 | 1 | -0/+0 |
| | | | | * | | | | Issue #28053: Applying refactorings, docs and other cleanup to follow. | Davin Potts | 2016-09-09 | 13 | -40/+77 |
| | | | | * | | | | merge | Raymond Hettinger | 2016-09-09 | 6 | -14/+94 |
| | | | | |\ \ \ \ | |||||
| | | | | * | | | | | #20476: add a message_factory policy attribute to email. | R David Murray | 2016-09-09 | 6 | -57/+99 |
| | | | | * | | | | | Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. | Christian Heimes | 2016-09-10 | 1 | -19/+61 |
| | | | | * | | | | | Merge heads | Serhiy Storchaka | 2016-09-10 | 4 | -66/+159 |
| | | | | |\ \ \ \ \ | |||||
| | | | | | * | | | | | Issue #433028: Added support of modifier spans in regular expressions. | Serhiy Storchaka | 2016-09-10 | 4 | -66/+159 |
| | | | | * | | | | | | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 9 | -21/+195 |
| | | | | |/ / / / / | |||||
| | | | | * | | | | | issue27985 - fix the incorrect duplicate class name in the lib2to3 | Gregory P. Smith | 2016-09-09 | 1 | -1/+1 |
| | | | | * | | | | | Issue #24320: Drop an old setuptools-induced hack. | Eric Snow | 2016-09-09 | 1 | -5/+0 |
| | | | | * | | | | | Rename Future._blocking to _asyncio_future_blocking. | Guido van Rossum | 2016-09-09 | 701 | -19128/+36043 |
| | | | | |\ \ \ \ \ | |||||
| | | | | | * | | | | | Rename test_pep####.py files | Zachary Ware | 2016-09-09 | 9 | -5/+6 |
| | | | | | * | | | | | Fix running test_tokenize directly | Zachary Ware | 2016-09-09 | 1 | -2/+2 |
| | | | | | * | | | | | Rework CALL_FUNCTION* opcodes | Victor Stinner | 2016-09-09 | 6 | -39/+34 |
| | | | | | * | | | | | Merge with 3.5 | Steve Dower | 2016-09-09 | 695 | -19099/+36018 |
| | | | | | |\ \ \ \ \ |