summaryrefslogtreecommitdiff
path: root/urllib3/request.py
Commit message (Expand)AuthorAgeFilesLines
* Addressing review commentsJesse Shapiro2016-09-021-2/+2
* Implementing SessionManager; documenting; testing; moving redirect logic to R...Jesse Shapiro2016-09-021-1/+62
* Import more from sixVille Skyttä2016-08-151-4/+1
* Add absolute_import feature from the futureIan Cordasco2015-11-051-0/+1
* Fix flake8 violationsJohn Vandenberg2015-11-021-1/+2
* Improve patchDisassem2015-06-251-4/+9
* Fix hereDisassem2015-06-251-0/+3
* Handle body param in RequestMethods.Andrey Petrov2014-11-271-11/+17
* Remove silly unnecessary copyright header.Andrey Petrov2014-07-031-6/+0
* : :: -> ::Andrey Petrov2014-07-011-1/+1
* Bring the request module into compliance with flake8Ian Cordasco2014-05-291-18/+18
* _encode_body_methods isn't referenced anywhereMatt Robenolt2014-01-061-1/+0
* fixed small typoroyhodgman2013-05-241-1/+1
* 2012 -> 2013Andrey Petrov2013-04-251-1/+1
* Correct docstring. Unnamed files should be passed as strings.Richard Mitchell2012-12-141-1/+1
* Allow explicit specification of content type when encoding file fields.Richard Mitchell2012-12-121-1/+4
* Fixed default headers not getting fixed in some cases. (Fixed #99)Andrey Petrov2012-09-151-4/+15
* Refactor helpers into util.py, removed deprecated api calls.Andrey Petrov2012-02-051-20/+1
* urllib3 imports on Python 3.Thomas Kluyver2012-01-201-2/+4
* 2011 -> 2012Andrey Petrov2012-01-071-1/+1
* Moar docs.Andrey Petrov2011-10-081-10/+10
* Ninja-cut the new *_url helpers that aren't for backwards compat.Andrey Petrov2011-10-081-34/+13
* More sphinx docstring corrections and additions.Andrey Petrov2011-10-051-0/+6
* More sphinx docs and minor fixes.Andrey Petrov2011-10-051-1/+2
* Converted docstrings to sphinx format, added more docs, minor fixes.Andrey Petrov2011-10-051-52/+83
* Added RequestMethods mixin for *_url convenience functions.Andrey Petrov2011-10-041-0/+128