Home
last modified time | relevance | path

Searched refs:CacheFTPHandler (Results 1 – 25 of 118) sorted by relevance

12345

/dports/www/py-urlgrabber/urlgrabber-4.0.0/
H A DTODO10 - (rt) look at CacheFTPHandler and its implications for batch mode
39 * Consider using CacheFTPHandler instead of FTPHandler in byterange.py.
40 CacheFTPHandler reuses connections but this may lead to problems with
41 ranges. I've tested CacheFTPHandler with ranges using vsftpd as a
43 or a fallback mechanism. Also, CacheFTPHandler breaks with multiple
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/six/@python2/six/moves/urllib/
H A Drequest.pyi15 CacheFTPHandler as CacheFTPHandler,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/six/six/moves/urllib/
H A Drequest.pyi10 CacheFTPHandler as CacheFTPHandler,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/
H A Drequest.pyi27 from urllib2 import CacheFTPHandler as CacheFTPHandler
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2/six/moves/urllib/
H A Drequest.pyi27 from urllib2 import CacheFTPHandler as CacheFTPHandler
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/
H A Drequest.pyi30 from urllib.request import CacheFTPHandler as CacheFTPHandler
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/3/six/moves/urllib/
H A Drequest.pyi30 from urllib.request import CacheFTPHandler as CacheFTPHandler
/dports/www/py-mechanize/mechanize-0.4.7/mechanize/
H A D_urllib2.py20 CacheFTPHandler, FileHandler, FTPHandler, HTTPBasicAuthHandler,
H A D__init__.py31 CacheFTPHandler, FileHandler, FTPHandler, HTTPBasicAuthHandler,
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_urllib2net.py233 cfh = urllib2.CacheFTPHandler()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_urllib2net.py251 cfh = urllib.request.CacheFTPHandler()
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_urllib2net.py251 cfh = urllib.request.CacheFTPHandler()
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_urllib2net.py250 cfh = urllib2.CacheFTPHandler()
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_urllib2net.py251 cfh = urllib.request.CacheFTPHandler()
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_urllib2net.py251 cfh = urllib.request.CacheFTPHandler()
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_urllib2net.py250 cfh = urllib2.CacheFTPHandler()
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_urllib2net.py251 cfh = urllib.request.CacheFTPHandler()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_urllib2net.py251 cfh = urllib.request.CacheFTPHandler()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_urllib2net.py241 cfh = urllib2.CacheFTPHandler()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_urllib2net.py250 cfh = urllib2.CacheFTPHandler()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_urllib2net.py251 cfh = urllib.request.CacheFTPHandler()
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_urllib2net.py253 cfh = urllib.request.CacheFTPHandler()
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_urllib2net.py288 cfh = urllib.request.CacheFTPHandler()
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_urllib2net.py288 cfh = urllib.request.CacheFTPHandler()
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Durllib2.rst324 .. class:: CacheFTPHandler()
898 CacheFTPHandler Objects
901 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
905 .. method:: CacheFTPHandler.setTimeout(t)
910 .. method:: CacheFTPHandler.setMaxConns(m)

12345