summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Font layer convert to curvesap-Codkelden@github.com2014-04-121-515/+707
|
* Merge pull request #1998 from Kapishin/masterCory Benfield2014-04-101-1/+1
|\ | | | | Fix typo
| * Fix typoPavlo Kapyshin2014-04-101-1/+1
|/
* Merge pull request #1991 from gutworth/patch-1Kenneth Reitz2014-04-081-10/+0
|\ | | | | replace reference to crate.io
| * delete pypi mirror sectionBenjamin Peterson2014-04-051-12/+0
| |
| * replace reference to crate.ioBenjamin Peterson2014-04-041-2/+4
| | | | | | crate.io is gone, so a different mirror should be used as an example. Also, the list of PyPI mirrors should be mentioned.
* | Reinstate '$'.Cory Benfield2014-04-051-3/+3
| |
* | Make it more clear where install commands are run (so that newbies don't run ↵Ionel Cristian Mărieș2014-04-051-3/+3
|/ | | | them in the REPL, I've seen it happen :).
* Merge pull request #1989 from sigmavirus24/HISTORY-updatesCory Benfield2014-04-031-0/+5
|\ | | | | Make note of the fact that we fixed some CVEs
| * Make note of the fact that we fixed some CVEsIan Cordasco2014-04-021-0/+5
| |
* | Merge pull request #1959 from Feng23/masterKenneth Reitz2014-03-312-3/+28
|\ \ | | | | | | support request tuple data
| * | support request tuple dataFeng Liu2014-03-272-3/+28
| | | | | | | | | | | | | | | | | | rewrite the TestModels Ajust the code
* | | Merge pull request #1981 from stanhu/masterKenneth Reitz2014-03-318-76/+227
|\ \ \ | |/ / |/| | Update urllib to 1.8 (8a8c601bee)
| * | Update urllib to 1.8 (8a8c601bee)Stan Hu2014-03-288-76/+227
|/ /
* | Merge pull request #1976 from kennethreitz/fix-redirect-testKenneth Reitz2014-03-261-1/+1
|\ \ | | | | | | The expected value changed for the proxies keyword
| * | The expected value changes for the proxies keywordfix-redirect-testIan Cordasco2014-03-261-1/+1
|/ / | | | | | | It used to be None but a recent PR changed that before my last one was merged
* | Merge pull request #1962 from sigmavirus24/fix-history-typeKenneth Reitz2014-03-242-1/+11
|\ \ | | | | | | Fix #1960: A Response's history should be a list
| * | Actually assign historyIan Cordasco2014-03-151-0/+1
| | |
| * | Fix #1960: A Response's history should be a listIan Cordasco2014-03-152-1/+10
| |/
* | Merge pull request #1963 from sigmavirus24/fix-redirect-methodsKenneth Reitz2014-03-242-1/+65
|\ \ | | | | | | Fix #1955: Do not use original request in redirect
| * | Fix #1955: Do not use original request in redirectIan Cordasco2014-03-152-1/+65
| |/ | | | | | | | | | | | | | | | | | | | | | | | | The original request was never being properly overriden in resolve_redirects. As such being having a POST request respond with a 303 would generate a GET request. If the GET request encountered another redirect to something like a 307, then it would use the original request and generate another POST request. There are two parts to this fix: - The fix itself - The test infrastructure to ensure it does not regress because HTTPBin is insufficient
* | Merge remote-tracking branch 'origin/master'Kenneth Reitz2014-03-2414-81/+225
|\ \
| * \ Merge pull request #1951 from Lukasa/proxyauthKenneth Reitz2014-03-233-24/+102
| |\ \ | | |/ | |/| Re-evaluate proxy authorization.
| | * Style changes thanks to @sigmavirus24.Cory Benfield2014-03-221-8/+7
| | |
| | * Test stripping standard auth.Cory Benfield2014-03-121-0/+17
| | |
| | * Remove some extraneous comments to please KR.Cory Benfield2014-03-121-6/+0
| | |
| | * Add method for rebuilding proxy configuration.Cory Benfield2014-03-121-1/+51
| | | | | | | | | | | | This includes auth.
| | * Move auth rebuild to its own method.Cory Benfield2014-03-121-13/+26
| | |
| | * Split get_environ_proxies into two methods.Cory Benfield2014-03-121-10/+15
| | | | | | | | | | | | This makes it possible to get at the no_proxy logic separately.
| * | Merge pull request #1916 from schlamar/accept-encodingKenneth Reitz2014-03-121-1/+1
| |\ \ | | | | | | | | Fix Accept-Encoding in default headers
| | * | Removed compress from accepted encodings.schlamar2014-03-121-1/+1
| | |/
| * | Merge pull request #1949 from Lukasa/pickleKenneth Reitz2014-03-121-0/+1
| |\ \ | | |/ | |/| Pickled Responses should include a None value for the raw attribute
| | * Ensure that .raw() is present after unpickling.Cory Benfield2014-03-121-0/+1
| |/ | | | | | | | | | | | | Some people will assume that .raw() is present, and they shouldn't get AttributeErrors when they make that assumption on a pickled Response. However, @kennethreitz has asked that we not be too dependent on urllib3. For that reason, set to None.
| * Timeout documentation changes.Cory Benfield2014-03-032-1/+5
| |
| * Merge pull request #1935 from cjstapleton/masterKenneth Reitz2014-03-032-4/+9
| |\ | | | | | | Add timeout to stream with testing
| | * Fix styling issues with add timeout to stream with testingcjstapleton2014-02-281-2/+1
| | |
| | * Add timeout to stream with testingcjstapleton2014-02-282-4/+10
| | | | | | | | | | | | Fixes Issue #1803
| * | Merge pull request #1921 from sigmavirus24/fix-session-header-noneKenneth Reitz2014-03-032-0/+10
| |\ \ | | | | | | | | Do not set headers with None value
| | * | Do not set headers with None valueIan Cordasco2014-02-142-0/+10
| | | | | | | | | | | | | | | | | | | | - Regardless of whether they are on the session or not - Fixes #1920
| * | | Merge pull request #1934 from kennethreitz/update-noticeCory Benfield2014-03-021-17/+5
| |\ \ \ | | |_|/ | |/| | Charade -> Chardet and Add cacert.pem license
| | * | Remove unnecessary bits from cacert notice sectionupdate-noticeIan Cordasco2014-03-011-8/+0
| | | |
| | * | Charade -> Chardet and Add cacert.pem licenseIan Cordasco2014-02-281-17/+13
| |/ / | | | | | | | | | | | | | | | - Charade is gone, long live Chardet. - cacert.pem is now taken wholesale from Mozilla so we need to display that itis licensed under the MPL2.0
| * | Merge pull request #1923 from Lukasa/masterCory Benfield2014-02-162-2/+2
| |\ \ | | |/ | |/| The timeout is in seconds.
| | * The timeout is in seconds.Cory Benfield2014-02-162-2/+2
| |/
| * Merge pull request #1918 from zackw/response-is-redirectKenneth Reitz2014-02-135-13/+36
| |\ | | | | | | New Response property, .is_redirect.
| | * New Response property, .is_redirect.Zack Weinberg2014-02-135-13/+36
| |/
| * Merge pull request #1891 from sigmavirus24/add-requests-to-exceptionsKenneth Reitz2014-02-112-9/+16
| |\ | | | | | | Add request to RequestException
| | * Explicitly check for NoneIan Cordasco2014-01-281-1/+2
| | |
| | * Avoid having to fix testsIan Cordasco2014-01-281-2/+3
| | |
| | * Move creation of attributes to RequestExceptionIan Cordasco2014-01-282-9/+14
| | | | | | | | | | | | Pass request objects in HTTPAdapter