summaryrefslogtreecommitdiff
path: root/urlgrabber/mirror.py
Commit message (Expand)AuthorAgeFilesLines
* Drop six usagePablo Suárez Hernández2022-09-021-3/+1
* Revert "Simplify mirror conversion to utf8"Michal Domonkos2019-05-201-1/+6
* Replace some type() with specific class namesZbigniew Jędrzejewski-Szmek2019-02-241-1/+1
* Add explicit encode/decode callsZbigniew Jędrzejewski-Szmek2019-02-241-3/+10
* Add a wrapper function to avoid b'' in messagesZbigniew Jędrzejewski-Szmek2019-02-241-1/+2
* Convert imports to try new names firstZbigniew Jędrzejewski-Szmek2019-02-241-2/+11
* 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 six.{string_types,text_type}Zbigniew Jędrzejewski-Szmek2019-02-121-1/+3
* Replace async with async_Zbigniew Jędrzejewski-Szmek2019-02-111-1/+1
* Apply 'idioms' fixerZbigniew Jędrzejewski-Szmek2019-02-111-2/+2
* Apply 'import' fixerZbigniew Jędrzejewski-Szmek2019-02-111-4/+4
* Remove trailing whitespaceZbigniew Jędrzejewski-Szmek2019-02-111-14/+14
* Apply 'except' fixerZbigniew Jędrzejewski-Szmek2019-02-111-2/+2
* Revert "Ported main code"Valentina Mukhamedzhanova2014-10-031-9/+8
* Ported main codeTomas Radej2014-08-281-8/+9
* Spelling fixes.Ville Skyttä2013-08-101-1/+1
* max_connections=0 to use the default limitZdenek Pavlas2013-06-171-1/+2
* Sort mirrors using TH statistics.Zdeněk Pavlas2012-10-101-0/+12
* add exception2msg, as str(IOError/OSError) may failZdeněk Pavlas2012-09-191-1/+2
* Set .errors attribute on exceptions from MirrorGroup failures.Zdeněk Pavlas2012-08-221-7/+17
* Use mirror kwargs and grabber options properlyZdeněk Pavlas2012-08-201-3/+3
* Sorry, didn't want to push this to master yet.Zdeněk Pavlas2012-08-081-12/+6
* python3-compat: handle renamed modules and typesZdeněk Pavlas2012-07-261-4/+10
* python3-compat: exceptZdeněk Pavlas2012-07-261-2/+2
* send 'tries' counter to mirror failure callbackZdeněk Pavlas2012-07-191-1/+5
* Strip 'failfunc' option only for synchronous base requests.Zdeněk Pavlas2012-07-171-1/+3
* Fix the "file:// && copy_local==0 && async" case. BZ 837018.Zdeněk Pavlas2012-07-161-12/+5
* Dynamic mirror selectionZdeněk Pavlas2012-06-071-28/+13
* max_connections: updated semanticsZdeněk Pavlas2012-06-071-3/+19
* Use first 5 mirrors instead of just the 1st one.Zdeněk Pavlas2012-06-071-0/+2
* Implement parallel urlgrab()sZdeněk Pavlas2012-06-071-0/+11
* Implement 'failfunc' callback.Zdeněk Pavlas2012-06-071-2/+7
* Patch to allow url arguments to be of type unicodeToshio Kuratomi2010-09-031-2/+3
* cleanup all the old urlgrabber urllib code that's not being usedSeth Vidal2009-09-251-5/+2
* Added a reget progress bar patch from Menno, and fixedmstenner2006-02-221-3/+3
* Added some slick logging support to urlgrabber. It can be controlledmstenner2005-10-221-9/+6
* Added Ryan's progress changes in. That still has some quirks I needmstenner2004-09-071-2/+2
* Changed the callback syntax. This affects failure_callback use inmstenner2004-08-201-15/+28
* fixed documentation typosmstenner2004-08-091-7/+7
* Replace LICENSE with the LGPL. Added maint/license-notice, whichmstenner2004-03-311-12/+15
* Fixed real small typo in mirror doc string.rtomayko2004-03-281-2/+2
* Added a little more documentation.mstenner2004-03-171-1/+7
* Made the control of MirrorGroup failover action WAY cooler and more flexible.mstenner2004-03-171-33/+98
* Added Id: strings to distributed python files, made grabber.py use themstenner2004-03-141-0/+3
* improved mirror.py docs, added MGRandomStart (which is equivalent to yum'smstenner2004-03-131-77/+172
* added "failure_callback" options to both MirrorGroup and URLGrabber. Thesemstenner2004-03-131-4/+17
* Fixed a typo in mirror.py. Added reget docs and reformatted module-levelmstenner2004-03-121-1/+1
* Added mirror code and associated test code.mstenner2004-03-101-0/+263