ece624921f
Add test dependencies. All tests pass. 0.5.0 -- 2015-11-24 ------------------- More information about this release can be found on the `milestone <https://github.com/sigmavirus24/requests-toolbelt/issues?utf8=%E2%9C%93&q=is%3Aall+milestone%3A0.5+>`_ for 0.5.0. New Features ~~~~~~~~~~~~ - The ``tee`` submodule was added to ``requests_toolbelt.downloadutils``. It allows you to iterate over the bytes of a response while also writing them to a file. The ``tee.tee`` function, expects you to pass an open file object, while ``tee.tee_to_file`` will use the provided file name to open the file for you. - Added a new parameter to ``requests_toolbelt.utils.user_agent`` that allows the user to specify additional items. - Added nested form-data helper, ``requests_toolbelt.utils.formdata.urlencode``. - Added the ``ForgetfulCookieJar`` to ``requests_toolbelt.cookies``. - Added utilities for dumping the information about a request-response cycle in ``requests_toolbelt.utils.dump``. - Implemented the API described in the ``requests_toolbelt.threaded`` module docstring, i.e., added ``requests_toolbelt.threaded.map`` as an available function. Fixed Bugs ~~~~~~~~~~ - Now papers over the API differences in versions of requests installed from system packages versus versions of requests installed from PyPI. - Allow string types for ``SourceAddressAdapter``.
96 lines
4.8 KiB
Text
96 lines
4.8 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2015/12/04 21:48:21 wiz Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/requests_toolbelt/__init__.py
|
|
${PYSITELIB}/requests_toolbelt/__init__.pyc
|
|
${PYSITELIB}/requests_toolbelt/__init__.pyo
|
|
${PYSITELIB}/requests_toolbelt/_compat.py
|
|
${PYSITELIB}/requests_toolbelt/_compat.pyc
|
|
${PYSITELIB}/requests_toolbelt/_compat.pyo
|
|
${PYSITELIB}/requests_toolbelt/adapters/__init__.py
|
|
${PYSITELIB}/requests_toolbelt/adapters/__init__.pyc
|
|
${PYSITELIB}/requests_toolbelt/adapters/__init__.pyo
|
|
${PYSITELIB}/requests_toolbelt/adapters/fingerprint.py
|
|
${PYSITELIB}/requests_toolbelt/adapters/fingerprint.pyc
|
|
${PYSITELIB}/requests_toolbelt/adapters/fingerprint.pyo
|
|
${PYSITELIB}/requests_toolbelt/adapters/socket_options.py
|
|
${PYSITELIB}/requests_toolbelt/adapters/socket_options.pyc
|
|
${PYSITELIB}/requests_toolbelt/adapters/socket_options.pyo
|
|
${PYSITELIB}/requests_toolbelt/adapters/source.py
|
|
${PYSITELIB}/requests_toolbelt/adapters/source.pyc
|
|
${PYSITELIB}/requests_toolbelt/adapters/source.pyo
|
|
${PYSITELIB}/requests_toolbelt/adapters/ssl.py
|
|
${PYSITELIB}/requests_toolbelt/adapters/ssl.pyc
|
|
${PYSITELIB}/requests_toolbelt/adapters/ssl.pyo
|
|
${PYSITELIB}/requests_toolbelt/auth/__init__.py
|
|
${PYSITELIB}/requests_toolbelt/auth/__init__.pyc
|
|
${PYSITELIB}/requests_toolbelt/auth/__init__.pyo
|
|
${PYSITELIB}/requests_toolbelt/auth/_digest_auth_compat.py
|
|
${PYSITELIB}/requests_toolbelt/auth/_digest_auth_compat.pyc
|
|
${PYSITELIB}/requests_toolbelt/auth/_digest_auth_compat.pyo
|
|
${PYSITELIB}/requests_toolbelt/auth/guess.py
|
|
${PYSITELIB}/requests_toolbelt/auth/guess.pyc
|
|
${PYSITELIB}/requests_toolbelt/auth/guess.pyo
|
|
${PYSITELIB}/requests_toolbelt/auth/handler.py
|
|
${PYSITELIB}/requests_toolbelt/auth/handler.pyc
|
|
${PYSITELIB}/requests_toolbelt/auth/handler.pyo
|
|
${PYSITELIB}/requests_toolbelt/auth/http_proxy_digest.py
|
|
${PYSITELIB}/requests_toolbelt/auth/http_proxy_digest.pyc
|
|
${PYSITELIB}/requests_toolbelt/auth/http_proxy_digest.pyo
|
|
${PYSITELIB}/requests_toolbelt/cookies/__init__.py
|
|
${PYSITELIB}/requests_toolbelt/cookies/__init__.pyc
|
|
${PYSITELIB}/requests_toolbelt/cookies/__init__.pyo
|
|
${PYSITELIB}/requests_toolbelt/cookies/forgetful.py
|
|
${PYSITELIB}/requests_toolbelt/cookies/forgetful.pyc
|
|
${PYSITELIB}/requests_toolbelt/cookies/forgetful.pyo
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/__init__.py
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/__init__.pyc
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/__init__.pyo
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/stream.py
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/stream.pyc
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/stream.pyo
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/tee.py
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/tee.pyc
|
|
${PYSITELIB}/requests_toolbelt/downloadutils/tee.pyo
|
|
${PYSITELIB}/requests_toolbelt/exceptions.py
|
|
${PYSITELIB}/requests_toolbelt/exceptions.pyc
|
|
${PYSITELIB}/requests_toolbelt/exceptions.pyo
|
|
${PYSITELIB}/requests_toolbelt/multipart/__init__.py
|
|
${PYSITELIB}/requests_toolbelt/multipart/__init__.pyc
|
|
${PYSITELIB}/requests_toolbelt/multipart/__init__.pyo
|
|
${PYSITELIB}/requests_toolbelt/multipart/decoder.py
|
|
${PYSITELIB}/requests_toolbelt/multipart/decoder.pyc
|
|
${PYSITELIB}/requests_toolbelt/multipart/decoder.pyo
|
|
${PYSITELIB}/requests_toolbelt/multipart/encoder.py
|
|
${PYSITELIB}/requests_toolbelt/multipart/encoder.pyc
|
|
${PYSITELIB}/requests_toolbelt/multipart/encoder.pyo
|
|
${PYSITELIB}/requests_toolbelt/streaming_iterator.py
|
|
${PYSITELIB}/requests_toolbelt/streaming_iterator.pyc
|
|
${PYSITELIB}/requests_toolbelt/streaming_iterator.pyo
|
|
${PYSITELIB}/requests_toolbelt/threaded/__init__.py
|
|
${PYSITELIB}/requests_toolbelt/threaded/__init__.pyc
|
|
${PYSITELIB}/requests_toolbelt/threaded/__init__.pyo
|
|
${PYSITELIB}/requests_toolbelt/threaded/pool.py
|
|
${PYSITELIB}/requests_toolbelt/threaded/pool.pyc
|
|
${PYSITELIB}/requests_toolbelt/threaded/pool.pyo
|
|
${PYSITELIB}/requests_toolbelt/threaded/thread.py
|
|
${PYSITELIB}/requests_toolbelt/threaded/thread.pyc
|
|
${PYSITELIB}/requests_toolbelt/threaded/thread.pyo
|
|
${PYSITELIB}/requests_toolbelt/utils/__init__.py
|
|
${PYSITELIB}/requests_toolbelt/utils/__init__.pyc
|
|
${PYSITELIB}/requests_toolbelt/utils/__init__.pyo
|
|
${PYSITELIB}/requests_toolbelt/utils/deprecated.py
|
|
${PYSITELIB}/requests_toolbelt/utils/deprecated.pyc
|
|
${PYSITELIB}/requests_toolbelt/utils/deprecated.pyo
|
|
${PYSITELIB}/requests_toolbelt/utils/dump.py
|
|
${PYSITELIB}/requests_toolbelt/utils/dump.pyc
|
|
${PYSITELIB}/requests_toolbelt/utils/dump.pyo
|
|
${PYSITELIB}/requests_toolbelt/utils/formdata.py
|
|
${PYSITELIB}/requests_toolbelt/utils/formdata.pyc
|
|
${PYSITELIB}/requests_toolbelt/utils/formdata.pyo
|
|
${PYSITELIB}/requests_toolbelt/utils/user_agent.py
|
|
${PYSITELIB}/requests_toolbelt/utils/user_agent.pyc
|
|
${PYSITELIB}/requests_toolbelt/utils/user_agent.pyo
|