summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Updated TODO and preparing for release.mstenner2005-10-221-10/+0
|
* Added data and instructions for setting up ftp and proxy servers formstenner2005-02-251-11/+4
| | | | | | | | | testing and also added proxy tests. Fixed two bugs related to proxies. One bug made it so the first time proxy data was passed in, it was not actually used. The other prevented proxies from working for ftp or non-keepalive http using python 2.2. The latter is a bug in urllib2, but is now worked around (somewhat hackishly, I admit) in urlgrabber. LocalWords: CVS
* Added timeout support.rtomayko2004-10-081-8/+0
|
* Added Ryan's progress changes in. That still has some quirks I needmstenner2004-09-071-0/+4
| | | | | | | | to iron out. Made all urlgrabber imports relative to work more nicely with yum's package layout. This was straightforward except for the __version__ import, which I solved in a slightly icky way.
* Committing new progress meter code. This new version includes an emulationmstenner2004-07-221-0/+8
| | | | | | | | of the old meter with pretty good backward compatibility. However, if people are using custom progress meters, they might break. This is a good general warning for the next few versions of urlgrabber, actually. As the threading stuff evolves, the progress meter may have to change its behavior a bit.
* opener related items for ALPHA are completed.rtomayko2004-07-211-13/+5
| | | | Moved stuff related to getting a release out up into ALPHA section.
* updated TODOmstenner2004-03-291-4/+9
|
* Removed items from TODO list related to options handling as well as the item ↵rtomayko2004-03-281-13/+0
| | | | on reget not working due to how options are copied.
* Updated ChangeLog, TODO. Played with the batchgrabber stuff a little.mstenner2004-03-211-1/+2
|
* OK, I THINK I've made keepalive thread-friendly. The interface ismstenner2004-03-201-0/+2
| | | | | | completely unchanged. It passes all the existing unittests (although none of them test threading issues). I need to make some new tests for thread stuff.
* Removed item on reducing urllib2 opener director creation.rtomayko2004-03-191-2/+0
|
* In grabber.py, fixed a bug with urlread when no limit is specified.mstenner2004-03-191-4/+9
| | | | Made the "natural" file translation work for relative pythnames.
* Made the control of MirrorGroup failover action WAY cooler and more flexible.mstenner2004-03-171-5/+4
| | | | Added tests
* Changed test base_url according to new web page. Added prefixmstenner2004-03-161-0/+2
| | | | | argument to URLGrabber, along with docs and test. Also documented URLGrabber failure_callback.
* updated TODO after alpha-huddlemstenner2004-03-151-27/+37
|
* updated TODOmstenner2004-03-141-8/+14
|
* updated TODOmstenner2004-03-131-5/+6
|
* Updated TODO.mstenner2004-03-121-2/+8
|
* [TODO] added not about restructuring import stylemstenner2004-03-111-0/+3
| | | | | | | | [keepalive.py] improved exception-handling and made it a bit more fault-tolerant. Specifically, it now better addresses dropped-connections. Also added a dropped-connection test to the test code in keepalive.py. For now, I'd like to keep this code in keepalive.py for convenient diagnostics from users.
* Added mirror code and associated test code.mstenner2004-03-101-6/+13
| | | | | | | | | | [grabber.py] Edited URLGrabError doc string to reflect MirrorGroup error code and new error code policy. [TODO] Moved reget to ALPHA (from ALPHA 2) [keepalive.py] fixed problem with the new python 2.3 httplib. They now raise BadStatusLine from a new place.
* raise exceptions for invalid ranges DONE.rtomayko2004-03-081-5/+0
|
* urllib2 conditionals were cleaned up a while ago..rtomayko2004-03-081-3/+0
|
* Confirmed FTP connections are being closed properly when using ranges.rtomayko2004-03-081-33/+16
| | | | | | | | | Added item for using CacheFTPHandler so FTP connections are reused. Moved reget item under ALPHA 2. Added items for keepalive/progress_meter w/ multiple threads. viewcvs DONE. Test under multiple threads DONE. Basic performance tests DONE.
* Added reget and batch stuff under the 'maybe' section.rtomayko2004-02-281-4/+10
|
* Added checkfunc support to urlread.rtomayko2004-02-221-2/+0
|
* Changed all variables/args named 'range' to rangetup or brange to avoid ↵rtomayko2004-02-221-3/+0
| | | | possible python keyword clash.
* Added item about handling KeyboardInterupt exceptions.rtomayko2004-02-221-0/+4
|
* Restructured TODO list based on recent email from Michael.rtomayko2004-02-221-18/+40
|
* Mass commit/merge of changes made for urlgrabber restructuring.. See ↵rtomayko2004-02-141-0/+37
ChangeLog for details.