René's URL Explorer Experiment


Title: Issue 11619: On Windows, don't encode filenames in the import machinery - Python tracker

Mail addresses
guido@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/55828 https://github.com/python/cpython/issues/55828
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
dynload_win.patchhttps://bugs.python.org/file21321/dynload_win.patch
reviewhttps://bugs.python.org/review/11619/#ps2245
parser_unicode-3.patchhttps://bugs.python.org/file31472/parser_unicode-3.patch
reviewhttps://bugs.python.org/review/11619/#ps9077
msg131574https://bugs.python.org/issue11619#msg131574
(view)https://bugs.python.org/msg131574
#3080https://bugs.python.org/issue3080
#10785https://bugs.python.org/issue10785
msg131631https://bugs.python.org/issue11619#msg131631
(view)https://bugs.python.org/msg131631
Python/import.chttps://github.com/python/cpython/blob/master/Python/import.c
msg131633https://bugs.python.org/issue11619#msg131633
(view)https://bugs.python.org/msg131633
msg132971https://bugs.python.org/issue11619#msg132971
(view)https://bugs.python.org/msg132971
1b7f484bab6ehttps://hg.python.org/lookup/1b7f484bab6e
#11619https://bugs.python.org/issue11619
http://hg.python.org/cpython/rev/1b7f484bab6ehttp://hg.python.org/cpython/rev/1b7f484bab6e
msg134117https://bugs.python.org/issue11619#msg134117
(view)https://bugs.python.org/msg134117
e4e92d68ba3ahttps://hg.python.org/lookup/e4e92d68ba3a
#11619https://bugs.python.org/issue11619
http://hg.python.org/cpython/rev/e4e92d68ba3ahttp://hg.python.org/cpython/rev/e4e92d68ba3a
msg134118https://bugs.python.org/issue11619#msg134118
(view)https://bugs.python.org/msg134118
#10785https://bugs.python.org/issue10785
#10785https://bugs.python.org/issue10785
#10785https://bugs.python.org/issue10785
msg134183https://bugs.python.org/issue11619#msg134183
(view)https://bugs.python.org/msg134183
msg134285https://bugs.python.org/issue11619#msg134285
(view)https://bugs.python.org/msg134285
Doc/c-api/exceptions.rsthttps://github.com/python/cpython/blob/master/Doc/c-api/exceptions.rst
Include/ast.hhttps://github.com/python/cpython/blob/master/Include/ast.h
Include/compile.hhttps://github.com/python/cpython/blob/master/Include/compile.h
Include/parsetok.hhttps://github.com/python/cpython/blob/master/Include/parsetok.h
Include/pyerrors.hhttps://github.com/python/cpython/blob/master/Include/pyerrors.h
Include/pythonrun.hhttps://github.com/python/cpython/blob/master/Include/pythonrun.h
Include/symtable.hhttps://github.com/python/cpython/blob/master/Include/symtable.h
Include/warnings.hhttps://github.com/python/cpython/blob/master/Include/warnings.h
Modules/parsermodule.chttps://github.com/python/cpython/blob/master/Modules/parsermodule.c
Modules/symtablemodule.chttps://github.com/python/cpython/blob/master/Modules/symtablemodule.c
Parser/parsetok.chttps://github.com/python/cpython/blob/master/Parser/parsetok.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/compile.chttps://github.com/python/cpython/blob/master/Python/compile.c
Python/errors.chttps://github.com/python/cpython/blob/master/Python/errors.c
Python/future.chttps://github.com/python/cpython/blob/master/Python/future.c
Python/import.chttps://github.com/python/cpython/blob/master/Python/import.c
Python/pythonrun.chttps://github.com/python/cpython/blob/master/Python/pythonrun.c
Python/symtable.chttps://github.com/python/cpython/blob/master/Python/symtable.c
msg178882https://bugs.python.org/issue11619#msg178882
(view)https://bugs.python.org/msg178882
msg193837https://bugs.python.org/issue11619#msg193837
(view)https://bugs.python.org/msg193837
msg194616https://bugs.python.org/issue11619#msg194616
(view)https://bugs.python.org/msg194616
msg196002https://bugs.python.org/issue11619#msg196002
(view)https://bugs.python.org/msg196002
msg196208https://bugs.python.org/issue11619#msg196208
(view)https://bugs.python.org/msg196208
msg196245https://bugs.python.org/issue11619#msg196245
(view)https://bugs.python.org/msg196245
df2fdd42b375https://hg.python.org/lookup/df2fdd42b375
#11619https://bugs.python.org/issue11619
http://hg.python.org/cpython/rev/df2fdd42b375http://hg.python.org/cpython/rev/df2fdd42b375
msg196245https://bugs.python.org/msg196245
parser_unicode-2.patchhttps://bugs.python.org/file31446
parser_unicode.patchhttps://bugs.python.org/file21759
parser_unicode-3.patchhttps://bugs.python.org/file31472
msg196208https://bugs.python.org/msg196208
parser_unicode-2.patchhttps://bugs.python.org/file31446
msg196002https://bugs.python.org/msg196002
eric.snowhttps://bugs.python.org/user14000
Steven.Velezhttps://bugs.python.org/user18218
msg194616https://bugs.python.org/msg194616
Drekinhttps://bugs.python.org/user16557
msg193837https://bugs.python.org/msg193837
msg178882https://bugs.python.org/msg178882
compile_filename.patchhttps://bugs.python.org/file21743
parser_unicode.patchhttps://bugs.python.org/file21759
msg134285https://bugs.python.org/msg134285
compile_filename.patchhttps://bugs.python.org/file21743
msg134183https://bugs.python.org/msg134183
msg134118https://bugs.python.org/msg134118
msg134117https://bugs.python.org/msg134117
python-devhttps://bugs.python.org/user13902
msg132971https://bugs.python.org/msg132971
dynload_win.patchhttps://bugs.python.org/file21321
msg131633https://bugs.python.org/msg131633
patchhttps://bugs.python.org/keyword2
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
terry.reedyhttps://bugs.python.org/user155
amaury.forgeotdarchttps://bugs.python.org/user1076
pitrouhttps://bugs.python.org/user2040
vstinnerhttps://bugs.python.org/user2377
msg131631https://bugs.python.org/msg131631
terry.reedyhttps://bugs.python.org/user155
issue10828 supersederhttps://bugs.python.org/issue10828
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.