summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Issue #23943: Restore extra fixes lost in merge 4fb2075952a4Martin Panter2016-07-281-2/+2
* | | | Issue #27620: Make htest box respond to <Return> and <Escape>.Terry Jan Reedy2016-07-281-6/+12
* | | | Issue #27620: Mark the default action button as the default.Terry Jan Reedy2016-07-281-1/+1
* | | | Issue #27626: Further spelling fixes for 3.6Martin Panter2016-07-282-2/+2
* | | | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-2833-48/+48
|\ \ \ \ | |/ / /
| * | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-2833-48/+48
* | | | Issue #27490: Merge pgen cross-compile logic from 3.5Martin Panter2016-07-285-1/+12
|\ \ \ \ | |/ / /
| * | | Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-285-1/+12
* | | | Merge 3.5 (issue #11048)Victor Stinner2016-07-271-2/+4
|\ \ \ \ | |/ / /
| * | | ctypes: fix CThunkObject_new()Victor Stinner2016-07-271-2/+4
* | | | Issue #27633: Merge from 3.5Berker Peksag2016-07-271-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #27633: Fix usage of versionchanged directive in email.parser.rstBerker Peksag2016-07-271-1/+1
* | | | Issue #24773: Fixed tests failures on systems with 32-bit time_t.Alexander Belopolsky2016-07-261-0/+5
* | | | (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-265-164/+108
|\ \ \ \ | |/ / /
| * | | Issue #26662: Set PYTHON_FOR_GEN in configureXavier de Gaye2016-07-265-164/+108
* | | | Issue #26638: Merge CLI link fix from 3.5Martin Panter2016-07-261-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #26638: Don’t link 2to3 -l option to the tarfile -l optionMartin Panter2016-07-261-1/+1
* | | | Issue #27620: Escape key closes Query box as cancelled.Terry Jan Reedy2016-07-262-3/+4
* | | | Issue 24773: Added a time_t overflow check.Alexander Belopolsky2016-07-251-1/+8
* | | | Issue #24137, issue #27611: Restore tkinter after test_idle.Terry Jan Reedy2016-07-251-0/+2
* | | | Issue #1621: Avoid signed overflow in list and tuple operationsMartin Panter2016-07-254-11/+28
* | | | Issue #27581: Merge overflow fix from 3.5Martin Panter2016-07-252-4/+8
|\ \ \ \ | |/ / /
| * | | Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()Martin Panter2016-07-252-4/+8
* | | | Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.Terry Jan Reedy2016-07-253-7/+12
* | | | Issue #7063: Remove dead code from array slice handlingMartin Panter2016-07-252-47/+11
* | | | Issue #27601: Merge from 3.5Berker Peksag2016-07-251-11/+11
|\ \ \ \ | |/ / /
| * | | Issue #27601: Improve example in the "Hashing of numeric types" sectionBerker Peksag2016-07-251-11/+11
* | | | Issue #27454: Use PyDict_SetDefault in PyUnicode_InternInPlaceBerker Peksag2016-07-251-14/+6
* | | | Merge from 3.5Steve Dower2016-07-251-1/+1
|\ \ \ \ | |/ / /
| * | | Fixes default intermediate directory when building on Windows.Steve Dower2016-07-251-1/+1
* | | | Issue #27610: Adds PEP 514 metadata to Windows installerSteve Dower2016-07-2510-1/+24
* | | | Issue 24773: Make zoneinfo tests more robust. (reapply)Alexander Belopolsky2016-07-251-2/+5
* | | | Issue #27609: Explicitly return None when there are other returns.Terry Jan Reedy2016-07-252-30/+27
* | | | Reindented Lib/test/datetimetester.py.Alexander Belopolsky2016-07-241-2/+2
* | | | Issue #24773: Made ZoneInfoCompleteTest a TestSuit.Alexander Belopolsky2016-07-242-20/+29
* | | | Issue 24773: Make zoneinfo tests more robust.Alexander Belopolsky2016-07-231-2/+5
* | | | Fixes bad Misc/NEWS mergeSteve Dower2016-07-231-6/+3
* | | | Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...Steve Dower2016-07-2315-9/+871
|\ \ \ \ | |/ / /
| * | | Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...Steve Dower2016-07-1615-10/+868
* | | | 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
* | | | 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
* | | | 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