summaryrefslogtreecommitdiffstats
path: root/third_party/python/requests-unixsocket/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /third_party/python/requests-unixsocket/ChangeLog
parentInitial commit. (diff)
downloadfirefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz
firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/python/requests-unixsocket/ChangeLog')
-rw-r--r--third_party/python/requests-unixsocket/ChangeLog67
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