René's URL Explorer Experiment


Title: Issue 4791: ftplib.retrlines('LIST') hangs at the end of listing (SocketIO.close() doesn't close the socket) - Python tracker

Mail addresses
chris.mahan@gmail.com
client1@arcostream.com
chris.mahan@gmail.com

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/49041 https://github.com/python/cpython/issues/49041
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
from_filezilla.pnghttps://bugs.python.org/file12508/from_filezilla.png
msg78603https://bugs.python.org/issue4791#msg78603
(view)https://bugs.python.org/msg78603
msg78604https://bugs.python.org/issue4791#msg78604
(view)https://bugs.python.org/msg78604
msg78618https://bugs.python.org/issue4791#msg78618
(view)https://bugs.python.org/msg78618
msg78630https://bugs.python.org/issue4791#msg78630
(view)https://bugs.python.org/msg78630
msg78633https://bugs.python.org/issue4791#msg78633
(view)https://bugs.python.org/msg78633
msg78636https://bugs.python.org/issue4791#msg78636
(view)https://bugs.python.org/msg78636
msg78720https://bugs.python.org/issue4791#msg78720
(view)https://bugs.python.org/msg78720
msg78726https://bugs.python.org/issue4791#msg78726
(view)https://bugs.python.org/msg78726
Lib/ftplib.pyhttps://github.com/python/cpython/blob/master/Lib/ftplib.py
msg78727https://bugs.python.org/issue4791#msg78727
(view)https://bugs.python.org/msg78727
Lib/ftplib.pyhttps://github.com/python/cpython/blob/master/Lib/ftplib.py
msg78760https://bugs.python.org/issue4791#msg78760
(view)https://bugs.python.org/msg78760
msg78761https://bugs.python.org/issue4791#msg78761
(view)https://bugs.python.org/msg78761
msg78763https://bugs.python.org/issue4791#msg78763
(view)https://bugs.python.org/msg78763
msg78799https://bugs.python.org/issue4791#msg78799
(view)https://bugs.python.org/msg78799
msg78802https://bugs.python.org/issue4791#msg78802
(view)https://bugs.python.org/msg78802
msg78804https://bugs.python.org/issue4791#msg78804
(view)https://bugs.python.org/msg78804
msg78879https://bugs.python.org/issue4791#msg78879
(view)https://bugs.python.org/msg78879
msg78914https://bugs.python.org/issue4791#msg78914
(view)https://bugs.python.org/msg78914
ftplib.pyhttps://github.com/python/cpython/blob/3.0/Lib/ftplib.py#L511
ftplib.pyhttps://github.com/python/cpython/blob/3.0/Lib/ftplib.py#L433
ftplib.pyhttps://github.com/python/cpython/blob/3.0/Lib/ftplib.py#L225
ftplib.pyhttps://github.com/python/cpython/blob/3.0/Lib/ftplib.py#L211
ftplib.pyhttps://github.com/python/cpython/blob/3.0/Lib/ftplib.py#L197
ftplib.pyhttps://github.com/python/cpython/blob/3.0/Lib/ftplib.py#L184
io.pyhttps://github.com/python/cpython/blob/3.0/Lib/io.py#L1813
io.pyhttps://github.com/python/cpython/blob/3.0/Lib/io.py#L1560
io.pyhttps://github.com/python/cpython/blob/3.0/Lib/io.py#L994
io.pyhttps://github.com/python/cpython/blob/3.0/Lib/io.py#L981
io.pyhttps://github.com/python/cpython/blob/3.0/Lib/io.py#L575
socket.pyhttps://github.com/python/cpython/blob/3.0/Lib/socket.py#L214
msg78918https://bugs.python.org/issue4791#msg78918
(view)https://bugs.python.org/msg78918
msg78919https://bugs.python.org/issue4791#msg78919
(view)https://bugs.python.org/msg78919
msg78920https://bugs.python.org/issue4791#msg78920
(view)https://bugs.python.org/msg78920
1210184520https://hg.python.org/lookup/1210184520
msg79184https://bugs.python.org/issue4791#msg79184
(view)https://bugs.python.org/msg79184
msg79202https://bugs.python.org/issue4791#msg79202
(view)https://bugs.python.org/msg79202
msg79205https://bugs.python.org/issue4791#msg79205
(view)https://bugs.python.org/msg79205
msg79207https://bugs.python.org/issue4791#msg79207
(view)https://bugs.python.org/msg79207
msg79210https://bugs.python.org/issue4791#msg79210
(view)https://bugs.python.org/msg79210
#3826https://bugs.python.org/issue3826
msg79216https://bugs.python.org/issue4791#msg79216
(view)https://bugs.python.org/msg79216
msg79218https://bugs.python.org/issue4791#msg79218
(view)https://bugs.python.org/msg79218
#4853https://bugs.python.org/issue4853
Modules/socketmodule.chttps://github.com/python/cpython/blob/master/Modules/socketmodule.c
msg79219https://bugs.python.org/issue4791#msg79219
(view)https://bugs.python.org/msg79219
msg79222https://bugs.python.org/issue4791#msg79222
(view)https://bugs.python.org/msg79222
#3826https://bugs.python.org/issue3826
msg79222https://bugs.python.org/msg79222
socket_real_close-4.patchhttps://bugs.python.org/file12613
msg79219https://bugs.python.org/msg79219
socket_real_close-3.patchhttps://bugs.python.org/file12611
socket_real_close-4.patchhttps://bugs.python.org/file12613
msg79218https://bugs.python.org/msg79218
socket_real_close-2.patchhttps://bugs.python.org/file12608
socket_real_close-3.patchhttps://bugs.python.org/file12611
msg79216https://bugs.python.org/msg79216
msg79210https://bugs.python.org/msg79210
socket_real_close-2.patchhttps://bugs.python.org/file12608
socket_real_close.patchhttps://bugs.python.org/file12606
socket_real_close.patchhttps://bugs.python.org/file12606
patchhttps://bugs.python.org/keyword2
msg79207https://bugs.python.org/msg79207
msg79205https://bugs.python.org/msg79205
msg79202https://bugs.python.org/msg79202
msg79184https://bugs.python.org/msg79184
msg78920https://bugs.python.org/msg78920
msg78919https://bugs.python.org/msg78919
msg78918https://bugs.python.org/msg78918
msg78914https://bugs.python.org/msg78914
msg78879https://bugs.python.org/msg78879
giampaolo.rodolahttps://bugs.python.org/user3080
msg78804https://bugs.python.org/msg78804
msg78802https://bugs.python.org/msg78802
msg78799https://bugs.python.org/msg78799
msg78763https://bugs.python.org/msg78763
msg78761https://bugs.python.org/msg78761
msg78760https://bugs.python.org/msg78760
msg78727https://bugs.python.org/msg78727
ajaksu2https://bugs.python.org/user3250
msg78726https://bugs.python.org/msg78726
msg78720https://bugs.python.org/msg78720
msg78636https://bugs.python.org/msg78636
msg78633https://bugs.python.org/msg78633
from_filezilla.pnghttps://bugs.python.org/file12508
msg78630https://bugs.python.org/msg78630
vstinnerhttps://bugs.python.org/user2377
msg78618https://bugs.python.org/msg78618
msg78604https://bugs.python.org/msg78604
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.