| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #2678 from sigmavirus24/proposed/2.8.0 | Cory Benfield | 2015-10-05 | 18 | -144/+590 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'fix-merge-setting' of https://github.com/ak1r4/requests into pr... | Cory Benfield | 2015-08-06 | 4 | -10/+14 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge remote-tracking branch 'upstream/master' into proposed/2.8.0 | Ian Cordasco | 2015-07-18 | 2 | -8/+7 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Fix pool connection closed test | Ian Cordasco | 2015-07-18 | 1 | -1/+1 | |
| | * | | | | | Upgrade urllib3 to 7fcfcd08a6a2150f93144d111904d1e4fb65c909 | Ian Cordasco | 2015-07-18 | 13 | -114/+479 | |
| | * | | | | | Merge branch 'auth-digest-multi-thread' of https://github.com/exvito/requests... | Ian Cordasco | 2015-07-18 | 2 | -27/+58 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Issue #2334 - HTTPDigestAuth - Renamed thread local attribute | exvito | 2015-04-04 | 1 | -31/+30 | |
| | | * | | | | | Issue #2334 - HTTPDigestAuth - Improved per-thread state init | exvito | 2015-04-03 | 1 | -12/+10 | |
| | | * | | | | | digestauth: threadsafe test | Pierre Tardy | 2015-04-03 | 1 | -0/+20 | |
| | | * | | | | | Issue #2334 - HTTPDigestAuth - All state now in thread local storage | exvito | 2015-04-03 | 1 | -27/+38 | |
| | | * | | | | | Issue #2334 - HTTPDigestAuth - Replace getattr utilization | exvito | 2015-04-02 | 1 | -1/+1 | |
| | | * | | | | | Issue #2334 - HTTPAuthDigest - Making it thread-safe | exvito | 2015-04-02 | 1 | -5/+8 | |
| | * | | | | | | Merge branch 'debian-imports' of https://github.com/untitaker/requests into p... | Ian Cordasco | 2015-07-18 | 2 | -3/+39 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Add information about the package stub | Markus Unterwaditzer | 2015-04-24 | 2 | -2/+27 | |
| | | * | | | | | | Import aliases for Debian | Markus Unterwaditzer | 2015-04-24 | 1 | -1/+12 | |
| | * | | | | | | | Catch and wrap ClosedPoolError | Susan Tan | 2015-07-17 | 2 | -0/+14 | |
| * | | | | | | | | Merge branch 'hosamaly-master' | Cory Benfield | 2015-10-03 | 1 | -2/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove reference to ok. | Cory Benfield | 2015-10-03 | 1 | -2/+2 | |
| | * | | | | | | | | Revert "Clarify the contract of Response#ok, and avoid exceptions in it" | Cory Benfield | 2015-10-03 | 1 | -2/+5 | |
| | * | | | | | | | | Clarify the contract of Response#ok, and avoid exceptions in it | Hosam Aly | 2015-10-03 | 1 | -5/+2 | |
| | * | | | | | | | | Fix #2799: Update Quickstart documentation of Response.json() | Hosam Aly | 2015-10-03 | 1 | -2/+8 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2798 from Doctor-love/patch-1 | Cory Benfield | 2015-10-02 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Clarified description for option "trust_env" | Doctor-love | 2015-10-02 | 1 | -1/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2797 from sumitbinnani/DocumentationCorrection | Cory Benfield | 2015-10-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update models.py | sumitbinnani | 2015-10-02 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2792 from Lukasa/update-test-dependencies | Cory Benfield | 2015-10-01 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update test dependencies | Cory Benfield | 2015-10-01 | 1 | -3/+3 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2789 from sigmavirus24/remove-self | Cory Benfield | 2015-09-30 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Remove offer to pair with others from README | Ian Cordasco | 2015-09-27 | 1 | -1/+0 | |
| * | | | | | | | | | 60m times | Kenneth Reitz | 2015-09-24 | 1 | -1/+1 | |
| * | | | | | | | | | Merge pull request #2775 from ueg1990/remove_unused_module | Cory Benfield | 2015-09-13 | 1 | -4/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Removed unused module from hooks.py | ueg1990 | 2015-09-13 | 1 | -4/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2774 from ueg1990/pythonic_hooks | Kenneth Reitz | 2015-09-13 | 1 | -13/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Some pythonic suggestions for requests/hooks.py | ueg1990 | 2015-09-12 | 1 | -13/+5 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2772 from jimbrowne/master | Cory Benfield | 2015-09-11 | 1 | -22/+22 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | docs: move CA Certificates next to SSL Cert Verification | Jim Browne | 2015-09-11 | 1 | -22/+22 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2769 from jwilk/spelling | Cory Benfield | 2015-09-10 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | docs: Fix typos | Jakub Wilk | 2015-09-10 | 2 | -2/+2 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2767 from ueg1990/master | Ian Cordasco | 2015-09-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | Remove redundant function call list when iterating over status codes | Usman Ehtesham Gul | 2015-09-10 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2741 from jasongrout/per-host-proxy | Cory Benfield | 2015-09-06 | 5 | -13/+42 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Clarify documentation for per-host proxies | Jason Grout | 2015-09-04 | 1 | -1/+4 | |
| | * | | | | | | | | don't lowercase a url before urlparsing it | Jason Grout | 2015-08-28 | 2 | -2/+2 | |
| | * | | | | | | | | Use url parsing to check the scheme | Jason Grout | 2015-08-28 | 1 | -1/+2 | |
| | * | | | | | | | | Add test for per-host proxy selection | Jason Grout | 2015-08-27 | 1 | -0/+9 | |
| | * | | | | | | | | Fix documentation for the proxies dictionary | Jason Grout | 2015-08-27 | 2 | -2/+6 | |
| | * | | | | | | | | Factor out the proxy selection code | Jason Grout | 2015-08-27 | 2 | -13/+13 | |
| | * | | | | | | | | Fix documentation for proxies in the Session class | Jason Grout | 2015-08-27 | 1 | -5/+5 | |
| | * | | | | | | | | Fix another place the proxy-selecting logic is used. | Jason Grout | 2015-08-27 | 1 | -3/+5 | |
| | * | | | | | | | | Clarify the per-host proxy code | Jason Grout | 2015-08-25 | 1 | -2/+4 | |
