Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge from 3.5 | Steve Dower | 2016-06-25 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Simplifies nuget build with better parameters. | Steve Dower | 2016-06-25 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #20350. tkapp.splitlist() is now always used instead of unreliable | Serhiy Storchaka | 2016-06-25 | 2 | -15/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | tkapp.split() in the tkinter package. | |||||
* | | | | | | Issue #24137: Fixed IDLE on Linux with tkinter default root disabled. | Serhiy Storchaka | 2016-06-25 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #26243: Correct a wording in docs. | Serhiy Storchaka | 2016-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks Berker. | |||||
* | | | | | | Issue #26243: Only the level argument to zlib.compress() is keyword argument | Serhiy Storchaka | 2016-06-25 | 5 | -6/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | now. The first argument is positional-only. | |||||
* | | | | | | Issue #26186: Remove the restriction that built-in and extension | Brett Cannon | 2016-06-25 | 4 | -27/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules can't be lazily loaded. Thanks to Python 3.6 allowing for types.ModuleType to have its __class__ mutated, the restriction can be lifted by calling create_module() on the wrapped loader. | |||||
* | | | | | | Merge from 3.5 | Brett Cannon | 2016-06-25 | 2 | -4/+14 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Fix a scoping issue where an UnboundLocalError was triggered if a | Brett Cannon | 2016-06-25 | 3 | -4/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | lazy-loaded module was already in sys.modules. | |||||
* | | | | | | Remove duplicate AF_INET6 addition | Martin Panter | 2016-06-25 | 1 | -3/+0 | |
| | | | | | | ||||||
* | | | | | | Minor beautification | Raymond Hettinger | 2016-06-25 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #27038: Expose DirEntry as os.DirEntry. | Brett Cannon | 2016-06-24 | 4 | -24/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Jelle Zijlstra for the code portion of the patch. | |||||
* | | | | | | Merge from 3.5 | Brett Cannon | 2016-06-24 | 0 | -0/+0 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Remove a stale reference to pathlib.PurePath.path | Brett Cannon | 2016-06-24 | 1 | -3/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #27186: Define what a "path-like object" is. | Brett Cannon | 2016-06-24 | 2 | -7/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Dusty Phillips for the initial patch. | |||||
* | | | | | | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return | Brett Cannon | 2016-06-24 | 7 | -70/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type of __fspath__(). As part of this change, also make sure that the pure Python implementation of os.fspath() is tested. | |||||
* | | | | | | Merge from 3.5 | Steve Dower | 2016-06-24 | 1 | -1/+4 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Preinstalls pip into the nuget package so that pip.exe is available after ↵ | Steve Dower | 2016-06-24 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | installation. | |||||
* | | | | | | Merge from 3.5 | Steve Dower | 2016-06-24 | 4 | -12/+103 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Adds scripts for producing Nuget packages. | Steve Dower | 2016-06-24 | 4 | -12/+103 | |
| | | | | | | ||||||
* | | | | | | Issue #27381: Merge from 3.5 | Berker Peksag | 2016-06-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #27381: Remove superfluous paren in zipfile documentation | Berker Peksag | 2016-06-24 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Issue #18300: Merge from 3.5 | Berker Peksag | 2016-06-24 | 2 | -15/+13 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #18300: Set TERM='' by default in assert_python_* | Berker Peksag | 2016-06-24 | 2 | -15/+13 | |
| | | | | | | ||||||
* | | | | | | Issue #26547: Merge from 3.5 | Berker Peksag | 2016-06-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #26547: Remove outdated term dictproxy from vars() documentation | Berker Peksag | 2016-06-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dictproxy was used in Python 2 and it was renamed to mappingproxy in Python 3.3. Patch by Julien. | |||||
* | | | | | | Issue #27378: Merge from 3.5 | Berker Peksag | 2016-06-24 | 1 | -3/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #27378: Remove an outdated reference from regex HOWTO | Berker Peksag | 2016-06-24 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Matt Morrison. | |||||
* | | | | | | Merge from 3.5 | Berker Peksag | 2016-06-24 | 4 | -9/+12 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Make PyPIRCCommandTestCase derive from a base class | Berker Peksag | 2016-06-24 | 4 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several test cases in distutils use PyPIRCCommandTestCase as their base class and as a result of that the following tests were ran more than once: * test_server_registration * test_server_empty_registration * test_config_interpolation This commit moves the infrastructure used by other tests into a new BasePyPIRCCommandTestCase class. | |||||
* | | | | | | Fixed integer overflow in array.buffer_info(). | Serhiy Storchaka | 2016-06-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Fixed integer overflow in array.buffer_info(). | Serhiy Storchaka | 2016-06-23 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge with 3.5 | Terry Jan Reedy | 2016-06-23 | 3 | -1/+31 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #27304: Source code links for sub-packages in the same file. | Terry Jan Reedy | 2016-06-23 | 3 | -1/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Yoni Lavi | |||||
* | | | | | | Issue #27365: Finish merge so tests pass. | Terry Jan Reedy | 2016-06-22 | 2 | -13/+13 | |
| | | | | | | ||||||
* | | | | | | Issue #27365: revert temporary rename | Terry Jan Reedy | 2016-06-22 | 1 | -0/+0 | |
| | | | | | | ||||||
* | | | | | | Issue #27365: add chunk | Terry Jan Reedy | 2016-06-22 | 1 | -5/+9 | |
| | | | | | | ||||||
* | | | | | | Issue #27365: add chunk | Terry Jan Reedy | 2016-06-22 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #27365: revert temporary rename | Terry Jan Reedy | 2016-06-22 | 1 | -4/+0 | |
| | | | | | | ||||||
* | | | | | | Issue #27365: partial merge | Terry Jan Reedy | 2016-06-22 | 3 | -8/+64 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. | Terry Jan Reedy | 2016-06-22 | 3 | -0/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Rest of patch that should not be cherry picked into 3.5.2 final. | |||||
* | | | | | | Issue #27365: temporary rename | Terry Jan Reedy | 2016-06-22 | 1 | -0/+0 | |
| | | | | | | ||||||
* | | | | | | Issue #27365: Merge minimal part. | Terry Jan Reedy | 2016-06-22 | 2 | -3/+3 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. | Terry Jan Reedy | 2016-06-22 | 2 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | merge 3.5 | Benjamin Peterson | 2016-06-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | alter header; '%' really throws latex through a loop | Benjamin Peterson | 2016-06-22 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. | Terry Jan Reedy | 2016-06-21 | 15 | -84/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix code and tests that fail with this restriction. Fix htests to not create a second and redundant root and mainloop. | |||||
* | | | | | | Issue #18726: All optional parameters of the dump(), dumps(), | Serhiy Storchaka | 2016-06-21 | 6 | -12/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | load() and loads() functions and JSONEncoder and JSONDecoder class constructors in the json module are now keyword-only. | |||||
* | | | | | | Issue #20120: Merge from 3.5 | Berker Peksag | 2016-06-20 | 1 | -0/+19 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #20120: Add a test case to verify the % char can be used in .pypirc | Berker Peksag | 2016-06-20 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I noticed that there is no test for this feature while doing triaging work on pypa/pypi-legacy. |