Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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. | |||||
* | | | | | Merge 3.5. | Stefan Krah | 2016-06-20 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27006: Do not use PyDec_CheckExact() on a type. | Stefan Krah | 2016-06-20 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge 3.5. | Stefan Krah | 2016-06-20 | 2 | -3/+12 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27006: from_float(): call the subclass' __new__() and __init__(). | Stefan Krah | 2016-06-20 | 2 | -3/+12 | |
| | | | | | ||||||
* | | | | | Fix “allow(s) to” | Martin Panter | 2016-06-20 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge spelling fixes from 3.5 | Martin Panter | 2016-06-20 | 2 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix spelling errors in code comments | Martin Panter | 2016-06-20 | 2 | -3/+3 | |
| | | | | | ||||||
* | | | | | Added more tests for issue #27122. | Serhiy Storchaka | 2016-06-20 | 1 | -5/+11 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Added more tests for issue #27122. | Serhiy Storchaka | 2016-06-20 | 1 | -5/+11 | |
| | | | | | ||||||
* | | | | | Issue #27319: Methods selection_set(), selection_add(), selection_remove() | Serhiy Storchaka | 2016-06-19 | 3 | -20/+90 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and selection_toggle() of ttk.TreeView now allow to pass multiple items as multiple arguments instead of passing them as a tuple. Deprecated undocumented ability of calling the selection() method with arguments. | |||||
* | | | | | Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. | Serhiy Storchaka | 2016-06-19 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. | Serhiy Storchaka | 2016-06-19 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Use macros instead of corresponding functions (they never fail) in _tkinter.c. | Serhiy Storchaka | 2016-06-19 | 1 | -22/+26 | |
| | | | | | ||||||
* | | | | | Issue #23968: Fix installs of the renamed config directory for OS X | Ned Deily | 2016-06-18 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | framework builds. | |||||
* | | | | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 4 | -5/+61 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | represented as a compination of known flags. | |||||
| * | | | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 4 | -5/+61 | |
| | | | | | | | | | | | | | | | | | | | | represented as a compination of known flags. | |||||
* | | | | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 2 | -8/+24 | |
| | | | | | | | | | | | | | | | | | | | | represented as a compination of known flags. | |||||
* | | | | | Issue #27349: Merge from 3.5 | Berker Peksag | 2016-06-18 | 2 | -2/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27349: Fix typo in distutils upload command | Berker Peksag | 2016-06-18 | 2 | -2/+3 | |
| | | | | | ||||||
* | | | | | [merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS ↵ | Senthil Kumaran | 2016-06-18 | 1 | -1/+5 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | on os.writev. Patch contributed Марк Коренберг. | |||||
| * | | | | issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. | Senthil Kumaran | 2016-06-18 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | Patch contributed Марк Коренберг. | |||||
* | | | | | Issue #27177: Match objects in the re module now support index-like objects | Serhiy Storchaka | 2016-06-18 | 3 | -9/+27 | |
| | | | | | | | | | | | | | | | | | | | | as group indices. Based on patches by Jeroen Demeyer and Xiang Zhang. | |||||
* | | | | | Issue #26536: Use spaces instead of tabs | Berker Peksag | 2016-06-18 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Issue #26536: Skip test_sio_loopback_fast_path under Windows 7 | Berker Peksag | 2016-06-18 | 1 | -2/+8 | |
| | | | | | ||||||
* | | | | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 6 | -1/+61 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | an iterable of integers. Now only strings and byte-like objects are accepted. | |||||
| * | | | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 6 | -1/+62 | |
| | | | | | | | | | | | | | | | | | | | | an iterable of integers. Now only strings and byte-like objects are accepted. | |||||
* | | | | | Issue #24314: Merge doc links from 3.5 | Martin Panter | 2016-06-18 | 14 | -64/+69 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 14 | -64/+69 | |
| | | | | | ||||||
* | | | | | Issue #27343: Fixed error message for conflicting initializers of ↵ | Serhiy Storchaka | 2016-06-18 | 2 | -10/+5 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | ctypes.Structure. | |||||
| * | | | | Issue #27343: Fixed error message for conflicting initializers of ↵ | Serhiy Storchaka | 2016-06-18 | 2 | -10/+5 | |
| | | | | | | | | | | | | | | | | | | | | ctypes.Structure. | |||||
* | | | | | Issue #27333: Simplified testing step on 0. | Serhiy Storchaka | 2016-06-18 | 1 | -11/+4 | |
| | | | | | ||||||
* | | | | | Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. | Serhiy Storchaka | 2016-06-18 | 2 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Xiang Zhang. | |||||
* | | | | | Issue #27312: Fix TypeError in test_setupapp | Berker Peksag | 2016-06-18 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Issue #27312: mock out function that fails when called from setupApp during | Terry Jan Reedy | 2016-06-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | IDLE test_macosx and see if addOpenEventSupport() fails. | |||||
* | | | | | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by ↵ | Steve Dower | 2016-06-17 | 6 | -4/+57 | |
| | | | | | | | | | | | | | | | | | | | | Daniel Stokes. | |||||
* | | | | | Issue #27048: Prevents distutils failing on Windows when environment ↵ | Steve Dower | 2016-06-17 | 3 | -4/+23 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | variables contain non-ASCII characters |