downloadkit/downloadkit.py
2010-02-10 William Roberts version 0.8 - added command line options for username and password. Revised the exception handling
2010-02-09 William Roberts version 0.7 - add parsing of release_metadata.xml and checking of the MD5 checksums (based on suggested code from ChrisD)
2010-02-05 William Roberts v0.6.1 - fix "NameError: global name 'downloadurl' is not defined" when there's an HTTP timeout
2010-02-05 William Roberts version 0.6 - avoid problem if Content-Length not supplied, add --nodelete option, check 7z works before starting
2010-02-03 William Roberts version 0.5.1 - improve the progress reporting, getting the file size from the HTTP message header
2010-02-02 William Roberts version 0.5 - fix unzipping bug, add "--progress" option for info on long downloads
2010-02-01 William Roberts version 0.4 - added --nounzip option to suppress the unzipping and deletion
2010-02-01 William Roberts version 0.3 - add command line processing, --dryrun option, --nosrc option
2010-01-08 William Roberts Changes to control the order of downloading, and hopefully the resulting unzipping (for patches in particular)
2009-12-22 William Roberts Make sure that tools_epoc.zip gets unpacked PDK_3.0.e
2009-12-22 William Roberts Added User Agent info to another urllib2.Request call which was missed in the previous commit
2009-12-22 William Roberts Mark all requests with the "downloadkit.py script" User Agent string, so that we can spot them in the HTTP logs
2009-12-18 William Roberts Added downloadkit.py - script to download and unpack a PDK
less more (0) tip