René's URL Explorer Experiment


Title: Issue 25318: Add _PyBytesWriter API to optimize Unicode encoders - 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/69505 https://github.com/python/cpython/issues/69505
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
bench_utf8_result.txthttps://bugs.python.org/file40683/bench_utf8_result.txt
bench_ucs1_result.txthttps://bugs.python.org/file40684/bench_ucs1_result.txt
bytes_writer.patchhttps://bugs.python.org/file40685/bytes_writer.patch
reviewhttps://bugs.python.org/review/25318/#ps15700
msg252322https://bugs.python.org/issue25318#msg252322
(view)https://bugs.python.org/msg252322
msg252323https://bugs.python.org/issue25318#msg252323
(view)https://bugs.python.org/msg252323
#25267https://bugs.python.org/issue25267
msg252324https://bugs.python.org/issue25318#msg252324
(view)https://bugs.python.org/msg252324
#25227https://bugs.python.org/issue25227
msg252325https://bugs.python.org/issue25318#msg252325
(view)https://bugs.python.org/msg252325
msg252335https://bugs.python.org/issue25318#msg252335
(view)https://bugs.python.org/msg252335
#17742https://bugs.python.org/issue17742
msg252570https://bugs.python.org/issue25318#msg252570
(view)https://bugs.python.org/msg252570
1a2175149c5ehttps://hg.python.org/lookup/1a2175149c5e
#25318https://bugs.python.org/issue25318
https://hg.python.org/cpython/rev/1a2175149c5ehttps://hg.python.org/cpython/rev/1a2175149c5e
msg252571https://bugs.python.org/issue25318#msg252571
(view)https://bugs.python.org/msg252571
msg252573https://bugs.python.org/issue25318#msg252573
(view)https://bugs.python.org/msg252573
59f4806a5addhttps://hg.python.org/lookup/59f4806a5add
https://hg.python.org/cpython/rev/59f4806a5addhttps://hg.python.org/cpython/rev/59f4806a5add
msg252574https://bugs.python.org/issue25318#msg252574
(view)https://bugs.python.org/msg252574
c134eddcb347https://hg.python.org/lookup/c134eddcb347
#25318https://bugs.python.org/issue25318
https://hg.python.org/cpython/rev/c134eddcb347https://hg.python.org/cpython/rev/c134eddcb347
msg252579https://bugs.python.org/issue25318#msg252579
(view)https://bugs.python.org/msg252579
#25349https://bugs.python.org/issue25349
msg252580https://bugs.python.org/issue25318#msg252580
(view)https://bugs.python.org/msg252580
e9c1404d6bd9https://hg.python.org/lookup/e9c1404d6bd9
#25318https://bugs.python.org/issue25318
https://hg.python.org/cpython/rev/e9c1404d6bd9https://hg.python.org/cpython/rev/e9c1404d6bd9
msg252582https://bugs.python.org/issue25318#msg252582
(view)https://bugs.python.org/msg252582
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.x/builds/3495/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.x/builds/3495/steps/test/logs/stdio
Objects/bytesobject.chttps://github.com/python/cpython/blob/master/Objects/bytesobject.c
test/test_pep277.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_pep277.py#L150
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L600
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L648
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
msg252583https://bugs.python.org/issue25318#msg252583
(view)https://bugs.python.org/msg252583
9cf89366bbcbhttps://hg.python.org/lookup/9cf89366bbcb
#25318https://bugs.python.org/issue25318
https://hg.python.org/cpython/rev/9cf89366bbcbhttps://hg.python.org/cpython/rev/9cf89366bbcb
0a522f68d275https://hg.python.org/lookup/0a522f68d275
#25318https://bugs.python.org/issue25318
https://hg.python.org/cpython/rev/0a522f68d275https://hg.python.org/cpython/rev/0a522f68d275
c53dcf1d6967https://hg.python.org/lookup/c53dcf1d6967
#25318https://bugs.python.org/issue25318
https://hg.python.org/cpython/rev/c53dcf1d6967https://hg.python.org/cpython/rev/c53dcf1d6967
msg252602https://bugs.python.org/issue25318#msg252602
(view)https://bugs.python.org/msg252602
msg252602https://bugs.python.org/msg252602
msg252583https://bugs.python.org/msg252583
msg252582https://bugs.python.org/msg252582
msg252580https://bugs.python.org/msg252580
msg252579https://bugs.python.org/msg252579
msg252574https://bugs.python.org/msg252574
msg252573https://bugs.python.org/msg252573
msg252571https://bugs.python.org/msg252571
python-devhttps://bugs.python.org/user13902
msg252570https://bugs.python.org/msg252570
msg252335https://bugs.python.org/msg252335
msg252325https://bugs.python.org/msg252325
bytes_writer.patchhttps://bugs.python.org/file40685
patchhttps://bugs.python.org/keyword2
bench_ucs1_result.txthttps://bugs.python.org/file40684
msg252324https://bugs.python.org/msg252324
bench_utf8_result.txthttps://bugs.python.org/file40683
msg252323https://bugs.python.org/msg252323
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.