summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.5Terry Jan Reedy2015-09-241-3/+17
|\
| * Merge with 3.4Terry Jan Reedy2015-09-241-3/+17
| |\
| | * Issue 25224: Augment Idle doc feature list and no-subprocess sectionTerry Jan Reedy2015-09-241-3/+17
* | | Issue #25220: Backed out changeset eaf9a99b6bb8Victor Stinner2015-09-234-345/+332
* | | Issue #25220: Create Lib/test/libregrtest/Victor Stinner2015-09-234-332/+345
* | | f-strings: More tests for empty expressions along with missing closing braces.Eric V. Smith2015-09-231-0/+7
* | | Added more f-string test for empty expressions.Eric V. Smith2015-09-231-0/+3
* | | Move f-string compilation of the expression earlier, before the conversion ch...Eric V. Smith2015-09-231-0/+9
* | | Merge with 3.5Terry Jan Reedy2015-09-231-16/+17
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-231-16/+17
| |\ \ | | |/
| | * Issue #25219: Update doc for Idle command line options.Terry Jan Reedy2015-09-231-16/+17
* | | Merge with 3.5Terry Jan Reedy2015-09-231-1/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-231-1/+1
| |\ \ | | |/
| | * Idlelib.help: add 'b' prefix needed for bytes + bytes.Terry Jan Reedy2015-09-231-1/+1
* | | Merge with 3.5Terry Jan Reedy2015-09-231-5/+5
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-231-5/+5
| |\ \ | | |/
| | * Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warningTerry Jan Reedy2015-09-231-5/+5
* | | Issue #25047: Merge Element Tree encoding from 3.5Martin Panter2015-09-232-12/+18
|\ \ \ | |/ /
| * | Issue #25047: Merge Element Tree encoding from 3.4 into 3.5Martin Panter2015-09-232-12/+18
| |\ \ | | |/
| | * Issue #25047: Respect case writing XML encoding declarationsMartin Panter2015-09-232-12/+18
* | | Merge with 3.5Terry Jan Reedy2015-09-231-1/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-231-1/+1
| |\ \ | | |/
| | * whitespaceTerry Jan Reedy2015-09-231-1/+1
* | | Merge with 3.5Terry Jan Reedy2015-09-232-5/+13
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-232-5/+13
| |\ \ | | |/
| | * Issue #24570: Right-click for context menus now work on Mac Aqual also.Terry Jan Reedy2015-09-232-5/+13
* | | Merge from 3.5Steve Dower2015-09-231-1/+4
|\ \ \ | |/ /
| * | Merge from 3.4Steve Dower2015-09-231-1/+4
| |\ \ | | |/
| | * Handle calls to win32_ver from non-Windows platformSteve Dower2015-09-231-1/+4
| | * Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-231-168/+120
* | | Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-231-168/+120
|\ \ \ | |/ /
| * | Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-231-168/+120
* | | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-221-3/+15
|\ \ \ | |/ /
| * | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-221-3/+15
* | | 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
* | | Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-223-20/+37
|\ \ \ | |/ /
| * | Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-223-20/+37
| |\ \ | | |/
| | * Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-223-20/+37
* | | Merge with 3.5Terry Jan Reedy2015-09-211-2/+5
|\ \ \ | |/ /
| * | Marge 3.4Terry Jan Reedy2015-09-211-2/+5
| |\ \ | | |/
| | * Issue #24861: add Idle news item and correct previous errors.Terry Jan Reedy2015-09-211-2/+5
| * | 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 #24870: Optimize the ASCII decoder for error handlers: surrogateescape,Victor Stinner2015-09-211-0/+32
* | | Merge 3.5 (Issue #23630, fix test_asyncio)Victor Stinner2015-09-211-0/+1
* | | Merge 3.5 (test_asyncio)Victor Stinner2015-09-211-3/+2
|\ \ \ | |/ /
| * | Merge 3.4 (test_asyncio)Victor Stinner2015-09-211-3/+2
| |\ \ | | |/
| | * Issue #25114: Fix test_asyncioVictor Stinner2015-09-211-3/+2