Zeroconf

Latest version: v0.136.2

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 37 of 37

0.17.2

* Fix a typo, meant strictly lesser than 0.6 :< ([`dadbbfc`](https://github.com/python-zeroconf/python-zeroconf/commit/dadbbfc9e1787561981807d3e008433a107c1e5e))

* Restrict flake8-import-order version

There seems to be a bug in 0.6.x, see
https://github.com/public/flake8-import-order/issues/42 ([`4435a2a`](https://github.com/python-zeroconf/python-zeroconf/commit/4435a2a4ae1c0b0877785f1a5047f65bb80a14bd))

* Use enum-compat instead of enum34 directly

This is in order for the package's installation to work on Python 3.4+,
solves the same issue as
https://github.com/jstasiak/python-zeroconf/pull/22. ([`ba89455`](https://github.com/python-zeroconf/python-zeroconf/commit/ba894559f43fa6955989b92533c06fd8e8b92c74))

0.17.1

Unknown

* Restrict pep8 version as something depends on it ([`4dbd04b`](https://github.com/python-zeroconf/python-zeroconf/commit/4dbd04b807813384108ff8e4cb5291c2560eed6b))

* Bump version to 0.17.1 ([`0b8936b`](https://github.com/python-zeroconf/python-zeroconf/commit/0b8936b94011c0783c7d0469b9ebae76cd4d1976))

* Fix some typos in the readme ([`7c64ebf`](https://github.com/python-zeroconf/python-zeroconf/commit/7c64ebf6129fb6c0c533a1fed618c9d5926d5100))

* Update README.rst ([`44fa62a`](https://github.com/python-zeroconf/python-zeroconf/commit/44fa62a738335781ecdd789ad636f82e6542ecd2))

* Update README.rst ([`a22484a`](https://github.com/python-zeroconf/python-zeroconf/commit/a22484af90c7c4cbdee849d2b75efab2772c3592))

* Getting an EADDRNOTAVAIL error when adding an address to the multicast group on windows. ([`93d34f9`](https://github.com/python-zeroconf/python-zeroconf/commit/93d34f925cd8913ff6836f9393cdce15679e4794))

0.17.0

Unknown

* Do 0.17.0 release ([`a6d75b3`](https://github.com/python-zeroconf/python-zeroconf/commit/a6d75b3d63a0c13c63473910b832e6db12635e79))

* Advertise pypy3 support ([`4783611`](https://github.com/python-zeroconf/python-zeroconf/commit/4783611de72ac11bdbfea9e4324e58746a91e70a))

* Handle recent flake8 change ([`0009b5e`](https://github.com/python-zeroconf/python-zeroconf/commit/0009b5ea2bca77f395eb2bacc69d0dcfa5dd37dc))

* Describe recent changes ([`5c32a27`](https://github.com/python-zeroconf/python-zeroconf/commit/5c32a27a6ae0cccf7af25961cd98560a5173b065))

* Add pypy3 build ([`a298785`](https://github.com/python-zeroconf/python-zeroconf/commit/a298785cf63d26b184495f972c619d31515a1468))

* Restore old listener interface (and example) for now ([`c748294`](https://github.com/python-zeroconf/python-zeroconf/commit/c748294fdc6f3bf527f62d4c0cb76ace32890128))

* Fix test breakage ([`b5fb3e8`](https://github.com/python-zeroconf/python-zeroconf/commit/b5fb3e86a688f6161c1292ccdffeec9f455c1fbd))

* Prepare for new release ([`275a22b`](https://github.com/python-zeroconf/python-zeroconf/commit/275a22b997331d499526293b98faff11ca6edea5))

* Move self test example out of main module ([`ac5a63e`](https://github.com/python-zeroconf/python-zeroconf/commit/ac5a63ece96fbf9d64e41e7a4867cc1d8b2f6b96))

* Fix using binary strings as property values

Previously it'd fall trough and set the value to False ([`b443027`](https://github.com/python-zeroconf/python-zeroconf/commit/b4430274ba8355ceaadc2d89a84752f1ac1485e7))

* Reformat a bit ([`2190818`](https://github.com/python-zeroconf/python-zeroconf/commit/219081860d28e49b1ae71a78e1a0da459689ab9c))

* Make examples' output quiet by default ([`08e0dc2`](https://github.com/python-zeroconf/python-zeroconf/commit/08e0dc2c7c1551ffa9a1e7297112b0f46b7ccc4e))

* Change ServiceBrowser interface experimentally ([`d162e54`](https://github.com/python-zeroconf/python-zeroconf/commit/d162e54c6aad175505028aa7beb8a1a0cb7a231d))

* Handle exceptions better ([`7cad7a4`](https://github.com/python-zeroconf/python-zeroconf/commit/7cad7a43179e3f547796b125e3ed8169ef3f4157))

* Add some debug logging ([`451c072`](https://github.com/python-zeroconf/python-zeroconf/commit/451c0729e2490ac6283010ddcbbcc723d86e6765))

* Make the code nicer

This includes:

* rearranging code to make it more readable
* catching KeyError instead of all exceptions and making it obvious what
can possibly raise there
* renaming things ([`df88670`](https://github.com/python-zeroconf/python-zeroconf/commit/df88670963e8c3a1f11a6af026b484ff4343d271))

* Remove redundant parentheses ([`3775c47`](https://github.com/python-zeroconf/python-zeroconf/commit/3775c47d8cf3c941603fa393265b86d05f61b915))

* Make examples nicer and make them show all logs ([`193ee64`](https://github.com/python-zeroconf/python-zeroconf/commit/193ee64d6212ff9a814b76b13f9ef46676025dc3))

* Remove duplicates from all interfaces list

It has been mentioned in GH 12 that the list of all machine's network
interfaces can contain duplicates; it shouldn't break anything but
there's no need to open multiple sockets in such case. ([`af5e363`](https://github.com/python-zeroconf/python-zeroconf/commit/af5e363e7fcb392081dc98915defd93c5002c3fc))

* Don't fail when the netmask is unknown ([`463428f`](https://github.com/python-zeroconf/python-zeroconf/commit/463428ff8550a4f0e12b60e6f6a35efedca31271))

* Skip host only network interfaces

On Ubuntu Linux treating such interface (network mask 255.255.255.255)
would result in:

* EADDRINUSE "Address already in use" when trying to add multicast group
membership using IP_ADD_MEMBERSHIP
* success when setting the interface as outgoing multicast interface
using IP_MULTICAST_IF
* EINVAL "Invalid argument" when trying to send multicast datagram using
socket with that interface set as the multicast outgoing interface ([`b5e9e94`](https://github.com/python-zeroconf/python-zeroconf/commit/b5e9e944e6f3c990862b3b03831bb988579ed340))

* Configure logging during the tests ([`0208228`](https://github.com/python-zeroconf/python-zeroconf/commit/0208228d8c760f3672954f5434c2ea54d7fd4196))

* Use all network interfaces by default ([`193cf47`](https://github.com/python-zeroconf/python-zeroconf/commit/193cf47a1144afc9158f0075a886c1f754d96f18))

* Ignore EADDRINUSE when appropriate

On some systems it's necessary to do so ([`0f7c64f`](https://github.com/python-zeroconf/python-zeroconf/commit/0f7c64f8cdacae34c227edd5da4f445ece12da89))

* Export Error and InterfaceChoice ([`500a76b`](https://github.com/python-zeroconf/python-zeroconf/commit/500a76bb1332fe34b45e681c767baddfbece4916))

* Fix ServiceInfo repr and text on Python 3

Closes 1 ([`f3fd4cd`](https://github.com/python-zeroconf/python-zeroconf/commit/f3fd4cd69e9707221d8bd5ee6b3bb86b0985f604))

* Add preliminary support for mulitple net interfaces ([`442a599`](https://github.com/python-zeroconf/python-zeroconf/commit/442a59967f7b0f2d5c2ef512874ad2ab13dedae4))

* Rationalize error handling when sending data ([`a0ee3d6`](https://github.com/python-zeroconf/python-zeroconf/commit/a0ee3d62db7b5350a21091e37824e187ebf99348))

* Make Zeroconf.socket private ([`78449ef`](https://github.com/python-zeroconf/python-zeroconf/commit/78449ef1e07dc68b63bb68038cb66f22e083fdfe))

* Refactor Condition usage to use context manager interface ([`8d32fa4`](https://github.com/python-zeroconf/python-zeroconf/commit/8d32fa4b12e1b52d72a7ba9588437c4c787e0ffd))

* Use six for Python 2/3 compatibility ([`f0c3979`](https://github.com/python-zeroconf/python-zeroconf/commit/f0c39797869175cf88d76c75d39835abb2052f88))

* Use six for Python 2/3 compatibility ([`54ed4b7`](https://github.com/python-zeroconf/python-zeroconf/commit/54ed4b79bb8de9523b5a5b74a79b01c8aa2291a7))

* Refactor version detection in the setup script

This doesn't depend on zeroconf module being importable when setup is
ran ([`1c2205d`](https://github.com/python-zeroconf/python-zeroconf/commit/1c2205d5c9b364a825d51acd03add4de91cb645a))

* Drop "zero dependencies" feature ([`d8c1ec8`](https://github.com/python-zeroconf/python-zeroconf/commit/d8c1ec8ee13191e8ec4412770994f0676ace442c))

* Stop dropping multicast group membership

It'll be taken care of by socket being closed ([`f6425d1`](https://github.com/python-zeroconf/python-zeroconf/commit/f6425d1d727edfa124264bcabeffd77397809965))

* Remove dead code ([`88f5a51`](https://github.com/python-zeroconf/python-zeroconf/commit/88f5a5193ba2ab0eefc99481ccc6a1b911d8dbea))

* Stop using Zeroconf.group attribute ([`903cb78`](https://github.com/python-zeroconf/python-zeroconf/commit/903cb78d3ff7bc8762bf23910562b8f5042c2f85))

* Remove some unused methods ([`80e8e10`](https://github.com/python-zeroconf/python-zeroconf/commit/80e8e1008bc28c8ab9ca966b89109146112d0edd))

* Refactor exception handling here ([`4b8f68b`](https://github.com/python-zeroconf/python-zeroconf/commit/4b8f68b39230bb9cc3c202395b58cc822b8fe862))

* Update README.rst ([`8f18609`](https://github.com/python-zeroconf/python-zeroconf/commit/8f1860956ee9c86b7ba095fc1293919933e1c0ad))

* Release as 0.16.0 ([`4e54b67`](https://github.com/python-zeroconf/python-zeroconf/commit/4e54b6738a490dcc7d2f9e7e1040c5da53727155))

* Tune logging ([`05c3c02`](https://github.com/python-zeroconf/python-zeroconf/commit/05c3c02044d2b4bff946e00803d0ddb2619f0927))

* Migrate from clazz to class_ ([`4a67e12`](https://github.com/python-zeroconf/python-zeroconf/commit/4a67e124cd8f8c4d19f8c6c4a455d075bb948362))

* Migrate more camel case names to snake case ([`92e4713`](https://github.com/python-zeroconf/python-zeroconf/commit/92e47132dc761a9a722caec261ae53de1785838f))

* Switch to snake case and clean up import order

Closes 2 ([`5429748`](https://github.com/python-zeroconf/python-zeroconf/commit/5429748190950a5daf7e9cf91de824dfbd06ee7a))

* Rationalize exception handling a bit and setup logging ([`ada563c`](https://github.com/python-zeroconf/python-zeroconf/commit/ada563c5a1f6d7c54f2ae5c495503079c395438f))

* Update README.rst ([`47ff62b`](https://github.com/python-zeroconf/python-zeroconf/commit/47ff62bae1fd69ffd953c82bd480e4770bfee97b))

* Update README.rst ([`b290965`](https://github.com/python-zeroconf/python-zeroconf/commit/b290965ecd589ca4feb1f88a4232d1ec2725dc44))

* Create universal wheels ([`bf97c14`](https://github.com/python-zeroconf/python-zeroconf/commit/bf97c1459a9d91d6aa88d7bf34c5f8b4cd3cedc5))

0.15.1

Unknown

* Bump version to 0.15.1 ([`9e81863`](https://github.com/python-zeroconf/python-zeroconf/commit/9e81863de37e2ab972d5a76a1dc2d5c517f83cc6))

* Update README.rst ([`161743e`](https://github.com/python-zeroconf/python-zeroconf/commit/161743ea387c961d3554488239f93df4b39be18c))

* Add coverage badge to the readme ([`8502a7e`](https://github.com/python-zeroconf/python-zeroconf/commit/8502a7e1c9770a42e44b4f1beb34c887212e7d48))

* Send coverage to coveralls ([`1d90a9f`](https://github.com/python-zeroconf/python-zeroconf/commit/1d90a9f91f87753a1ea649ce5da1bc6a7da4013d))

* Fix socket.error handling

This closes 4 ([`475e80b`](https://github.com/python-zeroconf/python-zeroconf/commit/475e80b90e96364a183c63f09fa3858f34aa3646))

* Add test_coverage make target ([`89531e6`](https://github.com/python-zeroconf/python-zeroconf/commit/89531e641f15b24a60f9fb2e9f71a7aa8450363a))

* Add PyPI version badge to the readme ([`4c852d4`](https://github.com/python-zeroconf/python-zeroconf/commit/4c852d424d07925ae01c24a51ffc36ecae49b48d))

* Refactor integration test to use events ([`922eab0`](https://github.com/python-zeroconf/python-zeroconf/commit/922eab05596b72d141d459e83146a4cdb6c84389))

* Fix readme formatting ([`7b23734`](https://github.com/python-zeroconf/python-zeroconf/commit/7b23734356f85ccaa6ca66ffaeea8484a2d45d3d))

* Update README.rst ([`83fd618`](https://github.com/python-zeroconf/python-zeroconf/commit/83fd618328aff29892c71f9ba5b9ff983fe4a202))

* Refactor browser example ([`8328aed`](https://github.com/python-zeroconf/python-zeroconf/commit/8328aed1444781b6fac854eb722ae0fef14a3cc4))

* Update README.rst ([`49af263`](https://github.com/python-zeroconf/python-zeroconf/commit/49af26350390484bc6f4b66dab4f6b004040cd4a))

* Bump version to 0.15 ([`77bcadd`](https://github.com/python-zeroconf/python-zeroconf/commit/77bcaddbd1964fb0b494e98ec3ae6d66ea42c509))

* Add myself to authors ([`b9f886b`](https://github.com/python-zeroconf/python-zeroconf/commit/b9f886bf2815c86c7004e123146293c48ea68f1e))

* Reuse one Zeroconf instance in browser example ([`1ee00b3`](https://github.com/python-zeroconf/python-zeroconf/commit/1ee00b318eab386b709351ffae81c8293f4e6d4d))

* Update README.rst ([`fba4215`](https://github.com/python-zeroconf/python-zeroconf/commit/fba4215be1804a13e454e609ed6df2cf98e149f2))

* Update README.rst ([`c7bfe63`](https://github.com/python-zeroconf/python-zeroconf/commit/c7bfe63f9a7eff9a1ede0ac63a329a316d3192ab))

* Rename examples ([`3502198`](https://github.com/python-zeroconf/python-zeroconf/commit/3502198768062b49564121b48a792ce5e7b7b288))

* Refactor examples ([`2ce95f5`](https://github.com/python-zeroconf/python-zeroconf/commit/2ce95f52e7a02c7f1113ba7ebee3c89babb9a26e))

* Update README.rst ([`6a7cd31`](https://github.com/python-zeroconf/python-zeroconf/commit/6a7cd3197ee6ae5690b29b6543fc86d1b1a420d8))

* Advertise Python 3 support ([`d330918`](https://github.com/python-zeroconf/python-zeroconf/commit/d330918970d719d6b26a3f81e83dbb8b8adac0a4))

* Update README.rst ([`6aae20e`](https://github.com/python-zeroconf/python-zeroconf/commit/6aae20e1c1bef8413573139d62d3d2b889fe8776))

* Move examples to examples directory ([`c83891c`](https://github.com/python-zeroconf/python-zeroconf/commit/c83891c9dd2f20e8dee44f1b412a536d20cbcbe3))

* Fix regression introduced with Python 3 compat ([`0a0f7e0`](https://github.com/python-zeroconf/python-zeroconf/commit/0a0f7e0e72d7f9ed08231d94b66ff44bcff60151))

* Mark threads as daemonic (at least for now) ([`b8cfc79`](https://github.com/python-zeroconf/python-zeroconf/commit/b8cfc7996941afded5c9c7e7903378279590b20f))

* Update README.rst ([`cd7ca98`](https://github.com/python-zeroconf/python-zeroconf/commit/cd7ca98010044eb965bc988c23a8be59e09eb69a))

* Add Python 3 support ([`9a99aa7`](https://github.com/python-zeroconf/python-zeroconf/commit/9a99aa727f4e041a726aed3736c0a8ab625c4cb6))

* Update README.rst ([`09a1f4f`](https://github.com/python-zeroconf/python-zeroconf/commit/09a1f4f9d76f64cc8c85f0525e05bdac53de210c))

* Update README.rst ([`6feec34`](https://github.com/python-zeroconf/python-zeroconf/commit/6feec3459d2561f00402d627ea91a8a4981ad309))

* Tune package description ([`b819174`](https://github.com/python-zeroconf/python-zeroconf/commit/b8191741d4ef8e347f6dd138fa48da5aec9b6549))

* Gitignore build/ ([`0ef1b0d`](https://github.com/python-zeroconf/python-zeroconf/commit/0ef1b0d3481b68a752efe822ff4e9ce8356bcffa))

* Add setup.py ([`916bd38`](https://github.com/python-zeroconf/python-zeroconf/commit/916bd38ddb48a959c597ae1763193b4c2c74334f))

* Update README.rst ([`35eced3`](https://github.com/python-zeroconf/python-zeroconf/commit/35eced310fbe1782fd87eb33e7f4befcb0a78499))

* Run actual tests on Travis ([`f8cea82`](https://github.com/python-zeroconf/python-zeroconf/commit/f8cea82177cea3577d2b4f70fec32e85229abdce))

* Advertise Python 2.6 and PyPy support ([`43b182c`](https://github.com/python-zeroconf/python-zeroconf/commit/43b182cce40bcb21eb1e052a0bc42bf367a963ca))

* Move readme to README.rst ([`fd3401e`](https://github.com/python-zeroconf/python-zeroconf/commit/fd3401efb55ae91324d12ba80affd2f3b3ebcf5e))

* Move readme to README.rst ([`353b700`](https://github.com/python-zeroconf/python-zeroconf/commit/353b700df79b49c49db62e0a6e6eb0eae3ccb444))

* Stop catching BaseExceptions ([`41a013c`](https://github.com/python-zeroconf/python-zeroconf/commit/41a013c8a051b3f80018f37d4f254263cc890a68))

* Set up Travis build ([`a2a6125`](https://github.com/python-zeroconf/python-zeroconf/commit/a2a6125dd03d9a810dac72163d545e413387217b))

* PEP8ize and clean up ([`e2964ed`](https://github.com/python-zeroconf/python-zeroconf/commit/e2964ed48263e72159e95cb0691af0dcb9ba498b))

* Updated for 0.14. ([`83aa0f3`](https://github.com/python-zeroconf/python-zeroconf/commit/83aa0f3803cdf79470f4a754c7b9ab616544eea1))

* Although SOL_IP is considered more correct here, it's undefined on some
systems, where IPPROTO_IP is available. (Both equate to 0.) Reported by
Mike Erdely. ([`443aca8`](https://github.com/python-zeroconf/python-zeroconf/commit/443aca867d694432d466d20bdf7c49ebc7a4e684))

* Obsolete comment. ([`eee7196`](https://github.com/python-zeroconf/python-zeroconf/commit/eee7196626773eae2dc0dc1a68de03a99d778139))

* Really these should be network order. ([`5e10a20`](https://github.com/python-zeroconf/python-zeroconf/commit/5e10a20a9cb6bbc09356cbf957f3f7fa3e169ff2))

* Docstrings for examples; shorter timeout; struct.unpack() vs. ord(). ([`0884d6a`](https://github.com/python-zeroconf/python-zeroconf/commit/0884d6a56afc6fb559b6c90a923762393187e50a))

* Make examples executable. ([`5e5e78e`](https://github.com/python-zeroconf/python-zeroconf/commit/5e5e78e27240e7e03d1c8aa96ee0e1f7877d0d5d))

* Unneeded. ([`2ac738f`](https://github.com/python-zeroconf/python-zeroconf/commit/2ac738f84bbcf29d03bad289cb243182ecdf48d6))

* getText() is redundant with getProperties(). ([`a115187`](https://github.com/python-zeroconf/python-zeroconf/commit/a11518726321b15059be255b6329cba591887197))

* Allow graceful exit from announcement test. ([`0f3b413`](https://github.com/python-zeroconf/python-zeroconf/commit/0f3b413b269f8b95b6f8073ba39d11f156ae632c))

* More readable display in browser; automatically quit after giving ten
seconds to respond. ([`eee4530`](https://github.com/python-zeroconf/python-zeroconf/commit/eee4530d7b8216338634282f3097cb96932aa28e))

* New names, numbers. ([`2a000c5`](https://github.com/python-zeroconf/python-zeroconf/commit/2a000c589302147129eed990c842b38ac61f7514))

* Updated FSF address. ([`4e39602`](https://github.com/python-zeroconf/python-zeroconf/commit/4e396025ed666775973d54a50b69e8f635e28658))

* De-DOSification. ([`1dc3436`](https://github.com/python-zeroconf/python-zeroconf/commit/1dc3436e6357b66d0bb53f9b285f123b164984da))

* Lowercase imports. ([`e292868`](https://github.com/python-zeroconf/python-zeroconf/commit/e292868f9c7e817cb04dfce2d545f45db4041e5e))

* The great lowercasing. ([`5541813`](https://github.com/python-zeroconf/python-zeroconf/commit/5541813fbb8e1d7b233d09ee2d20ac0ca322a9f2))

* Renamed tests. ([`4bb88b0`](https://github.com/python-zeroconf/python-zeroconf/commit/4bb88b0952833b84c15c85190c0a9cac01922cbe))

* Replaced unwrapped "lgpl.txt" with traditional "COPYING". ([`ad6b1ec`](https://github.com/python-zeroconf/python-zeroconf/commit/ad6b1ecf9fa71a5ec14f7a08fc3d6a689a19e6d2))

* Don't need range() here. ([`b36e7d5`](https://github.com/python-zeroconf/python-zeroconf/commit/b36e7d5dd5922b1739911878b29aba921ec9ecb6))

* testNumbersAnswers() was identical to testNumbersQuestions().
(Presumably it was intended to test addAnswer() instead...) ([`416054d`](https://github.com/python-zeroconf/python-zeroconf/commit/416054d407013af8678928b949d6579df4044d46))

* Extraneous spaces. ([`f6615a9`](https://github.com/python-zeroconf/python-zeroconf/commit/f6615a9d7632f3510d2f0a36cab155ac753141ab))

* Moved history to README; updated version number, etc. ([`015bae2`](https://github.com/python-zeroconf/python-zeroconf/commit/015bae258b5ce73a2a12361e4c9295107126963c))

* Meaningless. ([`6147a6e`](https://github.com/python-zeroconf/python-zeroconf/commit/6147a6ed20222851ba4438dd65366f907b4c189f))

* Also unexceptional. ([`c36e3af`](https://github.com/python-zeroconf/python-zeroconf/commit/c36e3af2f6e0ea857f383f9b014f50b65fca641c))

* If name isn't in self.names, it's unexceptional. (And yes, I actually
tested, and this is faster.) ([`f772d4e`](https://github.com/python-zeroconf/python-zeroconf/commit/f772d4e5e208431378bf01d75eddc7df5119dff7))

* Excess spaces; don't use "len" as a label. After eblot. ([`df986ee`](https://github.com/python-zeroconf/python-zeroconf/commit/df986eed46e3ec7dadc6604d0b26e4fcf0b6291a))

* Outdated docs. ([`21d7c95`](https://github.com/python-zeroconf/python-zeroconf/commit/21d7c950f50827bc8ac6dd18fb0577c11b5cefac))

* Untab the test programs. ([`c13e4fa`](https://github.com/python-zeroconf/python-zeroconf/commit/c13e4fab3b0b95674fbc93cd2ac30fd2ba462a24))

* Remove the comment about the test programs. ([`8adab79`](https://github.com/python-zeroconf/python-zeroconf/commit/8adab79a64a73e76841b37e53e55fe8aad8eb580))

* Allow for the failure of getServiceInfo(). Not sure why it's happening,
though. ([`0a05f42`](https://github.com/python-zeroconf/python-zeroconf/commit/0a05f423ad591454a25c515d811556d10e5fc99f))

* Don't test for NonLocalNameException, since I killed it. ([`d89ddfc`](https://github.com/python-zeroconf/python-zeroconf/commit/d89ddfcecc7b336aa59a4ff784cb8b810772d24f))

* Describe this fork. ([`656f959`](https://github.com/python-zeroconf/python-zeroconf/commit/656f959c26310629953cc661ffad681194295131))

* Write only a byte. ([`d346107`](https://github.com/python-zeroconf/python-zeroconf/commit/d34610768812906ff07974c1314f6073b431d96e))

* Although beacons _should_ fit within single packets, maybe we should allow for the possibility that they won't? (Or, does this even make sense with sendto()?) ([`ac91642`](https://github.com/python-zeroconf/python-zeroconf/commit/ac91642b0ea90a3c84b605e19d562b897e2cd1fd))

* Update the version to indicate a fork. ([`a81f3ab`](https://github.com/python-zeroconf/python-zeroconf/commit/a81f3ababc585acca4bacc51a832703286ec5cfb))

* HHHHHH -> 6H ([`9a94953`](https://github.com/python-zeroconf/python-zeroconf/commit/9a949532484a55e52f1d2f14eb27277a5133ce29))

* In Zeroconf, use the same method of determining the default IP as elsewhere, instead of the unreliable gethostbyname(gethostname()) method (but fall back to that). ([`f6d4731`](https://github.com/python-zeroconf/python-zeroconf/commit/f6d47316a47d9d04539f1a4215dd7eec06c33d4c))

* More again. ([`2420505`](https://github.com/python-zeroconf/python-zeroconf/commit/24205054309e110238fc5a986cdc27b17c44abef))

* More. ([`b8baed3`](https://github.com/python-zeroconf/python-zeroconf/commit/b8baed3a2876c126cac65a7d95bb88661b31483c))

* Minor style things for Zeroconf (use True/False instead of 1/0, etc.). ([`173350e`](https://github.com/python-zeroconf/python-zeroconf/commit/173350e415e66c9629d553f820677453bdbe5724))

* Clearer. ([`3e718b5`](https://github.com/python-zeroconf/python-zeroconf/commit/3e718b55becd883324bf40eda700431b302a0da8))

* 80-column fixes for Zeroconf. ([`e5d930b`](https://github.com/python-zeroconf/python-zeroconf/commit/e5d930bb681f5544827fc0c9f37daa778dec5930))

* Minor simplification of the pack/unpack routines in Zeroconf. ([`e814dd1`](https://github.com/python-zeroconf/python-zeroconf/commit/e814dd1e6848d8c7ec03660d347ea4a34390c37d))

* Skip unknown resource records in Zeroconf -- https://bugs.launchpad.net/pyzeroconf/+bug/498411 ([`488de88`](https://github.com/python-zeroconf/python-zeroconf/commit/488de8826ddd58646358900d057a4a1632492948))

* Some people are reporting bogus data coming back from Zeroconf scans, causing exceptions. ([`fe77e37`](https://github.com/python-zeroconf/python-zeroconf/commit/fe77e371cc68ea211508908e6180867c420ca042))

* Don't need the string module here. ([`f76529c`](https://github.com/python-zeroconf/python-zeroconf/commit/f76529c685868dcdb62b6477f15ecb1122310cc5))

* Suppress EBADF errors in Zeroconf.py. ([`4c8aac9`](https://github.com/python-zeroconf/python-zeroconf/commit/4c8aac95613df62d001bd7192ec75247a2bb9b9d))

* This doesn't seem to be necessary, and it's generating a lot of exceptions... ([`f80df7b`](https://github.com/python-zeroconf/python-zeroconf/commit/f80df7b0f8b9124970e109c51f7a49b7bd75906c))

* Untab Zeroconf. ([`892a4f0`](https://github.com/python-zeroconf/python-zeroconf/commit/892a4f095c23379a6cf5a0ef31521f9f90cb5276))

* has_key() is deprecated. ([`f998e39`](https://github.com/python-zeroconf/python-zeroconf/commit/f998e39cbb8d2c5556c10203957ff6a9ab2f546d))

* The initial version I committed to HME for Python back in 2008. This is
a step back in some respects (re-inserting tabs that will be undone a
couple patches hence), so that I can apply the patches going forward. ([`d952a9c`](https://github.com/python-zeroconf/python-zeroconf/commit/d952a9c117ae539cf4778d76618fe813b10a9a34))

* Remove the executable bit. ([`f0d095d`](https://github.com/python-zeroconf/python-zeroconf/commit/f0d095d0f1c2767be6da47f885f5ed019e9fa363))

* Removed pyc file ([`38d0a18`](https://github.com/python-zeroconf/python-zeroconf/commit/38d0a184c13772dae3c14d3c46a30c68497c54db))

* First commit ([`c3a39f8`](https://github.com/python-zeroconf/python-zeroconf/commit/c3a39f874a5c10e91ee2315271f13ae74ee381fd))

Page 37 of 37

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.