summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* test urllib3 master branchtest_urllib3_devNate Prewitt2018-10-172-3/+21
|
* Merge pull request #4827 from webmaven/patch-1Nate Prewitt2018-10-161-3/+3
|\ | | | | CVE URLs update: www sub-subdomain no longer valid
| * CVE URLs update: www sub-subdomain no longer validMichael R. Bernstein2018-10-161-3/+3
|/
* Merge pull request #4765 from requests/encapsulate_urllib3_excNate Prewitt2018-09-303-4/+23
|\ | | | | wrap url parsing exceptions from urllib3's PoolManager
| * wrap url parsing exceptions from urllib3's PoolManagerNate Prewitt2018-09-303-4/+23
|/
* Merge pull request #4805 from jdufresne/httpsNate Prewitt2018-09-3020-90/+90
|\ | | | | Prefer https:// for URLs throughout project
| * Prefer https:// for URLs throughout projectJon Dufresne2018-09-3020-90/+90
|/
* Remove dead link to unixstickers.comJon Dufresne2018-09-301-2/+0
| | | | The link does not link Requests stickers as the text suggests.
* Merge pull request #4802 from schafezp/patch-1Nate Prewitt2018-09-211-1/+1
|\ | | | | Update README.md to fix typo
| * Update README.md to fix typoZachary Schafer2018-09-211-1/+1
|/ | | I noticed "Rquests" was used at the top of the readme instead of "Requests". If that was intentional then ignore this change.
* Update index.rstKenneth Reitz2018-09-171-2/+2
|
* Update index.rstKenneth Reitz2018-09-171-1/+1
|
* Update index.rstKenneth Reitz2018-09-171-1/+1
|
* Update index.rstKenneth Reitz2018-09-171-1/+1
|
* Update index.rstKenneth Reitz2018-09-171-0/+3
|
* Update MANIFEST.inKenneth Reitz2018-09-171-1/+1
|
* Delete HISTORY.rstKenneth Reitz2018-09-171-1573/+0
|
* historyKenneth Reitz2018-09-171-0/+1602
|
* Update MANIFEST.inKenneth Reitz2018-09-171-1/+1
|
* Update setup.pyKenneth Reitz2018-09-171-4/+4
|
* Delete README.rstKenneth Reitz2018-09-171-114/+0
|
* Update README.mdKenneth Reitz2018-09-171-8/+5
|
* Merge branch 'master' of github.com:requests/requestsKenneth Reitz2018-09-175-13/+57
|\
| * Update README.rstKenneth Reitz2018-09-171-0/+4
| |
| * Merge pull request #4791 from juozasget/patch-1Nate Prewitt2018-09-151-1/+8
| |\ | | | | | | Tuple test_requirements was too long, PEP8
| | * Tuple test_requirements was too long, PEP8juozasget2018-09-151-1/+8
| |/ | | | | Broken a long line into multiple lines inside tuple parenthesis.
| * Merge pull request #4787 from vinayak-mehta/patch-1Nate Prewitt2018-09-151-1/+1
| |\ | | | | | | Fix broken essay link
| | * Fix broken essay linkVinayak Mehta2018-09-151-1/+1
| |/
| * Merge pull request #4718 from bmerry/fix-4716Nate Prewitt2018-09-142-11/+44
| |\ | | | | | | Strip Authorization header whenever root URL changes
| | * Rework authorization stripping logic as discussedBruce Merry2018-09-142-19/+40
| | | | | | | | | | | | | | | The exception for http->https upgrade now requires the standard HTTP(S) ports to be used, either implicitly (no port specified) or explicitly.
| | * Strip Authorization header whenever root URL changesBruce Merry2018-09-142-2/+14
| |/ | | | | | | | | | | | | | | Previously the header was stripped only if the hostname changed, but in an https -> http redirect that can leak the credentials on the wire (#4716). Based on with RFC 7235 section 2.2, the header is now stripped if the "canonical root URL" (scheme+authority) has changed, by checking scheme, hostname and port.
* | readmeKenneth Reitz2018-09-171-0/+110
|/
* Merge pull request #4785 from alexwlchan/encounterd-of-the-third-kindNate Prewitt2018-09-121-1/+1
|\ | | | | Fix a typo in a test docstring
| * Fix a typo in a test docstringAlex Chan2018-09-131-1/+1
|/
* Merge pull request #4782 from sayzlim/masterKenneth Reitz2018-09-102-2/+1
|\ | | | | Fix CSS error
| * Fix CSS errorSayz Lim2018-09-112-2/+1
| | | | | | | | Human error, I shouldn’t have moved the CTA.
* | Merge pull request #4781 from sayzlim/masterKenneth Reitz2018-09-102-2/+2
|\ \ | |/ | | Adjust padding and button placements
| * Merge branch 'master' of https://github.com/sayzlim/requestsSayz Lim2018-09-111-1/+39
| |\
| * | Adjust padding and button placementsSayz Lim2018-09-112-2/+2
| | | | | | | | | | | | Move the CTA button so the version doesn’t overlap with it. Make the expanded ad more compact to take less vertical space.
* | | Merge branch 'master' of github.com:requests/requestsKenneth Reitz2018-09-101-1/+2
|\ \ \
| * \ \ Merge pull request #4780 from sayzlim/masterKenneth Reitz2018-09-101-1/+2
| |\ \ \ | | | |/ | | |/| Correct fixed footer width
| | * | Merge branch 'master' into masterKenneth Reitz2018-09-101-1/+39
| | |\ \ | | |/ / | |/| |
| | * | Merge branch 'master' into masterSayz Lim2018-09-100-0/+0
| | |\ \ | | | |/ | | |/|
| | * | Correct fixed footer widthSayz Lim2018-09-101-1/+2
| | | |
* | | | ad byKenneth Reitz2018-09-101-1/+1
|/ / /
* | | Merge branch 'master' of github.com:requests/requestsKenneth Reitz2018-09-104-4/+317
|\ \ \ | | |/ | |/|
| * | Merge pull request #4779 from sayzlim/masterKenneth Reitz2018-09-104-4/+317
| |\ \ | | |/ | | | Integrate Native CPC by BuySellAds
| | * Integrate Native CPC by BuySellAdsSayz Lim2018-09-104-4/+317
| |/ | | | | | | Replacing Carbon zone key with the direct key and install CPC ad unit on the site.
* | no more stickers :-/Kenneth Reitz2018-09-101-1/+39
|/
* Revert "updates to docs"Kenneth Reitz2018-09-105-222/+1
| | | | This reverts commit f4818b2010ce0846e9ddc85f439b80303a395494.