| Commit message (Expand) | Author | Age | Files | Lines |
* | release 2.9.1 | mstenner | 2005-02-14 | 1 | -3/+3 |
* | Fixed python 2.4 bug - added .code attribute to returned file objects. | mstenner | 2005-02-14 | 3 | -11/+41 |
* | Fixed RH bug #147124. | rtomayko | 2005-02-04 | 1 | -3/+4 |
* | Applied urlgrabber-add-text.patch from Terje Rosten | rtomayko | 2005-01-14 | 2 | -9/+28 |
* | Fix for RH bug #140387 | rtomayko | 2004-12-12 | 1 | -2/+7 |
* | Added except for socket resource error when reading from urllib2 file object. | rtomayko | 2004-10-17 | 1 | -1/+3 |
* | Fixed AttributeError problem that was pretty common after additions for timeo... | rtomayko | 2004-10-16 | 1 | -2/+2 |
* | Added timeout support. | rtomayko | 2004-10-08 | 1 | -6/+42 |
* | Added Ryan's progress changes in. That still has some quirks I need | mstenner | 2004-09-07 | 4 | -11/+14 |
* | Fixed a typo in the new 'release' target. Reformatted the doc in __init__.py | mstenner | 2004-08-21 | 1 | -12/+13 |
* | release 2.9.0 | mstenner | 2004-08-21 | 1 | -2/+2 |
* | Changed the callback syntax. This affects failure_callback use in | mstenner | 2004-08-20 | 2 | -33/+84 |
* | fixed typo in _make_callback and added testcase | mstenner | 2004-08-12 | 1 | -2/+2 |
* | Fixed a bug in URLGrabber._retry that prevented failure callbacks from | mstenner | 2004-08-11 | 1 | -2/+2 |
* | fixed documentation typos | mstenner | 2004-08-09 | 1 | -7/+7 |
* | Committing new progress meter code. This new version includes an emulation | mstenner | 2004-07-22 | 2 | -136/+473 |
* | Added distutils trove classifiers to setup.py for eventual inclusion in PyPI. | rtomayko | 2004-07-21 | 1 | -2/+29 |
* | Fixed bug with urllib2.OpenerDirector caching. | rtomayko | 2004-07-21 | 1 | -9/+9 |
* | Replace LICENSE with the LGPL. Added maint/license-notice, which | mstenner | 2004-03-31 | 5 | -51/+82 |
* | fixed minor typo in opener option docs | mstenner | 2004-03-31 | 1 | -9/+9 |
* | Added opener kwarg/option to allow overriding of urllib2.OpenerDirector. | rtomayko | 2004-03-31 | 1 | -3/+17 |
* | Fixed a few bugs related to python 2.3. | mstenner | 2004-03-31 | 1 | -5/+7 |
* | Fixed documentation error in the range docs. Temporarily disabled the | mstenner | 2004-03-28 | 1 | -7/+11 |
* | Modified URLGrabberOptions to use "instance-inheritance" pattern instead of c... | rtomayko | 2004-03-28 | 1 | -29/+36 |
* | Fixed real small typo in mirror doc string. | rtomayko | 2004-03-28 | 1 | -2/+2 |
* | Tidied up some of the callback code. | mstenner | 2004-03-28 | 1 | -15/+12 |
* | Rearranged keepalive a little to make it nicer. Also made it deal | mstenner | 2004-03-21 | 1 | -39/+72 |
* | OK, I THINK I've made keepalive thread-friendly. The interface is | mstenner | 2004-03-20 | 1 | -48/+128 |
* | Caching urllib2 ProxyHandler and OpenerDirectors instead of creating new ones... | rtomayko | 2004-03-19 | 1 | -5/+20 |
* | In grabber.py, fixed a bug with urlread when no limit is specified. | mstenner | 2004-03-19 | 1 | -11/+11 |
* | Added a little more documentation. | mstenner | 2004-03-17 | 1 | -1/+7 |
* | Made the control of MirrorGroup failover action WAY cooler and more flexible. | mstenner | 2004-03-17 | 1 | -33/+98 |
* | Changed test base_url according to new web page. Added prefix | mstenner | 2004-03-16 | 1 | -1/+31 |
* | Added urlgrab, urlopen, urlread as package level exports. | rtomayko | 2004-03-15 | 1 | -1/+3 |
* | Added Id: strings to distributed python files, made grabber.py use the | mstenner | 2004-03-14 | 4 | -6/+31 |
* | Put version, date, url, and author information into __init__.py and | mstenner | 2004-03-14 | 1 | -1/+9 |
* | improved mirror.py docs, added MGRandomStart (which is equivalent to yum's | mstenner | 2004-03-13 | 1 | -77/+172 |
* | added "failure_callback" options to both MirrorGroup and URLGrabber. These | mstenner | 2004-03-13 | 2 | -4/+24 |
* | Fixed a stupid typo in the splituser fix (from 5 minutes ago) | mstenner | 2004-03-12 | 1 | -1/+1 |
* | Added .cvsignore to urlgrabber/ directory | mstenner | 2004-03-12 | 1 | -0/+1 |
* | Fixed a typo in mirror.py. Added reget docs and reformatted module-level | mstenner | 2004-03-12 | 2 | -116/+173 |
* | Removed ugly code that was suppose to allow a file-object to be passed to url... | rtomayko | 2004-03-12 | 1 | -7/+2 |
* | Added first attempt at reget support. Created test suite for http. | mstenner | 2004-03-12 | 1 | -25/+87 |
* | [TODO] added not about restructuring import style | mstenner | 2004-03-11 | 1 | -9/+60 |
* | Added mirror code and associated test code. | mstenner | 2004-03-10 | 3 | -20/+301 |
* | Added support for RangeError to URLGrabError handling (errno 9). Also, defaul... | rtomayko | 2004-03-08 | 1 | -2/+7 |
* | Fixed try/except without an explicit exception. that's a no-no. | rtomayko | 2004-03-08 | 1 | -1/+1 |
* | raising RangeError anytime a range is non-satisfiable. | rtomayko | 2004-03-08 | 1 | -3/+12 |
* | Always copy_local when a byte range is specified to urlgrab. | rtomayko | 2004-03-08 | 1 | -1/+1 |
* | Performance tweak to bypass URLGrabberFileObject.read when not using progress... | rtomayko | 2004-03-01 | 1 | -1/+8 |