Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27490: Merge pgen cross-compile logic from 3.5 | Martin Panter | 2016-07-28 | 5 | -1/+12 |
|\ | |||||
| * | Issue #27490: Do not build pgen when cross-compiling | Martin Panter | 2016-07-28 | 5 | -1/+12 |
| | | | | | | | | | | | | | | | | The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl. | ||||
* | | Merge 3.5 (issue #11048) | Victor Stinner | 2016-07-27 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | ctypes: fix CThunkObject_new() | Victor Stinner | 2016-07-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | * Initialize restype and flags fields to fix a crash when Python runs on a read-only file system * Use Py_ssize_t type rather than int for the "i" iterator variable * Reorder assignements to be able to more easily check if all fields are initialized Issue #11048. Initial patch written by Marcin Bachry. | ||||
* | | Issue #27633: Merge from 3.5 | Berker Peksag | 2016-07-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27633: Fix usage of versionchanged directive in email.parser.rst | Berker Peksag | 2016-07-27 | 1 | -1/+1 |
| | | | | | | | | Patch by Florian Preinstorfer. | ||||
* | | Issue #24773: Fixed tests failures on systems with 32-bit time_t. | Alexander Belopolsky | 2016-07-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | Several 32-bit systems have issues with transitions in the year 2037. This is a bug in the system C library since time_t does not overflow until 2038, but let's skip tests starting from 2037 to work around those bugs. | ||||
* | | (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure | Xavier de Gaye | 2016-07-26 | 5 | -164/+108 |
|\ \ | |/ | | | | | as the Python program to be used for file generation during the build. | ||||
| * | Issue #26662: Set PYTHON_FOR_GEN in configure | Xavier de Gaye | 2016-07-26 | 5 | -164/+108 |
| | | | | | | | | as the Python program to be used for file generation during the build. | ||||
* | | Issue #26638: Merge CLI link fix from 3.5 | Martin Panter | 2016-07-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26638: Don’t link 2to3 -l option to the tarfile -l option | Martin Panter | 2016-07-26 | 1 | -1/+1 |
| | | |||||
* | | Issue #27620: Escape key closes Query box as cancelled. | Terry Jan Reedy | 2016-07-26 | 2 | -3/+4 |
| | | |||||
* | | Issue 24773: Added a time_t overflow check. | Alexander Belopolsky | 2016-07-25 | 1 | -1/+8 |
| | | |||||
* | | Issue #24137, issue #27611: Restore tkinter after test_idle. | Terry Jan Reedy | 2016-07-25 | 1 | -0/+2 |
| | | |||||
* | | Issue #1621: Avoid signed overflow in list and tuple operations | Martin Panter | 2016-07-25 | 4 | -11/+28 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #27581: Merge overflow fix from 3.5 | Martin Panter | 2016-07-25 | 2 | -4/+8 |
|\ \ | |/ | |||||
| * | Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() | Martin Panter | 2016-07-25 | 2 | -4/+8 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete. | Terry Jan Reedy | 2016-07-25 | 3 | -7/+12 |
| | | | | | | | | Fixes problem with writing docstrings at lease twice indented. | ||||
* | | Issue #7063: Remove dead code from array slice handling | Martin Panter | 2016-07-25 | 2 | -47/+11 |
| | | | | | | | | Patch by Chuck. | ||||
* | | Issue #27601: Merge from 3.5 | Berker Peksag | 2016-07-25 | 1 | -11/+11 |
|\ \ | |/ | |||||
| * | Issue #27601: Improve example in the "Hashing of numeric types" section | Berker Peksag | 2016-07-25 | 1 | -11/+11 |
| | | | | | | | | | | | | | | * Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry. | ||||
* | | Issue #27454: Use PyDict_SetDefault in PyUnicode_InternInPlace | Berker Peksag | 2016-07-25 | 1 | -14/+6 |
| | | | | | | | | Patch by INADA Naoki. | ||||
* | | Merge from 3.5 | Steve Dower | 2016-07-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixes default intermediate directory when building on Windows. | Steve Dower | 2016-07-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #27610: Adds PEP 514 metadata to Windows installer | Steve Dower | 2016-07-25 | 10 | -1/+24 |
| | | |||||
* | | Issue 24773: Make zoneinfo tests more robust. (reapply) | Alexander Belopolsky | 2016-07-25 | 1 | -2/+5 |
| | | |||||
* | | Issue #27609: Explicitly return None when there are other returns. | Terry Jan Reedy | 2016-07-25 | 2 | -30/+27 |
| | | | | | | | | In a few cases, reverse a condition and eliminate a return. | ||||
* | | Reindented Lib/test/datetimetester.py. | Alexander Belopolsky | 2016-07-24 | 1 | -2/+2 |
| | | |||||
* | | Issue #24773: Made ZoneInfoCompleteTest a TestSuit. | Alexander Belopolsky | 2016-07-24 | 2 | -20/+29 |
| | | | | | | | | This should improve the diagnostic and progress reports. | ||||
* | | Issue 24773: Make zoneinfo tests more robust. | Alexander Belopolsky | 2016-07-23 | 1 | -2/+5 |
| | | |||||
* | | Fixes bad Misc/NEWS merge | Steve Dower | 2016-07-23 | 1 | -6/+3 |
| | | |||||
* | | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-23 | 15 | -9/+871 |
|\ \ | |/ | | | | | works correctly. | ||||
| * | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 15 | -10/+868 |
| | | | | | | | | works correctly. | ||||
* | | Issue #13849: Merge from 3.5 | Berker Peksag | 2016-07-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #13849: Fix test_null_bytes under Windows | Berker Peksag | 2016-07-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #13849: Merge from 3.5 | Berker Peksag | 2016-07-23 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | Issue #13849: Add tests for null byte checking in test_genericpath | Berker Peksag | 2016-07-23 | 1 | -0/+9 |
| | | |||||
* | | Issue #27493: Fix test_path_objects under Windows | Berker Peksag | 2016-07-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #27591: Merge from 3.5 | Berker Peksag | 2016-07-23 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false | Berker Peksag | 2016-07-23 | 1 | -0/+3 |
| | | | | | | | | Patch by Chris Angelico. | ||||
* | | Issue #27130: Merge zlib 64-bit fixes from 3.5 | Martin Panter | 2016-07-23 | 5 | -419/+437 |
|\ \ | |/ | |||||
| * | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module | Martin Panter | 2016-07-23 | 5 | -419/+437 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). | Alexander Belopolsky | 2016-07-22 | 7 | -227/+1601 |
| | | |||||
* | | Closes #27493: accepted Path objects in file handlers for logging. | Vinay Sajip | 2016-07-22 | 4 | -2/+44 |
| | | |||||
* | | Merge 3.5 (INVALID_SOCKET) | Victor Stinner | 2016-07-22 | 2 | -8/+12 |
|\ \ | |/ | |||||
| * | socket: use INVALID_SOCKET | Victor Stinner | 2016-07-22 | 2 | -7/+12 |
| | | | | | | | | | | | | | | | | * Replace "fd = -1" with "fd = INVALID_SOCKET" * Replace "fd < 0" with "fd == INVALID_SOCKET": SOCKET_T is unsigned on Windows Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE | ||||
* | | Merge 3.5 (fix internal_select) | Victor Stinner | 2016-07-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | socket: Fix internal_select() | Victor Stinner | 2016-07-22 | 1 | -1/+1 |
| | | | | | | | | | | Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE | ||||
* | | Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler. | Vinay Sajip | 2016-07-22 | 3 | -8/+54 |
| | | |||||
* | | Issue #27472: Add test.support.unix_shell as the path to the default shell. | Xavier de Gaye | 2016-07-22 | 5 | -13/+24 |
| | |