| Name: | python-urlgrabber |
|---|---|
| Version: | 3.10 |
| Release: | 6.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 496639 |
| License: | LGPLv2+ |
| RPM: | python-urlgrabber-3.10-6.el7.noarch.rpm |
| Source RPM: | python-urlgrabber-3.10-6.el7.src.rpm |
| Build Date: | Sat Dec 13 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://urlgrabber.baseurl.org/ |
| Summary: | A high-level cross-protocol url-grabber |
| Description: | A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more. |
- Add a comprehensive error message to curl error 77. - Resolves: bug#1082648
- Revert treating curl errcodes 55 and 56 as Ctrl-C. - Resolves: bug#1099101
- Treat curl errcodes 55 and 56 as Ctrl-C. - Resolves: bug#1017491
- Tell curl to return immediately on ctrl-c. - Resolves: bug#1017491
- Mass rebuild 2013-12-27
- single-conn mode: Kill the cached idle connection. BZ 853432
- clamp timestamps from the future. BZ 894630, 1013733 - Fix the condition to enter single-connection mode. BZ 853432 - Fix unit tests
- Fix the condition to enter single-connection mode (again)
- Update to latest HEAD. - Fix traceback when entering single-connection mode with DEBUG off - Fix traceback when limit==None and DEBUG is on - Fix the condition to enter single-connection mode
- Update to latest HEAD. - Switch to max_connections=1 after refused connect. BZ 853432 - Never display negative downloading speed. BZ 1001767 - clamp timestamps from the future. BZ 894630, 1013733