mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 01:54:42 +00:00
28 lines
624 B
Text
28 lines
624 B
Text
|
|
The following changes were made to the original dnspython 1.3.1
|
||
|
|
sources:
|
||
|
|
|
||
|
|
* moved everything into the linkcheck package
|
||
|
|
Changed: *.py
|
||
|
|
|
||
|
|
* moved unittests and adapted them for the schooltool.org test runner
|
||
|
|
Changed: tests/*.py
|
||
|
|
|
||
|
|
* fixed missing random import
|
||
|
|
Changed: renderer.py
|
||
|
|
|
||
|
|
* honor EnableDHCP flag in Windows registry config
|
||
|
|
Changed: resolver.py
|
||
|
|
|
||
|
|
* strip() lines from /etc/resolv.conf
|
||
|
|
Changed: resolver.py
|
||
|
|
|
||
|
|
* minor syntax cleanups
|
||
|
|
Changed: *.py
|
||
|
|
|
||
|
|
* added set of localhost addresses to resolver config
|
||
|
|
Changed: resolver.py
|
||
|
|
Added: IfConfig.py
|
||
|
|
|
||
|
|
* added search patters for domain names
|
||
|
|
Changed: resolver.py
|