summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 3.5Terry Jan Reedy2015-09-232-31/+33
|\
| * Merge with 3.4Terry Jan Reedy2015-09-232-31/+33
| |\
| | * Issue #25219: Update doc for Idle command line options.Terry Jan Reedy2015-09-232-31/+33
| | | | | | | | | | | | Some were missing and notes were not correct.
* | | 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
| | |
* | | Issue #12067: Merge comparisons doc from 3.5Martin Panter2015-09-232-56/+195
|\ \ \ | |/ /
| * | Issue #12067: Merge comparisons doc from 3.4 into 3.5Martin Panter2015-09-232-56/+195
| |\ \ | | |/
| | * Issue #12067: Rewrite Comparisons section in the language referenceMartin Panter2015-09-232-56/+195
| | | | | | | | | | | | | | | | | | | | | Some of the details of comparing mixed types were incorrect or ambiguous. NotImplemented is only relevant at a lower level than the Expressions chapter. Added details of comparing range() objects, and default behaviour and consistency suggestions for user-defined classes. Patch from Andy Maier.
* | | 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
| | | | | | | | | | | | | | | | | | so it is not triggered on import. The problem is creation of a now-unused instance "helpDialog = HelpDialog()", left for back compatibility. So instead trigger the warning when that instance or another is used.
* | | 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
| | | | | | | | | | | | | | | This restores the ability to write encoding names in uppercase like "UTF-8", which worked in Python 2.
* | | Merge from 3.5Steve Dower2015-09-232-28/+29
|\ \ \ | |/ /
| * | Issues #25112: py.exe launcher is missing iconsSteve Dower2015-09-232-28/+29
| | |
* | | 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
| | | | | | | | | | | | Patch by Mark Roseman.
* | | 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
| | |
* | | Merge from 3.5Steve Dower2015-09-230-0/+0
|\ \ \ | |/ /
| * | Merge from 3.4Steve Dower2015-09-230-0/+0
| |\ \ | | |/
| | * Issue #19143: platform module now reads Windows version from kernel32.dll to ↵Steve Dower2015-09-232-168/+123
| | | | | | | | | | | | avoid compatibility shims.
* | | Issue #19143: platform module now reads Windows version from kernel32.dll to ↵Steve Dower2015-09-232-168/+123
|\ \ \ | |/ / | | | | | | avoid compatibility shims.
| * | Issue #19143: platform module now reads Windows version from kernel32.dll to ↵Steve Dower2015-09-232-168/+123
| | | | | | | | | | | | avoid compatibility shims.
* | | Merge with 3.5Steve Dower2015-09-2311-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 ↵Steve Dower2015-09-222-0/+8
| | | | | | | | | | | | upgrading.
| * | Issue #25126: Clarifies that the non-web installer will download some ↵Steve Dower2015-09-222-2/+5
| | | | | | | | | | | | components.
| * | Issue #25091: Increases font size of the installer.Steve Dower2015-09-223-80/+82
| | |
| * | Closes #25085 and #25086: Exclude distutils and test directories from ↵Steve Dower2015-09-222-2/+23
| | | | | | | | | | | | embeddable distro.
| * | Issue #25092: Fix datetime.strftime() failure when errno was already set to ↵Steve Dower2015-09-222-0/+6
| | | | | | | | | | | | EINVAL.
| * | Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC ↵Steve Dower2015-09-222-0/+10
| | | | | | | | | | | | virtualization.
* | | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-222-3/+21
|\ \ \ | |/ / | | | | | | | | | Also, properly skip the test_nested_optimization test for partial subclasses and add a test for the suggested usage.
| * | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-222-3/+21
| | | | | | | | | | | | | | | Also, properly skip the test_nested_optimization test for partial subclasses and add a test for the suggested usage.
* | | Issue #24870: revert unwanted changeVictor Stinner2015-09-221-43/+9
| | | | | | | | | | | | Sorry, I pushed the patch on the UTF-8 decoder by mistake :-(
* | | Eliminate unnecessary variableRaymond Hettinger2015-09-221-2/+1
| | |
* | | Minor consistency improvements to negative value comparisons.Raymond Hettinger2015-09-221-9/+9
| | |
* | | 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-224-43/+42
|\ \ \ | |/ / | | | | | | Change destination to help.html. Adjust NEWS entries.
| * | Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-224-22/+39
| |\ \ | | |/ | | | | | | Change destination to help.html. Adjust NEWS entries.
| | * Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-224-22/+39
| | | | | | | | | | | | Change destination to help.html. Adjust NEWS entries.