Name: | python-urlgrabber |
---|---|
Version: | 3.10 |
Release: | 7.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 497025 |
License: | LGPLv2+ |
RPM: | python-urlgrabber-3.10-7.el7.noarch.rpm |
Source RPM: | python-urlgrabber-3.10-7.el7.src.rpm |
Build Date: | Fri Sep 11 2015 |
Build Host: | x86-ol7-builder-04.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. |
- 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)
- 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