Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) | Steve Dower | 2016-09-10 | 2 | -2/+4 |
|\ | |||||
| * | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) | Steve Dower | 2016-09-10 | 2 | -2/+4 |
| | | |||||
* | | Issue #28046: Fix distutils | Zachary Ware | 2016-09-10 | 1 | -1/+5 |
| | | | | | | | | Why do we have two sysconfig modules again? | ||||
* | | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 2 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 2 | -2/+5 |
| | | |||||
* | | Issue #25969: Update the lib2to3 grammar to handle the unpacking | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-10 | 7 | -6/+91 |
|\ \ | |/ | | | | | generalizations added in 3.5. | ||||
| * | Issue #25969: Update the lib2to3 grammar to handle the unpacking | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-10 | 7 | -6/+91 |
| | | | | | | | | generalizations added in 3.5. | ||||
* | | merge (3.6 already has this) | Gregory P. Smith | 2016-09-10 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | remove fix_callable - callable() was readded many releases ago. | Gregory P. Smith | 2016-09-10 | 2 | -129/+0 |
| | | |||||
* | | dummy dtrace probes are a good place to use inline functions | Benjamin Peterson | 2016-09-10 | 1 | -19/+19 |
| | | |||||
* | | Merge from Zach | Steve Dower | 2016-09-10 | 10 | -37/+24 |
|\ \ | |||||
| * | | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-10 | 10 | -37/+24 |
| | | | |||||
* | | | Issue #27932: Fixes memory leak in platform.win32_ver() | Steve Dower | 2016-09-10 | 2 | -29/+35 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Issue #27932: Fixes memory leak in platform.win32_ver() | Steve Dower | 2016-09-10 | 2 | -29/+35 |
| | | |||||
* | | Actually fix suspicious markup, I ignored it too readily | Zachary Ware | 2016-09-10 | 2 | -2/+1 |
| | | |||||
* | | fix dummy macro | Benjamin Peterson | 2016-09-10 | 2 | -2/+3 |
| | | |||||
* | | DTrace support: function calls, GC activity, line execution | Łukasz Langa | 2016-09-10 | 31 | -18/+1305 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on macOS 10.11 dtrace, Ubuntu 16.04 SystemTap, and libbcc. Largely based by an initial patch by Jesús Cea Avión, with some influence from Dave Malcolm's SystemTap patch and Nikhil Benesch's unification patch. Things deliberately left out for simplicity: - ustack helpers, I have no way of testing them at this point since they are Solaris-specific - PyFrameObject * in function__entry/function__return, this is SystemTap-specific - SPARC support - dynamic tracing - sys module dtrace facility introspection All of those might be added later. | ||||
* | | Remove line numbers from suspicious rules | Zachary Ware | 2016-09-10 | 1 | -16/+16 |
| | | |||||
* | | Issue #25758: Prevents zipimport from unnecessarily encoding a filename ↵ | Steve Dower | 2016-09-10 | 3 | -11/+8 |
|\ \ | |/ | | | | | (patch by Eryk Sun) | ||||
| * | Issue #25758: Prevents zipimport from unnecessarily encoding a filename ↵ | Steve Dower | 2016-09-10 | 3 | -11/+8 |
| | | | | | | | | (patch by Eryk Sun) | ||||
* | | Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 5 | -27/+80 |
|\ \ | |/ | |||||
| * | #14977: Make mailcap respect the order of the lines in the mailcap file. | R David Murray | 2016-09-10 | 5 | -27/+76 |
| | | | | | | | | | | This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar. | ||||
| * | Issue #22450: Use "Accept: */*" in the default headers for urllib.request | Raymond Hettinger | 2016-09-09 | 2 | -1/+5 |
| | | |||||
* | | Remove 2to3's fix_callable... We reintroduced the callable built-in | Gregory P. Smith | 2016-09-10 | 2 | -129/+0 |
| | | | | | | | | pretty early on in the 3.x series (3.1 or 3.2?). | ||||
* | | Closes #27976: Deprecate bundled full copy of libffi | Zachary Ware | 2016-09-10 | 5 | -8/+57 |
| | | | | | | | | | | Builds on non-OSX UNIX now default to using the system libffi, and warn if the bundled copy is used. | ||||
* | | Merge | Raymond Hettinger | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 2 | -0/+6 |
|\ \ | |/ | |||||
| * | Issue #25144: Ensures TargetDir is set before continuing with custom install. | Steve Dower | 2016-09-09 | 2 | -0/+6 |
| | | |||||
* | | 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 | 7 | -19/+96 |
|\ \ | |/ | |||||
| * | Issue 14976: Note that the queue module is not designed to protect against ↵ | Raymond Hettinger | 2016-09-09 | 1 | -5/+2 |
| | | | | | | | | reentrancy | ||||
| * | Merge asyncio upstream. | Guido van Rossum | 2016-09-09 | 6 | -14/+94 |
| | | |||||
* | | Fix call to PathCombineW. | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | We're not that far in the future yet | Zachary Ware | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Fix suspicious markup | Zachary Ware | 2016-09-09 | 1 | -0/+4 |
| | | |||||
* | | Remove buildbot diagnostic code. | Steve Dower | 2016-09-09 | 1 | -7/+0 |
| | | |||||
* | | Remove another useless buildbot script | Zachary Ware | 2016-09-09 | 1 | -3/+0 |
| | | |||||
* | | #20476: add a message_factory policy attribute to email. | R David Murray | 2016-09-09 | 9 | -66/+128 |
| | | |||||
* | | Expands buildbot validation code | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Remove outdated buildbot scripts | Zachary Ware | 2016-09-09 | 4 | -19/+0 |
| | | |||||
* | | repair versionadded directive | Benjamin Peterson | 2016-09-09 | 1 | -1/+1 |
| | | |||||
* | | Adds temporary validation code to buildbot script | Steve Dower | 2016-09-09 | 1 | -0/+7 |
| | | |||||
* | | Ensures buildbots don't have zip files in build directory. | Steve Dower | 2016-09-09 | 1 | -0/+1 |
| | | |||||
* | | Add links from whatsnew to Windows docs. | Steve Dower | 2016-09-09 | 2 | -3/+6 |
| | | |||||
* | | Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. | Christian Heimes | 2016-09-09 | 3 | -19/+115 |
| | | |||||
* | | repair reST | Benjamin Peterson | 2016-09-09 | 1 | -4/+4 |
| | | |||||
* | | Merge heads | Serhiy Storchaka | 2016-09-09 | 33 | -496/+762 |
|\ \ | |||||
| * | | Adds search path changes to whatsnew/3.6.rst | Steve Dower | 2016-09-09 | 1 | -0/+5 |
| | | | |||||
| * | | Adds documentation for pythonXX.zip as a landmark. | Steve Dower | 2016-09-09 | 1 | -8/+13 |
| | | |