<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/websocket-client.git/websocket/_socket.py, branch v1.4.2</title>
<subtitle>github.com: liris/websocket-client.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/'/>
<entry>
<title>Linting improvements, improved flake8 linting CI cmd</title>
<updated>2022-02-25T21:34:15+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2022-02-25T21:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=dca4022abe1b229dd0f67dbce2fee6001aa1cdc6'/>
<id>dca4022abe1b229dd0f67dbce2fee6001aa1cdc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>custom dispatcher pings/timeouts (#795)</title>
<updated>2022-02-25T18:59:09+00:00</updated>
<author>
<name>bubbleboy14</name>
<email>mario.balibrera@gmail.com</email>
</author>
<published>2022-02-25T18:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=f719d0afc991e2cd31b679cd14ba4f4b9c502ced'/>
<id>f719d0afc991e2cd31b679cd14ba4f4b9c502ced</id>
<content type='text'>
* rel example

* tweaked rel example for linter

* added rel note to examples.rst

* slightly more compact example

* added example header

* matched wording

* _socket.recv(): _recv() except socket.error - changed or to and; added except TimeoutError - raise WebSocketTimeoutException

* _app - custom dispatcher check_callback() integration (and fixed pyevent compatibility): WrappedDispatcher (for use with generic event dispatchers such as pyevent and rel); create_dispatcher() accepts dispatcher kwarg (default None), and if it is specified, returns a WrappedDispatcher; use create_dispatcher() (passing specified dispatcher if any) every time (regardless of dispatcher specification)

* Add clarifying comment, rerun CI tests

* Add space to make linter happy

Co-authored-by: engn33r &lt;engn33r@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rel example

* tweaked rel example for linter

* added rel note to examples.rst

* slightly more compact example

* added example header

* matched wording

* _socket.recv(): _recv() except socket.error - changed or to and; added except TimeoutError - raise WebSocketTimeoutException

* _app - custom dispatcher check_callback() integration (and fixed pyevent compatibility): WrappedDispatcher (for use with generic event dispatchers such as pyevent and rel); create_dispatcher() accepts dispatcher kwarg (default None), and if it is specified, returns a WrappedDispatcher; use create_dispatcher() (passing specified dispatcher if any) every time (regardless of dispatcher specification)

* Add clarifying comment, rerun CI tests

* Add space to make linter happy

Co-authored-by: engn33r &lt;engn33r@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2022</title>
<updated>2022-01-01T03:18:39+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2022-01-01T03:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=81fa70d259ce1609b3fb1bf66c8a9bed81a3f28c'/>
<id>81fa70d259ce1609b3fb1bf66c8a9bed81a3f28c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py2-&gt;3: simplify class definition (#750)</title>
<updated>2021-10-20T01:21:27+00:00</updated>
<author>
<name>谭九鼎</name>
<email>109224573@qq.com</email>
</author>
<published>2021-10-20T01:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=cf0eb68a63747222434e382e24ea38836201dc30'/>
<id>cf0eb68a63747222434e382e24ea38836201dc30</id>
<content type='text'>
Remove implied and redundant object class type declarations</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove implied and redundant object class type declarations</pre>
</div>
</content>
</entry>
<entry>
<title>Transition from LGPL 2.1 license to Apache 2.0 - fix #697</title>
<updated>2021-08-11T01:31:51+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-11T01:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f'/>
<id>ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #205 by clarifying _socket.py exception text</title>
<updated>2021-05-18T02:20:09+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-05-18T02:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=88d0a70cab8de5ef9312ee284d1dc7aeb39b022c'/>
<id>88d0a70cab8de5ef9312ee284d1dc7aeb39b022c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass removing Python 2 code, mostly six dependency</title>
<updated>2021-05-05T03:25:36+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-05-05T03:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=d45343b5b7ba5647e9b712d4e9dbadb2b92ac264'/>
<id>d45343b5b7ba5647e9b712d4e9dbadb2b92ac264</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to use the selectors module with DefaultSelector (#568)</title>
<updated>2021-05-05T01:57:08+00:00</updated>
<author>
<name>Daan van Vugt</name>
<email>daanvanvugt@gmail.com</email>
</author>
<published>2021-05-05T01:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=711af9e7e557b34e34ac548c9cb1a3b20b4d3b81'/>
<id>711af9e7e557b34e34ac548c9cb1a3b20b4d3b81</id>
<content type='text'>
This works from python 3.4 onwards and provides the most efficient
implementation depending on the current platform.
https://docs.python.org/3/library/selectors.html#selectors.DefaultSelector</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works from python 3.4 onwards and provides the most efficient
implementation depending on the current platform.
https://docs.python.org/3/library/selectors.html#selectors.DefaultSelector</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8 style compliance fixes</title>
<updated>2021-05-05T00:11:04+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-05-05T00:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=dc3f5c469c6874c02544b64d2e1aa1c29370c16f'/>
<id>dc3f5c469c6874c02544b64d2e1aa1c29370c16f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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>
</feed>
