Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Issue #27048: Prevents distutils failing on Windows when environment ↵ | Steve Dower | 2016-06-17 | 3 | -4/+23 |
| | | | | | | | | variables contain non-ASCII characters | ||||
* | | Issue #27336: Fix compilation on Windows | Victor Stinner | 2016-06-17 | 1 | -2/+2 |
| | | | | | | | | Replace "#if WITH_THREAD" with "#ifdef WITH_THREAD". | ||||
* | | Issue #27336: Fix compilation failures --without-threads | Berker Peksag | 2016-06-17 | 3 | -3/+6 |
| | | |||||
* | | ctypes: the type of b_size is Py_ssize_t. | Serhiy Storchaka | 2016-06-17 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | ctypes: the type of b_size is Py_ssize_t. | Serhiy Storchaka | 2016-06-17 | 1 | -4/+4 |
| | | |||||
* | | Merge 3.5 | Victor Stinner | 2016-06-16 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | py_getrandom(): use long type for the syscall() result | Victor Stinner | 2016-06-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Issue #27278. It should fix a conversion warning. In practice, the Linux kernel doesn't return more than 32 MB per call to the getrandom() syscall. | ||||
* | | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 4 | -22/+33 |
|\ \ | |/ | |||||
| * | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 4 | -22/+33 |
| | | |||||
* | | Issue #26930: Merge with 3.5 | Zachary Ware | 2016-06-15 | 4 | -3/+5 |
|\ \ | |/ | |||||
| * | Issue #26930: Update Windows build to OpenSSL 1.0.2h | Zachary Ware | 2016-06-15 | 4 | -3/+4 |
| | | |||||
* | | Issue #27327: null merge from 3.5 | Ned Deily | 2016-06-15 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #27327: fix doc typo, noted by Jakub Wilk. | Ned Deily | 2016-06-15 | 1 | -1/+1 |
| | | |||||
* | | Issue #27301: Fixed incorrect return codes for errors in compile.c. | Serhiy Storchaka | 2016-06-15 | 1 | -24/+38 |
|\ \ | |/ | |||||
| * | Issue #27301: Fixed incorrect return codes for errors in compile.c. | Serhiy Storchaka | 2016-06-15 | 1 | -16/+20 |
| | | |||||
* | | Merge from 3.5 | Berker Peksag | 2016-06-15 | 1 | -1/+1 |
|\ \ | |/ |