René's URL Explorer Experiment


Title: Issue 3080: Full unicode import system - Python tracker

Mail addresses
report@bugs.python.org

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/47330 https://github.com/python/cpython/issues/47330
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
issue3080-5.patchhttps://bugs.python.org/file20477/issue3080-5.patch
issue3080.pyhttps://bugs.python.org/file21296/issue3080.py
typo.diffhttps://bugs.python.org/file21305/typo.diff
msg68005https://bugs.python.org/issue3080#msg68005
(view)https://bugs.python.org/msg68005
issue1342https://bugs.python.org/issue1342
msg68015https://bugs.python.org/issue3080#msg68015
(view)https://bugs.python.org/msg68015
msg109844https://bugs.python.org/issue3080#msg109844
(view)https://bugs.python.org/msg109844
msg112028https://bugs.python.org/issue3080#msg112028
(view)https://bugs.python.org/msg112028
#9425https://bugs.python.org/issue9425
msg119107https://bugs.python.org/issue3080#msg119107
(view)https://bugs.python.org/msg119107
#8611https://bugs.python.org/issue8611
#9425https://bugs.python.org/issue9425
msg123963https://bugs.python.org/issue3080#msg123963
(view)https://bugs.python.org/msg123963
#1342https://bugs.python.org/issue1342
msg123993https://bugs.python.org/issue3080#msg123993
(view)https://bugs.python.org/msg123993
msg124756https://bugs.python.org/issue3080#msg124756
(view)https://bugs.python.org/msg124756
#10785https://bugs.python.org/issue10785
msg125752https://bugs.python.org/issue3080#msg125752
(view)https://bugs.python.org/msg125752
#10828https://bugs.python.org/issue10828
msg126514https://bugs.python.org/issue3080#msg126514
(view)https://bugs.python.org/msg126514
issue3080https://bugs.python.org/issue3080
issue3080https://bugs.python.org/issue3080
Doc/c-api/module.rsthttps://github.com/python/cpython/blob/master/Doc/c-api/module.rst
Include/import.hhttps://github.com/python/cpython/blob/master/Include/import.h
Include/moduleobject.hhttps://github.com/python/cpython/blob/master/Include/moduleobject.h
Include/pycapsule.hhttps://github.com/python/cpython/blob/master/Include/pycapsule.h
Modules/zipimport.chttps://github.com/python/cpython/blob/master/Modules/zipimport.c
Objects/moduleobject.chttps://github.com/python/cpython/blob/master/Objects/moduleobject.c
PC/import_nt.chttps://github.com/python/cpython/blob/master/PC/import_nt.c
Python/dynload_aix.chttps://github.com/python/cpython/blob/master/Python/dynload_aix.c
Python/dynload_dl.chttps://github.com/python/cpython/blob/master/Python/dynload_dl.c
Python/dynload_hpux.chttps://github.com/python/cpython/blob/master/Python/dynload_hpux.c
Python/dynload_next.chttps://github.com/python/cpython/blob/master/Python/dynload_next.c
Python/dynload_os2.chttps://github.com/python/cpython/blob/master/Python/dynload_os2.c
Python/dynload_shlib.chttps://github.com/python/cpython/blob/master/Python/dynload_shlib.c
Python/dynload_win.chttps://github.com/python/cpython/blob/master/Python/dynload_win.c
Python/import.chttps://github.com/python/cpython/blob/master/Python/import.c
Python/importdl.chttps://github.com/python/cpython/blob/master/Python/importdl.c
Python/importdl.hhttps://github.com/python/cpython/blob/master/Python/importdl.h
issue3080https://bugs.python.org/issue3080
issue3080https://bugs.python.org/issue3080
msg126515https://bugs.python.org/issue3080#msg126515
(view)https://bugs.python.org/msg126515
msg103663https://bugs.python.org/msg103663
#8242https://bugs.python.org/issue8242
#8611https://bugs.python.org/issue8611
#9425https://bugs.python.org/issue9425
msg126516https://bugs.python.org/issue3080#msg126516
(view)https://bugs.python.org/msg126516
msg103663https://bugs.python.org/msg103663
#8611https://bugs.python.org/issue8611
#9425https://bugs.python.org/issue9425
http://codereview.appspot.com/1874048http://codereview.appspot.com/1874048
Doc/library/sys.rsthttps://github.com/python/cpython/blob/master/Doc/library/sys.rst
Include/Python.hhttps://github.com/python/cpython/blob/master/Include/Python.h
Include/fileobject.hhttps://github.com/python/cpython/blob/master/Include/fileobject.h
Include/import.hhttps://github.com/python/cpython/blob/master/Include/import.h
Include/moduleobject.hhttps://github.com/python/cpython/blob/master/Include/moduleobject.h
Include/sysmodule.hhttps://github.com/python/cpython/blob/master/Include/sysmodule.h
Include/warnings.hhttps://github.com/python/cpython/blob/master/Include/warnings.h
Lib/distutils/file_util.pyhttps://github.com/python/cpython/blob/master/Lib/distutils/file_util.py
Lib/platform.pyhttps://github.com/python/cpython/blob/master/Lib/platform.py
Lib/test/test_import.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_import.py
Lib/test/test_sax.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_sax.py
Lib/test/test_subprocess.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_subprocess.py
Lib/test/test_sys.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_sys.py
Lib/test/test_urllib.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_urllib.py
Lib/test/test_urllib2.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_urllib2.py
Lib/test/test_xml_etree.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_xml_etree.py
Modules/getpath.chttps://github.com/python/cpython/blob/master/Modules/getpath.c
Modules/main.chttps://github.com/python/cpython/blob/master/Modules/main.c
Modules/zipimport.chttps://github.com/python/cpython/blob/master/Modules/zipimport.c
Objects/codeobject.chttps://github.com/python/cpython/blob/master/Objects/codeobject.c
Objects/fileobject.chttps://github.com/python/cpython/blob/master/Objects/fileobject.c
Objects/moduleobject.chttps://github.com/python/cpython/blob/master/Objects/moduleobject.c
Objects/object.chttps://github.com/python/cpython/blob/master/Objects/object.c
Objects/typeobject.chttps://github.com/python/cpython/blob/master/Objects/typeobject.c
Objects/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.c
PC/import_nt.chttps://github.com/python/cpython/blob/master/PC/import_nt.c
Parser/tokenizer.chttps://github.com/python/cpython/blob/master/Parser/tokenizer.c
Python/_warnings.chttps://github.com/python/cpython/blob/master/Python/_warnings.c
Python/ast.chttps://github.com/python/cpython/blob/master/Python/ast.c
Python/bltinmodule.chttps://github.com/python/cpython/blob/master/Python/bltinmodule.c
Python/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.c
Python/compile.chttps://github.com/python/cpython/blob/master/Python/compile.c
Python/errors.chttps://github.com/python/cpython/blob/master/Python/errors.c
Python/import.chttps://github.com/python/cpython/blob/master/Python/import.c
Python/importdl.chttps://github.com/python/cpython/blob/master/Python/importdl.c
Python/importdl.hhttps://github.com/python/cpython/blob/master/Python/importdl.h
Python/pythonrun.chttps://github.com/python/cpython/blob/master/Python/pythonrun.c
Python/sysmodule.chttps://github.com/python/cpython/blob/master/Python/sysmodule.c
issue3080https://bugs.python.org/issue3080
msg126606https://bugs.python.org/issue3080#msg126606
(view)https://bugs.python.org/msg126606
msg126608https://bugs.python.org/issue3080#msg126608
(view)https://bugs.python.org/msg126608
msg126612https://bugs.python.org/issue3080#msg126612
(view)https://bugs.python.org/msg126612
msg126613https://bugs.python.org/issue3080#msg126613
(view)https://bugs.python.org/msg126613
#8754https://bugs.python.org/issue8754
msg126672https://bugs.python.org/issue3080#msg126672
(view)https://bugs.python.org/msg126672
msg126673https://bugs.python.org/issue3080#msg126673
(view)https://bugs.python.org/msg126673
msg126676https://bugs.python.org/issue3080#msg126676
(view)https://bugs.python.org/msg126676
http://codereview.appspot.com/3972045http://codereview.appspot.com/3972045
msg126678https://bugs.python.org/issue3080#msg126678
(view)https://bugs.python.org/msg126678
msg126680https://bugs.python.org/issue3080#msg126680
(view)https://bugs.python.org/msg126680
msg126681https://bugs.python.org/issue3080#msg126681
(view)https://bugs.python.org/msg126681
msg126695https://bugs.python.org/issue3080#msg126695
(view)https://bugs.python.org/msg126695
msg126705https://bugs.python.org/issue3080#msg126705
(view)https://bugs.python.org/msg126705
msg126706https://bugs.python.org/issue3080#msg126706
(view)https://bugs.python.org/msg126706
msg126708https://bugs.python.org/issue3080#msg126708
(view)https://bugs.python.org/msg126708
http://codereview.appspot.com/1874048http://codereview.appspot.com/1874048
msg126752https://bugs.python.org/issue3080#msg126752
(view)https://bugs.python.org/msg126752
msg126755https://bugs.python.org/issue3080#msg126755
(view)https://bugs.python.org/msg126755
issue3080https://bugs.python.org/issue3080
issue3080https://bugs.python.org/issue3080
msg126756https://bugs.python.org/issue3080#msg126756
(view)https://bugs.python.org/msg126756
issue3080https://bugs.python.org/issue3080
#10971https://bugs.python.org/issue10971
msg126760https://bugs.python.org/issue3080#msg126760
(view)https://bugs.python.org/msg126760
msg127591https://bugs.python.org/issue3080#msg127591
(view)https://bugs.python.org/msg127591
#10828https://bugs.python.org/issue10828
msg127674https://bugs.python.org/issue3080#msg127674
(view)https://bugs.python.org/msg127674
#6011https://bugs.python.org/issue6011
msg129141https://bugs.python.org/issue3080#msg129141
(view)https://bugs.python.org/msg129141
r88515https://hg.python.org/lookup/r88515
r88516https://hg.python.org/lookup/r88516
r88517https://hg.python.org/lookup/r88517
r88518https://hg.python.org/lookup/r88518
msg129143https://bugs.python.org/issue3080#msg129143
(view)https://bugs.python.org/msg129143
r88519https://hg.python.org/lookup/r88519
r88520https://hg.python.org/lookup/r88520
msg129185https://bugs.python.org/issue3080#msg129185
(view)https://bugs.python.org/msg129185
http://www.python.org/dev/buildbot/all/builders/AMD64%20Windows%20Server%202008%203.x/builds/572/steps/test/logs/stdiohttp://www.python.org/dev/buildbot/all/builders/AMD64%20Windows%20Server%202008%203.x/builds/572/steps/test/logs/stdio
test\test_reprlib.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_reprlib.py#L237
msg129196https://bugs.python.org/issue3080#msg129196
(view)https://bugs.python.org/msg129196
r88533https://hg.python.org/lookup/r88533
msg130050https://bugs.python.org/issue3080#msg130050
(view)https://bugs.python.org/msg130050
r88746https://hg.python.org/lookup/r88746
r88747https://hg.python.org/lookup/r88747
msg130473https://bugs.python.org/issue3080#msg130473
(view)https://bugs.python.org/msg130473
http://hg.python.org/features/unicode_import/http://hg.python.org/features/unicode_import/
msg130492https://bugs.python.org/issue3080#msg130492
(view)https://bugs.python.org/msg130492
Modules/zipimport.chttps://github.com/python/cpython/blob/master/Modules/zipimport.c
Python/importdl.chttps://github.com/python/cpython/blob/master/Python/importdl.c
msg130507https://bugs.python.org/issue3080#msg130507
(view)https://bugs.python.org/msg130507
msg130645https://bugs.python.org/issue3080#msg130645
(view)https://bugs.python.org/msg130645
#9319https://bugs.python.org/issue9319
#9319https://bugs.python.org/issue9319
msg130935https://bugs.python.org/issue3080#msg130935
(view)https://bugs.python.org/msg130935
issue3080https://bugs.python.org/issue3080
#10785https://bugs.python.org/issue10785
Modules/zipimport.chttps://github.com/python/cpython/blob/master/Modules/zipimport.c
f286d3b514e0https://hg.python.org/lookup/f286d3b514e0
Python/importdl.chttps://github.com/python/cpython/blob/master/Python/importdl.c
76907d413b99https://hg.python.org/lookup/76907d413b99
msg131457https://bugs.python.org/issue3080#msg131457
(view)https://bugs.python.org/msg131457
msg131464https://bugs.python.org/issue3080#msg131464
(view)https://bugs.python.org/msg131464
2debe178697bhttps://hg.python.org/lookup/2debe178697b
msg131472https://bugs.python.org/issue3080#msg131472
(view)https://bugs.python.org/msg131472
6c80ac44ae9chttps://hg.python.org/lookup/6c80ac44ae9c
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/6c80ac44ae9chttp://hg.python.org/cpython/rev/6c80ac44ae9c
b50a0d44545ahttps://hg.python.org/lookup/b50a0d44545a
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/b50a0d44545ahttp://hg.python.org/cpython/rev/b50a0d44545a
e7c1019b27b9https://hg.python.org/lookup/e7c1019b27b9
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/e7c1019b27b9http://hg.python.org/cpython/rev/e7c1019b27b9
2425717c6430https://hg.python.org/lookup/2425717c6430
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/2425717c6430http://hg.python.org/cpython/rev/2425717c6430
ced52fcd95f6https://hg.python.org/lookup/ced52fcd95f6
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/ced52fcd95f6http://hg.python.org/cpython/rev/ced52fcd95f6
e63a583ec689https://hg.python.org/lookup/e63a583ec689
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/e63a583ec689http://hg.python.org/cpython/rev/e63a583ec689
bab42673674ahttps://hg.python.org/lookup/bab42673674a
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/bab42673674ahttp://hg.python.org/cpython/rev/bab42673674a
ef2b6305d395https://hg.python.org/lookup/ef2b6305d395
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/ef2b6305d395http://hg.python.org/cpython/rev/ef2b6305d395
d52f471fbbebhttps://hg.python.org/lookup/d52f471fbbeb
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/d52f471fbbebhttp://hg.python.org/cpython/rev/d52f471fbbeb
bdf5820f5a39https://hg.python.org/lookup/bdf5820f5a39
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/bdf5820f5a39http://hg.python.org/cpython/rev/bdf5820f5a39
a4d797b9ff63https://hg.python.org/lookup/a4d797b9ff63
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/a4d797b9ff63http://hg.python.org/cpython/rev/a4d797b9ff63
09aaac73d9cfhttps://hg.python.org/lookup/09aaac73d9cf
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/09aaac73d9cfhttp://hg.python.org/cpython/rev/09aaac73d9cf
f6507eb8e689https://hg.python.org/lookup/f6507eb8e689
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/f6507eb8e689http://hg.python.org/cpython/rev/f6507eb8e689
d24decc8c97ehttps://hg.python.org/lookup/d24decc8c97e
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/d24decc8c97ehttp://hg.python.org/cpython/rev/d24decc8c97e
64c21f364519https://hg.python.org/lookup/64c21f364519
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/64c21f364519http://hg.python.org/cpython/rev/64c21f364519
e55e7f197649https://hg.python.org/lookup/e55e7f197649
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/e55e7f197649http://hg.python.org/cpython/rev/e55e7f197649
7c67aa3ab531https://hg.python.org/lookup/7c67aa3ab531
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/7c67aa3ab531http://hg.python.org/cpython/rev/7c67aa3ab531
23fe237afa81https://hg.python.org/lookup/23fe237afa81
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/23fe237afa81http://hg.python.org/cpython/rev/23fe237afa81
2ee0ab9d2e8ahttps://hg.python.org/lookup/2ee0ab9d2e8a
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/2ee0ab9d2e8ahttp://hg.python.org/cpython/rev/2ee0ab9d2e8a
340f76a6a792https://hg.python.org/lookup/340f76a6a792
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/340f76a6a792http://hg.python.org/cpython/rev/340f76a6a792
156818529636https://hg.python.org/lookup/156818529636
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/156818529636http://hg.python.org/cpython/rev/156818529636
fe1d421ca3fahttps://hg.python.org/lookup/fe1d421ca3fa
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/fe1d421ca3fahttp://hg.python.org/cpython/rev/fe1d421ca3fa
c1a5a7dca1echttps://hg.python.org/lookup/c1a5a7dca1ec
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/c1a5a7dca1echttp://hg.python.org/cpython/rev/c1a5a7dca1ec
c4ccf02456d6https://hg.python.org/lookup/c4ccf02456d6
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/c4ccf02456d6http://hg.python.org/cpython/rev/c4ccf02456d6
298a70b27497https://hg.python.org/lookup/298a70b27497
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/298a70b27497http://hg.python.org/cpython/rev/298a70b27497
066b399a8477https://hg.python.org/lookup/066b399a8477
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/066b399a8477http://hg.python.org/cpython/rev/066b399a8477
9aec6f0e4076https://hg.python.org/lookup/9aec6f0e4076
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/9aec6f0e4076http://hg.python.org/cpython/rev/9aec6f0e4076
c17bc2026145https://hg.python.org/lookup/c17bc2026145
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/c17bc2026145http://hg.python.org/cpython/rev/c17bc2026145
c4361bab6914https://hg.python.org/lookup/c4361bab6914
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/c4361bab6914http://hg.python.org/cpython/rev/c4361bab6914
80f4bd647695https://hg.python.org/lookup/80f4bd647695
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/80f4bd647695http://hg.python.org/cpython/rev/80f4bd647695
cc7c0f6f60bfhttps://hg.python.org/lookup/cc7c0f6f60bf
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/cc7c0f6f60bfhttp://hg.python.org/cpython/rev/cc7c0f6f60bf
msg131473https://bugs.python.org/issue3080#msg131473
(view)https://bugs.python.org/msg131473
f8d6f6797909https://hg.python.org/lookup/f8d6f6797909
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/f8d6f6797909http://hg.python.org/cpython/rev/f8d6f6797909
msg131474https://bugs.python.org/issue3080#msg131474
(view)https://bugs.python.org/msg131474
dc38c4d65cd9https://hg.python.org/lookup/dc38c4d65cd9
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/dc38c4d65cd9http://hg.python.org/cpython/rev/dc38c4d65cd9
msg131483https://bugs.python.org/issue3080#msg131483
(view)https://bugs.python.org/msg131483
http://www.python.org/dev/buildbot/all/builders/PPC%20Tiger%203.x/builds/1599/steps/test/logs/stdiohttp://www.python.org/dev/buildbot/all/builders/PPC%20Tiger%203.x/builds/1599/steps/test/logs/stdio
test/test_importhooks.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_importhooks.py#L239
test/test_importhooks.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_importhooks.py#L132
distutils/core.pyhttps://github.com/python/cpython/blob/main/Lib/distutils/core.py#L19
test/test_importhooks.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_importhooks.py#L132
distutils/cmd.pyhttps://github.com/python/cpython/blob/main/Lib/distutils/cmd.py#L11
test/test_importhooks.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_importhooks.py#L132
distutils/dir_util.pyhttps://github.com/python/cpython/blob/main/Lib/distutils/dir_util.py#L8
test/test_importhooks.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_importhooks.py#L132
msg131484https://bugs.python.org/issue3080#msg131484
(view)https://bugs.python.org/msg131484
msg131516https://bugs.python.org/issue3080#msg131516
(view)https://bugs.python.org/msg131516
Doc/c-api/import.rsthttps://github.com/python/cpython/blob/master/Doc/c-api/import.rst
msg131547https://bugs.python.org/issue3080#msg131547
(view)https://bugs.python.org/msg131547
7f4a4e393058https://hg.python.org/lookup/7f4a4e393058
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/7f4a4e393058http://hg.python.org/cpython/rev/7f4a4e393058
msg131571https://bugs.python.org/issue3080#msg131571
(view)https://bugs.python.org/msg131571
#10785https://bugs.python.org/issue10785
#10785https://bugs.python.org/issue10785
#9319https://bugs.python.org/issue9319
msg131572https://bugs.python.org/issue3080#msg131572
(view)https://bugs.python.org/msg131572
msg131575https://bugs.python.org/issue3080#msg131575
(view)https://bugs.python.org/msg131575
#11619https://bugs.python.org/issue11619
msg131606https://bugs.python.org/issue3080#msg131606
(view)https://bugs.python.org/msg131606
ee4e780a6b7ahttps://hg.python.org/lookup/ee4e780a6b7a
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/ee4e780a6b7ahttp://hg.python.org/cpython/rev/ee4e780a6b7a
msg131612https://bugs.python.org/issue3080#msg131612
(view)https://bugs.python.org/msg131612
Python/import.chttps://github.com/python/cpython/blob/master/Python/import.c
Python/dynload_os2.chttps://github.com/python/cpython/blob/master/Python/dynload_os2.c
msg131625https://bugs.python.org/issue3080#msg131625
(view)https://bugs.python.org/msg131625
Python/import.chttps://github.com/python/cpython/blob/master/Python/import.c
Python/dynload_os2.chttps://github.com/python/cpython/blob/master/Python/dynload_os2.c
340f76a6a792https://hg.python.org/lookup/340f76a6a792
msg131664https://bugs.python.org/issue3080#msg131664
(view)https://bugs.python.org/msg131664
msg131711https://bugs.python.org/issue3080#msg131711
(view)https://bugs.python.org/msg131711
15f9eca5e956https://hg.python.org/lookup/15f9eca5e956
#3080https://bugs.python.org/issue3080
http://hg.python.org/cpython/rev/15f9eca5e956http://hg.python.org/cpython/rev/15f9eca5e956
msg131890https://bugs.python.org/issue3080#msg131890
(view)https://bugs.python.org/msg131890
issue8988 supersederhttps://bugs.python.org/issue8988
msg131890https://bugs.python.org/msg131890
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
msg131711https://bugs.python.org/msg131711
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
msg131664https://bugs.python.org/msg131664
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
msg131625https://bugs.python.org/msg131625
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
msg131612https://bugs.python.org/msg131612
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
msg131606https://bugs.python.org/msg131606
msg131575https://bugs.python.org/msg131575
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
msg131572https://bugs.python.org/msg131572
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
msg131571https://bugs.python.org/msg131571
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
asvetlovhttps://bugs.python.org/user10303
python-devhttps://bugs.python.org/user13902
msg131547https://bugs.python.org/msg131547
asvetlovhttps://bugs.python.org/user10303
typo.diffhttps://bugs.python.org/file21305
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
python-devhttps://bugs.python.org/user13902
msg131516https://bugs.python.org/msg131516
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
python-devhttps://bugs.python.org/user13902
msg131484https://bugs.python.org/msg131484
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
python-devhttps://bugs.python.org/user13902
msg131483https://bugs.python.org/msg131483
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
python-devhttps://bugs.python.org/user13902
msg131474https://bugs.python.org/msg131474
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
python-devhttps://bugs.python.org/user13902
msg131473https://bugs.python.org/msg131473
python-devhttps://bugs.python.org/user13902
msg131472https://bugs.python.org/msg131472
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg131464https://bugs.python.org/msg131464
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg131457https://bugs.python.org/msg131457
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg123994https://bugs.python.org/msg123994
issue3080.pyhttps://bugs.python.org/file21296
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg130935https://bugs.python.org/msg130935
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg130645https://bugs.python.org/msg130645
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg130507https://bugs.python.org/msg130507
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg130492https://bugs.python.org/msg130492
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg130473https://bugs.python.org/msg130473
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg130050https://bugs.python.org/msg130050
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg129196https://bugs.python.org/msg129196
pitrouhttps://bugs.python.org/user2040
msg129185https://bugs.python.org/msg129185
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg129143https://bugs.python.org/msg129143
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg129141https://bugs.python.org/msg129141
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg127674https://bugs.python.org/msg127674
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg127591https://bugs.python.org/msg127591
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126760https://bugs.python.org/msg126760
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126756https://bugs.python.org/msg126756
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126755https://bugs.python.org/msg126755
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126752https://bugs.python.org/msg126752
issue3080-4-svn.patchhttps://bugs.python.org/file20475
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
issue3080-4.patchhttps://bugs.python.org/file20474
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
issue3080-5.patchhttps://bugs.python.org/file20477
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126708https://bugs.python.org/msg126708
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126706https://bugs.python.org/msg126706
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126705https://bugs.python.org/msg126705
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126695https://bugs.python.org/msg126695
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126681https://bugs.python.org/msg126681
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126680https://bugs.python.org/msg126680
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126678https://bugs.python.org/msg126678
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126676https://bugs.python.org/msg126676
issue3080-4-svn.patchhttps://bugs.python.org/file20475
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126673https://bugs.python.org/msg126673
issue3080-3.patchhttps://bugs.python.org/file20448
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
issue3080-4.patchhttps://bugs.python.org/file20474
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126672https://bugs.python.org/msg126672
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126613https://bugs.python.org/msg126613
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126612https://bugs.python.org/msg126612
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
ncoghlanhttps://bugs.python.org/user1309
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126608https://bugs.python.org/msg126608
ncoghlanhttps://bugs.python.org/user1309
msg126606https://bugs.python.org/msg126606
belopolskyhttps://bugs.python.org/user1427
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126516https://bugs.python.org/msg126516
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg126515https://bugs.python.org/msg126515
issue3080-3.patchhttps://bugs.python.org/file20448
msg126514https://bugs.python.org/msg126514
patchhttps://bugs.python.org/keyword2
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
terry.reedyhttps://bugs.python.org/user155
msg125752https://bugs.python.org/msg125752
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
amaury.forgeotdarchttps://bugs.python.org/user1076
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
amaury.forgeotdarchttps://bugs.python.org/user1076
vstinnerhttps://bugs.python.org/user2377
benjamin.petersonhttps://bugs.python.org/user4455
eric.araujohttps://bugs.python.org/user7641
Arfreverhttps://bugs.python.org/user9138
r.david.murrayhttps://bugs.python.org/user9663
msg124756https://bugs.python.org/msg124756
msg123994https://bugs.python.org/msg123994
msg123993https://bugs.python.org/msg123993
r.david.murrayhttps://bugs.python.org/user9663
msg123963https://bugs.python.org/msg123963
eric.araujohttps://bugs.python.org/user7641
msg119107https://bugs.python.org/msg119107
msg112028https://bugs.python.org/msg112028
georg.brandlhttps://bugs.python.org/user93
vstinnerhttps://bugs.python.org/user2377
msg109844https://bugs.python.org/msg109844
vstinnerhttps://bugs.python.org/user2377
Arfreverhttps://bugs.python.org/user9138
issue5273 dependencieshttps://bugs.python.org/issue5273
issue5273 dependencieshttps://bugs.python.org/issue5273
brett.cannonhttps://bugs.python.org/user37
benjamin.petersonhttps://bugs.python.org/user4455
msg68015https://bugs.python.org/msg68015
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.