diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2005-10-02 23:36:46 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2005-10-02 23:36:46 (GMT) |
commit | 74910225df9af42487009882543544e5d9c01988 (patch) | |
tree | 7c4a84b3437ce50273340c989343bb4f6db6f490 /Lib/idlelib/NEWS.txt | |
parent | 40d37814166380b0fb585f818b446159cfbcec0f (diff) | |
download | cpython-74910225df9af42487009882543544e5d9c01988.zip cpython-74910225df9af42487009882543544e5d9c01988.tar.gz cpython-74910225df9af42487009882543544e5d9c01988.tar.bz2 |
Increased performance in CodeContext extension Patch 936169 Noam Raphael
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 816e138..1084705 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,8 @@ What's New in IDLE 1.2a0? *Release date: XX-XXX-2005* +- Increased performance in CodeContext extension Patch 936169 Noam Raphael + - Mac line endings were incorrect when pasting code from some browsers when using X11 and the Fink distribution. Python Bug 1263656. @@ -148,12 +150,12 @@ What's New in IDLE 1.1a1? - If nulls somehow got into the strings in recent-files.lst EditorWindow.update_recent_files_list() was failing. Python Bug 931336. -- If the normal background is changed via Configure/Highlighting, it will update - immediately, thanks to the previously mentioned patch by Nigel Rowe. +- If the normal background is changed via Configure/Highlighting, it will + update immediately, thanks to the previously mentioned patch by Nigel Rowe. - Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe - This also fixed IDLEfork bug [ 693418 ] Normal text background color not refreshed - and Python bug [897872 ] Unknown color name on HP-UX + This also fixed IDLEfork bug [ 693418 ] Normal text background color not + refreshed and Python bug [897872 ] Unknown color name on HP-UX - rpc.py:SocketIO - Large modules were generating large pickles when downloaded to the execution server. The return of the OK response from the subprocess |