<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/websocket-client.git/compliance, branch codecov-ci-dev</title>
<subtitle>github.com: liris/websocket-client.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/'/>
<entry>
<title>Fix #526 by reverting invalid BSD license migration in commit e94ed9e to return to LGPL2.1</title>
<updated>2021-02-23T04:18:57+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-02-23T03:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=6eaed48d49ea6a1a792b152a477bf9026f0c29b4'/>
<id>6eaed48d49ea6a1a792b152a477bf9026f0c29b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add autobahn test report and additional test instructions</title>
<updated>2021-02-04T05:02:44+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-02-04T05:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=4c564d1dfa3274d98367e416f975bdbd515d6610'/>
<id>4c564d1dfa3274d98367e416f975bdbd515d6610</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add detail to Autobahn testing README (still needs improvement)</title>
<updated>2021-02-04T04:38:05+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-02-04T04:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=01496c16bc523e784d73f2342ecd927c36639f19'/>
<id>01496c16bc523e784d73f2342ecd927c36639f19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise imports</title>
<updated>2016-04-27T14:00:56+00:00</updated>
<author>
<name>Allan Lewis</name>
<email>allanlewis@users.noreply.github.com</email>
</author>
<published>2016-04-27T14:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=525fcfc0fb8099eae1ad92b44e14f5ca9b27780e'/>
<id>525fcfc0fb8099eae1ad92b44e14f5ca9b27780e</id>
<content type='text'>
Previously, because of the multiple instances of `from foo import *`, names were
imported from modules that had themselves imported them, instead of from the
place of definition. This commit therefore does the following:

- Declares `__all__` in every module that imports anything, so that
`from foo import *` is sane.
- Sorts the imports based on conventions, similar to the output of `isort`.
- Places all conditional imports after unconditional imports, except where that
isn't valid.
- Imports local names from the modules where they are defined, except when
importing the package itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, because of the multiple instances of `from foo import *`, names were
imported from modules that had themselves imported them, instead of from the
place of definition. This commit therefore does the following:

- Declares `__all__` in every module that imports anything, so that
`from foo import *` is sane.
- Sorts the imports based on conventions, similar to the output of `isort`.
- Places all conditional imports after unconditional imports, except where that
isn't valid.
- Imports local names from the modules where they are defined, except when
importing the package itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_fuzzingclient.py: Indent with spaces</title>
<updated>2016-04-27T12:56:11+00:00</updated>
<author>
<name>Allan Lewis</name>
<email>allanlewis@users.noreply.github.com</email>
</author>
<published>2016-04-27T10:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=d58e5b1490657f7277c3d237521d637adbf887e3'/>
<id>d58e5b1490657f7277c3d237521d637adbf887e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos</title>
<updated>2016-01-03T19:39:45+00:00</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2016-01-03T19:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=645e9322d4c8988a2f860254eb17b019a9b3fde6'/>
<id>645e9322d4c8988a2f860254eb17b019a9b3fde6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 2.6 str.format does not support unindexed parameters</title>
<updated>2015-10-18T21:49:46+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-10-18T21:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=2759f150b0502e05ac10ea3d3160f16ac9075105'/>
<id>2759f150b0502e05ac10ea3d3160f16ac9075105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed #117 better support for autobahn test suite.</title>
<updated>2014-10-15T06:32:08+00:00</updated>
<author>
<name>liris</name>
<email>liris.pp@gmail.com</email>
</author>
<published>2014-10-15T06:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=09dd9dc7819335995958f12458e8ac9b99515dc2'/>
<id>09dd9dc7819335995958f12458e8ac9b99515dc2</id>
<content type='text'>
the remaining test case will be support in the future release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the remaining test case will be support in the future release.
</pre>
</div>
</content>
</entry>
<entry>
<title>refs #117 . change exception type.</title>
<updated>2014-10-15T06:15:01+00:00</updated>
<author>
<name>liris</name>
<email>liris.pp@gmail.com</email>
</author>
<published>2014-10-15T06:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=63c2f5a91ad8bf75a7fe5e69046ae6cb3edee8eb'/>
<id>63c2f5a91ad8bf75a7fe5e69046ae6cb3edee8eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refs #117 - improve close frame.</title>
<updated>2014-10-15T05:53:29+00:00</updated>
<author>
<name>liris</name>
<email>liris.pp@gmail.com</email>
</author>
<published>2014-10-15T05:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=158663b84f4e98ba19a81845ba0398e3d2a87c2b'/>
<id>158663b84f4e98ba19a81845ba0398e3d2a87c2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
