Name: | python-urlgrabber |
---|---|
Version: | 3.10 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 500670 |
License: | LGPLv2+ |
RPM: | python-urlgrabber-3.10-8.el7.noarch.rpm |
Source RPM: | python-urlgrabber-3.10-8.el7.src.rpm |
Build Date: | Fri Sep 02 2016 |
Build Host: | x86-ol7-builder-01.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 no_cache and retry_no_cache options. - Resolves: bug#1342179
- Don't crash on timedhosts parsing error. - Resolves: bug#1233329
- 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)