René's URL Explorer Experiment


Title: Issue 7523: add SOCK_NONBLOCK and SOCK_CLOEXEC to socket module - 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/51772 https://github.com/python/cpython/issues/51772
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
Issue7523.diffhttps://bugs.python.org/file15573/Issue7523.diff
Issue7523_2.diffhttps://bugs.python.org/file15578/Issue7523_2.diff
Issue7523_3.diffhttps://bugs.python.org/file15621/Issue7523_3.diff
issue7523_py3k.diffhttps://bugs.python.org/file19200/issue7523_py3k.diff
issue7523_py3k_accept4.diffhttps://bugs.python.org/file19206/issue7523_py3k_accept4.diff
issue7523_py3k_accept4_1.diffhttps://bugs.python.org/file19223/issue7523_py3k_accept4_1.diff
issue7523_py3k_accept4_2.diffhttps://bugs.python.org/file19226/issue7523_py3k_accept4_2.diff
msg96482https://bugs.python.org/issue7523#msg96482
(view)https://bugs.python.org/msg96482
http://udrepper.livejournal.com/20407.htmlhttp://udrepper.livejournal.com/20407.html
msg96484https://bugs.python.org/issue7523#msg96484
(view)https://bugs.python.org/msg96484
msg96504https://bugs.python.org/issue7523#msg96504
(view)https://bugs.python.org/msg96504
msg96513https://bugs.python.org/issue7523#msg96513
(view)https://bugs.python.org/msg96513
msg96551https://bugs.python.org/issue7523#msg96551
(view)https://bugs.python.org/msg96551
msg96559https://bugs.python.org/issue7523#msg96559
(view)https://bugs.python.org/msg96559
msg96598https://bugs.python.org/issue7523#msg96598
(view)https://bugs.python.org/msg96598
msg96609https://bugs.python.org/issue7523#msg96609
(view)https://bugs.python.org/msg96609
msg96666https://bugs.python.org/issue7523#msg96666
(view)https://bugs.python.org/msg96666
msg97636https://bugs.python.org/issue7523#msg97636
(view)https://bugs.python.org/msg97636
msg97641https://bugs.python.org/issue7523#msg97641
(view)https://bugs.python.org/msg97641
msg97699https://bugs.python.org/issue7523#msg97699
(view)https://bugs.python.org/msg97699
msg111182https://bugs.python.org/issue7523#msg111182
(view)https://bugs.python.org/msg111182
msg97699https://bugs.python.org/msg97699
msg111183https://bugs.python.org/issue7523#msg111183
(view)https://bugs.python.org/msg111183
msg97699https://bugs.python.org/msg97699
msg118457https://bugs.python.org/issue7523#msg118457
(view)https://bugs.python.org/msg118457
msg118463https://bugs.python.org/issue7523#msg118463
(view)https://bugs.python.org/msg118463
Lib/socket.pyhttps://github.com/python/cpython/blob/master/Lib/socket.py
msg118471https://bugs.python.org/issue7523#msg118471
(view)https://bugs.python.org/msg118471
msg118473https://bugs.python.org/issue7523#msg118473
(view)https://bugs.python.org/msg118473
msg118569https://bugs.python.org/issue7523#msg118569
(view)https://bugs.python.org/msg118569
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L1564
msg118581https://bugs.python.org/issue7523#msg118581
(view)https://bugs.python.org/msg118581
msg118583https://bugs.python.org/issue7523#msg118583
(view)https://bugs.python.org/msg118583
msg118584https://bugs.python.org/issue7523#msg118584
(view)https://bugs.python.org/msg118584
msg118668https://bugs.python.org/issue7523#msg118668
(view)https://bugs.python.org/msg118668
r85480https://hg.python.org/lookup/r85480
msg146502https://bugs.python.org/issue7523#msg146502
(view)https://bugs.python.org/msg146502
msg146503https://bugs.python.org/issue7523#msg146503
(view)https://bugs.python.org/msg146503
msg146503https://bugs.python.org/msg146503
msg146502https://bugs.python.org/msg146502
msg118668https://bugs.python.org/msg118668
issue7523_py3k_accept4_2.diffhttps://bugs.python.org/file19226
msg118584https://bugs.python.org/msg118584
msg118583https://bugs.python.org/msg118583
msg118581https://bugs.python.org/msg118581
issue7523_py3k_accept4_1.diffhttps://bugs.python.org/file19223
msg118569https://bugs.python.org/msg118569
giampaolo.rodolahttps://bugs.python.org/user3080
msg118473https://bugs.python.org/msg118473
issue7523_py3k_accept4.diffhttps://bugs.python.org/file19206
msg118471https://bugs.python.org/msg118471
msg118463https://bugs.python.org/msg118463
issue7523_py3k.diffhttps://bugs.python.org/file19200
nvetoshkinhttps://bugs.python.org/user11892
msg118457https://bugs.python.org/msg118457
exarkunhttps://bugs.python.org/user982
msg111183https://bugs.python.org/msg111183
BreamoreBoyhttps://bugs.python.org/user12545
msg111182https://bugs.python.org/msg111182
msg97699https://bugs.python.org/msg97699
msg97641https://bugs.python.org/msg97641
msg97636https://bugs.python.org/msg97636
Issue7523_3.diffhttps://bugs.python.org/file15621
msg96666https://bugs.python.org/msg96666
msg96609https://bugs.python.org/msg96609
msg96598https://bugs.python.org/msg96598
r.david.murrayhttps://bugs.python.org/user9663
msg96559https://bugs.python.org/msg96559
msg96551https://bugs.python.org/msg96551
pitrouhttps://bugs.python.org/user2040
msg96513https://bugs.python.org/msg96513
Issue7523_2.diffhttps://bugs.python.org/file15578
msg96504https://bugs.python.org/msg96504
Issue7523.diffhttps://bugs.python.org/file15573
patchhttps://bugs.python.org/keyword2
msg96484https://bugs.python.org/msg96484
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.