8000 Tags · romana/multi-ping · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: romana/multi-ping

Tags

1.1.2

Toggle 1.1.2's commit message
Allow unresolvable names/addresses to be ignored.

* Controlled with ignore_lookup_error flag.
* If not set, those names/addresses would cause exception.
* Wrapped the socket.gaierror exception so that we can
  attach useful information about which target couldn't
  be looked up.

1.0.6

Toggle 1.0.6's commit message
Deal with error codes on Windows.

- The issue was reported (and solution suggested) by github user 'kbalk'.
  Thank you!

1.0.5

Toggle 1.0.5's commit message
Version bump.

1.0.4

Toggle 1.0.4's commit message
More updates for PyPi.

1.0.2

Toggle 1.0.2's commit message
Merge pull request #1 from romana/improved-byte-order

Used built-in network byte order ability of pack.

1.0.1

Toggle 1.0.1's commit message
Version bump.

1.0.0

Toggle 1.0.0's commit message
Python3 commpatibility, updated README and version.

0