b2a491a284
- Upgrade to 1.0.0: - Breaking Changes - Removed Google App Engine support to allow using urllib3 2.0 - New Features - Add support for preparing requests in BaseUrlSession - Fixed Bugs - Ensured the test suite no longer reaches the Internet - Fix urllib3 warning to only emit on X509Adapter usage - Fixing missing newline in dump utility - Miscellaneous - Added explicit support for Python 3.11 - Remove upstreamed patches: - fix-tests.patch - remove_mock.patch - requests-toolbelt-pr246-collections.abc.patch - Add 356-add-missing-casette-files.patch which adds missing casette test files (gh#requests/toolbelt!356).
Matej Cepl2023-05-04 19:38:53 +00:00
d8e3d5988c
- Add patch to fix tests fix-tests.patch - Use pytest to execute the tests, same as the upstream - Fix import of pyOpenSSL shim from urllib3 for PKCS12 adapter
Tomáš Chvátal
2019-05-06 14:15:56 +00:00
7838fbfd74
- update to 0.9.1: - Fix import of pyOpenSSL shim from urllib3 for PKCS12 adapter - Add X509 Adapter that can handle PKCS12 - Add stateless solution for streaming files by MultipartEncoder from one host to another (in chunks) - Update link to example - Move import of `ABCs from collections into version-specific part of _compat module - Fix backwards incompatibility in get_encodings_from_content - Correct callback documentation for MultipartEncoderMonitor - Fix bug when MultipartEncoder is asked to encode zero parts - Correct the type of non string request body dumps - Removed content from being stored in MultipartDecoder - Fix bug by enabling support for contenttype with capital letters. - Coerce proxy URL to bytes before dumping request - Avoid bailing out with exception upon empty response reason - Corrected Pool documentation - Corrected parentheses match in example usage - Fix "oject" to "object" in MultipartEncoder` - Fix URL for the project after the move - Add fix for OSX TCPKeepAliveAdapter
Dirk Mueller2019-04-25 19:58:22 +00:00
99ab6dd04d
Accepting request 451165 from home:stroeder:branches:devel:languages:python
Dirk Mueller2017-01-19 10:09:34 +00:00
1616d5983e
Accepting request 316562 from home:TheBlackCat:branches:devel:languages:python
Todd R
2015-07-14 07:44:44 +00:00
25790cd34c
- added explicit version dependency for python-request to avoid build errors for old distributions
Philipp Seiler
2014-11-17 15:59:46 +00:00