René's URL Explorer Experiment


Title: Issue 27456: asyncio: set TCP_NODELAY flag by default - 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/71643 https://github.com/python/cpython/issues/71643
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
PR 4231https://github.com/python/cpython/pull/4231
PR 4233https://github.com/python/cpython/pull/4233
PR 4897https://github.com/python/cpython/pull/4897
PR 4898https://github.com/python/cpython/pull/4898
PR 4922https://github.com/python/cpython/pull/4922
msg269826https://bugs.python.org/issue27456#msg269826
(view)https://bugs.python.org/msg269826
https://github.com/python/asyncio/issues/311https://github.com/python/asyncio/issues/311
https://github.com/python/asyncio/issues/286https://github.com/python/asyncio/issues/286
msg269831https://bugs.python.org/issue27456#msg269831
(view)https://bugs.python.org/msg269831
msg269836https://bugs.python.org/issue27456#msg269836
(view)https://bugs.python.org/msg269836
https://github.com/python/asyncio/issues/286https://github.com/python/asyncio/issues/286
msg269837https://bugs.python.org/issue27456#msg269837
(view)https://bugs.python.org/msg269837
msg269838https://bugs.python.org/issue27456#msg269838
(view)https://bugs.python.org/msg269838
msg269839https://bugs.python.org/issue27456#msg269839
(view)https://bugs.python.org/msg269839
msg269840https://bugs.python.org/issue27456#msg269840
(view)https://bugs.python.org/msg269840
msg269841https://bugs.python.org/issue27456#msg269841
(view)https://bugs.python.org/msg269841
msg269857https://bugs.python.org/issue27456#msg269857
(view)https://bugs.python.org/msg269857
https://github.com/python/asyncio/pull/373https://github.com/python/asyncio/pull/373
msg269933https://bugs.python.org/issue27456#msg269933
(view)https://bugs.python.org/msg269933
msg274251https://bugs.python.org/issue27456#msg274251
(view)https://bugs.python.org/msg274251
msg275907https://bugs.python.org/issue27456#msg275907
(view)https://bugs.python.org/msg275907
3f7e4ae9eba3https://hg.python.org/lookup/3f7e4ae9eba3
#27456https://bugs.python.org/issue27456
https://hg.python.org/cpython/rev/3f7e4ae9eba3https://hg.python.org/cpython/rev/3f7e4ae9eba3
10384c5c18f5https://hg.python.org/lookup/10384c5c18f5
#27456https://bugs.python.org/issue27456
https://hg.python.org/cpython/rev/10384c5c18f5https://hg.python.org/cpython/rev/10384c5c18f5
msg275908https://bugs.python.org/issue27456#msg275908
(view)https://bugs.python.org/msg275908
msg305432https://bugs.python.org/issue27456#msg305432
(view)https://bugs.python.org/msg305432
http://man7.org/linux/man-pages/man2/socket.2.htmlhttp://man7.org/linux/man-pages/man2/socket.2.html
https://github.com/torvalds/linux/blob/v4.13/include/linux/net.h#L77https://github.com/torvalds/linux/blob/v4.13/include/linux/net.h#L77
https://github.com/freebsd/freebsd/blob/stable/11/sys/sys/socket.h#L110https://github.com/freebsd/freebsd/blob/stable/11/sys/sys/socket.h#L110
msg305435https://bugs.python.org/issue27456#msg305435
(view)https://bugs.python.org/msg305435
msg305437https://bugs.python.org/issue27456#msg305437
(view)https://bugs.python.org/msg305437
PR 4233https://github.com/python/cpython/pull/4233
msg305438https://bugs.python.org/issue27456#msg305438
(view)https://bugs.python.org/msg305438
msg308436https://bugs.python.org/issue27456#msg308436
(view)https://bugs.python.org/msg308436
e796b2fe26f220107ac50667de6cc86c82b465e3https://hg.python.org/lookup/e796b2fe26f220107ac50667de6cc86c82b465e3
bpo-27456https://bugs.python.org/issue27456
#4231https://bugs.python.org/issue4231
https://github.com/python/cpython/commit/e796b2fe26f220107ac50667de6cc86c82b465e3https://github.com/python/cpython/commit/e796b2fe26f220107ac50667de6cc86c82b465e3
msg308441https://bugs.python.org/issue27456#msg308441
(view)https://bugs.python.org/msg308441
572636d42566da8eb6e85d5b8164e9ed8860a255https://hg.python.org/lookup/572636d42566da8eb6e85d5b8164e9ed8860a255
bpo-27456https://bugs.python.org/issue27456
#4231https://bugs.python.org/issue4231
#4898https://bugs.python.org/issue4898
https://github.com/python/cpython/commit/572636d42566da8eb6e85d5b8164e9ed8860a255https://github.com/python/cpython/commit/572636d42566da8eb6e85d5b8164e9ed8860a255
msg308627https://bugs.python.org/issue27456#msg308627
(view)https://bugs.python.org/msg308627
a7bd64c0c01379e9b82e86ad41a301329a0775d9https://hg.python.org/lookup/a7bd64c0c01379e9b82e86ad41a301329a0775d9
bpo-27456https://bugs.python.org/issue27456
#4922https://bugs.python.org/issue4922
https://github.com/python/cpython/commit/a7bd64c0c01379e9b82e86ad41a301329a0775d9https://github.com/python/cpython/commit/a7bd64c0c01379e9b82e86ad41a301329a0775d9
msg308640https://bugs.python.org/issue27456#msg308640
(view)https://bugs.python.org/msg308640
msg308706https://bugs.python.org/issue27456#msg308706
(view)https://bugs.python.org/msg308706
msg308706https://bugs.python.org/msg308706
msg308640https://bugs.python.org/msg308640
msg308627https://bugs.python.org/msg308627
pull_request4817https://bugs.python.org/pull_request4817
msg308441https://bugs.python.org/msg308441
pull_request4792https://bugs.python.org/pull_request4792
pull_request4791https://bugs.python.org/pull_request4791
msg308436https://bugs.python.org/msg308436
msg305438https://bugs.python.org/msg305438
msg305437https://bugs.python.org/msg305437
patchhttps://bugs.python.org/keyword2
pull_request4201https://bugs.python.org/pull_request4201
msg305435https://bugs.python.org/msg305435
pull_request4200https://bugs.python.org/pull_request4200
vmagamedovhttps://bugs.python.org/user10621
msg305432https://bugs.python.org/msg305432
msg275908https://bugs.python.org/msg275908
python-devhttps://bugs.python.org/user13902
msg275907https://bugs.python.org/msg275907
socketpairhttps://bugs.python.org/user13573
msg274251https://bugs.python.org/msg274251
msg269933https://bugs.python.org/msg269933
msg269857https://bugs.python.org/msg269857
msg269841https://bugs.python.org/msg269841
msg269840https://bugs.python.org/msg269840
gvanrossumhttps://bugs.python.org/user5
msg269839https://bugs.python.org/msg269839
msg269838https://bugs.python.org/msg269838
msg269837https://bugs.python.org/msg269837
msg269836https://bugs.python.org/msg269836
gvanrossumhttps://bugs.python.org/user5
vstinnerhttps://bugs.python.org/user2377
yselivanovhttps://bugs.python.org/user16198
msg269831https://bugs.python.org/msg269831
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.