[Python-modules-commits] [python-websockets] tag 1.0 created (now 1aa31d0)
Piotr Ożarowski
piotr at moszumanska.debian.org
Sat Nov 5 22:09:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to tag 1.0
in repository python-websockets.
at 1aa31d0 (commit)
This tag includes the following new commits:
new 392b546 Initialize repository.
new 181eac1 Add parsing and validation of WebSocket URIs.
new f532c46 Import generic code from django-c10k-demo.
new 35b77b9 Add a sample client implementation.
new 4d9214b Move framing protocol to the framing module.
new 5808e05 Add basic HTTP parsing tools.
new e2b3934 Add tests for the handshake functions.
new f69fb9b Save a few shortcuts in a Makefile.
new f23f487 Add a wait_close method for the client.
new fcb72dc Use the standard library for HTTP headers parsing.
new 7ed8ee9 Add a sample server implementation.
new adf1653 Add initial documentation.
new ac77aab Use Python 3's theme for the documentation.
new cb84c89 Rewrite most docstrings to fit the Sphinx docs.
new 36b9ff2 ReadTheDocs doesn't support Python 3 yet.
new 17e620a Fix tests after making a function private.
new 985f82d Fix description on PyPI.
new 726227c Add Server / User-Agent header.
new b548a4f Fix shortest representation of message length.
new e1fdc9c Add checks on received control frames.
new a317e19 Track states and close connections properly.
new 8c72e89 Implement codes and reasons for the Close frames.
new 74a87b5 Add files to run the AutoBahn test suite.
new d185cd3 Add a version number.
new 7459ae9 Add a few links.
new d4de37f Fix my English.
new 6175b99 fix external version in setup.py
new aa11ff7 Merge pull request #1 from ptone/fix-version
new d2ac62f New hosted GitHub docs URL.
new 940d32a Add `open` property
new 94c0084 LogTrackingTestCase was removed from Tulip.
new 9221515 Have ping wait for the corresponding pong.
new b0970a9 Match recent API improvements in Tulip.
new 7f256b5 The result of close() doesn't matter in general.
new 7ca3567 Make sure to request the Future's result.
new d26385f Add requirements file.
new 6f15781 Add basic test for the client and server APIs.
new 613609c Refactor for testability. 100% branch coverage.
new 0468fe8 recv() cannot be called multiple times in parallel.
new a2ab56c Minor improvements.
new 443f912 Redesign protocol handling around a task.
new d029016 Close connection cleanly after cancelling recv().
new 666064f Replace Tulip's DataBuffer with a simple Queue.
new a8ec99f Update compliance test to account for API changes.
new 6d8d456 Avoid duplicate logging.
new 236e604 Update documentation.
new 27d316e Update code after the newcancel branch was merged in Tulip.
new a5b302b Small doc improvements.
new dcf7507 Account for changes in tasks cancellation.
new 341ee84 Use the new create_server API in Tulip.
new 8fc4659 Make it possible to create a SSL connection.
new a80d018 Validate host names in SSL certificates.
new 3b23bd4 Add tests for SSL connections.
new a6f3f9d Update docstring as Tulip now supports SNI.
new eec8361 Shorten user agent.
new 5f99634 Add messages to all exceptions.
new 1cc8e69 Minor cleanups
new 8b7d614 Improve error handling in client and server.
new af6ba46 Simplify tests with unittest.mock.patch.
new 56a3751 Refactor connection termination.
new a59bc36 Remove provisional API for subprotocols and extensions.
new 341e3ea Update docs after Tulip was merged in the stdlib.
new ffa0c21 Tulip was renamed to asyncio.
new 760553c Tests are using a private API which changed recently.
new 80b7de2 asyncio now validates certificates properly.
new a814fd6 Update compliance notes.
new 00513fd Copy-paste failure.
new 38fe9d1 asyncio is now available on PyPI.
new 54cf805 Symlink to README.rst was removed.
new 67a3a34 Adds MANIFEST.in to include README in python package
new 89f0a0c Merge pull request #5 from dzen/master
new 469a01d Minor cleanup
new f63e880 Rewrite README and proof-read docs.
new 1aa31d0 Prepare packaging.
The 74 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-websockets.git
More information about the Python-modules-commits
mailing list