]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Added a downloader using urllib2 in stead of curl, based on code
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 11 Mar 2004 23:03:59 +0000 (23:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 11 Mar 2004 23:03:59 +0000 (23:03 +0000)
commit989ddc0709e98c1a5b3480e0843cf7896fd2909e
treeb76b01b7358821901b05117ab3b4e4254216a3d6
parent57c4542bcdd0bcf3bb18911f5cac8f7ccfb4c85f
- Added a downloader using urllib2 in stead of curl, based on code
donated by Kevin Ollivier. This is now the default downloader.
- Added a watcher mechanism, whereby downloaders and unpackers (and,
later builders) can give status feedback to the user. When running
pimp as a command line tool in verbose mode print this output.
Lib/plat-mac/pimp.py