summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-2315-9/+871
|\ | | | | | | works correctly.
| * Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-1615-10/+868
| | | | | | | | works correctly.
* | Issue #13849: Merge from 3.5Berker Peksag2016-07-231-1/+1
|\ \ | |/
| * Issue #13849: Fix test_null_bytes under WindowsBerker Peksag2016-07-231-1/+1
| |
* | Issue #13849: Merge from 3.5Berker Peksag2016-07-231-0/+9
|\ \ | |/
| * Issue #13849: Add tests for null byte checking in test_genericpathBerker Peksag2016-07-231-0/+9
| |
* | Issue #27493: Fix test_path_objects under WindowsBerker Peksag2016-07-231-1/+1
| |
* | Issue #27591: Merge from 3.5Berker Peksag2016-07-231-0/+3
|\ \ | |/
| * Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns falseBerker Peksag2016-07-231-0/+3
| | | | | | | | Patch by Chris Angelico.
* | Issue #27130: Merge zlib 64-bit fixes from 3.5Martin Panter2016-07-235-419/+437
|\ \ | |/
| * Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-235-419/+437
| | | | | | | | Patch by Xiang Zhang.
* | Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-227-227/+1601
| |
* | Closes #27493: accepted Path objects in file handlers for logging.Vinay Sajip2016-07-224-2/+44
| |
* | Merge 3.5 (INVALID_SOCKET)Victor Stinner2016-07-222-8/+12
|\ \ | |/
| * socket: use INVALID_SOCKETVictor Stinner2016-07-222-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 Stinner2016-07-221-1/+1
|\ \ | |/
| * socket: Fix internal_select()Victor Stinner2016-07-221-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 Sajip2016-07-223-8/+54
| |
* | Issue #27472: Add test.support.unix_shell as the path to the default shell.Xavier de Gaye2016-07-225-13/+24
| |
* | Closes #25393: Merge with 3.5Zachary Ware2016-07-192-3/+4
|\ \ | |/
| * Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-192-3/+4
| | | | | | | | Patch by Alakshendra Yadav.
* | Issue #27567: Expose the POLLRDHUP constant in the select moduleBerker Peksag2016-07-193-1/+13
| |
* | add mising wordBenjamin Peterson2016-07-191-1/+1
| |
* | add EPOLLEXCLUSIVEBenjamin Peterson2016-07-193-32/+42
| |
* | expose EPOLLRDHUP (closes #27567)Benjamin Peterson2016-07-193-1/+6
| |
* | Issue #1621: Avoid signed int negation overflow in audioopMartin Panter2016-07-192-1/+5
| |
* | Issue #27528: Merge warning doc and test from 3.5Martin Panter2016-07-192-3/+16
|\ \ | |/
| * Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-192-3/+16
| |
* | Issue #16191: Merge comment fixes from 3.5Martin Panter2016-07-181-6/+6
|\ \ | |/
| * Issue #16191: Fix up references to renamed variablesMartin Panter2016-07-181-6/+6
| |
* | Issue #27507: Merge overflow check from 3.5Martin Panter2016-07-182-1/+14
|\ \ | |/
| * Issue #27507: Check for integer overflow in bytearray.extend()Martin Panter2016-07-182-1/+14
| | | | | | | | Patch by Xiang Zhang.
* | Merge from 3.5Steve Dower2016-07-183-51/+0
|\ \ | |/
| * Removes unused files from PC folder.Steve Dower2016-07-183-51/+0
| |
* | Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-182-0/+10
|\ \ | |/
| * Issue #27309: Enables proper Windows styles in python[w].exe manifest.Steve Dower2016-07-182-0/+11
| |
* | Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-182-0/+4
|\ \ | |/
| * Issue #27533: Release GIL in nt._isdirSteve Dower2016-07-182-0/+4
| |
* | Closes #27545: Remove pyshellext.vcxproj from pcbuild.projSteve Dower2016-07-181-2/+0
|\ \ | |/
| * Closes #27545: Remove pyshellext.vcxproj from pcbuild.projSteve Dower2016-07-181-2/+0
| |
* | Issue #27531: Merge from 3.5Berker Peksag2016-07-171-1/+1
|\ \ | |/
| * Issue #27531: Update signature of Mock.assert_not_called methodBerker Peksag2016-07-171-1/+1
| | | | | | | | | | | | Since 01ae1ac2daf4, it doesn't accept any arguments. Patch by Michael Killough.
* | Merge 3.5.Stefan Krah2016-07-172-8/+79
|\ \ | |/
| * Issue #26974: Fix segfault in the presence of absurd subclassing. ProactivelyStefan Krah2016-07-172-3/+75
| | | | | | | | eliminate all internal uses of overridden methods.
* | Issue #27419: Added temporary workaround for subinterpreters.Serhiy Storchaka2016-07-171-1/+4
|\ \ | |/
| * Issue #27419: Added temporary workaround for subinterpreters.Serhiy Storchaka2016-07-171-1/+4
| |
* | Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.Serhiy Storchaka2016-07-171-2/+2
|\ \ | |/
| * Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.Serhiy Storchaka2016-07-171-2/+2
| |
* | Issue #27419: Standard __import__() no longer look up "__import__" in globalsSerhiy Storchaka2016-07-172-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 globalsSerhiy Storchaka2016-07-172-8/+8
| | | | | | | | | | or builtins for importing submodules or "from import". Fixed handling an error of non-string package name.