pkgsrc/devel/py-requests-toolbelt/PLIST

109 lines
5.4 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.7 2019/02/06 11:09:21 adam 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/appengine.py
${PYSITELIB}/requests_toolbelt/adapters/appengine.pyc
${PYSITELIB}/requests_toolbelt/adapters/appengine.pyo
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${PYSITELIB}/requests_toolbelt/adapters/fingerprint.py
${PYSITELIB}/requests_toolbelt/adapters/fingerprint.pyc
${PYSITELIB}/requests_toolbelt/adapters/fingerprint.pyo
${PYSITELIB}/requests_toolbelt/adapters/host_header_ssl.py
${PYSITELIB}/requests_toolbelt/adapters/host_header_ssl.pyc
${PYSITELIB}/requests_toolbelt/adapters/host_header_ssl.pyo
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${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
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${PYSITELIB}/requests_toolbelt/adapters/ssl.py
${PYSITELIB}/requests_toolbelt/adapters/ssl.pyc
${PYSITELIB}/requests_toolbelt/adapters/ssl.pyo
${PYSITELIB}/requests_toolbelt/adapters/x509.py
${PYSITELIB}/requests_toolbelt/adapters/x509.pyc
${PYSITELIB}/requests_toolbelt/adapters/x509.pyo
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${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
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${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
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${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
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${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
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${PYSITELIB}/requests_toolbelt/multipart/decoder.py
${PYSITELIB}/requests_toolbelt/multipart/decoder.pyc
${PYSITELIB}/requests_toolbelt/multipart/decoder.pyo
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${PYSITELIB}/requests_toolbelt/multipart/encoder.py
${PYSITELIB}/requests_toolbelt/multipart/encoder.pyc
${PYSITELIB}/requests_toolbelt/multipart/encoder.pyo
${PYSITELIB}/requests_toolbelt/sessions.py
${PYSITELIB}/requests_toolbelt/sessions.pyc
${PYSITELIB}/requests_toolbelt/sessions.pyo
${PYSITELIB}/requests_toolbelt/streaming_iterator.py
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${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
Update to 0.4.0: 0.4.0 -- 2015-04-03 ------------------- For more information about this release, please see `milestone 0.4.0 <https://github.com/sigmavirus24/requests-toolbelt/issues/46>`_ on the project's page. New Features ~~~~~~~~~~~~ - A naive implemenation of a thread pool is now included in the toolbelt. See the docs in ``docs/threading.rst`` or on `Read The Docs <https://toolbelt.readthedocs.org>`_. - The ``StreamingIterator`` now accepts files (such as ``sys.stdin``) without a specific length and will properly stream them. - The ``MultipartEncoder`` now accepts exactly the same format of fields as requests' ``files`` parameter does. In other words, you can now also pass in extra headers to add to a part in the body. You can also now specify a custom ``Content-Type`` for a part. - An implementation of HTTP Digest Authentication for Proxies is now included. - A transport adapter that allows a user to specify a specific Certificate Fingerprint is now included in the toolbelt. - A transport adapter that simplifies how users specify socket options is now included. - A transport adapter that simplifies how users can specify TCP Keep-Alive options is now included in the toolbelt. - Deprecated functions from ``requests.utils`` are now included and maintained. - An authentication tool that allows users to specify how to authenticate to several different domains at once is now included. - A function to save streamed responses to disk by analyzing the ``Content-Disposition`` header is now included in the toolbelt. Fixed Bugs ~~~~~~~~~~ - The ``MultipartEncoder`` will now allow users to upload files larger than 4GB on 32-bit systems. - The ``MultipartEncoder`` will now accept empty unicode strings for form values.
2015-04-05 16:20:03 +02:00
${PYSITELIB}/requests_toolbelt/utils/user_agent.py
${PYSITELIB}/requests_toolbelt/utils/user_agent.pyc
${PYSITELIB}/requests_toolbelt/utils/user_agent.pyo