Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tmcolby
/
python-zeroconf
Public
forked from
python-zeroconf/python-zeroconf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
All time
Commit history
Commits on Nov 14, 2018
Require flake8 >= 3.6.0, drop pycodestyle restriction
Show description for 0b614ba
scop
authored and
jstasiak
committed
0b614ba
View commit details
Copy full SHA for 0b614ba
Browse repository at this point
Commits on Nov 11, 2018
Drop flake8-blind-except
Show description for 20f55ce
scop
committed
20f55ce
View commit details
Copy full SHA for 20f55ce
Browse repository at this point
Commits on Sep 25, 2018
Fix a changelog typo
jstasiak
committed
e08db28
View commit details
Copy full SHA for e08db28
Browse repository at this point
Commits on Sep 21, 2018
Prepare release 0.21.3
jstasiak
committed
059530d
View commit details
Copy full SHA for 059530d
Browse repository at this point
Actually allow underscores in incoming service names
Show description for ae3bd51
jstasiak
committed
ae3bd51
View commit details
Copy full SHA for ae3bd51
Browse repository at this point
Commits on Sep 19, 2018
Prepare release 0.21.2
jstasiak
committed
af33c83
View commit details
Copy full SHA for af33c83
Browse repository at this point
Fix typing-related TypeError
Show description for 627c22e
jstasiak
committed
627c22e
View commit details
Copy full SHA for 627c22e
Browse repository at this point
Commits on Sep 17, 2018
Prepare release 0.21.1
jstasiak
committed
1684a46
View commit details
Copy full SHA for 1684a46
Browse repository at this point
Bringing back compatibility with python 3.4 (#140)
Show description for 919191c
rtobar
authored and
jstasiak
committed
919191c
View commit details
Copy full SHA for 919191c
Browse repository at this point
Commits on Sep 16, 2018
Prepare release 0.21.0
jstasiak
committed
b03cee3
View commit details
Copy full SHA for b03cee3
Browse repository at this point
Allow underscores in incoming service names
Show description for ff4a262
jstasiak
committed
ff4a262
View commit details
Copy full SHA for ff4a262
Browse repository at this point
Commits on Sep 12, 2018
Don't mention unsupported Python versions
yegorich
authored and
jstasiak
committed
208ec1b
View commit details
Copy full SHA for 208ec1b
Browse repository at this point
using ifaddr instead of netifaces as ifaddr is a pure python lib
Matthew Crowson
authored and
jstasiak
committed
7c0500e
View commit details
Copy full SHA for 7c0500e
Browse repository at this point
Show that we actually support Python 3.7
Show description for 418b4b8
jstasiak
committed
418b4b8
View commit details
Copy full SHA for 418b4b8
Browse repository at this point
Introduce some static type analysis to the codebase
Show description for 1f33c4f
jstasiak
committed
1f33c4f
View commit details
Copy full SHA for 1f33c4f
Browse repository at this point
Fix a logging call
Show description for 23fdcce
jstasiak
committed
23fdcce
View commit details
Copy full SHA for 23fdcce
Browse repository at this point
Fix UTF-8 multibyte name compression
lassebm
authored and
jstasiak
committed
e11700f
View commit details
Copy full SHA for e11700f
Browse repository at this point
Remove some legacy cruft
Show description for 6fe8132
jstasiak
committed
6fe8132
View commit details
Copy full SHA for 6fe8132
Browse repository at this point
Commits on Aug 4, 2018
Fix UnboundLocalError for count after loop
Show description for 42c8662
Ashkan Kiani
authored and
jstasiak
committed
42c8662
View commit details
Copy full SHA for 42c8662
Browse repository at this point
Commits on Jun 7, 2018
examples: Add an example of resolving a known service by service name
Show description for 703d971
smcv
authored and
jstasiak
committed
703d971
View commit details
Copy full SHA for 703d971
Browse repository at this point
Handle Interface Quirck to make it work on WSL (Windows Service for Linux)
marcosdiez
authored and
jstasiak
committed
374f45b
View commit details
Copy full SHA for 374f45b
Browse repository at this point
Make some variables PEP 8-compatible
Show description for 49fc106
jstasiak
committed
49fc106
View commit details
Copy full SHA for 49fc106
Browse repository at this point
Fix flake8 (#131)
Show description for 53bc65a
mdiez-modus
authored and
jstasiak
committed
53bc65a
View commit details
Copy full SHA for 53bc65a
Browse repository at this point
Commits on Apr 4, 2018
implementing unicast support (#124)
Show description for 826c961
machinekoder
authored and
jstasiak
committed
826c961
View commit details
Copy full SHA for 826c961
Browse repository at this point
Remove unwanted whitespace
jstasiak
committed
d0d1cfb
View commit details
Copy full SHA for d0d1cfb
Browse repository at this point
Fix TTL handling for published service, align default TTL with RFC6762 (#113)
Show description for 14e3ad5
emontnemery
authored and
jstasiak
committed
14e3ad5
View commit details
Copy full SHA for 14e3ad5
Browse repository at this point
add import error for Python <= 3.3 (#123)
machinekoder
authored and
jstasiak
committed
fe62ba3
View commit details
Copy full SHA for fe62ba3
Browse repository at this point
Commits on Feb 21, 2018
Release version 0.20.0
jstasiak
committed
0622570
View commit details
Copy full SHA for 0622570
Browse repository at this point
Commits on Sep 25, 2017
Add some missing release information
jstasiak
committed
5978bdb
View commit details
Copy full SHA for 5978bdb
Browse repository at this point
Drop support for Python 2 and 3.3
Show description for f22f421
jstasiak
committed
f22f421
View commit details
Copy full SHA for f22f421
Browse repository at this point
Add license and readme file to source tarball (#108)
Show description for 6ad04a5
bachp
authored and
jstasiak
committed
6ad04a5
View commit details
Copy full SHA for 6ad04a5
Browse repository at this point
Allow the usage of newer netifaces in development
Show description for 7123f8e
jstasiak
committed
7123f8e
View commit details
Copy full SHA for 7123f8e
Browse repository at this point
Correct broken __eq__ in child classes to DNSRecord
emontnemery
authored and
jstasiak
committed
4d6dd73
View commit details
Copy full SHA for 4d6dd73
Browse repository at this point
Refresh ServiceBrowser entries already when 'stale'
Show description for 37c5211
emontnemery
authored and
jstasiak
committed
37c5211
View commit details
Copy full SHA for 37c5211
Browse repository at this point
Add new records first in cache entry instead of last (#110)
Show description for 8101b55
emontnemery
authored and
jstasiak
committed
8101b55
View commit details
Copy full SHA for 8101b55
Browse repository at this point
Previous
Next
You can’t perform that action at this time.