diff options
Diffstat (limited to 'third_party/python/requests-unixsocket/ChangeLog')
-rw-r--r-- | third_party/python/requests-unixsocket/ChangeLog | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/third_party/python/requests-unixsocket/ChangeLog b/third_party/python/requests-unixsocket/ChangeLog new file mode 100644 index 0000000000..86e52f70e4 --- /dev/null +++ b/third_party/python/requests-unixsocket/ChangeLog @@ -0,0 +1,67 @@ +CHANGES +======= + +0.1.5 +----- + +* Fix test_unix_domain_adapter_connection_proxies_error +* .travis.yml tweaks +* Remove py32; Add py35 +* Only reject proxies if they are relevant (which should be never) +* Add urllib3 requirement +* Add basic tests for all supported methods +* More PEP8 compliance refactoring +* Fix up some oversights in method parsing +* Tweak a few things in PR 12 +* Make PEP8 compliant with autopep8 +* Improve the monkey-patching library to replicate requests more closely + +0.1.4 +----- + +* README.rst: Add PyPI badge +* Monkeypatch requests.request + +0.1.3 +----- + +* Fix #6 ("GET parameters stripped from URL") +* GH-7: Fallback to import from urllib3 + +0.1.2 +----- + +* Tweak monkeypatch code +* Move/expose testutils like UnixSocketServerThread +* Make monkeypatch url_scheme arg optional + +0.1.1 +----- + +* Remove :class: role from README.rst + +0.1.0 +----- + +* Doc tweaks +* Expose Session and monkeypatch +* Add Travis CI build badge +* Test Python 3.2 with tox and Travis CI +* Use threading.Event to less chance of race cond +* Add .travis.yml for Travis CI +* Change process => thread for test UnixSocketServer +* Make WSGIApp use server attribute for shutdown +* Use WSGIApp callable instead of closure +* In tests, try to gracefully kill waitress server +* Display text coverage report in tox coverage env +* Add test for proxies error +* Use b literal in test; fix py3 test failures +* tox.ini: Correct name of env pep8 => flake8 +* tox.ini: Rename pep8 => flake8 +* .gitignore: Add AUTHORS and ChangeLog +* Add pytest-pep8 +* Improve tests +* Yay, tests are passing +* .gitignore: Add .eggs/ for setuptools==7.0 +* Rename README.md -> README.rst +* Initial commit |