Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 3.5 | Terry Jan Reedy | 2015-09-23 | 2 | -31/+33 |
|\ | |||||
| * | Merge with 3.4 | Terry Jan Reedy | 2015-09-23 | 2 | -31/+33 |
| |\ | |||||
| | * | Issue #25219: Update doc for Idle command line options. | Terry Jan Reedy | 2015-09-23 | 2 | -31/+33 |
| | | | | | | | | | | | | Some were missing and notes were not correct. | ||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-09-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-09-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Idlelib.help: add 'b' prefix needed for bytes + bytes. | Terry Jan Reedy | 2015-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #12067: Merge comparisons doc from 3.5 | Martin Panter | 2015-09-23 | 2 | -56/+195 |
|\ \ \ | |/ / | |||||
| * | | Issue #12067: Merge comparisons doc from 3.4 into 3.5 | Martin Panter | 2015-09-23 | 2 | -56/+195 |
| |\ \ | | |/ | |||||
| | * | Issue #12067: Rewrite Comparisons section in the language reference | Martin Panter | 2015-09-23 | 2 | -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.5 | Terry Jan Reedy | 2015-09-23 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-09-23 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning | Terry Jan Reedy | 2015-09-23 | 1 | -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.5 | Martin Panter | 2015-09-23 | 3 | -12/+22 |
|\ \ \ | |/ / | |||||
| * | | Issue #25047: Merge Element Tree encoding from 3.4 into 3.5 | Martin Panter | 2015-09-23 | 3 | -12/+22 |
| |\ \ | | |/ | |||||
| | * | Issue #25047: Respect case writing XML encoding declarations | Martin Panter | 2015-09-23 | 3 | -12/+22 |
| | | | | | | | | | | | | | | | This restores the ability to write encoding names in uppercase like "UTF-8", which worked in Python 2. | ||||
* | | | Merge from 3.5 | Steve Dower | 2015-09-23 | 2 | -28/+29 |
|\ \ \ | |/ / | |||||
| * | | Issues #25112: py.exe launcher is missing icons | Steve Dower | 2015-09-23 | 2 | -28/+29 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-09-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-09-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | whitespace | Terry Jan Reedy | 2015-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-09-23 | 2 | -5/+13 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-09-23 | 2 | -5/+13 |
| |\ \ | | |/ | |||||
| | * | Issue #24570: Right-click for context menus now work on Mac Aqual also. | Terry Jan Reedy | 2015-09-23 | 2 | -5/+13 |
| | | | | | | | | | | | | Patch by Mark Roseman. | ||||
* | | | Merge from 3.5 | Steve Dower | 2015-09-23 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.4 | Steve Dower | 2015-09-23 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | Handle calls to win32_ver from non-Windows platform | Steve Dower | 2015-09-23 | 1 | -1/+4 |
| | | | |||||
* | | | Merge from 3.5 | Steve Dower | 2015-09-23 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.4 | Steve Dower | 2015-09-23 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Issue #19143: platform module now reads Windows version from kernel32.dll to ↵ | Steve Dower | 2015-09-23 | 2 | -168/+123 |
| | | | | | | | | | | | | avoid compatibility shims. | ||||
* | | | Issue #19143: platform module now reads Windows version from kernel32.dll to ↵ | Steve Dower | 2015-09-23 | 2 | -168/+123 |
|\ \ \ | |/ / | | | | | | | avoid compatibility shims. | ||||
| * | | Issue #19143: platform module now reads Windows version from kernel32.dll to ↵ | Steve Dower | 2015-09-23 | 2 | -168/+123 |
| | | | | | | | | | | | | avoid compatibility shims. | ||||
* | | | Merge with 3.5 | Steve Dower | 2015-09-23 | 11 | -89/+192 |
|\ \ \ | |/ / | |||||
| * | | Issue #25102: Windows installer does not precompile for -O or -OO. | Steve Dower | 2015-09-22 | 3 | -5/+50 |
| | | | |||||
| * | | Issue #25081: Makes Back button in installer go back to upgrade page when ↵ | Steve Dower | 2015-09-22 | 2 | -0/+8 |
| | | | | | | | | | | | | upgrading. | ||||
| * | | Issue #25126: Clarifies that the non-web installer will download some ↵ | Steve Dower | 2015-09-22 | 2 | -2/+5 |
| | | | | | | | | | | | | components. | ||||
| * | | Issue #25091: Increases font size of the installer. | Steve Dower | 2015-09-22 | 3 | -80/+82 |
| | | | |||||
| * | | Closes #25085 and #25086: Exclude distutils and test directories from ↵ | Steve Dower | 2015-09-22 | 2 | -2/+23 |
| | | | | | | | | | | | | embeddable distro. | ||||
| * | | Issue #25092: Fix datetime.strftime() failure when errno was already set to ↵ | Steve Dower | 2015-09-22 | 2 | -0/+6 |
| | | | | | | | | | | | | EINVAL. | ||||
| * | | Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC ↵ | Steve Dower | 2015-09-22 | 2 | -0/+10 |
| | | | | | | | | | | | | virtualization. | ||||
* | | | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls | Berker Peksag | 2015-09-22 | 2 | -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 calls | Berker Peksag | 2015-09-22 | 2 | -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 change | Victor Stinner | 2015-09-22 | 1 | -43/+9 |
| | | | | | | | | | | | | Sorry, I pushed the patch on the UTF-8 decoder by mistake :-( | ||||
* | | | Eliminate unnecessary variable | Raymond Hettinger | 2015-09-22 | 1 | -2/+1 |
| | | | |||||
* | | | Minor consistency improvements to negative value comparisons. | Raymond Hettinger | 2015-09-22 | 1 | -9/+9 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-09-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-09-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | whitespace | Terry Jan Reedy | 2015-09-22 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. | Terry Jan Reedy | 2015-09-22 | 4 | -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 Reedy | 2015-09-22 | 4 | -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 Reedy | 2015-09-22 | 4 | -22/+39 |
| | | | | | | | | | | | | Change destination to help.html. Adjust NEWS entries. |