| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Appease our linting overlords.disable-security | Cory Benfield | 2017-09-03 | 1 | -1/+1 |
| * | REQUESTS_DONT_USE_PYOPENSSL | Kenneth Reitz | 2017-09-02 | 1 | -2/+4 |
| * | taste | Kenneth Reitz | 2017-09-01 | 1 | -1/+0 |
| * | taste | Kenneth Reitz | 2017-09-01 | 1 | -2/+0 |
| * | Update philosophy.rst | Kenneth Reitz | 2017-08-29 | 1 | -0/+4 |
| * | Update setup.py | Kenneth Reitz | 2017-08-28 | 1 | -0/+1 |
| * | Merge pull request #4265 from PascalVA/patch-2 | Cory Benfield | 2017-08-28 | 1 | -1/+1 |
| |\ | |||||
| | * | fixed syntax for code block for prepared requests | Pascal Van Acker | 2017-08-28 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #4264 from PascalVA/patch-1 | Cory Benfield | 2017-08-28 | 1 | -0/+19 |
| |\ | |||||
| | * | Add environment info to prepared requests | Pascal Van Acker | 2017-08-28 | 1 | -0/+19 |
| |/ | |||||
| * | pretty little note | Kenneth Reitz | 2017-08-28 | 2 | -5/+7 |
| * | Python 2 Death Sentence⢠| Kenneth Reitz | 2017-08-28 | 3 | -13/+35 |
| * | Update index.rst | Kenneth Reitz | 2017-08-28 | 1 | -1/+1 |
| * | Update index.rst | Kenneth Reitz | 2017-08-28 | 1 | -1/+1 |
| * | Update index.rst | Kenneth Reitz | 2017-08-28 | 1 | -3/+1 |
| * | Update install.rst | Kenneth Reitz | 2017-08-27 | 1 | -4/+4 |
| * | Update README.rst | Kenneth Reitz | 2017-08-27 | 1 | -2/+2 |
| * | Merge pull request #4261 from Lukasa/fix-broken-tests | Cory Benfield | 2017-08-27 | 1 | -0/+1 |
| |\ | |||||
| | * | Pin to httpbin 0.5.0 | Cory Benfield | 2017-08-27 | 1 | -0/+1 |
| |/ | |||||
| * | docs update | Kenneth Reitz | 2017-08-25 | 3 | -5/+15 |
| * | coinbin.org | Kenneth Reitz | 2017-08-25 | 2 | -2/+2 |
| * | Merge branch 'master' of https://github.com/requests/requests | Kenneth Reitz | 2017-08-20 | 5 | -8/+28 |
| |\ | |||||
| | * | Merge pull request #4245 from remram44/fix-headers-links | Cory Benfield | 2017-08-17 | 3 | -1/+11 |
| | |\ | |||||
| | | * | Add test case for empty `Link:` header | Remi Rampin | 2017-08-17 | 1 | -0/+4 |
| | | * | Add entry in HISTORY.rst | Remi Rampin | 2017-08-17 | 1 | -0/+2 |
| | | * | Fix parse_header_links on empty header | Remi Rampin | 2017-08-16 | 1 | -1/+5 |
| | |/ | |||||
| | * | Prepare for new release | Cory Benfield | 2017-08-15 | 1 | -0/+7 |
| | * | v2.18.4v2.18.4 | Cory Benfield | 2017-08-15 | 2 | -6/+5 |
| | * | Merge pull request #4240 from mgasvoda/master | Cory Benfield | 2017-08-12 | 3 | -5/+9 |
| | |\ | |||||
| | | * | Adding record to history | mgasvoda | 2017-08-12 | 1 | -0/+1 |
| | | * | Modifying tests to include header name info | mgasvoda | 2017-08-11 | 1 | -3/+6 |
| | | * | Adding space after colon | mgasvoda | 2017-08-11 | 1 | -1/+1 |
| | | * | Removing trailing whitespace | mgasvoda | 2017-08-11 | 1 | -1/+1 |
| | | * | Improving message formatting | mgasvoda | 2017-08-11 | 1 | -2/+2 |
| | | * | Adding header name to exception | mgasvoda | 2017-08-11 | 1 | -2/+2 |
| | |/ | |||||
| * | | btc | Kenneth Reitz | 2017-08-20 | 2 | -1/+2 |
| |/ | |||||
| * | Merge pull request #4231 from Lukasa/drop-3.3-support | Kenneth Reitz | 2017-08-10 | 6 | -10/+1 |
| |\ | |||||
| | * | Remove references to 3.3 from the docs | Cory Benfield | 2017-08-09 | 3 | -3/+1 |
| | * | Drop Python 3.3 support | Cory Benfield | 2017-08-09 | 3 | -7/+0 |
| * | | Merge pull request #4237 from robinske/doc-import | Kenneth Reitz | 2017-08-10 | 1 | -0/+1 |
| |\ \ | |/ |/| | |||||
| | * | Merge branch 'master' into doc-import | Kelley Robinson | 2017-08-10 | 11 | -16/+61 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #4229 from NikosVlagoidis/issue#3863 | Cory Benfield | 2017-08-09 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | Fix issue #3863 | NikosVlagoidis | 2017-08-09 | 1 | -1/+1 |
| | * | | Update advanced.rst | NikosVlagoidis | 2017-08-09 | 1 | -3/+1 |
| | * | | Fixes issue #3863 | Nikolaos Vlagoidis | 2017-08-09 | 1 | -0/+4 |
| |/ / | |||||
| * | | Update AUTHORS.rst | Kenneth Reitz | 2017-08-08 | 1 | -7/+0 |
| * | | Merge pull request #4223 from Lukasa/widen-idna-pin | Cory Benfield | 2017-08-08 | 2 | -1/+5 |
| |\ \ | |||||
| | * | | Allow IDNA 2.6 | Cory Benfield | 2017-08-08 | 2 | -1/+5 |
| |/ / | |||||
| * | | Merge pull request #4217 from nikolas/patch-1 | Cory Benfield | 2017-08-02 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | fix typo in changelog | Nik Nyby | 2017-08-02 | 1 | -1/+1 |
| |/ / | |||||
