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
less more (0) -30 tip