| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge remote-tracking branch 'origin/master' | Kenneth Reitz | 2013-07-16 | 22 | -70/+269 | |
| |\ \ \ | ||||||
| | * \ \ | Merge pull request #1440 from fcurella/patch-0 | Kenneth Reitz | 2013-07-15 | 3 | -0/+11 | |
| | |\ \ \ | ||||||
| | | * | | | Added myself to AUTHORS | Flavio Curella | 2013-07-01 | 1 | -0/+1 | |
| | | * | | | keep the double quotes, but don't escape them | Flavio Curella | 2013-07-01 | 2 | -2/+2 | |
| | | * | | | unquote double-quotes cookie values | Flavio Curella | 2013-07-01 | 2 | -0/+10 | |
| | * | | | | Merge pull request #1439 from voberoi/master | Kenneth Reitz | 2013-07-15 | 2 | -2/+30 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Add test to verify .netrc authentication behavior. | Vikram Oberoi | 2013-06-27 | 1 | -0/+28 | |
| | | * | | | | .netrc settings shouldn't blow away explicit auth settings on a session | Vikram Oberoi | 2013-06-27 | 1 | -2/+2 | |
| | | |/ / / | ||||||
| | * | | | | Merge pull request #1441 from Lukasa/1395 | Kenneth Reitz | 2013-07-15 | 1 | -1/+1 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Remove urllib3-specific kwargs from general code | Cory Benfield | 2013-07-04 | 1 | -1/+1 | |
| | | |/ / / | ||||||
| | * | | | | Merge pull request #1456 from phndiaye/master | Kenneth Reitz | 2013-07-15 | 1 | -1/+2 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Set 208 status_code to "already_reported" | Philippe Ndiaye | 2013-07-13 | 1 | -0/+1 | |
| | | * | | | | Changed the "im_used" informational status code for the value given by IANA (... | Philippe Ndiaye | 2013-07-13 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | badge.fury.io | Kenneth Reitz | 2013-07-16 | 1 | -0/+2 | |
| | | | * | | fix doc | s7v7nislands | 2013-07-19 | 3 | -9/+4 | |
| | | |/ / | |/| | | ||||||
| | * | | | Delete invokefile.py | Kenneth Reitz | 2013-07-06 | 1 | -5/+0 | |
| | |/ / | ||||||
| | * | | Merge pull request #1437 from lukaszb/patch-1 | Cory Benfield | 2013-06-27 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Fixed wrong method call at streaming example | Lukasz Balcerzak | 2013-06-27 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | Merge pull request #1435 from chinux23/master | Kenneth Reitz | 2013-06-25 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | @1434 Fix https://github.com/kennethreitz/requests/issues/1434 | Chen Huang | 2013-06-25 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | Merge pull request #1429 from Lukasa/docs | Cory Benfield | 2013-06-24 | 1 | -0/+5 | |
| | |\ \ | ||||||
| | | * | | Packaging warning, in via @andrewgross. | Cory Benfield | 2013-06-22 | 1 | -0/+5 | |
| | |/ / | ||||||
| | * | | Merge pull request #1425 from Lukasa/stream | Kenneth Reitz | 2013-06-21 | 3 | -6/+50 | |
| | |\ \ | ||||||
| | | * | | Use the new urllib3 stream generator. | Cory Benfield | 2013-06-18 | 1 | -5/+12 | |
| | | * | | Update urllib3 to cffbd6b317 | Cory Benfield | 2013-06-18 | 2 | -1/+38 | |
| | |/ / | ||||||
| | * | | Merge pull request #1419 from kevinburke/exception-links | Kenneth Reitz | 2013-06-14 | 2 | -5/+7 | |
| | |\ \ | ||||||
| | | * | | Add self to AUTHORS | Kevin Burke | 2013-06-12 | 1 | -0/+1 | |
| | | * | | Link to the actual exception references | Kevin Burke | 2013-06-12 | 1 | -5/+6 | |
| | |/ / | ||||||
| | * | | Merge pull request #1414 from jschneier/master | Kenneth Reitz | 2013-06-12 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | fix doc typo | Josh Schneier | 2013-06-09 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | Merge pull request #1315 from reclosedev/fix-redirects | Kenneth Reitz | 2013-06-08 | 2 | -10/+14 | |
| | |\ \ | ||||||
| | | * | | Don't reuse PreparedRequest on redirects | Roman Haritonov | 2013-06-08 | 2 | -10/+7 | |
| | | * | | new failing test_requests_in_history_are_not_overridden() | Roman Haritonov | 2013-06-08 | 1 | -1/+8 | |
| | |/ / | ||||||
| | * | | Merge pull request #1400 from jam/master | Kenneth Reitz | 2013-06-08 | 3 | -17/+16 | |
| | |\ \ | ||||||
| | | * | | Added myself to AUTHORS. | James Clarke | 2013-05-31 | 1 | -0/+1 | |
| | | * | | Use urllib to retrieve environment proxies. | James Clarke | 2013-05-31 | 2 | -17/+15 | |
| | |/ / |/| | | ||||||
| | * | | Merge pull request #1334 from rcarz/master | Kenneth Reitz | 2013-06-08 | 3 | -0/+14 | |
| | |\ \ | ||||||
| | | * | | rebased with upstream/master | Bob Carroll | 2013-05-26 | 1 | -0/+2 | |
| | | * | | this didn't merge properly | Bob Carroll | 2013-05-26 | 1 | -5/+3 | |
| | | * | | added assertion to test_uppercase_scheme_redirect for the response code | Bob Carroll | 2013-05-26 | 1 | -1/+1 | |
| | | * | | I probably should add my name too | Bob Carroll | 2013-05-26 | 1 | -0/+1 | |
| | | * | | resolve_redirects now checks for a scheme before converting the scheme to low... | Bob Carroll | 2013-05-26 | 2 | -2/+11 | |
| | | * | | resolve_redirects no longer throws an InvalidSchema exception when the scheme... | Bob Carroll | 2013-05-26 | 1 | -0/+4 | |
| | |/ / |/| | | ||||||
| | * | | Merge pull request #1385 from ViktorHaag/master | Kenneth Reitz | 2013-06-08 | 3 | -5/+33 | |
| | |\ \ | ||||||
| | | * | | added tests for mixed-case scheme URLs, changed adapters passing down URLs in... | Viktor Haag | 2013-05-24 | 2 | -9/+16 | |
| | | * | | - fixed func call syntax on lower to lower() | Viktor Haag | 2013-05-24 | 3 | -2/+23 | |
| | | * | | Lower-ify url before checking against prefix with startswith() | Viktor Haag | 2013-05-24 | 2 | -2/+2 | |
| | * | | | Merge pull request #1381 from expandrive/master | Kenneth Reitz | 2013-06-08 | 1 | -2/+2 | |
| | |\ \ \ | ||||||
| | | * | | | Only switch to chunked if we don't know the length of a file like object. Thi... | Jeff Mancuso | 2013-05-23 | 1 | -2/+2 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #1392 from revolunet/patch-2 | Kenneth Reitz | 2013-06-08 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
