| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| |/ / | ||||||
| * | | Prepare changelog for next release | Cory Benfield | 2017-08-02 | 1 | -0/+7 | |
| * | | v2.18.3v2.18.3 | Cory Benfield | 2017-08-02 | 2 | -4/+4 | |
| * | | Merge pull request #4210 from Lukasa/sslerror | Ian Stapleton Cordasco | 2017-07-29 | 3 | -1/+18 | |
| |\ \ | ||||||
| | * | | Changelog for #4209 | Cory Benfield | 2017-07-29 | 1 | -0/+3 | |
| | * | | Correctly raise SSLError from urllib3. | Cory Benfield | 2017-07-29 | 1 | -0/+5 | |
| | * | | Add failing test for #4209 | Cory Benfield | 2017-07-29 | 1 | -1/+10 | |
| |/ / | ||||||
| * | | Merge pull request #4182 from alexwlchan/idna-version | Nate Prewitt | 2017-07-27 | 3 | -0/+26 | |
| |\ \ | ||||||
| | * | | Changelog entry | Alex Chan | 2017-07-27 | 1 | -0/+2 | |
| | * | | Add idna version info to requests.help | Alex Chan | 2017-07-27 | 2 | -0/+24 | |
| |/ / | ||||||
| * | | Merge pull request #4174 from alex/patch-2 | Nate Prewitt | 2017-07-27 | 1 | -3/+1 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into patch-2 | Alex Gaynor | 2017-07-27 | 12 | -23/+53 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge pull request #4207 from markjszy/master | Cory Benfield | 2017-07-27 | 1 | -2/+0 | |
| |\ \ \ | ||||||
| | * | | | remove legacy super() call | Mark Szymanski | 2017-07-26 | 1 | -2/+0 | |
| |/ / / | ||||||
| | * | | Removed legacy fallback for python3.2 | Alex Gaynor | 2017-06-25 | 1 | -3/+1 | |
| | | * | Adds import statement to front page of docs for clarity and quicker start up | kelley | 2017-08-10 | 1 | -0/+1 | |
| | |/ |/| | ||||||
