summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0Kenneth Reitz2013-07-313-16/+43
| |\ \ \
| | * | | Instantiate the CID directly.Cory Benfield2013-07-291-2/+1
| | * | | Modify new CID tests to use native string keys.Cory Benfield2013-07-291-4/+3
| | * | | Header keys should be native strings.Cory Benfield2013-07-293-11/+40
| | |/ /
* | | | Merge pull request #1503 from skastel/masterKenneth Reitz2013-09-242-2/+11
|\ \ \ \
| * | | | Fixing tests to verify thrown ValueError's.Stephen Huenneke2013-08-081-4/+5
| * | | | Raising ValueError's when we're passed inconsistent POST data and files dict.Stephen Huenneke2013-08-062-2/+10
| * | | | Making sure we check for str/unicode.Stephen Huenneke2013-07-291-2/+2
| * | | | Fixing error return to be consistent with tuple return at the end of the method.Stephen Huenneke2013-07-291-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1585 from rvoicilas/masterKenneth Reitz2013-09-241-1/+1
|\ \ \ \
| * | | | Use values() when the keys are not being usedRadu Voicilas2013-09-091-1/+1
* | | | | runscopeKenneth Reitz2013-09-241-1/+1
* | | | | Fixup unicode in AUTHORS fileCory Benfield2013-09-121-1/+1
* | | | | Merge pull request #1592 from homm/masterCory Benfield2013-09-123-4/+6
|\ \ \ \ \
| * | | | | Update AUTHORS.rsthomm2013-09-121-0/+1
| * | | | | fix spellinghomm2013-09-121-1/+1
| * | | | | clearly describe `r.raw` in Body Content Workflowhomm2013-09-122-2/+2
| * | | | | remove extra mention of dangerous `r.raw`homm2013-09-122-5/+6
|/ / / / /
* | | | | Merge pull request #1591 from sayanchowdhury/patch-1Cory Benfield2013-09-111-1/+1
|\ \ \ \ \
| * | | | | minor typo: Fix requests spellingSayan Chowdhury2013-09-111-1/+1
|/ / / / /
* | | | | Merge pull request #1587 from kracekumar/patch-1Cory Benfield2013-09-101-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed persistence spellingkracekumar2013-09-101-1/+1
|/ / / /
* | | | Merge pull request #1579 from yang/patch-1Cory Benfield2013-09-081-2/+4
|\ \ \ \
| * | | | Fix typo in Timeouts docYang Zhang2013-09-071-1/+1
| * | | | Clarify timeout behavior in quickstart docYang Zhang2013-09-061-2/+4
|/ / / /
* | | | Merge pull request #1578 from jparise/jparise-authorsbaserock/morphCory Benfield2013-09-041-0/+1
|\ \ \ \
| * | | | Adding myself to the list of contributors.Jon Parise2013-09-041-0/+1
|/ / / /
* | | | Merge pull request #1575 from jparise/content-encodingKenneth Reitz2013-09-032-1/+49
|\ \ \ \
| * | | | Improved content encoding detection.Jon Parise2013-09-032-1/+49
|/ / / /
* | | | Merge pull request #1566 from sigmavirus24/update_readmeCory Benfield2013-09-011-1/+3
|\ \ \ \
| * | | | Add link to Contributor Friendly tagIan Cordasco2013-09-011-1/+3
|/ / / /
* | | | Merge pull request #1556 from ssbarnea/masterCory Benfield2013-08-271-0/+1
|\ \ \ \
| * | | | Added link to StackOverflow questions related to python-requests. This should...Sorin Sbarnea2013-08-271-0/+1
* | | | | Merge pull request #1540 from libbkmz/masterCory Benfield2013-08-181-1/+1
|\ \ \ \ \
| * | | | | Update advanced.rstlibbkmz2013-08-191-1/+1
|/ / / / /
* | | | | Merge pull request #1538 from enkore/patch-1Cory Benfield2013-08-171-1/+1
|\ \ \ \ \
| * | | | | Remove superfluous double dotenkore2013-08-181-1/+1
|/ / / / /
* | | | | Merge pull request #1535 from sigmavirus24/ignore_original_response_if_noneKenneth Reitz2013-08-161-0/+3
|\ \ \ \ \
| * | | | | Skip cookie extraction if necessaryIan Cordasco2013-08-161-0/+3
|/ / / / /
* | | | | Merge pull request #1508 from dieterv/masterKenneth Reitz2013-07-311-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | remove duplicate commentDieter Verfaillie2013-07-311-3/+0
| | |/ / | |/| |
* | | | Merge pull request #1500 from gavrie/master2.0Kenneth Reitz2013-07-314-13/+22
|\ \ \ \
| * | | | Update urllib3 to d89d508Gavrie Philipson2013-07-294-13/+22
| |/ / /
* | | | Merge pull request #1487 from dpursehouse/rewrite-test_mixed_case_scheme_acce...Kenneth Reitz2013-07-311-34/+15
|\ \ \ \
| * | | | Check the response URL in `test_uppercase_scheme_redirect`David Pursehouse2013-07-241-0/+1
| * | | | Rewrite `test_uppercase_scheme_redirect` to use local httpbinDavid Pursehouse2013-07-241-1/+3
| * | | | Remove redundant test case `test_uppercase_scheme`David Pursehouse2013-07-241-4/+0
| * | | | Rewrite `test_mixed_case_scheme_acceptable` to work with local httpbinDavid Pursehouse2013-07-241-25/+10
| * | | | Remove redundant session in `test_mixed_case_scheme_acceptable`David Pursehouse2013-07-241-4/+1
* | | | | Merge pull request #1498 from Lukasa/incompletereadKenneth Reitz2013-07-313-4/+16
|\ \ \ \ \