René's URL Explorer Experiment


Title: Issue 27099: IDLE: turn built-in extensions into regular modules - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/71286 https://github.com/python/cpython/issues/71286
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
24225https://bugs.python.org/issue24225
27173https://bugs.python.org/issue27173
30779https://bugs.python.org/issue30779
30781https://bugs.python.org/issue30781
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
config-extensions.defhttps://bugs.python.org/file43384/config-extensions.def
config-main.defhttps://bugs.python.org/file43385/config-main.def
2017-07-07 13_58_45-Settings.pnghttps://bugs.python.org/file46996/2017-07-07%2013_58_45-Settings.png
PR 2494https://github.com/python/cpython/pull/2494
PR 3487https://github.com/python/cpython/pull/3487
PR 3510https://github.com/python/cpython/pull/3510
PR 3511https://github.com/python/cpython/pull/3511
msg266214https://bugs.python.org/issue27099#msg266214
(view)https://bugs.python.org/msg266214
#24225https://bugs.python.org/issue24225
msg266213https://bugs.python.org/msg266213
msg266221https://bugs.python.org/issue27099#msg266221
(view)https://bugs.python.org/msg266221
Issue20580https://bugs.python.org/issue20580
msg266778https://bugs.python.org/issue27099#msg266778
(view)https://bugs.python.org/msg266778
msg267575https://bugs.python.org/issue27099#msg267575
(view)https://bugs.python.org/msg267575
msg268479https://bugs.python.org/issue27099#msg268479
(view)https://bugs.python.org/msg268479
msg268481https://bugs.python.org/issue27099#msg268481
(view)https://bugs.python.org/msg268481
#20580https://bugs.python.org/issue20580
#20580https://bugs.python.org/issue20580
#27173https://bugs.python.org/issue27173
msg268511https://bugs.python.org/issue27099#msg268511
(view)https://bugs.python.org/msg268511
msg268517https://bugs.python.org/issue27099#msg268517
(view)https://bugs.python.org/msg268517
Mac/Makefile.inhttps://github.com/python/cpython/blob/master/Mac/Makefile.in
Mac/Makefilehttps://github.com/python/cpython/blob/master/Mac/Makefile
msg297450https://bugs.python.org/issue27099#msg297450
(view)https://bugs.python.org/msg297450
msg297451https://bugs.python.org/issue27099#msg297451
(view)https://bugs.python.org/msg297451
msg297904https://bugs.python.org/issue27099#msg297904
(view)https://bugs.python.org/msg297904
#30779https://bugs.python.org/issue30779
msg297918https://bugs.python.org/issue27099#msg297918
(view)https://bugs.python.org/msg297918
msg298160https://bugs.python.org/issue27099#msg298160
(view)https://bugs.python.org/msg298160
msg298176https://bugs.python.org/issue27099#msg298176
(view)https://bugs.python.org/msg298176
idlelib/idle_test/test_parenmatch.pyhttps://github.com/python/cpython/blob/main/Lib/idlelib/idle_test/test_parenmatch.py#L64
idlelib/parenmatch.pyhttps://github.com/python/cpython/blob/main/Lib/idlelib/parenmatch.py#L98
idlelib/parenmatch.pyhttps://github.com/python/cpython/blob/main/Lib/idlelib/parenmatch.py#L154
tkinter/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/tkinter/__init__.py#L3364
tkinter/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/tkinter/__init__.py#L1470
msg298183https://bugs.python.org/issue27099#msg298183
(view)https://bugs.python.org/msg298183
msg298225https://bugs.python.org/issue27099#msg298225
(view)https://bugs.python.org/msg298225
msg298253https://bugs.python.org/issue27099#msg298253
(view)https://bugs.python.org/msg298253
msg298687https://bugs.python.org/issue27099#msg298687
(view)https://bugs.python.org/msg298687
msg298690https://bugs.python.org/issue27099#msg298690
(view)https://bugs.python.org/msg298690
msg298723https://bugs.python.org/issue27099#msg298723
(view)https://bugs.python.org/msg298723
msg298740https://bugs.python.org/issue27099#msg298740
(view)https://bugs.python.org/msg298740
msg298982https://bugs.python.org/issue27099#msg298982
(view)https://bugs.python.org/msg298982
msg299011https://bugs.python.org/issue27099#msg299011
(view)https://bugs.python.org/msg299011
msg299015https://bugs.python.org/issue27099#msg299015
(view)https://bugs.python.org/msg299015
msg299025https://bugs.python.org/issue27099#msg299025
(view)https://bugs.python.org/msg299025
msg299074https://bugs.python.org/issue27099#msg299074
(view)https://bugs.python.org/msg299074
msg299153https://bugs.python.org/issue27099#msg299153
(view)https://bugs.python.org/msg299153
msg266221https://bugs.python.org/msg266221
msg298982https://bugs.python.org/msg298982
msg300793https://bugs.python.org/issue27099#msg300793
(view)https://bugs.python.org/msg300793
msg300798https://bugs.python.org/issue27099#msg300798
(view)https://bugs.python.org/msg300798
msg300804https://bugs.python.org/issue27099#msg300804
(view)https://bugs.python.org/msg300804
msg300807https://bugs.python.org/issue27099#msg300807
(view)https://bugs.python.org/msg300807
msg300809https://bugs.python.org/issue27099#msg300809
(view)https://bugs.python.org/msg300809
msg300813https://bugs.python.org/issue27099#msg300813
(view)https://bugs.python.org/msg300813
msg300822https://bugs.python.org/issue27099#msg300822
(view)https://bugs.python.org/msg300822
#31051https://bugs.python.org/issue31051
msg301008https://bugs.python.org/issue27099#msg301008
(view)https://bugs.python.org/msg301008
#22707https://bugs.python.org/issue22707
msg300973https://bugs.python.org/msg300973
PR3239https://github.com/python/cpython/pull/3239
#31051https://bugs.python.org/issue31051
msg300973https://bugs.python.org/msg300973
msg301159https://bugs.python.org/issue27099#msg301159
(view)https://bugs.python.org/msg301159
PR2494https://github.com/python/cpython/pull/2494
msg301160https://bugs.python.org/issue27099#msg301160
(view)https://bugs.python.org/msg301160
msg301178https://bugs.python.org/issue27099#msg301178
(view)https://bugs.python.org/msg301178
msg301182https://bugs.python.org/issue27099#msg301182
(view)https://bugs.python.org/msg301182
msg301833https://bugs.python.org/issue27099#msg301833
(view)https://bugs.python.org/msg301833
58fc71c447049d0efe4e11db1b55edc307f1bedehttps://hg.python.org/lookup/58fc71c447049d0efe4e11db1b55edc307f1bede
bpo-27099https://bugs.python.org/issue27099
#2494https://bugs.python.org/issue2494
https://github.com/python/cpython/commit/58fc71c447049d0efe4e11db1b55edc307f1bedehttps://github.com/python/cpython/commit/58fc71c447049d0efe4e11db1b55edc307f1bede
msg301842https://bugs.python.org/issue27099#msg301842
(view)https://bugs.python.org/msg301842
d6c397bf772a8f17e00afc5e0a2cf37fdebcdf29https://hg.python.org/lookup/d6c397bf772a8f17e00afc5e0a2cf37fdebcdf29
bpo-27099https://bugs.python.org/issue27099
GH-2494https://github.com/python/cpython/pull/2494
#3487https://bugs.python.org/issue3487
https://github.com/python/cpython/commit/d6c397bf772a8f17e00afc5e0a2cf37fdebcdf29https://github.com/python/cpython/commit/d6c397bf772a8f17e00afc5e0a2cf37fdebcdf29
msg301847https://bugs.python.org/issue27099#msg301847
(view)https://bugs.python.org/msg301847
msg301850https://bugs.python.org/issue27099#msg301850
(view)https://bugs.python.org/msg301850
msg301951https://bugs.python.org/issue27099#msg301951
(view)https://bugs.python.org/msg301951
adb4cd2a2a59019ac6955e0fd531c9fec9258962https://hg.python.org/lookup/adb4cd2a2a59019ac6955e0fd531c9fec9258962
bpo-27099https://bugs.python.org/issue27099
#3510https://bugs.python.org/issue3510
https://github.com/python/cpython/commit/adb4cd2a2a59019ac6955e0fd531c9fec9258962https://github.com/python/cpython/commit/adb4cd2a2a59019ac6955e0fd531c9fec9258962
msg301954https://bugs.python.org/issue27099#msg301954
(view)https://bugs.python.org/msg301954
01dcaa5c996baf019656cf51451bb1b6ecd720fahttps://hg.python.org/lookup/01dcaa5c996baf019656cf51451bb1b6ecd720fa
bpo-27099https://bugs.python.org/issue27099
GH-3510https://github.com/python/cpython/pull/3510
#3511https://bugs.python.org/issue3511
https://github.com/python/cpython/commit/01dcaa5c996baf019656cf51451bb1b6ecd720fahttps://github.com/python/cpython/commit/01dcaa5c996baf019656cf51451bb1b6ecd720fa
msg302715https://bugs.python.org/issue27099#msg302715
(view)https://bugs.python.org/msg302715
#31502https://bugs.python.org/issue31502
#31480https://bugs.python.org/issue31480
#31477https://bugs.python.org/issue31477
#31488https://bugs.python.org/issue31488
#31547https://bugs.python.org/issue31547
msg310466https://bugs.python.org/issue27099#msg310466
(view)https://bugs.python.org/msg310466
www.python.orghttp://www.python.org
msg310467https://bugs.python.org/issue27099#msg310467
(view)https://bugs.python.org/msg310467
msg310475https://bugs.python.org/issue27099#msg310475
(view)https://bugs.python.org/msg310475
PR 2494https://github.com/python/cpython/pull/2494
#31488https://bugs.python.org/issue31488
PR 3612https://github.com/python/cpython/pull/3612
#27609https://bugs.python.org/issue27609
#32631https://bugs.python.org/issue32631
msg310475https://bugs.python.org/msg310475
msg310467https://bugs.python.org/msg310467
rhettingerhttps://bugs.python.org/user114
msg310466https://bugs.python.org/msg310466
msg302715https://bugs.python.org/msg302715
msg301954https://bugs.python.org/msg301954
pull_request3506https://bugs.python.org/pull_request3506
msg301951https://bugs.python.org/msg301951
pull_request3505https://bugs.python.org/pull_request3505
msg301850https://bugs.python.org/msg301850
msg301847https://bugs.python.org/msg301847
msg301842https://bugs.python.org/msg301842
patchhttps://bugs.python.org/keyword2
pull_request3477https://bugs.python.org/pull_request3477
msg301833https://bugs.python.org/msg301833
msg301182https://bugs.python.org/msg301182
msg301178https://bugs.python.org/msg301178
msg301160https://bugs.python.org/msg301160
IDLE: configdialog - add tests for ConfigDialog GUI.https://bugs.python.org/issue30780
msg301159https://bugs.python.org/msg301159
msg301008https://bugs.python.org/msg301008
issue22707 dependencieshttps://bugs.python.org/issue22707
issue20580 dependencieshttps://bugs.python.org/issue20580
ned.deilyhttps://bugs.python.org/user5248
msg300822https://bugs.python.org/msg300822
msg300813https://bugs.python.org/msg300813
msg300809https://bugs.python.org/msg300809
msg300807https://bugs.python.org/msg300807
msg300804https://bugs.python.org/msg300804
msg300798https://bugs.python.org/msg300798
msg300793https://bugs.python.org/msg300793
louieluhttps://bugs.python.org/user25635
msg299153https://bugs.python.org/msg299153
msg299074https://bugs.python.org/msg299074
msg299025https://bugs.python.org/msg299025
msg299015https://bugs.python.org/msg299015
msg299011https://bugs.python.org/msg299011
msg298982https://bugs.python.org/msg298982
msg298740https://bugs.python.org/msg298740
msg298723https://bugs.python.org/msg298723
msg298690https://bugs.python.org/msg298690
msg298687https://bugs.python.org/msg298687
msg298253https://bugs.python.org/msg298253
msg298225https://bugs.python.org/msg298225
msg298183https://bugs.python.org/msg298183
cheryl.sabellahttps://bugs.python.org/user25861
msg298176https://bugs.python.org/msg298176
msg298160https://bugs.python.org/msg298160
pull_request2718https://bugs.python.org/pull_request2718
msg297918https://bugs.python.org/msg297918
2017-07-07 13_58_45-Settings.pnghttps://bugs.python.org/file46996
wohlgangerhttps://bugs.python.org/user26388
msg297904https://bugs.python.org/msg297904
issue30809 dependencieshttps://bugs.python.org/issue30809
IDLE: configdialog -- factor out Changes classhttps://bugs.python.org/issue30779
IDLE: configdialog - add tests for ConfigDialog GUI.https://bugs.python.org/issue30780
IDLE: configdialog -- switch to ttk widgets.https://bugs.python.org/issue30781
msg297451https://bugs.python.org/msg297451
msg297450https://bugs.python.org/msg297450
issue27609 dependencieshttps://bugs.python.org/issue27609
config-main.defhttps://bugs.python.org/file43385
config-extensions.defhttps://bugs.python.org/file43384
msg268517https://bugs.python.org/msg268517
msg268511https://bugs.python.org/msg268511
Modern Unix key bindings for IDLEhttps://bugs.python.org/issue27173
msg268481https://bugs.python.org/msg268481
msg268479https://bugs.python.org/msg268479
serhiy.storchakahttps://bugs.python.org/user15623
msg267575https://bugs.python.org/msg267575
msg266778https://bugs.python.org/msg266778
msg266221https://bugs.python.org/msg266221
Idlelib: changing file nameshttps://bugs.python.org/issue24225
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.