<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/websocket-client.git/bin, 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>Merge pull request #576 from Mottl/compress</title>
<updated>2019-12-25T12:14:33+00:00</updated>
<author>
<name>liris</name>
<email>liris.pp@gmail.com</email>
</author>
<published>2019-12-25T12:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=bc4ab2eb791233e46e5f71b7944746bbaafc303b'/>
<id>bc4ab2eb791233e46e5f71b7944746bbaafc303b</id>
<content type='text'>
Show compressed text messages in wsdump.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show compressed text messages in wsdump.py</pre>
</div>
</content>
</entry>
<entry>
<title>wsdump: Fix --headers option</title>
<updated>2019-12-04T00:51:45+00:00</updated>
<author>
<name>Ting-Wei Lan</name>
<email>tingweilan@noodoe.com</email>
</author>
<published>2019-12-04T00:51: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=db3da3d6e7d2304bd8df85c43071a7d76d2aad27'/>
<id>db3da3d6e7d2304bd8df85c43071a7d76d2aad27</id>
<content type='text'>
Since https://github.com/websocket-client/websocket-client/pull/506
changes the way that options['header'] is used, it breaks --headers
option of wsdump command because wsdump command uses a map object
instead of a list here, which can only be used once. Therefore, after
the first use with 'not in' operator, it becomes empty and no headers
specified by the user are sent.

To fix it, simply convert the map object into a list, so it can be use
multiple times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since https://github.com/websocket-client/websocket-client/pull/506
changes the way that options['header'] is used, it breaks --headers
option of wsdump command because wsdump command uses a map object
instead of a list here, which can only be used once. Therefore, after
the first use with 'not in' operator, it becomes empty and no headers
specified by the user are sent.

To fix it, simply convert the map object into a list, so it can be use
multiple times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify zlib.decompress call</title>
<updated>2019-09-25T11:48:36+00:00</updated>
<author>
<name>Dmitry Mottl</name>
<email>dmitry.mottl@gmail.com</email>
</author>
<published>2019-09-25T11:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=79ae7ad3fd2f45724abca76fba3668c9357095b4'/>
<id>79ae7ad3fd2f45724abca76fba3668c9357095b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show compressed text messages in wsdump.py</title>
<updated>2019-09-24T13:25:08+00:00</updated>
<author>
<name>Dmitry Mottl</name>
<email>dmitry.mottl@gmail.com</email>
</author>
<published>2019-09-24T13:25: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=9aa6a2698cf9bd5a5adfc45f99bb100bde60b057'/>
<id>9aa6a2698cf9bd5a5adfc45f99bb100bde60b057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #315: import ssl</title>
<updated>2017-04-13T11:33:43+00:00</updated>
<author>
<name>Edoardo Negri</name>
<email>edne@gmx.com</email>
</author>
<published>2017-04-13T11:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=148cbeeddb9f774d7db11a90054bf2a9968bb703'/>
<id>148cbeeddb9f774d7db11a90054bf2a9968bb703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass headers for websocket handshake</title>
<updated>2016-10-05T14:21:14+00:00</updated>
<author>
<name>Andrey Oleynik</name>
<email>aoleynik@vispateam.ru</email>
</author>
<published>2016-10-05T14:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=b7ad1a13c70778c2331bbdccb6be5ac2ac7240e3'/>
<id>b7ad1a13c70778c2331bbdccb6be5ac2ac7240e3</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>wsdump, websocket.*: [PEP 8] Use conventional vertical spacing</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-27T11:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=c5afde8d771833a8e9f4b3be85b817bc9c3dbfcb'/>
<id>c5afde8d771833a8e9f4b3be85b817bc9c3dbfcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacing</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-27T11:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/websocket-client.git/commit/?id=953d46928030705057f16c7e1a3420cd666e9b34'/>
<id>953d46928030705057f16c7e1a3420cd666e9b34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
