René's URL Explorer Experiment


Title: Issue 17621: Create a lazy import loader mixin - 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/61821 https://github.com/python/cpython/issues/61821
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
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
test_lazy_loader.pyhttps://bugs.python.org/file30670/test_lazy_loader.py
lazy_mixin.pyhttps://bugs.python.org/file30671/lazy_mixin.py
lazy_proxy.pyhttps://bugs.python.org/file30672/lazy_proxy.py
lazy_test.pyhttps://bugs.python.org/file33136/lazy_test.py
lazy_loader.diffhttps://bugs.python.org/file33947/lazy_loader.diff
reviewhttps://bugs.python.org/review/17621/#ps10953
lazy_loader.diffhttps://bugs.python.org/file34556/lazy_loader.diff
reviewhttps://bugs.python.org/review/17621/#ps11390
lazy_loader.diffhttps://bugs.python.org/file34576/lazy_loader.diff
reviewhttps://bugs.python.org/review/17621/#ps11407
lazy_loader.diffhttps://bugs.python.org/file34591/lazy_loader.diff
reviewhttps://bugs.python.org/review/17621/#ps11417
msg185852https://bugs.python.org/issue17621#msg185852
(view)https://bugs.python.org/msg185852
https://code.google.com/p/importers/https://code.google.com/p/importers/
http://docs.python.org/3.4/library/types.html#module-typeshttp://docs.python.org/3.4/library/types.html#module-types
msg191551https://bugs.python.org/issue17621#msg191551
(view)https://bugs.python.org/msg191551
msg191616https://bugs.python.org/issue17621#msg191616
(view)https://bugs.python.org/msg191616
msg191623https://bugs.python.org/issue17621#msg191623
(view)https://bugs.python.org/msg191623
msg191651https://bugs.python.org/issue17621#msg191651
(view)https://bugs.python.org/msg191651
msg191660https://bugs.python.org/issue17621#msg191660
(view)https://bugs.python.org/msg191660
msg191667https://bugs.python.org/issue17621#msg191667
(view)https://bugs.python.org/msg191667
msg191675https://bugs.python.org/issue17621#msg191675
(view)https://bugs.python.org/msg191675
msg191772https://bugs.python.org/issue17621#msg191772
(view)https://bugs.python.org/msg191772
msg191776https://bugs.python.org/issue17621#msg191776
(view)https://bugs.python.org/msg191776
msg191779https://bugs.python.org/issue17621#msg191779
(view)https://bugs.python.org/msg191779
PEP 302https://www.python.org/dev/peps/pep-0302/
msg201930https://bugs.python.org/issue17621#msg201930
(view)https://bugs.python.org/msg201930
PEP 451https://www.python.org/dev/peps/pep-0451/
msg202445https://bugs.python.org/issue17621#msg202445
(view)https://bugs.python.org/msg202445
PEP 451https://www.python.org/dev/peps/pep-0451/
msg206205https://bugs.python.org/issue17621#msg206205
(view)https://bugs.python.org/msg206205
PEP 451https://www.python.org/dev/peps/pep-0451/
msg206211https://bugs.python.org/issue17621#msg206211
(view)https://bugs.python.org/msg206211
PEP 451https://www.python.org/dev/peps/pep-0451/
PEP 451https://www.python.org/dev/peps/pep-0451/
#18275https://bugs.python.org/issue18275
msg210410https://bugs.python.org/issue17621#msg210410
(view)https://bugs.python.org/msg210410
msg214410https://bugs.python.org/issue17621#msg214410
(view)https://bugs.python.org/msg214410
msg214508https://bugs.python.org/issue17621#msg214508
(view)https://bugs.python.org/msg214508
msg214536https://bugs.python.org/issue17621#msg214536
(view)https://bugs.python.org/msg214536
msg214627https://bugs.python.org/issue17621#msg214627
(view)https://bugs.python.org/msg214627
msg214921https://bugs.python.org/issue17621#msg214921
(view)https://bugs.python.org/msg214921
msg214922https://bugs.python.org/issue17621#msg214922
(view)https://bugs.python.org/msg214922
msg214954https://bugs.python.org/issue17621#msg214954
(view)https://bugs.python.org/msg214954
msg215542https://bugs.python.org/issue17621#msg215542
(view)https://bugs.python.org/msg215542
52b58618199chttps://hg.python.org/lookup/52b58618199c
#17621https://bugs.python.org/issue17621
http://hg.python.org/cpython/rev/52b58618199chttp://hg.python.org/cpython/rev/52b58618199c
msg215543https://bugs.python.org/issue17621#msg215543
(view)https://bugs.python.org/msg215543
msg215572https://bugs.python.org/issue17621#msg215572
(view)https://bugs.python.org/msg215572
msg215572https://bugs.python.org/msg215572
msg215543https://bugs.python.org/msg215543
python-devhttps://bugs.python.org/user13902
msg215542https://bugs.python.org/msg215542
msg214954https://bugs.python.org/msg214954
msg214922https://bugs.python.org/msg214922
msg214921https://bugs.python.org/msg214921
durin42https://bugs.python.org/user7306
twoutershttps://bugs.python.org/user14
lazy_loader.diffhttps://bugs.python.org/file34591
msg214627https://bugs.python.org/msg214627
lazy_loader.diffhttps://bugs.python.org/file34575
lazy_loader.diffhttps://bugs.python.org/file34576
lazy_loader.diffhttps://bugs.python.org/file34575
msg214536https://bugs.python.org/msg214536
jwilkhttps://bugs.python.org/user4692
eric.snowhttps://bugs.python.org/user14000
msg214508https://bugs.python.org/msg214508
lazy_loader.diffhttps://bugs.python.org/file34556
msg214410https://bugs.python.org/msg214410
Make isinstance() work with super type instanceshttps://bugs.python.org/issue18275
lazy_loader.diffhttps://bugs.python.org/file33947
patchhttps://bugs.python.org/keyword2
msg210410https://bugs.python.org/msg210410
lazy_test.pyhttps://bugs.python.org/file33136
Implementation for PEP 451 (importlib.machinery.ModuleSpec)https://bugs.python.org/issue18864
msg206211https://bugs.python.org/msg206211
msg206205https://bugs.python.org/msg206205
msg202445https://bugs.python.org/msg202445
Implementation for PEP 451 (importlib.machinery.ModuleSpec)https://bugs.python.org/issue18864
msg201930https://bugs.python.org/msg201930
msg191779https://bugs.python.org/msg191779
msg191776https://bugs.python.org/msg191776
msg191772https://bugs.python.org/msg191772
msg191675https://bugs.python.org/msg191675
lazy_proxy.pyhttps://bugs.python.org/file30672
msg191667https://bugs.python.org/msg191667
lazy_mixin.pyhttps://bugs.python.org/file30671
test_lazy_loader.pyhttps://bugs.python.org/file30670
msg191660https://bugs.python.org/msg191660
sbthttps://bugs.python.org/user13976
msg191651https://bugs.python.org/msg191651
Arfreverhttps://bugs.python.org/user9138
msg191623https://bugs.python.org/msg191623
Make isinstance() work with super type instanceshttps://bugs.python.org/issue18275
msg191616https://bugs.python.org/msg191616
msg191551https://bugs.python.org/msg191551
eric.smithhttps://bugs.python.org/user2799
barryhttps://bugs.python.org/user19
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.