summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #2678 from sigmavirus24/proposed/2.8.0Cory Benfield2015-10-0518-144/+590
|\ \ \
| * \ \ Merge branch 'fix-merge-setting' of https://github.com/ak1r4/requests into pr...Cory Benfield2015-08-064-10/+14
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into proposed/2.8.0Ian Cordasco2015-07-182-8/+7
| |\ \ \ \
| * | | | | Fix pool connection closed testIan Cordasco2015-07-181-1/+1
| * | | | | Upgrade urllib3 to 7fcfcd08a6a2150f93144d111904d1e4fb65c909Ian Cordasco2015-07-1813-114/+479
| * | | | | Merge branch 'auth-digest-multi-thread' of https://github.com/exvito/requests...Ian Cordasco2015-07-182-27/+58
| |\ \ \ \ \
| | * | | | | Issue #2334 - HTTPDigestAuth - Renamed thread local attributeexvito2015-04-041-31/+30
| | * | | | | Issue #2334 - HTTPDigestAuth - Improved per-thread state initexvito2015-04-031-12/+10
| | * | | | | digestauth: threadsafe testPierre Tardy2015-04-031-0/+20
| | * | | | | Issue #2334 - HTTPDigestAuth - All state now in thread local storageexvito2015-04-031-27/+38
| | * | | | | Issue #2334 - HTTPDigestAuth - Replace getattr utilizationexvito2015-04-021-1/+1
| | * | | | | Issue #2334 - HTTPAuthDigest - Making it thread-safeexvito2015-04-021-5/+8
| * | | | | | Merge branch 'debian-imports' of https://github.com/untitaker/requests into p...Ian Cordasco2015-07-182-3/+39
| |\ \ \ \ \ \
| | * | | | | | Add information about the package stubMarkus Unterwaditzer2015-04-242-2/+27
| | * | | | | | Import aliases for DebianMarkus Unterwaditzer2015-04-241-1/+12
| * | | | | | | Catch and wrap ClosedPoolErrorSusan Tan2015-07-172-0/+14
* | | | | | | | Merge branch 'hosamaly-master'Cory Benfield2015-10-031-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove reference to ok.Cory Benfield2015-10-031-2/+2
| * | | | | | | | Revert "Clarify the contract of Response#ok, and avoid exceptions in it"Cory Benfield2015-10-031-2/+5
| * | | | | | | | Clarify the contract of Response#ok, and avoid exceptions in itHosam Aly2015-10-031-5/+2
| * | | | | | | | Fix #2799: Update Quickstart documentation of Response.json()Hosam Aly2015-10-031-2/+8
|/ / / / / / / /
* | | | | | | | Merge pull request #2798 from Doctor-love/patch-1Cory Benfield2015-10-021-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Clarified description for option "trust_env"Doctor-love2015-10-021-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #2797 from sumitbinnani/DocumentationCorrectionCory Benfield2015-10-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update models.pysumitbinnani2015-10-021-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #2792 from Lukasa/update-test-dependenciesCory Benfield2015-10-011-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Update test dependenciesCory Benfield2015-10-011-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #2789 from sigmavirus24/remove-selfCory Benfield2015-09-301-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove offer to pair with others from READMEIan Cordasco2015-09-271-1/+0
* | | | | | | | | 60m timesKenneth Reitz2015-09-241-1/+1
* | | | | | | | | Merge pull request #2775 from ueg1990/remove_unused_moduleCory Benfield2015-09-131-4/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Removed unused module from hooks.pyueg19902015-09-131-4/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2774 from ueg1990/pythonic_hooksKenneth Reitz2015-09-131-13/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Some pythonic suggestions for requests/hooks.pyueg19902015-09-121-13/+5
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2772 from jimbrowne/masterCory Benfield2015-09-111-22/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs: move CA Certificates next to SSL Cert VerificationJim Browne2015-09-111-22/+22
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2769 from jwilk/spellingCory Benfield2015-09-102-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs: Fix typosJakub Wilk2015-09-102-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2767 from ueg1990/masterIan Cordasco2015-09-101-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Remove redundant function call list when iterating over status codesUsman Ehtesham Gul2015-09-101-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #2741 from jasongrout/per-host-proxyCory Benfield2015-09-065-13/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | Clarify documentation for per-host proxiesJason Grout2015-09-041-1/+4
| * | | | | | | | don't lowercase a url before urlparsing itJason Grout2015-08-282-2/+2
| * | | | | | | | Use url parsing to check the schemeJason Grout2015-08-281-1/+2
| * | | | | | | | Add test for per-host proxy selectionJason Grout2015-08-271-0/+9
| * | | | | | | | Fix documentation for the proxies dictionaryJason Grout2015-08-272-2/+6
| * | | | | | | | Factor out the proxy selection codeJason Grout2015-08-272-13/+13
| * | | | | | | | Fix documentation for proxies in the Session classJason Grout2015-08-271-5/+5
| * | | | | | | | Fix another place the proxy-selecting logic is used.Jason Grout2015-08-271-3/+5
| * | | | | | | | Clarify the per-host proxy codeJason Grout2015-08-251-2/+4