hgext/zeroconf/Zeroconf.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Wed, 18 Aug 2021 14:58:42 -0400 Matt Harbison zeroconf: fix an issue concatenating bytes and str stable
Sat, 13 Jun 2020 11:06:22 +0200 Pierre-Yves David zeroconf: fix non existant formatting in the vendored zeroconf module stable
Fri, 22 Nov 2019 21:42:04 +0900 Yuya Nishihara merge with stable
Wed, 13 Nov 2019 22:40:32 +0100 Kim Alvefur zeroconf: fix traceback under py3 stable
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 11 Jun 2019 20:53:14 +0300 Pulkit Goyal py3: hack around inconsistency of type of name passed to DNSQuestion
Tue, 11 Jun 2019 20:48:59 +0300 Pulkit Goyal py3: add r'' prefixes and do ('%d' % int) instead of str(int)
Sat, 02 Feb 2019 11:49:26 -0800 Gregory Szorc zeroconf: Python 3 porting of vendored library
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Mon, 09 Oct 2017 11:45:21 +0200 Boris Feld style: remove multiple statement on a single line in zeroconf
Mon, 02 Oct 2017 20:23:25 -0700 Jun Wu zeroconf: do not crash if socket being read is closed by another thread
Fri, 11 Mar 2016 15:40:58 -0800 Martin von Zweigbergk zeroconf: remove leftover camelcase identifier
Tue, 01 Mar 2016 10:18:47 +0000 timeless zeroconf: replace reduce+add with itertools.chain
Tue, 01 Mar 2016 10:22:10 +0000 timeless zeroconf: replace has_key with in
Tue, 01 Mar 2016 09:59:58 +0000 timeless zeroconf: compare singleton using is
Tue, 01 Mar 2016 09:57:45 +0000 timeless zeroconf: remove camelcase in identifiers
Tue, 01 Mar 2016 09:49:38 +0000 timeless zeroconf: remove whitespace around = for named parameters
Tue, 01 Mar 2016 09:44:32 +0000 timeless zeroconf: del is not a function
Tue, 01 Mar 2016 09:48:11 +0000 timeless zeroconf: add whitespace around operator
Tue, 01 Mar 2016 09:33:39 +0000 timeless zeroconf: wrap long lines
Tue, 01 Mar 2016 08:53:40 +0000 timeless zeroconf: drop tabs
Tue, 01 Mar 2016 08:48:10 +0000 timeless zeroconf: omit semicolons
Tue, 01 Mar 2016 08:42:46 +0000 timeless zeroconf: use absolute_import
Tue, 01 Mar 2016 07:17:32 +0000 timeless zeroconf: use print function
Wed, 24 Feb 2016 22:22:18 -0800 Danek Duvall zeroconf: fix setsockopt() call on Solaris to send payload of correct length
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: Authoritative
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Tue, 21 Aug 2012 02:41:20 +0200 Mads Kiilerich delete some dead comments and docstrings
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Fri, 06 Jan 2012 16:27:13 +0100 Martin Geisler Remove FSF mailing address from GPL headers
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Sat, 30 Apr 2011 07:30:38 -0500 Augie Fackler Zeroconf: catch both ValueError and KeyError in get()
Wed, 13 Apr 2011 12:57:24 -0500 Matt Mackall zeroconf: clean up naked exceptions
Wed, 23 Jun 2010 10:45:53 +0200 Javi Merino zeroconf: Use BadDomainName exception instead of string exceptions stable
Fri, 19 Feb 2010 16:50:47 -0800 Brendan Cully zeroconf: suppress traceback during shutdown stable
Mon, 08 Feb 2010 00:01:08 +0100 Brendan Cully zeroconf: use DNS length field to safely skip unknown record types
Sun, 07 Feb 2010 19:39:29 +0100 Brendan Cully zeroconf: better fix for readName error
Sun, 07 Feb 2010 18:37:14 +0100 Brendan Cully zeroconf: try utf-16 decoding if utf-8 fails
Sat, 06 Feb 2010 17:31:54 +0100 Henrik Stuart zeroconf: do not try to encode encoded strings (issue1942)
Thu, 28 Jan 2010 22:44:25 -0600 Matt Mackall zeroconf: flag third-party Zeroconf.py for ignore in check-code
Mon, 13 Apr 2009 21:23:52 +0300 Alexander Solovyov zeroconf: don't fail on non-local names
Mon, 23 Mar 2009 13:13:27 +0100 Peter Arrenbrecht cleanup: whitespace cleanup
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Wed, 08 Oct 2008 19:58:35 -0500 Matt Mackall zeroconf: initial implementation
less more (0) tip