| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix rtdversion | Kenneth Reitz | 2017-05-25 | 1 | -1/+1 |
| | | |||||
| * | take a page out of @sigmavirus42's book | Kenneth Reitz | 2017-05-25 | 1 | -6/+6 |
| | | |||||
| * | take a page out of @sigmavirus42's book | Kenneth Reitz | 2017-05-25 | 1 | -0/+3 |
| | | |||||
| * | better '' | Kenneth Reitz | 2017-05-25 | 1 | -1/+1 |
| | | |||||
| * | __version__.py | Kenneth Reitz | 2017-05-25 | 3 | -15/+20 |
| | | |||||
| * | Update README.rst | Kenneth Reitz | 2017-05-25 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #4056 from Lukasa/pytest-httpbin-fix | Cory Benfield | 2017-05-24 | 3 | -2/+4 |
| |\ | | | | | Disable pytest messing with warnings. | ||||
| | * | Turns out @kennethreitz suprise-broke the CI | Cory Benfield | 2017-05-24 | 1 | -1/+1 |
| | | | |||||
| | * | Disable pytest messing with warnings. | Cory Benfield | 2017-05-24 | 2 | -1/+3 |
| | | | | | | | | | We may be able to remove this if pytest resolves pytest-dev/pytest#2430 | ||||
| * | | Update __init__.py | Kenneth Reitz | 2017-05-24 | 1 | -3/+4 |
| | | | |||||
| * | | progress | Kenneth Reitz | 2017-05-22 | 1 | -2/+2 |
| | | | |||||
| * | | progress | Kenneth Reitz | 2017-05-22 | 1 | -3/+2 |
| | | | |||||
| * | | fix lack of taste | Kenneth Reitz | 2017-05-21 | 1 | -1/+1 |
| |/ | | | | Signed-off-by: Kenneth Reitz <me@kennethreitz.org> | ||||
| * | Update index.rst | Kenneth Reitz | 2017-05-21 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4041 from jdufresne/bdist_wheel | Cory Benfield | 2017-05-20 | 2 | -2/+3 |
| |\ | | | | | Add setup.cfg to declare wheel as universal | ||||
| | * | Add setup.cfg to declare wheel as universal | Jon Dufresne | 2017-05-20 | 2 | -2/+3 |
| |/ | | | | | | | | | | As the project is pure Python, a built wheel should always be universal, so define in the project globally. Can remove --universal command from Makefile. See: http://pythonwheels.com/ | ||||
| * | Merge branch 'kaptajnen-master' | Cory Benfield | 2017-05-18 | 2 | -0/+5 |
| |\ | |||||
| | * | Simplify fix for #4025 | Jonas Laursen | 2017-05-18 | 1 | -32/+33 |
| | | | |||||
| | * | Fix #4025 | Jonas Laursen | 2017-05-18 | 2 | -32/+36 |
| |/ | |||||
| * | Merge pull request #4026 from floppym/sdist-tests | Ian Cordasco | 2017-05-18 | 1 | -0/+1 |
| |\ | | | | | Include tests in sdist tarball | ||||
| | * | Include tests in sdist tarball | Mike Gilbert | 2017-05-16 | 1 | -0/+1 |
| | | | | | | | | | Fixes: https://github.com/kennethreitz/requests/issues/4024 | ||||
| * | | Merge pull request #4033 from Lukasa/issue/4030 | Ian Cordasco | 2017-05-17 | 4 | -2/+8 |
| |\ \ | | | | | | | Test that the readme renders in CI. | ||||
| | * | | Amend the syntax for skipping the readme check | Ian Cordasco | 2017-05-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Alex said this would work | Cory Benfield | 2017-05-17 | 1 | -1/+2 |
| | | | | |||||
| | * | | Avoid verifying the README.rst on Python 2.6 | Ian Cordasco | 2017-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | readme-render does not appear to support Python 2.6. This causes tests to fail on Travis' 2.6 environment. | ||||
| | * | | Merge branch 'master' into issue/4030 | Ian Cordasco | 2017-05-17 | 3 | -117/+79 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #4036 from nateprewitt/pin_sphinx | Cory Benfield | 2017-05-17 | 3 | -117/+79 |
| |\ \ \ | |_|/ |/| | | Pin sphinx | ||||
| | * | | Stop creating Pipfile.lock on every make. | Nate Prewitt | 2017-05-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | Pipenv used to require the file to be locked on each individual platform, but as of v4.0.0, that is no longer necessary. Removing the forced call to lock will speed up builds in CI. | ||||
| | * | | Temporarily cap Sphinx at 1.5.5 for Python 2.6 compatibility | Nate Prewitt | 2017-05-17 | 2 | -116/+79 |
| |/ / | |||||
| | * | Fixup broken changelog | Cory Benfield | 2017-05-17 | 1 | -1/+1 |
| | | | |||||
| | * | Test the readme in travis | Cory Benfield | 2017-05-17 | 1 | -0/+1 |
| | | | |||||
| | * | Add a makefile target for testing the readme | Cory Benfield | 2017-05-17 | 2 | -0/+4 |
| |/ | |||||
| * | Merge pull request #4015 from nateprewitt/update_manifest | Cory Benfield | 2017-05-10 | 1 | -1/+1 |
| |\ | | | | | remove old test_requests.py listing from MANIFEST.in | ||||
| | * | remove old test_requests.py listing from MANIFEST.in | Nate Prewitt | 2017-05-10 | 1 | -1/+1 |
| |/ | |||||
| * | v2.14.2v2.14.2 | Cory Benfield | 2017-05-10 | 2 | -2/+10 |
| | | |||||
| * | Merge pull request #4014 from Lukasa/even-more-compat | Cory Benfield | 2017-05-10 | 1 | -1/+1 |
| |\ | | | | | Remove range operators from markers. | ||||
| | * | Remove range operators from markers | Cory Benfield | 2017-05-10 | 1 | -1/+1 |
| |/ | |||||
| * | v2.14.1v2.14.1 | Cory Benfield | 2017-05-09 | 1 | -2/+2 |
| | | |||||
| * | Changelog for v2.14.1 | Cory Benfield | 2017-05-09 | 1 | -2/+10 |
| | | |||||
| * | Merge pull request #4007 from Lukasa/use-more-comaptible-marker | Cory Benfield | 2017-05-09 | 1 | -1/+1 |
| |\ | | | | | Use sys_platform instead of platform_system | ||||
| | * | Use sys_platform instead of platform_system | Cory Benfield | 2017-05-09 | 1 | -1/+1 |
| |/ | | | | This is more compatible as a marker and so will break fewer people. | ||||
| * | v2.14.0v2.14.0 | Cory Benfield | 2017-05-09 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4004 from Lukasa/prepare-2.14 | Cory Benfield | 2017-05-09 | 65 | -4861/+5919 |
| |\ | | | | | Prepare for 2.14 release. | ||||
| | * | We no longer downcase some hosts. | Cory Benfield | 2017-05-09 | 2 | -6/+8 |
| | | | |||||
| | * | Update certifi to 2017.4.17 | Cory Benfield | 2017-05-09 | 2 | -269/+241 |
| | | | |||||
| | * | Update idna to v2.5 | Cory Benfield | 2017-05-09 | 4 | -1575/+1583 |
| | | | |||||
| | * | Update chardet to v3.0.2 | Cory Benfield | 2017-05-09 | 44 | -2871/+2028 |
| | | | |||||
| | * | Update urllib3 to v1.21.1 | Cory Benfield | 2017-05-09 | 18 | -139/+2037 |
| | | | |||||
| | * | Bring changelog up to date. | Cory Benfield | 2017-05-09 | 1 | -2/+23 |
| |/ | |||||
| * | Merge pull request #4001 from bowlofeggs/seconds | Kenneth Reitz | 2017-05-07 | 1 | -1/+1 |
| |\ | | | | | Specify that the timeout parameter is in seconds. | ||||
