summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a wrapper function to avoid b'' in messagesZbigniew Jędrzejewski-Szmek2019-02-242-3/+11
| * Catch proper exception typeJochen Breuer2019-02-241-1/+1
| * Add b'' markers in various placesZbigniew Jędrzejewski-Szmek2019-02-243-52/+54
| * Also convert quote/unquote importsZbigniew Jędrzejewski-Szmek2019-02-241-8/+11
| * Convert imports to try new names firstZbigniew Jędrzejewski-Szmek2019-02-247-47/+102
| * byterange: do not compare str and intZbigniew Jędrzejewski-Szmek2019-02-241-1/+2
| * py3: provide argument to raiseZbigniew Jędrzejewski-Szmek2019-02-241-2/+2
| * Use open() instead of file()Zbigniew Jędrzejewski-Szmek2019-02-242-27/+12
| * Simplify mirror conversion to utf8Zbigniew Jędrzejewski-Szmek2019-02-241-6/+1
| * Refactor MirrorGroup._join_urlZbigniew Jędrzejewski-Szmek2019-02-241-4/+2
| * Support tokens/queries in URLsMattias Giese2019-02-241-3/+5
| * Use integer division where appropriateZbigniew Jędrzejewski-Szmek2019-02-123-5/+5
| * Do not create list objects when not neededZbigniew Jędrzejewski-Szmek2019-02-121-2/+2
| * Use unittest instead of custom boilerplate codeJochen Breuer2019-02-121-25/+2
| * Fix setup.py to be compatible with Python 3Pablo Suárez Hernández2019-02-121-1/+1
| * Use six.{string_types,text_type}Zbigniew Jędrzejewski-Szmek2019-02-122-5/+10
| * Drop support for custom sorting of test casesZbigniew Jędrzejewski-Szmek2019-02-121-6/+4
| * Use six.{class,integer}_types to hide python2/python3 differencesZbigniew Jędrzejewski-Szmek2019-02-122-3/+7
| * Add cmp() for compatibility with python2Zbigniew Jędrzejewski-Szmek2019-02-121-0/+6
| * Declare dollar sign as safe in urlquoteJochen Breuer2019-02-121-1/+1
| * Use email instead of mimetools and rfc822Zbigniew Jędrzejewski-Szmek2019-02-112-8/+6
| * Replace string function calls with method callsZbigniew Jędrzejewski-Szmek2019-02-114-19/+17
| * Replace async with async_Zbigniew Jędrzejewski-Szmek2019-02-113-11/+13
| * Apply 'idioms' fixerZbigniew Jędrzejewski-Szmek2019-02-117-18/+18
| * Apply 'has_key' fixerZbigniew Jędrzejewski-Szmek2019-02-111-1/+1
| * Get rid of some more repr() callsZbigniew Jędrzejewski-Szmek2019-02-111-5/+4
| * Get rid of 'apply' callsZbigniew Jędrzejewski-Szmek2019-02-111-3/+3
| * Apply 'import' fixerZbigniew Jędrzejewski-Szmek2019-02-113-8/+8
| * Drop obsolete $Id tagsZbigniew Jędrzejewski-Szmek2019-02-116-12/+0
| * Apply 'print' fixer and add __future__ importsZbigniew Jędrzejewski-Szmek2019-02-119-64/+80
| * Remove trailing whitespaceZbigniew Jędrzejewski-Szmek2019-02-1111-333/+333
| * Use %r instead of unnecessary repr callsZbigniew Jędrzejewski-Szmek2019-02-111-4/+4
| * Apply 'raise' fixerZbigniew Jędrzejewski-Szmek2019-02-113-30/+25
| * Apply 'except' fixerZbigniew Jędrzejewski-Szmek2019-02-118-42/+42
| * Adds virtualenv to gitignoreJochen Breuer2019-02-111-0/+3
|/
* mark as 3.10.2urlgrabber-3-10-2Valentina Mukhamedzhanova2017-02-022-2/+11
* Merge pull request #1 from dmnks/bz1337105Valentina Mukhamedzhanova2016-06-292-14/+90
|\
| * Add retry_no_cache option. BZ 1337105Michal Domonkos2016-06-172-9/+73
| * Add no_cache optionMichal Domonkos2016-06-021-5/+17
|/
* Don't crash on timedhosts parsing error. BZ#1233329Valentina Mukhamedzhanova2015-06-231-2/+5
* Work around pycurl dependency in setup.py. Patch by Pavol Babinčák. BZ#1200091Valentina Mukhamedzhanova2015-03-121-0/+16
* Revert "Ported main code"Valentina Mukhamedzhanova2014-10-036-242/+205
* Revert "Ported test suite"Valentina Mukhamedzhanova2014-10-036-108/+101
* Revert "StringIO patch"Valentina Mukhamedzhanova2014-10-031-2/+2
* Revert "Replaced StringIO with BytesIO"Valentina Mukhamedzhanova2014-10-034-69/+65
* Add a comprehensive error message to pycurl error 77. BZ 1082648Valentina Mukhamedzhanova2014-09-221-0/+1
* Revert bf0a0be71373dec515bbb54e0613a3b9b0c00b04 - curl error codes.Valentina Mukhamedzhanova2014-09-101-1/+1
* Replaced StringIO with BytesIOTomas Radej2014-09-104-65/+69
* StringIO patchTomas Radej2014-09-031-2/+2
* Ported test suiteTomas Radej2014-08-286-101/+108