René's URL Explorer Experiment


Title: Issue 19424: _warnings: patch to avoid conversions from/to UTF-8 - 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/63623 https://github.com/python/cpython/issues/63623
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
warnings.patchhttps://bugs.python.org/file32395/warnings.patch
reviewhttps://bugs.python.org/review/19424/#ps9732
remove_compiler_warning_pyunicode_compare_with_ascii_string.patchhttps://bugs.python.org/file32419/remove_compiler_warning_pyunicode_compare_with_ascii_string.patch
reviewhttps://bugs.python.org/review/19424/#ps9751
issue19424-windows-warnings.diffhttps://bugs.python.org/file32427/issue19424-windows-warnings.diff
reviewhttps://bugs.python.org/review/19424/#ps9755
msg201558https://bugs.python.org/issue19424#msg201558
(view)https://bugs.python.org/msg201558
msg201655https://bugs.python.org/issue19424#msg201655
(view)https://bugs.python.org/msg201655
msg201657https://bugs.python.org/issue19424#msg201657
(view)https://bugs.python.org/msg201657
msg201680https://bugs.python.org/issue19424#msg201680
(view)https://bugs.python.org/msg201680
msg201688https://bugs.python.org/issue19424#msg201688
(view)https://bugs.python.org/msg201688
34e166d60f37https://hg.python.org/lookup/34e166d60f37
#19424https://bugs.python.org/issue19424
http://hg.python.org/cpython/rev/34e166d60f37http://hg.python.org/cpython/rev/34e166d60f37
msg201689https://bugs.python.org/issue19424#msg201689
(view)https://bugs.python.org/msg201689
msg201691https://bugs.python.org/issue19424#msg201691
(view)https://bugs.python.org/msg201691
c7326aa0b69chttps://hg.python.org/lookup/c7326aa0b69c
#19424https://bugs.python.org/issue19424
http://hg.python.org/cpython/rev/c7326aa0b69chttp://hg.python.org/cpython/rev/c7326aa0b69c
msg201692https://bugs.python.org/issue19424#msg201692
(view)https://bugs.python.org/msg201692
msg201694https://bugs.python.org/issue19424#msg201694
(view)https://bugs.python.org/msg201694
05e8dde3229chttps://hg.python.org/lookup/05e8dde3229c
#19424https://bugs.python.org/issue19424
http://hg.python.org/cpython/rev/05e8dde3229chttp://hg.python.org/cpython/rev/05e8dde3229c
msg201697https://bugs.python.org/issue19424#msg201697
(view)https://bugs.python.org/msg201697
#19442https://bugs.python.org/issue19442
msg201703https://bugs.python.org/issue19424#msg201703
(view)https://bugs.python.org/msg201703
http://hg.python.org/cpython/rev/34e166d60f37http://hg.python.org/cpython/rev/34e166d60f37
Objects/unicodeobject.chttps://github.com/python/cpython/blob/master/Objects/unicodeobject.c
Objects/unicodeobject.c:10583https://github.com/python/cpython/blob/master/Objects/unicodeobject.c#L10583
msg201749https://bugs.python.org/issue19424#msg201749
(view)https://bugs.python.org/msg201749
msg201752https://bugs.python.org/issue19424#msg201752
(view)https://bugs.python.org/msg201752
52ec6a3eeda5https://hg.python.org/lookup/52ec6a3eeda5
#19424https://bugs.python.org/issue19424
http://hg.python.org/cpython/rev/52ec6a3eeda5http://hg.python.org/cpython/rev/52ec6a3eeda5
msg202013https://bugs.python.org/issue19424#msg202013
(view)https://bugs.python.org/msg202013
msg202022https://bugs.python.org/issue19424#msg202022
(view)https://bugs.python.org/msg202022
2ed8d500e113https://hg.python.org/lookup/2ed8d500e113
#19424https://bugs.python.org/issue19424
http://hg.python.org/cpython/rev/2ed8d500e113http://hg.python.org/cpython/rev/2ed8d500e113
msg202113https://bugs.python.org/issue19424#msg202113
(view)https://bugs.python.org/msg202113
494f736f5945https://hg.python.org/lookup/494f736f5945
#19424https://bugs.python.org/issue19424
http://hg.python.org/cpython/rev/494f736f5945http://hg.python.org/cpython/rev/494f736f5945
msg202113https://bugs.python.org/msg202113
msg202022https://bugs.python.org/msg202022
msg202013https://bugs.python.org/msg202013
msg201752https://bugs.python.org/msg201752
issue19424-windows-warnings.diffhttps://bugs.python.org/file32427
zach.warehttps://bugs.python.org/user15467
msg201749https://bugs.python.org/msg201749
remove_compiler_warning_pyunicode_compare_with_ascii_string.patchhttps://bugs.python.org/file32419
vajraskyhttps://bugs.python.org/user17937
msg201703https://bugs.python.org/msg201703
msg201697https://bugs.python.org/msg201697
msg201694https://bugs.python.org/msg201694
msg201692https://bugs.python.org/msg201692
msg201691https://bugs.python.org/msg201691
msg201689https://bugs.python.org/msg201689
python-devhttps://bugs.python.org/user13902
msg201688https://bugs.python.org/msg201688
msg201680https://bugs.python.org/msg201680
msg201657https://bugs.python.org/msg201657
serhiy.storchakahttps://bugs.python.org/user15623
msg201655https://bugs.python.org/msg201655
Arfreverhttps://bugs.python.org/user9138
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.