Skip to content

Releases: romana/multi-ping

1.1.2

24 May 20:16
Compare
Choose a tag to compare
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

10 Nov 03:38
Compare
Choose a tag to compare

Fix for Windows.

1.0.5

19 Aug 00:16
Compare
Choose a tag to compare
Version bump.

1.0.4

18 Aug 12:13
Compare
Choose a tag to compare
More updates for PyPi.

1.0.2

17 Aug 22:22
Compare
Choose a tag to compare
Merge pull request #1 from romana/improved-byte-order

Used built-in network byte order ability of pack.

1.0.1

17 Aug 00:27
Compare
Choose a tag to compare
Version bump.

1.0.0

16 Aug 20:36
Compare
Choose a tag to compare
Python3 commpatibility, updated README and version.