summaryrefslogtreecommitdiff
path: root/urlgrabber
Commit message (Expand)AuthorAgeFilesLines
* release 2.9.1mstenner2005-02-141-3/+3
* Fixed python 2.4 bug - added .code attribute to returned file objects.mstenner2005-02-143-11/+41
* Fixed RH bug #147124.rtomayko2005-02-041-3/+4
* Applied urlgrabber-add-text.patch from Terje Rostenrtomayko2005-01-142-9/+28
* Fix for RH bug #140387rtomayko2004-12-121-2/+7
* Added except for socket resource error when reading from urllib2 file object.rtomayko2004-10-171-1/+3
* Fixed AttributeError problem that was pretty common after additions for timeo...rtomayko2004-10-161-2/+2
* Added timeout support.rtomayko2004-10-081-6/+42
* Added Ryan's progress changes in. That still has some quirks I needmstenner2004-09-074-11/+14
* Fixed a typo in the new 'release' target. Reformatted the doc in __init__.pymstenner2004-08-211-12/+13
* release 2.9.0mstenner2004-08-211-2/+2
* Changed the callback syntax. This affects failure_callback use inmstenner2004-08-202-33/+84
* fixed typo in _make_callback and added testcasemstenner2004-08-121-2/+2
* Fixed a bug in URLGrabber._retry that prevented failure callbacks frommstenner2004-08-111-2/+2
* fixed documentation typosmstenner2004-08-091-7/+7
* Committing new progress meter code. This new version includes an emulationmstenner2004-07-222-136/+473
* Added distutils trove classifiers to setup.py for eventual inclusion in PyPI.rtomayko2004-07-211-2/+29
* Fixed bug with urllib2.OpenerDirector caching.rtomayko2004-07-211-9/+9
* Replace LICENSE with the LGPL. Added maint/license-notice, whichmstenner2004-03-315-51/+82
* fixed minor typo in opener option docsmstenner2004-03-311-9/+9
* Added opener kwarg/option to allow overriding of urllib2.OpenerDirector.rtomayko2004-03-311-3/+17
* Fixed a few bugs related to python 2.3.mstenner2004-03-311-5/+7
* Fixed documentation error in the range docs. Temporarily disabled themstenner2004-03-281-7/+11
* Modified URLGrabberOptions to use "instance-inheritance" pattern instead of c...rtomayko2004-03-281-29/+36
* Fixed real small typo in mirror doc string.rtomayko2004-03-281-2/+2
* Tidied up some of the callback code.mstenner2004-03-281-15/+12
* Rearranged keepalive a little to make it nicer. Also made it dealmstenner2004-03-211-39/+72
* OK, I THINK I've made keepalive thread-friendly. The interface ismstenner2004-03-201-48/+128
* Caching urllib2 ProxyHandler and OpenerDirectors instead of creating new ones...rtomayko2004-03-191-5/+20
* In grabber.py, fixed a bug with urlread when no limit is specified.mstenner2004-03-191-11/+11
* 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
* Changed test base_url according to new web page. Added prefixmstenner2004-03-161-1/+31
* Added urlgrab, urlopen, urlread as package level exports.rtomayko2004-03-151-1/+3
* Added Id: strings to distributed python files, made grabber.py use themstenner2004-03-144-6/+31
* Put version, date, url, and author information into __init__.py andmstenner2004-03-141-1/+9
* 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-132-4/+24
* Fixed a stupid typo in the splituser fix (from 5 minutes ago)mstenner2004-03-121-1/+1
* Added .cvsignore to urlgrabber/ directorymstenner2004-03-121-0/+1
* Fixed a typo in mirror.py. Added reget docs and reformatted module-levelmstenner2004-03-122-116/+173
* Removed ugly code that was suppose to allow a file-object to be passed to url...rtomayko2004-03-121-7/+2
* Added first attempt at reget support. Created test suite for http.mstenner2004-03-121-25/+87
* [TODO] added not about restructuring import stylemstenner2004-03-111-9/+60
* Added mirror code and associated test code.mstenner2004-03-103-20/+301
* Added support for RangeError to URLGrabError handling (errno 9). Also, defaul...rtomayko2004-03-081-2/+7
* Fixed try/except without an explicit exception. that's a no-no.rtomayko2004-03-081-1/+1
* raising RangeError anytime a range is non-satisfiable.rtomayko2004-03-081-3/+12
* Always copy_local when a byte range is specified to urlgrab.rtomayko2004-03-081-1/+1
* Performance tweak to bypass URLGrabberFileObject.read when not using progress...rtomayko2004-03-011-1/+8