summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #135 from Anorov/socks-proxysocks-proxyAndrey Petrov2013-01-191-3/+7
|\
| * Update urllib3/packages/socksipy/socks.pyAnorov2012-12-201-3/+7
|/
* Progress: New branch holding some of the changes from @foxx adding socks-prox...Andrey Petrov2012-05-276-0/+599
* Oops, forgot to update setup.py.Andrey Petrov2012-05-111-1/+1
* Removed usage of mimetools.choose_boundary (fixes #70).Andrey Petrov2012-05-113-52/+10
* Added coveragerc-friendly comments.Andrey Petrov2012-04-082-4/+3
* Merge branch 'issue_66' of https://github.com/pkwarren/urllib3 into pkwarren-...Andrey Petrov2012-04-081-1/+5
|\
| * Remove unnecessary caching of failures.Philip K. Warren2012-04-021-9/+4
| * Add support for buffering kwarg in urllib3.Philip K. Warren2012-04-021-1/+10
* | Minor comment styling.Andrey Petrov2012-04-071-2/+2
|/
* CHANGES update.Andrey Petrov2012-03-311-0/+2
* AppEngine fix.Andrey Petrov2012-03-311-4/+5
* Added note on appengine, gevent, and eventlib.Andrey Petrov2012-03-252-0/+3
* Version bump.Andrey Petrov2012-03-251-0/+4
* Updated readme.Andrey Petrov2012-03-251-0/+3
* Unicode note on fieldname/filename encode.Andrey Petrov2012-03-252-4/+6
* Py3 byte fixen in formencode.Andrey Petrov2012-03-252-17/+22
* Merge pull request #64 from kvonhorn/masterAndrey Petrov2012-03-241-1/+1
|\
| * Added url to LocationParseError messageKevin von Horn2012-03-241-1/+1
|/
* Merge pull request #62 from iandanforth/patch-1Andrey Petrov2012-03-181-1/+1
|\
| * Fix Sphinx complaint. Methods named 'request' are very common and cause cross...Ian Danforth2012-03-181-1/+1
|/
* CHANGES.Andrey Petrov2012-03-172-1/+2
* (#61) Make conn.sock optional. Py27 AppEngine seems to work now.Andrey Petrov2012-03-172-10/+19
* (#61) First step towards AppEngine support: Make select optional.Andrey Petrov2012-03-171-3/+10
* Merge pull request #60 from makuro/masterAndrey Petrov2012-03-131-2/+2
|\
| * Merge branch 'master' of github.com:makuro/urllib3Mahmoud Hashemi2012-03-130-0/+0
| |\
| | * making dummyserver work with IPv4 by explicitly passing the server host addre...Mahmoud Hashemi2012-03-121-2/+2
| |/ |/|
| * making dummyserver work with IPv4 by explicitly passing the server host addre...Mahmoud Hashemi2012-03-131-2/+2
|/
* Merge pull request #57 from wolever/patch-1Andrey Petrov2012-03-121-2/+2
|\
| * Fixing bugs in `PoolManager`'s docstring.David Wolever2012-03-121-2/+2
|/
* More filepost tests.Andrey Petrov2012-03-034-9/+85
* Updated changelog.Andrey Petrov2012-03-031-0/+3
* Cleanup.Andrey Petrov2012-03-032-7/+9
* Merge branch 'master' of https://github.com/joelverhagen/urllib3 into joelver...Andrey Petrov2012-03-031-2/+11
|\
| * Added a clause in HTTPResponse.from_httplib to merge HTTP headers with the sa...Joel Verhagen2012-03-021-2/+11
* | Failing test in py32 for cookies.Andrey Petrov2012-03-031-1/+22
|/
* Docs and changes update.Andrey Petrov2012-02-252-4/+7
* py32 support.Andrey Petrov2012-02-251-2/+2
* Support multiple fields with the same name for multipart encoding. (Fixed #48)Andrey Petrov2012-02-252-1/+28
* Merge.Andrey Petrov2012-02-062-1/+7
* Oops, forgot to remove test that used a deprecated api.Andrey Petrov2012-02-051-1/+1
* Refactor helpers into util.py, removed deprecated api calls.Andrey Petrov2012-02-057-153/+146
* Merge branch 'release'Andrey Petrov2012-02-051-1/+1
|\
| * Formatting.Andrey Petrov2012-02-051-1/+1
* | Gonna try keeping a separate release branch with real version numbers.Andrey Petrov2012-02-051-1/+1
|/
* Version bump1.2.1Andrey Petrov2012-02-052-2/+5
* Change order of inheritence for LocationParseErrorAndrey Petrov2012-02-051-1/+1
* raise LocationParseError instead of ValueError. (#39)Andrey Petrov2012-02-053-8/+40
* Changes for 1.2.1Andrey Petrov2012-02-041-0/+6
* Fix no ssl case again? (#41)Andrey Petrov2012-01-301-2/+2