What's New in IDLE 3.11.z
(since 3.11.0)
Released after 2022-10-24
=========================
gh-104719: Remove IDLE's modification of tokenize.tabsize and test
other uses of tokenize data and methods.
gh-104499: Fix completions for Tk Aqua 8.7 (currently blank).
gh-104486: Make About print both tcl and tk versions if different,
as is expected someday.
gh-88496 Fix IDLE test hang on macOS.
gh-103314 Support sys.last_exc after exceptions in Shell.
Patch by Irit Katriel.
What's New in IDLE 3.11.0
(since 3.10.0)
Released on 2022-10-24
=========================
gh-97527: Fix a bug in the previous bugfix that caused IDLE to not
start when run with 3.10.8, 3.12.0a1, and at least Microsoft Python
3.10.2288.0 installed without the Lib/test package. 3.11.0 was never
affected.
gh-65802: Document handling of extensions in Save As dialogs.
gh-95191: Include prompts when saving Shell (interactive input/output).
gh-95511: Fix the Shell context menu copy-with-prompts bug of copying
an extra line when one selects whole lines.
gh-95471: Tweak Edit menu. Move 'Select All' above 'Cut' as it is used
with 'Cut' and 'Copy' but not 'Paste'. Add a separator between 'Replace'
and 'Go to Line' to help IDLE issue triagers.
gh-95411: Enable using IDLE's module browser with .pyw files.
gh-89610: Add .pyi as a recognized extension for IDLE on macOS. This allows
opening stub files by double clicking on them in the Finder.
bpo-28950: Apply IDLE syntax highlighting to `.pyi` files. Add util.py
for common components. Patch by Alex Waygood and Terry Jan Reedy.
bpo-46630: Make query dialogs on Windows start with a cursor in the
entry box.
bpo-46591: Make the IDLE doc URL on the About IDLE dialog clickable.
bpo-45296: Clarify close, quit, and exit in IDLE. In the File menu,
'Close' and 'Exit' are now 'Close Window' (the current one) and 'Exit'
is now 'Exit IDLE' (by closing all windows). In Shell, 'quit()' and
'exit()' mean 'close Shell'. If there are no other windows,
this also exits IDLE.
bpo-45495: Add context keywords 'case' and 'match' to completions list.
bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which
works, instead of <Ctrl-Z Return>, which does not work in IDLE.
What's New in IDLE 3.10.0
(since 3.9.0)
Released on 2021-10-04
=========================
bpo-45193: Make completion boxes appear on Ubuntu again.
bpo-40128: Mostly fix completions on macOS when not using tcl/tk 8.6.11
(as with 3.9).
bpo-33962: Move the indent space setting from the Font tab to the new Windows
tab. Patch by Mark Roseman and Terry Jan Reedy.
bpo-40468: Split the settings dialog General tab into Windows and Shell/Ed
tabs. Move help sources, which extend the Help menu, to the Extensions tab.
Make space for new options and shorten the dialog. The latter makes the
dialog better fit small screens.
bpo-44010: Highlight the new match statement's soft keywords: match, case,
and _. This highlighting is not perfect and will be incorrect in some rare
cases, especially for some _s in case patterns.
bpo-44026: Include interpreter's typo fix suggestions in message line
for NameErrors and AttributeErrors. Patch by E. Paine.
bpo-41611: Avoid occasional uncaught exceptions and freezing when using
completions on macOS.
bpo-37903: Add mouse actions to the shell sidebar. Left click and
optional drag selects one or more lines of text, as with the
editor line number sidebar. Right click after selecting text lines
displays a context menu with 'copy with prompts'. This zips together
prompts from the sidebar with lines from the selected text. This option
also appears on the context menu for the text.
bpo-43981: Fix reference leaks in test_sidebar and test_squeezer.
Patches by Terry Jan Reedy and Pablo Galindo
bpo-37892: Change Shell input indents from tabs to spaces. Shell input
now 'looks right'. Making this feasible motivated the shell sidebar.
bpo-37903: Move the Shell input prompt to a side bar.
bpo-43655: Make window managers on macOS and X Window recognize
IDLE dialog windows as dialogs.
bpo-42225: Document that IDLE can fail on Unix either from misconfigured IP
masquerade rules or failure displaying complex colored (non-ascii) characters.
bpo-43283: Document why printing to IDLE's Shell is often slower than
printing to a system terminal and that it can be made faster by
pre-formatting a single string before printing.
bpo-23544: Disable Debug=>Stack Viewer when user code is running or
Debugger is active, to prevent hang or crash. Patch by Zackery Spytz.
bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
2-process mode. User hooks were previously ignored.
Patch by Ken Hilton.
bpo-33065: Fix problem debugging user classes with __repr__ method.
bpo-32631: Finish zzdummy example extension module: make menu entries
work; add docstrings and tests with 100% coverage.
bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround
that prevented running files with shortcuts when using new universal2
installers built on macOS 11.
bpo-42426: Fix reporting offset of the RE error in searchengine.
bpo-42416: Display docstrings in IDLE calltips in more cases,
by using inspect.getdoc.
bpo-33987: Mostly finish using ttk widgets, mainly for editor,
settings, and searches. Some patches by Mark Roseman.
bpo-40511: Stop unnecessary "flashing" when typing opening and closing
parentheses inside the parentheses of a function call.
bpo-38439: Add a 256x256 pixel IDLE icon to the Windows .ico file. Created by
Andrew Clover. Remove the low-color gif variations from the .ico file.
bpo-41775: Make 'IDLE Shell' the shell title.
bpo-35764: Rewrite the Calltips doc section.
bpo-40181: In calltips, stop reminding that '/' marks the end of
positional-only arguments.
What's New in IDLE 3.9.0 (since 3.8.0)
Released on 2020-10-05?
======================================
bpo-41468: Improve IDLE run crash error message (which users should
never see).
bpo-41373: Save files loaded with no line ending, as when blank, or
different line endings, by setting its line ending to the system
default. Fix regression in 3.8.4 and 3.9.0b4.
bpo-41300: Save files with non-ascii chars. Fix regression in
3.9.0b4 and 3.8.4.
bpo-37765: Add keywords to module name completion list. Rewrite
Completions section of IDLE doc.
bpo-41152: The encoding of ``stdin``, ``stdout`` and ``stderr`` in IDLE
is now always UTF-8.
bpo-41144: Make Open Module open a special module such as os.path.
bpo-40723: Make test_idle pass when run after import.
Patch by Florian Dahlitz.
bpo-38689: IDLE will no longer freeze when inspect.signature fails
when fetching a calltip.
bpo-27115: For 'Go to Line', use a Query entry box subclass with
IDLE standard behavior and improved error checking.
bpo-39885: When a context menu is invoked by right-clicking outside
of a selection, clear the selection and move the cursor. Cut and
Copy require that the click be within the selection.
bpo-39852: Edit "Go to line" now clears any selection, preventing
accidental deletion. It also updates Ln and Col on the status bar.
bpo-39781: Selecting code context lines no longer causes a jump.
bpo-39663: Add tests for pyparse find_good_parse_start().
bpo-39600: Remove duplicate font names from configuration list.
bpo-38792: Close a shell calltip if a :exc:`KeyboardInterrupt`
or shell restart occurs. Patch by Zackery Spytz.
bpo-30780: Add remaining configdialog tests for buttons and
highlights and keys tabs.
bpo-39388: Settings dialog Cancel button cancels pending changes.
bpo-39050: Settings dialog Help button again displays help text.
bpo-32989: Add tests for editor newline_and_indent_event method.
Remove unneeded arguments and dead code from pyparse
find_good_parse_start method.
bpo-38943: Fix autocomplete windows not always appearing on some
systems. Patch by Johnny Najera.
bpo-38944: Escape key now closes IDLE completion windows. Patch by
Johnny Najera.
bpo-38862: 'Strip Trailing Whitespace' on the
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
适合window10 64位的MinGW安装包,版本:V14.12.0
(2000个子文件)
xxmodule.c 13KB
tkAppInit.c 4KB
config.c 4KB
_pydoc.css 1KB
sqlite3.h 571KB
avx512fintrin.h 517KB
avx512vlintrin.h 425KB
bfd.h 251KB
obj_mac.h 223KB
avx512fp16intrin.h 211KB
stl_algo.h 210KB
simd_x86.h 194KB
random.h 182KB
simd.h 180KB
algorithm_impl.h 173KB
tclDecls.h 167KB
basic_string.h 162KB
avx512vlbwintrin.h 161KB
cow_string.h 134KB
ranges_algo.h 129KB
chrono_io.h 127KB
ssl.h 122KB
vstring.h 108KB
regex.h 104KB
simd_builtin.h 104KB
avx512bwintrin.h 102KB
evp.h 101KB
curses.h 98KB
ncurses.h 98KB
avx512fp16vlintrin.h 96KB
stl_iterator.h 93KB
tcl.h 92KB
x509v3.h 92KB
locale_facets.h 92KB
avx512dqintrin.h 91KB
hashtable.h 88KB
simd_x86_conversions.h 81KB
stl_algobase.h 79KB
version.h 79KB
cryptoerr_legacy.h 79KB
algo.h 77KB
stl_deque.h 76KB
unordered_map.h 75KB
tkDecls.h 75KB
stl_tree.h 72KB
simd_fixed_size.h 71KB
stl_list.h 71KB
random.h 70KB
x509.h 70KB
tls1.h 70KB
stl_vector.h 69KB
locale_facets_nonio.h 69KB
multiway_merge.h 69KB
avx2intrin.h 68KB
tkIntXlibDecls.h 66KB
ec.h 66KB
shared_ptr_base.h 66KB
hashtable_policy.h 65KB
algorithm_fwd.h 64KB
simd_sve.h 63KB
unordered_set.h 62KB
atomic_base.h 61KB
avx512vldqintrin.h 61KB
asn1.h 60KB
simd_math.h 58KB
glue_algorithm_impl.h 57KB
tk.h 57KB
c++config.h 56KB
stl_map.h 55KB
pyconfig.h 53KB
avxintrin.h 52KB
keysymdef.h 52KB
emmintrin.h 51KB
x509_vfy.h 51KB
forward_list.h 50KB
cursesw.h 49KB
pycore_runtime_init.h 48KB
ropeimpl.h 48KB
chrono.h 47KB
core_dispatch.h 46KB
specfun.h 46KB
stl_function.h 44KB
xmmintrin.h 44KB
stl_pair.h 43KB
parallel_backend_tbb.h 43KB
expat.h 43KB
stl_multimap.h 43KB
itclIntDecls.h 42KB
stl_bvector.h 42KB
fs_path.h 41KB
hashtable.h 41KB
unicodeobject.h 41KB
term.h 40KB
cmp.h 40KB
container.h 40KB
Xlib.h 40KB
bio.h 39KB
readline.h 39KB
fs_path.h 38KB
shared_ptr.h 38KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
文科比理科更擅长的工科男
- 粉丝: 201
- 资源: 17
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功