e981740279Accepting request 1208011 from devel:languages:python
factory
Ana Guerrero
2024-10-16 21:35:46 +0000
c8c9cd6f22- Update to 1.8.0: * Added on_reconnect parameter to WebSocketApp to handle callback ambiguity * Improve handling of SSLEOFError and use reconnect bool - Switch to pyproject macros.
devel
Steve Kowalik
2024-10-15 03:35:34 +0000
efc58af703Accepting request 1132851 from devel:languages:python
Ana Guerrero
2023-12-14 21:02:31 +0000
46ebb351f2- update to 1.7.0: * Renamed mask variable in ABNF to prevent name collision with mask() function (9b51f73) * Fixed old http import of HTTPStatus in _handshake.py * Add send_text() and send_bytes() to _app.py * Improved typehint support * General readability improvements, made all string concatenations use f-strings * Applied black formatting style to code (da7f286)Dirk Mueller2023-12-13 10:36:49 +0000
9c6282b5c2Accepting request 1129245 from devel:languages:python
Ana Guerrero
2023-11-28 21:18:56 +0000
93152d8db5- update to 1.6.4: * Fix#952, add support for HTTP 307 and 308 redirect codes * Fix type hints issues * Add support for Python beta release 3.12 in CI * Add maintainer email in setup.py * Add support for SSLKEYLOGFILE environment variable * Add support for callable header arguments * Change handling of proxy environment variables, is_secure set to true now prevents http_proxy from getting used * Fix Dispatcher keyboard interrupt. Should solve reconnect loop with rel * Fix teardown issue when ping thread is not properly ended * Fix double ping wait time on first ping * Minor type hints improvements (eda6724, 54b3013) * Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 * Fix wsdump.py script typing, bug introduced in 1.5.2 * Add type hints * Fix pytype errors * Fix args passed to logging function * Standardize PEP 3101 formatting (c6a445f) * Add more verbose exception for unsuccessful handshakeDirk Mueller2023-11-27 20:31:26 +0000
f13d74ee9eAccepting request 1120126 from devel:languages:python
Ana Guerrero
2023-10-25 16:02:20 +0000
2c696e98ed- Update in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)Dirk Mueller2023-10-24 20:02:01 +0000
b1e6dc1363Accepting request 1117672 from devel:languages:python
Ana Guerrero
2023-10-13 21:14:28 +0000
99f3e996b1- Update to version 1.4.2 - Update to version 1.4.1Dirk Mueller2023-10-06 12:52:30 +0000
0fffad67b3Accepting request 1085984 from devel:languages:python
Dominique Leuenberger
2023-05-11 10:31:35 +0000
cdb9d17de4- update to 1.5.1: * Fix logic bug that can cause disconnects * Refactor and improve ping/pong logic to resolve several issues, including an infinite loop issue during reconnect * Fix issue where skip_utf8_validation = True is ignored * Fix issue where sslopt is_ssl is ignored * Downgrade "websocket connected" message from logging.warning to logging.infoDirk Mueller2023-05-10 07:00:44 +0000
3a15e816a1Accepting request 1082398 from devel:languages:python
Dominique Leuenberger
2023-04-25 14:53:22 +0000
219a250325Accepting request 1081695 from home:dirkmueller:acdc:as_python3_moduleMatej Cepl2023-04-24 09:07:54 +0000
6355b8dc2bAccepting request 1046154 from devel:languages:python
Dominique Leuenberger
2023-01-04 16:50:35 +0000
3ff093294cAccepting request 1035647 from devel:languages:python
Dominique Leuenberger
2022-11-15 12:18:22 +0000
9d997f8b91Accepting request 1034939 from home:yarunachalam:branches:devel:languages:pythonRobert Schweikert2022-11-14 13:19:18 +0000
cbb551dd2aAccepting request 1030886 from devel:languages:python
Dominique Leuenberger
2022-10-25 09:18:44 +0000
a65b5943a7Accepting request 1009864 from home:yarunachalam:branches:devel:languages:pythonRobert Schweikert2022-10-24 13:20:01 +0000
b1ff8445c5Accepting request 969543 from devel:languages:python
Dominique Leuenberger
2022-04-15 22:13:21 +0000
7e6ec39ddaAccepting request 969450 from home:glaubitz:branches:devel:languages:pythonRobert Schweikert2022-04-12 18:53:04 +0000
8d09075460Accepting request 929841 from devel:languages:python
Dominique Leuenberger
2021-11-09 22:53:54 +0000
0445468516Accepting request 923299 from home:schubi2Dirk Mueller2021-11-06 10:28:06 +0000
355d7b56b4Accepting request 894161 from devel:languages:python
Dominique Leuenberger
2021-05-20 17:23:23 +0000
f0700be71aAccepting request 889408 from home:sebix:branches:devel:languages:pythonDirk Mueller2021-05-18 21:42:30 +0000
abeb209393Accepting request 784164 from devel:languages:python
Dominique Leuenberger
2020-03-12 21:58:57 +0000
559035008f- Fix build without python2
Tomáš Chvátal
2020-03-12 07:49:38 +0000
efa3eefa36Accepting request 770597 from home:mcalabkova:branches:devel:languages:pythonDirk Mueller2020-03-09 20:29:32 +0000
f65d131ea3Accepting request 694795 from devel:languages:python
Dominique Leuenberger
2019-04-18 11:57:19 +0000
d476ff0792- Update to 0.56.0: * Don't retry sockets with timeout set to 0(#536) * Add response headers in WebSocketBadStatusException (#501) * Manually assigning WebSocket-Version (#506) * SSL socket handling fix (#474) * Let setup.py use the same license as LICENSE file (#517) * Ensure that "timeout" is passed down, when calling WebSocket.connect() (#513) * Retry connect on "Interrupted system call" (#528)
Tomáš Chvátal
2019-04-16 11:30:42 +0000
8e47d0e382Accepting request 687637 from devel:languages:python
Dominique Leuenberger
2019-03-29 19:37:12 +0000
9fb1a8dd45- Drop merged use_system_cabundle.patch
Tomáš Chvátal
2019-03-22 11:42:31 +0000
4d6c6ab3e0- Update to 0.54.0: * many fixes all around, see ChangeLog file
Tomáš Chvátal
2019-03-06 19:49:26 +0000
def0537849Accepting request 659754 from devel:languages:python
Dominique Leuenberger
2018-12-24 10:46:08 +0000
d1dc559d10Accepting request 519179 from home:tbechtold:branches:devel:languages:pythonRobert Schweikert2017-08-29 12:59:32 +0000
1407a06613Accepting request 517021 from home:TheBlackCat:branches:devel:languages:python
Todd R
2017-08-23 16:21:44 +0000
a470bc579bAccepting request 512393 from home:jengelh:branches:devel:languages:python
Thomas Bechtold
2017-07-25 11:35:26 +0000
9e3a4ea422Accepting request 511933 from home:TheBlackCat:branches:devel:languages:pythonRobert Schweikert2017-07-24 12:22:33 +0000
b73305c999Accepting request 508234 from home:tbechtold:branches:devel:languages:pythonRobert Schweikert2017-07-05 12:01:29 +0000
e852255934Accepting request 441397 from devel:languages:python
Dominique Leuenberger
2016-12-07 23:30:34 +0000
775db518ae- update to 0.37.0: - fixed fialer that websocket.create_connection does not accept origin as a parameter (#246 ) - added support for using custom connection class (#235) - use Named logger (#238) - implement ping/pong timeout (#241) - Corrects the syntax highlight code (#243) - fixed failure to join thread before it is started (#242) - Prints timings in console (#217) - use inspect.getfullargspec with Python 3.x (#219) - Check that exception message is actually a string before trying for substring check (#224) - Use pre-initialized stream socket (#226) - fixed TypeError: cafile, capath and cadata cannot be all omitted (#227) - Change import style (#203) - fix attribute error on the older python. (#215) - fixed timeout+ssl error handling bug on python 2.7.10 (#190) - add proxy support to wsdump.py (#194) - use wsaccel if available (#193) - add support for ssl cert chains to support client certs (#195) - fix string formatting in exception (#196) - fix typo in README.rst (#197) - introduce on_data callback to pass data type. (#198) - WebSocketBadStatusException for Handshake error (#199) - set close timeout (#192) - Map dict to headers list (#204) - support client certification (#207) - security improvement during handshake (#211) - improve logging of error from callback (#212)Dirk Mueller2016-11-15 13:12:31 +0000
1f7e115596Accepting request 387969 from devel:languages:python
Dominique Leuenberger
2016-04-28 14:53:41 +0000
c5743255a6Accepting request 387867 from home:anubisg1:branches:devel:languages:pythonRobert Schweikert2016-04-12 11:20:48 +0000
3b93091945Accepting request 355255 from devel:languages:python
Dominique Leuenberger
2016-01-23 00:16:46 +0000