[Python-modules-commits] [python-zeroconf] branch upstream created (now 4dbd04b)

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon May 25 08:51:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a change to branch upstream
in repository python-zeroconf.

        at  4dbd04b   Restrict pep8 version as something depends on it

This branch includes the following new commits:

       new  c3a39f8   First commit
       new  38d0a18   Removed pyc file
       new  f0d095d   Remove the executable bit.
       new  d952a9c   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.
       new  f998e39   has_key() is deprecated.
       new  892a4f0   Untab Zeroconf.
       new  f80df7b   This doesn't seem to be necessary, and it's generating a lot of exceptions...
       new  4c8aac9   Suppress EBADF errors in Zeroconf.py.
       new  f76529c   Don't need the string module here.
       new  fe77e37   Some people are reporting bogus data coming back from Zeroconf scans, causing exceptions.
       new  488de88   Skip unknown resource records in Zeroconf -- https://bugs.launchpad.net/pyzeroconf/+bug/498411
       new  e814dd1   Minor simplification of the pack/unpack routines in Zeroconf.
       new  e5d930b   80-column fixes for Zeroconf.
       new  3e718b5   Clearer.
       new  173350e   Minor style things for Zeroconf (use True/False instead of 1/0, etc.).
       new  b8baed3   More.
       new  2420505   More again.
       new  f6d4731   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).
       new  9a94953   HHHHHH -> 6H
       new  a81f3ab   Update the version to indicate a fork.
       new  ac91642   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()?)
       new  d346107   Write only a byte.
       new  656f959   Describe this fork.
       new  d89ddfc   Don't test for NonLocalNameException, since I killed it.
       new  0a05f42   Allow for the failure of getServiceInfo(). Not sure why it's happening, though.
       new  8adab79   Remove the comment about the test programs.
       new  c13e4fa   Untab the test programs.
       new  21d7c95   Outdated docs.
       new  df986ee   Excess spaces; don't use "len" as a label. After eblot.
       new  f772d4e   If name isn't in self.names, it's unexceptional. (And yes, I actually tested, and this is faster.)
       new  c36e3af   Also unexceptional.
       new  6147a6e   Meaningless.
       new  015bae2   Moved history to README; updated version number, etc.
       new  f6615a9   Extraneous spaces.
       new  416054d   testNumbersAnswers() was identical to testNumbersQuestions(). (Presumably it was intended to test addAnswer() instead...)
       new  b36e7d5   Don't need range() here.
       new  ad6b1ec   Replaced unwrapped "lgpl.txt" with traditional "COPYING".
       new  4bb88b0   Renamed tests.
       new  5541813   The great lowercasing.
       new  e292868   Lowercase imports.
       new  1dc3436   De-DOSification.
       new  4e39602   Updated FSF address.
       new  2a000c5   New names, numbers.
       new  eee4530   More readable display in browser; automatically quit after giving ten seconds to respond.
       new  0f3b413   Allow graceful exit from announcement test.
       new  a115187   getText() is redundant with getProperties().
       new  2ac738f   Unneeded.
       new  5e5e78e   Make examples executable.
       new  0884d6a   Docstrings for examples; shorter timeout; struct.unpack() vs. ord().
       new  5e10a20   Really these should be network order.
       new  eee7196   Obsolete comment.
       new  443aca8   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.
       new  83aa0f3   Updated for 0.14.
       new  e2964ed   PEP8ize and clean up
       new  a2a6125   Set up Travis build
       new  41a013c   Stop catching BaseExceptions
       new  353b700   Move readme to README.rst
       new  fd3401e   Move readme to README.rst
       new  43b182c   Advertise Python 2.6 and PyPy support
       new  f8cea82   Run actual tests on Travis
       new  35eced3   Update README.rst
       new  916bd38   Add setup.py
       new  0ef1b0d   Gitignore build/
       new  b819174   Tune package description
       new  6feec34   Update README.rst
       new  09a1f4f   Update README.rst
       new  9a99aa7   Add Python 3 support
       new  cd7ca98   Update README.rst
       new  b8cfc79   Mark threads as daemonic (at least for now)
       new  0a0f7e0   Fix regression introduced with Python 3 compat
       new  c83891c   Move examples to examples directory
       new  6aae20e   Update README.rst
       new  d330918   Advertise Python 3 support
       new  6a7cd31   Update README.rst
       new  2ce95f5   Refactor examples
       new  3502198   Rename examples
       new  c7bfe63   Update README.rst
       new  fba4215   Update README.rst
       new  1ee00b3   Reuse one Zeroconf instance in browser example
       new  b9f886b   Add myself to authors
       new  77bcadd   Bump version to 0.15
       new  49af263   Update README.rst
       new  8328aed   Refactor browser example
       new  83fd618   Update README.rst
       new  7b23734   Fix readme formatting
       new  922eab0   Refactor integration test to use events
       new  4c852d4   Add PyPI version badge to the readme
       new  89531e6   Add test_coverage make target
       new  475e80b   Fix socket.error handling
       new  1d90a9f   Send coverage to coveralls
       new  8502a7e   Add coverage badge to the readme
       new  161743e   Update README.rst
       new  9e81863   Bump version to 0.15.1
       new  bf97c14   Create universal wheels
       new  b290965   Update README.rst
       new  47ff62b   Update README.rst
       new  ada563c   Rationalize exception handling a bit and setup logging
       new  5429748   Switch to snake case and clean up import order
       new  92e4713   Migrate more camel case names to snake case
       new  4a67e12   Migrate from clazz to class_
       new  05c3c02   Tune logging
       new  4e54b67   Release as 0.16.0
       new  8f18609   Update README.rst
       new  4b8f68b   Refactor exception handling here
       new  80e8e10   Remove some unused methods
       new  903cb78   Stop using Zeroconf.group attribute
       new  88f5a51   Remove dead code
       new  f6425d1   Stop dropping multicast group membership
       new  d8c1ec8   Drop "zero dependencies" feature
       new  1c2205d   Refactor version detection in the setup script
       new  54ed4b7   Use six for Python 2/3 compatibility
       new  f0c3979   Use six for Python 2/3 compatibility
       new  8d32fa4   Refactor Condition usage to use context manager interface
       new  78449ef   Make Zeroconf.socket private
       new  a0ee3d6   Rationalize error handling when sending data
       new  442a599   Add preliminary support for mulitple net interfaces
       new  f3fd4cd   Fix ServiceInfo repr and text on Python 3
       new  500a76b   Export Error and InterfaceChoice
       new  0f7c64f   Ignore EADDRINUSE when appropriate
       new  193cf47   Use all network interfaces by default
       new  0208228   Configure logging during the tests
       new  b5e9e94   Skip host only network interfaces
       new  463428f   Don't fail when the netmask is unknown
       new  af5e363   Remove duplicates from all interfaces list
       new  193ee64   Make examples nicer and make them show all logs
       new  3775c47   Remove redundant parentheses
       new  df88670   Make the code nicer
       new  451c072   Add some debug logging
       new  7cad7a4   Handle exceptions better
       new  d162e54   Change ServiceBrowser interface experimentally
       new  08e0dc2   Make examples' output quiet by default
       new  2190818   Reformat a bit
       new  b443027   Fix using binary strings as property values
       new  ac5a63e   Move self test example out of main module
       new  275a22b   Prepare for new release
       new  b5fb3e8   Fix test breakage
       new  c748294   Restore old listener interface (and example) for now
       new  a298785   Add pypy3 build
       new  5c32a27   Describe recent changes
       new  0009b5e   Handle recent flake8 change
       new  4783611   Advertise pypy3 support
       new  a6d75b3   Do 0.17.0 release
       new  93d34f9   Getting an EADDRNOTAVAIL error when adding an address to the multicast group on windows.
       new  a22484a   Update README.rst
       new  44fa62a   Update README.rst
       new  7c64ebf   Fix some typos in the readme
       new  0b8936b   Bump version to 0.17.1
       new  4dbd04b   Restrict pep8 version as something depends on it

The 148 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-zeroconf.git



More information about the Python-modules-commits mailing list