summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* Add 511 Network Authentication Required status code to dict of status codesAnn Paul2015-10-261-0/+1
* Merge pull request #2825 from Lukasa/universal_newlinesIan Cordasco2015-10-243-3/+39
|\
| * Emit warnings when using text mode files.Cory Benfield2015-10-243-3/+39
* | fix issue #2844Alex Khomchenko2015-10-231-1/+1
* | Use buffering for HTTP responses on chunked requestsDimitris Bliablias2015-10-151-1/+9
* | Fixed usage example in sessions.pyDaniel Müller2015-10-151-2/+2
|/
* v2.8.1v2.8.1Cory Benfield2015-10-131-2/+2
* Move to_native_string for methods to prepare()Cory Benfield2015-10-122-4/+1
* Merge pull request #2810 from Lukasa/certupdateIan Cordasco2015-10-081-795/+1385
|\
| * Update requests certificate bundle.Cory Benfield2015-10-081-795/+1385
* | Merge pull request #2814 from Lukasa/issue/2813Ian Cordasco2015-10-081-1/+1
|\ \
| * | Use general null check for JSONCory Benfield2015-10-081-1/+1
| |/
* | NewConnectionErrors aren't timeouts.Cory Benfield2015-10-081-1/+4
|/
* Merge pull request #2804 from Lukasa/final-2.8.0v2.8.0Ian Cordasco2015-10-0511-67/+86
|\
| * Increment version numbers.Cory Benfield2015-10-051-2/+2
| * Update urllib3 to 1.12Cory Benfield2015-10-0510-65/+84
* | Merge pull request #2803 from asieira/masterIan Cordasco2015-10-051-27/+1
|\ \
| * | Update default user-agent (#2785)Alexandre Sieira2015-10-051-27/+1
| |/
* | Merge pull request #2721 from Lukasa/no_proxy_fixCory Benfield2015-10-051-1/+3
|\ \
| * | Ignore empty fields in no_proxyCory Benfield2015-08-131-1/+3
* | | Merge pull request #2763 from ravipra/json_supersedesCory Benfield2015-10-051-2/+2
|\ \ \ | |_|/ |/| |
| * | changed the null check for 'data' parameter to be more explicit.Ravi Prakash Putchala2015-09-091-1/+1
| * | Fixed issue #2756Ravi Prakash Putchala2015-09-081-2/+2
* | | Merge pull request #2678 from sigmavirus24/proposed/2.8.0Cory Benfield2015-10-0517-144/+560
|\ \ \
| * \ \ Merge branch 'fix-merge-setting' of https://github.com/ak1r4/requests into pr...Cory Benfield2015-08-061-3/+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-181-27/+38
| |\ \ \ \
| | * | | | Issue #2334 - HTTPDigestAuth - Renamed thread local attributeexvito2015-04-041-31/+30
| | * | | | Issue #2334 - HTTPDigestAuth - Improved per-thread state initexvito2015-04-031-12/+10
| | * | | | 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-171-0/+4
* | | | | | | Clarified description for option "trust_env"Doctor-love2015-10-021-1/+2
* | | | | | | Update models.pysumitbinnani2015-10-021-1/+1
* | | | | | | Removed unused module from hooks.pyueg19902015-09-131-4/+1
* | | | | | | Some pythonic suggestions for requests/hooks.pyueg19902015-09-121-13/+5
* | | | | | | 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-063-12/+22
|\ \ \ \ \ \
| * | | | | | 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
| * | | | | | 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
| * | | | | | Implement per-host proxiesJason Grout2015-08-241-1/+2