What's New in IDLE 2.7.2?
=======================
*Release date: 29-May-2011*
- Issue #6378: Further adjust idle.bat to start associated Python
- Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
- <Home> toggle failing on Tk 8.5, causing IDLE exits and strange selection
behavior. Issue 4676. Improve selection extension behaviour.
- <Home> toggle non-functional when NumLock set on Windows. Issue 3851.
What's New in IDLE 2.7?
=======================
*Release date: 07-03-2010*
- idle.py modified and simplified to better support developing experimental
versions of IDLE which are not installed in the standard location.
- OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
file paths containing spaces. Bug 5559.
- Windows: Version string for the .chm help file changed, file not being
accessed Patch 5783 Guilherme Polo
- Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
David Scherer for suggesting the use of an ephemeral port for the GUI.
Patch 1529142 Weeble.
- Remove port spec from run.py and fix bug where subprocess fails to
extract port from command line when warnings are present.
- Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
mixed space/tab properly. Issue 5129, patch by Guilherme Polo.
- Issue #3549: On MacOS the preferences menu was not present
What's New in IDLE 2.6?
=======================
*Release date: 01-Oct-2008*
- Issue #2665: On Windows, an IDLE installation upgraded from an old version
would not start if a custom theme was defined.
- Home / Control-A toggles between left margin and end of leading white
space. Patch 1196903 Jeff Shute.
- Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.
- Autocompletion of filenames now support alternate separators, e.g. the
'/' char on Windows. Patch 2061 Tal Einat.
What's New in IDLE 2.6a1?
=========================
*Release date: 29-Feb-2008*
- Configured selection highlighting colors were ignored; updating highlighting
in the config dialog would cause non-Python files to be colored as if they
were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
- ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.
- There was an error on exit if no sys.exitfunc was defined. Issue 1647.
- Could not open files in .idlerc directory if latter was hidden on Windows.
Issue 1743, Issue 1862.
- Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
- tabpage.py updated: tabbedPages.py now supports multiple dynamic rows
of tabs. Patch 1612746 Tal Einat.
- Add confirmation dialog before printing. Patch 1717170 Tal Einat.
- Show paste position if > 80 col. Patch 1659326 Tal Einat.
- Update cursor color without restarting. Patch 1725576 Tal Einat.
- Allow keyboard interrupt only when user code is executing in subprocess.
Patch 1225 Tal Einat (reworked from IDLE-Spoon).
- configDialog cleanup. Patch 1730217 Tal Einat.
- textView cleanup. Patch 1718043 Tal Einat.
- Clean up EditorWindow close.
- Patch 1693258: Fix for duplicate "preferences" menu-OS X. Backport of r56204.
- OSX: Avoid crash for those versions of Tcl/Tk which don't have a console
- Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an
option in config-extensions w/o a value. Patch #1672481, Tal Einat
- Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
mouse and cursor selection in ACWindow implemented; double Tab inserts
current selection and closes ACW (similar to double-click and Return); scroll
wheel now works in ACW. Added AutoComplete instructions to IDLE Help.
- AutoCompleteWindow moved below input line, will move above if there
isn't enough space. Patch 1621265 Tal Einat
- Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
Suggested solution by Christos Georgiou, Bug 791968.
- Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
- Avoid hang when encountering a duplicate in a completion list. Bug 1571112.
- Patch #1362975: Rework CodeContext indentation algorithm to
avoid hard-coding pixel widths.
- Bug #813342: Start the IDLE subprocess with -Qnew if the parent
is started with that option.
- Honor the "Cancel" action in the save dialog (Debian bug #299092)
- Some syntax errors were being caught by tokenize during the tabnanny
check, resulting in obscure error messages. Do the syntax check
first. Bug 1562716, 1562719
- IDLE's version number takes a big jump to match the version number of
the Python release of which it's a part.
What's New in IDLE 1.2?
=======================
*Release date: 19-SEP-2006*
What's New in IDLE 1.2c1?
=========================
*Release date: 17-AUG-2006*
- File menu hotkeys: there were three 'p' assignments. Reassign the
'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the
Shell hotkey from 's' to 'l'.
- IDLE honors new quit() and exit() commands from site.py Quitter() object.
Patch 1540892, Jim Jewett
- The 'with' statement is now a Code Context block opener.
Patch 1540851, Jim Jewett
- Retrieval of previous shell command was not always preserving indentation
(since 1.2a1) Patch 1528468 Tal Einat.
- Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)
- ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
- When used w/o subprocess, all exceptions were preceded by an error
message claiming they were IDLE internal errors (since 1.2a1).
What's New in IDLE 1.2b3?
=========================
*Release date: 03-AUG-2006*
- Bug #1525817: Don't truncate short lines in IDLE's tool tips.
- Bug #1517990: IDLE keybindings on MacOS X now work correctly
- Bug #1517996: IDLE now longer shows the default Tk menu when a
path browser, class browser or debugger is the frontmost window on MacOS X
- EditorWindow.test() was failing. Bug 1417598
- EditorWindow failed when used stand-alone if sys.ps1 not set.
Bug 1010370 Dave Florek
- Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
- Avoid occasional failure to detect closing paren properly.
Patch 1407280 Tal Einat
- Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.
- Colorizer now handles #<builtin> correctly, also unicode strings and
'as' keyword in comment directly following import command. Closes 1325071.
Patch 1479219 Tal Einat
What's New in IDLE 1.2b2?
=========================
*Release date: 11-JUL-2006*
What's New in IDLE 1.2b1?
=========================
*Release date: 20-JUN-2006*
What's New in IDLE 1.2a2?
=========================
*Release date: 27-APR-2006*
What's New in IDLE 1.2a1?
=========================
*Release date: 05-APR-2006*
- Patch #1162825: Support non-ASCII characters in IDLE window titles.
- Source file f.flush() after writing; trying to avoid lossage if user
kills GUI.
- Options / Keys / Advanced dialog made functional. Also, allow binding
of 'movement' keys.
- 'syntax' patch adds improved calltips and a new class attribute listbox.
MultiCall module allows binding multiple actions to an event.
Patch 906702 Noam Raphael
- Better indentation after first line of string continuation.
IDLEfork Patch 681992, Noam Raphael
- Fixed CodeContext alignment problem, following suggestion from Tal Einat.
- 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.
- <Enter> when cursor is on a previous command retrieves that command. Instead
of replacing the input line, the previous command is now appended to the
input line. Indentation is preserved, and undo is enabled.
Patch 1196917 Jeff Shute
- Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
the Untabify command.
- Corrected "
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
qt项目,工具源码,适合毕业设计、课程设计作业,所有源码均经过严格测试,可以直接运行,可以放心下载使用。有任何使用问题欢迎随时与博主沟通,第一时间进行解答! 软件开发设计:PHP、QT、应用软件开发、系统软件开发、移动应用开发、网站开发C++、Java、python、web、C#等语言的项目开发与学习资料 硬件与设备:单片机、EDA、proteus、RTOS、包括计算机硬件、服务器、网络设备、存储设备、移动设备等 操作系统:LInux、IOS、树莓派、安卓开发、微机操作系统、网络操作系统、分布式操作系统等。此外,还有嵌入式操作系统、智能操作系统等。 云计算与大数据:数据集、包括云计算平台、大数据分析、人工智能、机器学习等,云计算是一种基于互联网的计算方式,通过这种方式,共享的软硬件资源和信息可以按需提供给计算机和其他设备。
资源推荐
资源详情
资源评论
收起资源包目录
毕业设计&课程设计-友善之臂qt根文件系统.zip (2000个子文件)
libasound.so.2.0.0 1.02MB
libfreetype.so.6.6.0 426KB
libpng14.so.14.3.0 126KB
libid3tag.so.0.3.0 62KB
libts-1.0.so.0.0.0 9KB
libpthread.so.0 18B
libts-1.0.so.0 18B
libid3tag.so.0 18B
libmad.so.0 15B
1bbb.f000.1bbb.0000 290B
19d2.2000.19d2.0001 488B
1b7d.0700.1b7d.0001 362B
19d2.2000.19d2.0002 441B
0471.1210.1dbc.0005 443B
1ee8.0009.1ee8.000b 325B
1ee8.0013.1ee8.0012 354B
1bbb.f000.1bbb.0017 319B
1f28.0021.1f28.0020 459B
1199.0fff.1199.0023 262B
19d2.2000.19d2.0031 586B
19d2.0053.19d2.0031 427B
19d2.0103.19d2.0031 422B
19d2.2000.19d2.0037 425B
19d2.2000.19d2.0052 414B
19d2.2000.19d2.0063 380B
19d2.0120.19d2.0079 336B
19d2.0026.19d2.0094 411B
05c6.1000.1fe7.0100 344B
19d2.2000.19d2.0108 422B
19d2.0083.19d2.0124 332B
1fac.0130.1fac.0131 339B
0fce.d0e1.02 271B
0fce.d0cf.02 250B
0fce.d103.02 222B
198f.bccd.198f.0220 317B
0482.024d 212B
0421.060c.0421.060e 324B
0421.0610.0421.0612 330B
0930.0d46.0930.0d45 330B
libmad.so.0.2.1 85KB
libgcc_s.so.1 42KB
libBrokenLocale.so.1 23B
libthread_db.so.1 19B
libexpat.so.1 17B
libcrypt.so.1 16B
libutil.so.1 15B
libnsl.so.1 14B
libanl.so.1 14B
librt.so.1 13B
libz.so.1 13B
1004.1000 333B
12d1.1446.12d1.1001 347B
1a8d.1000.1a8d.1002 524B
1dd6.1000.1dd6.1002 392B
19d2.1001.19d2.1003 531B
1033.0035.12d1.1003 326B
1a8d.1000.1a8d.1009 402B
1266.1000.1266.1009 397B
12d1.1031.12d1.1035 389B
0471.1237.0471.1206 378B
0471.1237.0471.1234 339B
libstdc++.so.6.0.14 750KB
12d1.1446.12d1.1406 314B
12d1.1446.12d1.140c 356B
12d1.1446.12d1.1412 329B
12d1.1521.12d1.1464 321B
12d1.1520.12d1.1465 315B
12d1.1523.12d1.1491 326B
12d1.1446.12d1.14ac 364B
12d1.14c1.12d1.14c6 338B
libjpeg.so.8.0.2 206KB
libexpat.so.1.5.2 134KB
libnss_nisplus.so.2 22B
libnss_compat.so.2 21B
libnss_hesiod.so.2 21B
libnss_files.so.2 20B
libnss_nis.so.2 18B
libnss_dns.so.2 18B
libasound.so.2 18B
libresolv.so.2 17B
libdl.so.2 13B
19d2.2000.05c6.2001 706B
0ace.2011 335B
0ace.20ff 335B
libiw.so.29 26KB
ld-linux.so.3 10B
106c.3b03.106c.3715 344B
106c.3b06.106c.3717 339B
libusb-0.1.so.4.4.4 30KB
libusbpp-0.1.so.4.4.4 22KB
libusbpp-0.1.so.4 21B
libusb-0.1.so.4 19B
1410.5010.1410.4100 400B
1410.5010.1410.4400 437B
libncurses.so.5 17B
libpanel.so.5 15B
libform.so.5 14B
1410.5020 308B
1ab7.5700.1ab7.5731 326B
libfreetype.so.6 20B
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
妄北y
- 粉丝: 1w+
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功