summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue #25047: Merge Element Tree encoding from 3.5Martin Panter2015-09-233-12/+22
|\
| * Issue #25047: Merge Element Tree encoding from 3.4 into 3.5Martin Panter2015-09-233-12/+22
| |\
| | * Issue #25047: Respect case writing XML encoding declarationsMartin Panter2015-09-233-12/+22
* | | Merge from 3.5Steve Dower2015-09-222-28/+29
|\ \ \ | |/ /
| * | Issues #25112: py.exe launcher is missing iconsSteve Dower2015-09-222-28/+29
* | | Merge with 3.5Terry Jan Reedy2015-09-221-1/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-221-1/+1
| |\ \ | | |/
| | * whitespaceTerry Jan Reedy2015-09-221-1/+1
* | | Merge with 3.5Terry Jan Reedy2015-09-222-5/+13
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-222-5/+13
| |\ \ | | |/
| | * Issue #24570: Right-click for context menus now work on Mac Aqual also.Terry Jan Reedy2015-09-222-5/+13
* | | Merge from 3.5Steve Dower2015-09-221-1/+4
|\ \ \ | |/ /
| * | Merge from 3.4Steve Dower2015-09-221-1/+4
| |\ \ | | |/
| | * Handle calls to win32_ver from non-Windows platformSteve Dower2015-09-221-1/+4
* | | Merge from 3.5Steve Dower2015-09-220-0/+0
|\ \ \ | |/ /
| * | Merge from 3.4Steve Dower2015-09-220-0/+0
| |\ \ | | |/
| | * Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-222-168/+123
* | | Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-222-168/+123
|\ \ \ | |/ /
| * | Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-222-168/+123
* | | Merge with 3.5Steve Dower2015-09-2211-89/+192
|\ \ \ | |/ /
| * | Issue #25102: Windows installer does not precompile for -O or -OO.Steve Dower2015-09-223-5/+50
| * | Issue #25081: Makes Back button in installer go back to upgrade page when upg...Steve Dower2015-09-222-0/+8
| * | Issue #25126: Clarifies that the non-web installer will download some compone...Steve Dower2015-09-222-2/+5
| * | Issue #25091: Increases font size of the installer.Steve Dower2015-09-223-80/+82
| * | Closes #25085 and #25086: Exclude distutils and test directories from embedda...Steve Dower2015-09-222-2/+23
| * | Issue #25092: Fix datetime.strftime() failure when errno was already set to E...Steve Dower2015-09-222-0/+6
| * | Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC vir...Steve Dower2015-09-222-0/+10
* | | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-222-3/+21
|\ \ \ | |/ /
| * | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-222-3/+21
* | | Issue #24870: revert unwanted changeVictor Stinner2015-09-221-43/+9
* | | Eliminate unnecessary variableRaymond Hettinger2015-09-221-2/+1
* | | Minor consistency improvements to negative value comparisons.Raymond Hettinger2015-09-211-9/+9
* | | Merge with 3.5Terry Jan Reedy2015-09-211-1/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-211-1/+1
| |\ \ | | |/
| | * whitespaceTerry Jan Reedy2015-09-211-1/+1
* | | Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-214-43/+42
|\ \ \ | |/ /
| * | Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-214-22/+39
| |\ \ | | |/
| | * Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-214-22/+39
* | | MergeTerry Jan Reedy2015-09-212-4/+10
|\ \ \
| * \ \ Merge with 3.5Terry Jan Reedy2015-09-212-4/+10
| |\ \ \ | | |/ /
| | * | Marge 3.4Terry Jan Reedy2015-09-212-4/+10
| | |\ \ | | | |/
| | | * Issue #24861: add Idle news item and correct previous errors.Terry Jan Reedy2015-09-212-4/+10
| | * | Merge 3.4 (Issue #23630, fix test_asyncio)Victor Stinner2015-09-211-0/+1
| | |\ \ | | | |/
| | | * Issue #23630: Fix test_asyncio on WindowsVictor Stinner2015-09-211-0/+1
* | | | Issue #25207, #14626: Fix my commit.Victor Stinner2015-09-222-12/+46
|/ / /
* | | _PyUnicodeWriter_PrepareInternal(): make the assertion more strictVictor Stinner2015-09-221-1/+2
* | | Issue #24870: Add _PyUnicodeWriter_PrepareKind() macroVictor Stinner2015-09-222-9/+46
* | | Issue #24870: Reuse the new _Py_error_handler enumVictor Stinner2015-09-221-87/+77
* | | Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape,Victor Stinner2015-09-213-6/+95
* | | ssue #25207: fix ICC compiler warning in msvcrtmodule.cVictor Stinner2015-09-211-1/+2