René's URL Explorer Experiment


Title: Issue 8242: Improve support of PEP 383 (surrogates) in Python3: meta-issue - 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/52489 https://github.com/python/cpython/issues/52489
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
7606https://bugs.python.org/issue7606
8092https://bugs.python.org/issue8092
8383https://bugs.python.org/issue8383
8390https://bugs.python.org/issue8390
8391https://bugs.python.org/issue8391
8393https://bugs.python.org/issue8393
8394https://bugs.python.org/issue8394
8412https://bugs.python.org/issue8412
8467https://bugs.python.org/issue8467
8468https://bugs.python.org/issue8468
8477https://bugs.python.org/issue8477
8485https://bugs.python.org/issue8485
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
surrogates-7.patchhttps://bugs.python.org/file17002/surrogates-7.patch
msg101815https://bugs.python.org/issue8242#msg101815
(view)https://bugs.python.org/msg101815
msg101816https://bugs.python.org/issue8242#msg101816
(view)https://bugs.python.org/msg101816
msg101818https://bugs.python.org/issue8242#msg101818
(view)https://bugs.python.org/msg101818
msg102960https://bugs.python.org/issue8242#msg102960
(view)https://bugs.python.org/msg102960
Lib/test/test_subprocess.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_subprocess.py
Lib/unittest/runner.pyhttps://github.com/python/cpython/blob/master/Lib/unittest/runner.py
Modules/_posixsubprocess.chttps://github.com/python/cpython/blob/master/Modules/_posixsubprocess.c
Modules/getpath.chttps://github.com/python/cpython/blob/master/Modules/getpath.c
Modules/posixmodule.chttps://github.com/python/cpython/blob/master/Modules/posixmodule.c
Modules/python.chttps://github.com/python/cpython/blob/master/Modules/python.c
Modules/zipimport.chttps://github.com/python/cpython/blob/master/Modules/zipimport.c
Objects/fileobject.chttps://github.com/python/cpython/blob/master/Objects/fileobject.c
Objects/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.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/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.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/traceback.chttps://github.com/python/cpython/blob/master/Python/traceback.c
Lib/unittest/runner.pyhttps://github.com/python/cpython/blob/master/Lib/unittest/runner.py
Lib/test/test_subprocess.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_subprocess.py
msg103104https://bugs.python.org/issue8242#msg103104
(view)https://bugs.python.org/msg103104
msg103550https://bugs.python.org/issue8242#msg103550
(view)https://bugs.python.org/msg103550
r80166https://hg.python.org/lookup/r80166
r80167https://hg.python.org/lookup/r80167
msg103662https://bugs.python.org/issue8242#msg103662
(view)https://bugs.python.org/msg103662
msg103663https://bugs.python.org/issue8242#msg103663
(view)https://bugs.python.org/msg103663
Doc/library/tarfile.rsthttps://github.com/python/cpython/blob/master/Doc/library/tarfile.rst
Include/moduleobject.hhttps://github.com/python/cpython/blob/master/Include/moduleobject.h
Lib/platform.pyhttps://github.com/python/cpython/blob/master/Lib/platform.py
Lib/subprocess.pyhttps://github.com/python/cpython/blob/master/Lib/subprocess.py
Lib/tarfile.pyhttps://github.com/python/cpython/blob/master/Lib/tarfile.py
Lib/test/regrtest.pyhttps://github.com/python/cpython/blob/master/Lib/test/regrtest.py
Lib/test/test_import.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_import.py
Lib/test/test_reprlib.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_reprlib.py
Lib/test/test_subprocess.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_subprocess.py
Lib/test/test_tarfile.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_tarfile.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
Lib/traceback.pyhttps://github.com/python/cpython/blob/master/Lib/traceback.py
Lib/unittest/runner.pyhttps://github.com/python/cpython/blob/master/Lib/unittest/runner.py
Modules/_ctypes/callproc.chttps://github.com/python/cpython/blob/master/Modules/_ctypes/callproc.c
Modules/_ssl.chttps://github.com/python/cpython/blob/master/Modules/_ssl.c
Modules/_tkinter.chttps://github.com/python/cpython/blob/master/Modules/_tkinter.c
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/posixmodule.chttps://github.com/python/cpython/blob/master/Modules/posixmodule.c
Modules/pyexpat.chttps://github.com/python/cpython/blob/master/Modules/pyexpat.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/exceptions.chttps://github.com/python/cpython/blob/master/Objects/exceptions.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/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.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/pythonrun.chttps://github.com/python/cpython/blob/master/Python/pythonrun.c
Python/traceback.chttps://github.com/python/cpython/blob/master/Python/traceback.c
msg103671https://bugs.python.org/issue8242#msg103671
(view)https://bugs.python.org/msg103671
msg103697https://bugs.python.org/issue8242#msg103697
(view)https://bugs.python.org/msg103697
#8391https://bugs.python.org/issue8391
msg104933https://bugs.python.org/issue8242#msg104933
(view)https://bugs.python.org/msg104933
#8611https://bugs.python.org/issue8611
msg112019https://bugs.python.org/issue8242#msg112019
(view)https://bugs.python.org/msg112019
msg112020https://bugs.python.org/issue8242#msg112020
(view)https://bugs.python.org/msg112020
#6697https://bugs.python.org/issue6697
Check that _PyUnicode_AsString() result is not NULLhttps://bugs.python.org/issue6697
msg112020https://bugs.python.org/msg112020
msg112019https://bugs.python.org/msg112019
msg104933https://bugs.python.org/msg104933
Check that _PyUnicode_AsString() result is not NULLhttps://bugs.python.org/issue6697
Don't accept bytearray as filenames, or simplify the APIhttps://bugs.python.org/issue8485
_ssl: support surrogates in filenames, and bytes/bytearray filenameshttps://bugs.python.org/issue8477
msg103697https://bugs.python.org/msg103697
bz2: support surrogates in filename, and bytes/bytearray filenamehttps://bugs.python.org/issue8468
subprocess: surrogates of the error message (Python implementation on non-Windows)https://bugs.python.org/issue8467
utf8, backslashreplace and surrogateshttps://bugs.python.org/issue8092
msg103671https://bugs.python.org/msg103671
msg103663https://bugs.python.org/msg103663
surrogates-6.patchhttps://bugs.python.org/file16919
surrogates-7.patchhttps://bugs.python.org/file17002
msg103662https://bugs.python.org/msg103662
msg103550https://bugs.python.org/msg103550
tarfile: use surrogates for undecode fieldshttps://bugs.python.org/issue8390
pickle is unable to encode unicode surrogateshttps://bugs.python.org/issue8383
os.system() doesn't support surrogates nor byteshttps://bugs.python.org/issue8412
surrogates-5.patchhttps://bugs.python.org/file16897
ctypes.dlopen() doesn't support surrogateshttps://bugs.python.org/issue8394
subprocess: support undecodable current working directory on POSIX OShttps://bugs.python.org/issue8393
surrogates-6.patchhttps://bugs.python.org/file16919
msg103104https://bugs.python.org/msg103104
os.execvpe() doesn't support surrogates in envhttps://bugs.python.org/issue8391
test_xmlrpc fails with non-ascii pathhttps://bugs.python.org/issue7606
surrogates_bootstrap-4.patchhttps://bugs.python.org/file16671
surrogates-5.patchhttps://bugs.python.org/file16897
msg102960https://bugs.python.org/msg102960
loewishttps://bugs.python.org/user8
msg101818https://bugs.python.org/msg101818
msg101816https://bugs.python.org/msg101816
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.