Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Closes #25393: Merge with 3.5 | Zachary Ware | 2016-07-19 | 2 | -3/+4 |
|\ \ | |/ | |||||
| * | Issue #25393: Fix probable copy/paste error in resource docs | Zachary Ware | 2016-07-19 | 2 | -3/+4 |
| | | | | | | | | Patch by Alakshendra Yadav. | ||||
* | | Issue #27567: Expose the POLLRDHUP constant in the select module | Berker Peksag | 2016-07-19 | 3 | -1/+13 |
| | | |||||
* | | add mising word | Benjamin Peterson | 2016-07-19 | 1 | -1/+1 |
| | | |||||
* | | add EPOLLEXCLUSIVE | Benjamin Peterson | 2016-07-19 | 3 | -32/+42 |
| | | |||||
* | | expose EPOLLRDHUP (closes #27567) | Benjamin Peterson | 2016-07-19 | 3 | -1/+6 |
| | | |||||
* | | Issue #1621: Avoid signed int negation overflow in audioop | Martin Panter | 2016-07-19 | 2 | -1/+5 |
| | | |||||
* | | Issue #27528: Merge warning doc and test from 3.5 | Martin Panter | 2016-07-19 | 2 | -3/+16 |
|\ \ | |/ | |||||
| * | Issue #27528: Document and test warning messages must match at beginning | Martin Panter | 2016-07-19 | 2 | -3/+16 |
| | | |||||
* | | Issue #16191: Merge comment fixes from 3.5 | Martin Panter | 2016-07-18 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Issue #16191: Fix up references to renamed variables | Martin Panter | 2016-07-18 | 1 | -6/+6 |
| | | |||||
* | | Issue #27507: Merge overflow check from 3.5 | Martin Panter | 2016-07-18 | 2 | -1/+14 |
|\ \ | |/ | |||||
| * | Issue #27507: Check for integer overflow in bytearray.extend() | Martin Panter | 2016-07-18 | 2 | -1/+14 |
| | | | | | | | | Patch by Xiang Zhang. | ||||
* | | Merge from 3.5 | Steve Dower | 2016-07-18 | 3 | -51/+0 |
|\ \ | |/ | |||||
| * | Removes unused files from PC folder. | Steve Dower | 2016-07-18 | 3 | -51/+0 |
| | | |||||
* | | Issue #27309: Enables proper Windows styles in python[w].exe manifest. | Steve Dower | 2016-07-18 | 2 | -0/+10 |
|\ \ | |/ | |||||
| * | Issue #27309: Enables proper Windows styles in python[w].exe manifest. | Steve Dower | 2016-07-18 | 2 | -0/+11 |
| | | |||||
* | | Issue #27533: Release GIL in nt._isdir | Steve Dower | 2016-07-18 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #27533: Release GIL in nt._isdir | Steve Dower | 2016-07-18 | 2 | -0/+4 |
| | | |||||
* | | Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj | Steve Dower | 2016-07-18 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj | Steve Dower | 2016-07-18 | 1 | -2/+0 |
| | | |||||
* | | Issue #27531: Merge from 3.5 | Berker Peksag | 2016-07-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27531: Update signature of Mock.assert_not_called method | Berker Peksag | 2016-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough. | ||||
* | | Merge 3.5. | Stefan Krah | 2016-07-17 | 2 | -8/+79 |
|\ \ | |/ | |||||
| * | Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively | Stefan Krah | 2016-07-17 | 2 | -3/+75 |
| | | | | | | | | eliminate all internal uses of overridden methods. | ||||
* | | Issue #27419: Added temporary workaround for subinterpreters. | Serhiy Storchaka | 2016-07-17 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #27419: Added temporary workaround for subinterpreters. | Serhiy Storchaka | 2016-07-17 | 1 | -1/+4 |
| | | |||||
* | | Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. | Serhiy Storchaka | 2016-07-17 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. | Serhiy Storchaka | 2016-07-17 | 1 | -2/+2 |
| | | |||||
* | | Issue #27419: Standard __import__() no longer look up "__import__" in globals | Serhiy Storchaka | 2016-07-17 | 2 | -8/+9 |
|\ \ | |/ | | | | | | | | | or builtins for importing submodules or "from import". Fixed a crash if raise a warning about unabling to resolve package from __spec__ or __package__. | ||||
| * | Issue #27419: Standard __import__() no longer look up "__import__" in globals | Serhiy Storchaka | 2016-07-17 | 2 | -8/+8 |
| | | | | | | | | | | or builtins for importing submodules or "from import". Fixed handling an error of non-string package name. |