forked from mirrors/gecko-dev
67 lines
1.6 KiB
Text
67 lines
1.6 KiB
Text
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
|