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 }}
keepsimple1
/
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
master
User selector
All users
All time
Commit history
Commits on Jun 4, 2019
Release version 0.23.0
jstasiak
committed
7bd0436
View commit details
Copy full SHA for 7bd0436
Browse repository at this point
Commits on May 22, 2019
Add support for multiple addresses when publishing a service (#170)
Show description for c787610
dtantsur
authored and
jstasiak
committed
c787610
View commit details
Copy full SHA for c787610
Browse repository at this point
Commits on May 20, 2019
Makefile: be specific which files to check with black (#169)
Show description for 6b85a33
dtantsur
authored and
jstasiak
committed
6b85a33
View commit details
Copy full SHA for 6b85a33
Browse repository at this point
Commits on May 15, 2019
Run black --check as part of CI to enforce code style
jstasiak
committed
12477c9
View commit details
Copy full SHA for 12477c9
Browse repository at this point
Refactor the CI script a bit to make adding black check easier
jstasiak
committed
69ad22c
View commit details
Copy full SHA for 69ad22c
Browse repository at this point
Reformat the code using Black
Show description for beb596c
jstasiak
committed
beb596c
View commit details
Copy full SHA for beb596c
Browse repository at this point
Add support for MyListener call getting updates to service TXT records (2nd attempt) (#166)
Show description for d4e06bc
mattsaxon
authored and
jstasiak
committed
d4e06bc
View commit details
Copy full SHA for d4e06bc
Browse repository at this point
Commits on May 14, 2019
Remove Python 3.4 from the Python compatibility section
Show description for e1c2b00
jstasiak
committed
e1c2b00
View commit details
Copy full SHA for e1c2b00
Browse repository at this point
Drop Python 3.4 support (it's dead now)
Show description for 4a02d04
jstasiak
committed
4a02d04
View commit details
Copy full SHA for 4a02d04
Browse repository at this point
Commits on Apr 27, 2019
Prepare release 0.22.0
jstasiak
committed
db1dcf6
View commit details
Copy full SHA for db1dcf6
Browse repository at this point
Commits on Mar 31, 2019
Add arguments to set TTLs via ServiceInfo
andrewbonney
authored and
jstasiak
committed
ecc021b
View commit details
Copy full SHA for ecc021b
Browse repository at this point
Use recommended TTLs with overrides via ServiceInfo
andrewbonney
authored and
jstasiak
committed
a7aedb5
View commit details
Copy full SHA for a7aedb5
Browse repository at this point
ttl: modify default used to respond to _services queries
andrewbonney
authored and
jstasiak
committed
f25989d
View commit details
Copy full SHA for f25989d
Browse repository at this point
Commits on Mar 29, 2019
Fix service removal packets not being sent on shutdown
andrewbonney
authored and
jstasiak
committed
57310e1
View commit details
Copy full SHA for 57310e1
Browse repository at this point
Commits on Mar 18, 2019
Adjust query intervals to match RFC 6762 (#159)
Show description for bee8abd
andrewbonney
authored and
jstasiak
committed
bee8abd
View commit details
Copy full SHA for bee8abd
Browse repository at this point
Commits on Nov 28, 2018
Turn on and address mypy check_untyped_defs
scop
authored and
jstasiak
committed
4218d75
View commit details
Copy full SHA for 4218d75
Browse repository at this point
Commits on Nov 26, 2018
Turn on and address mypy warn-return-any
scop
authored and
jstasiak
committed
006e614
View commit details
Copy full SHA for 006e614
Browse repository at this point
Turn on and address mypy no-implicit-optional
scop
authored and
jstasiak
committed
071c6ed
View commit details
Copy full SHA for 071c6ed
Browse repository at this point
Add reminder to enable disallow_untyped_calls for mypy
scop
authored and
jstasiak
committed
24bb44f
View commit details
Copy full SHA for 24bb44f
Browse repository at this point
Enable some more mypy warnings
scop
authored and
jstasiak
committed
183a846
View commit details
Copy full SHA for 183a846
Browse repository at this point
Run mypy on test_zeroconf.py too
Show description for 74391d5
scop
authored and
jstasiak
committed
74391d5
View commit details
Copy full SHA for 74391d5
Browse repository at this point
Move mypy config to setup.cfg
Show description for 2973931
scop
authored and
jstasiak
committed
2973931
View commit details
Copy full SHA for 2973931
Browse repository at this point
Commits on Nov 25, 2018
Don't bother with a universal wheel as we're Python >= 3 only
scop
authored and
jstasiak
committed
9c0f1ab
View commit details
Copy full SHA for 9c0f1ab
Browse repository at this point
Commits on Nov 19, 2018
Add unit tests for default ServiceInfo properties.
jmpcm
authored and
jstasiak
committed
a12c3b2
View commit details
Copy full SHA for a12c3b2
Browse repository at this point
Modify ServiceInfo's __init__ properties' default value.
Show description for 9321007
jmpcm
authored and
jstasiak
committed
9321007
View commit details
Copy full SHA for 9321007
Browse repository at this point
Commits on Nov 18, 2018
Fix some spelling errors
scop
authored and
jstasiak
committed
88fb0e3
View commit details
Copy full SHA for 88fb0e3
Browse repository at this point
Commits on Nov 14, 2018
Require flake8 >= 3.6.0, drop pycodestyle restriction
Show description for 73b3620
scop
authored and
jstasiak
committed
73b3620
View commit details
Copy full SHA for 73b3620
Browse repository at this point
Drop flake8-blind-except
Show description for e3b7e40
scop
authored and
jstasiak
committed
e3b7e40
View commit details
Copy full SHA for e3b7e40
Browse repository at this point
Commits on Nov 12, 2018
Test with PyPy 3.5 5.10.1
scop
authored and
jstasiak
committed
51a6f70
View commit details
Copy full SHA for 51a6f70
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
Previous
Next
You can’t perform that action at this time.