Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/python-websockets/websockets
Library for building WebSocket servers and clients in Python
https://github.com/python-websockets/websockets
Fix #951.
70fadbf97c5a117ca13f6c8f4f111ba5025f3c94 authored over 3 years ago088c59bb895f24e46e6606d702376c9e7a229d29 authored over 3 years ago
Ref #947.
aa79b6c057c5f11c85b0ac0f932e0abf59e8033c authored over 3 years agoRef #948.
cceff406270c47037357a5adab9665bc05b3ab15 authored over 3 years agoFix #890.
60e9531eb978b41deee1db8552b27faa749aa515 authored over 3 years agoFix #946.
9834fca95204c517adedca2478a53058ecf72ae3 authored over 3 years agoeb856f2ba31d1154e18db4ca33b0ab9586ae129c authored almost 4 years ago
08d8011132ba038b3f6c4d591189b57af4c9f147 authored almost 4 years ago
Also fix a few places that were missed when adding 3.9.
4ca3721bd29e1e0efddb89dff17809382af339dd authored almost 4 years agoRefs #916 - get_event_loop is deprecated in Python 3.10.
Fix #534.
ab6f4382ec1cd122b3a515601d413a8f247ea79e authored almost 4 years agoRef #390.
e4fe1e0999237c3def055dddfee39c3a09e743a4 authored almost 4 years agoFix #768.
db6f5b50d09ae86606c4e0d9b92079eb02dbff5e authored almost 4 years agob6f085e86f0a62e1fe3a38b33256479cbf84a0dd authored almost 4 years ago
fc176f462b6a5ef4f470df415780b09fed5da7c1 authored almost 4 years ago
a45cc5afe067925759a2644bd9ef9b5346adefa1 authored almost 4 years ago
b0d211d0f32633977e73f51a1573e6a07319a0b0 authored almost 4 years ago
3d55449d5df642d6be401c21afee450edb8c4422 authored almost 4 years ago
cbae1fb00e07a880bc7e9b566249afa474469c0d authored almost 4 years ago
c3d7b7f6565bd2a40aa5cdd5d0e44642148d41e2 authored almost 4 years ago
56be5f71e273fee7a2ef86166838f574b58e3c59 authored almost 4 years ago
5d6fcf96cd81680e35cba00ed52cb12bf2c8f544 authored almost 4 years ago
5ab214b00f38cae3976fce5a315fbfa30762b60d authored almost 4 years ago
927287380011e4388c11c24d286beef2b877284d authored almost 4 years ago
d82a7a9de7cebec22bdcdf763ba4cb7ea75bdb76 authored almost 4 years ago
fcb3a4c31838b797ff609d2fdb89db7f37c527ff authored almost 4 years ago
9223d7d72ab11824988442847d4c02d7524a61c1 authored almost 4 years ago
The same fix was made for the server side, but not the client side.
9c818367b2177aae6c90c3a5c4fad26e540c81bc authored almost 4 years agocf2453625a023868bfe760dc438a500e3ebcb931 authored almost 4 years ago
Fix #933.
835d16dfadd912766df99dac21e82c151eb1bda7 authored almost 4 years agofa295a75fd0fcf53906d7aa0fe4fdcc8c7d81cd2 authored almost 4 years ago
Refs #845, #854.
c0002603eb39a9a85f89a0c83337ce398aeea7de authored almost 4 years agobb40530d4051dd1dbc0522e4d9e3e72cc7e25436 authored almost 4 years ago
They aren't involved in any public API any more.
ce1f4a071cc6651ff8bcf89f0919721aa9ca4574 authored almost 4 years agoc2c8bffcf5e8cae8a648c06e4cf64943550be216 authored almost 4 years ago
6b9e821183f8b42984e49313a7a3f5ccdd6fa8fc authored almost 4 years ago
93f78884ffcaf71a60d4ad20eabb603224453fa2 authored almost 4 years ago
Fix #929.
dda3dfa992ddf6045be48c34143e4c1656dff9d4 authored almost 4 years agoFix #878.
97a601454e193d1f30d3069d8015d086a5b83aa2 authored about 4 years agoaa93c4ceca90a1798f86b2fc2b110a42f308d721 authored about 4 years ago
Fix #866.
dccba0efb3bcb554fad85d72b4f6aa392626caac authored about 4 years agoFix #865.
6167b5d8d8f7ec7d96f925089813503ee53b2983 authored about 4 years agoThis avoids the special-case in Python code.
ecf64e7a56ee85e10a812139a4aee09e736aa241 authored about 4 years ago965f8ec77347adaaf23c82eef693c9882269b46c authored about 4 years ago
This may save a little bit of CPU and memory by avoiding
unnecessary imports too, especially as ...
Clean up deprecations in the process.
165d0c69548e4c9d02624bcbb6eb565bb4c0c136 authored about 4 years ago94256f4f41ef024f7f511a573763bd755f5f1b46 authored about 4 years ago
* Add missing items for 9.0 release.
* Re-assess infos / warnings.
* Add release dates.
9a99229c671711d6274d3914244694e106966268 authored about 4 years ago
32b95fb0dd2cfc07d38df45dcf7f0ebf05008424 authored about 4 years ago
This isn't comparable to ws_server on the server side.
3f36975b197f1250258055d403d2061f70013278 authored about 4 years ago44a5453612e7020d1305355c74c3d08ee4db4e91 authored about 4 years ago
Since this function doesn't return bytes, but an iterable of bytes,
the name was confusing.
This was the only use of the exception method (vs. exc_info=True).
b39f62a066bde151b7551a0d445705481e247e9b authored about 4 years ago189671d990a3ecf2d8bf5c7e0c4d97abc9167c20 authored about 4 years ago
Also replac. `list` with a `set` for faster close code lookups.
a58540d681fc858fc43fcfaf7a6be33f177446a7 authored about 4 years agoRefs #803.
07775cfaa07b2fb2e31622af03a4fa62820482fb authored about 4 years ago32c9036ac5eee02e5167f93474b22e9cddbc78bd authored about 4 years ago
867a00e5bafa1c8ad412eef06a5b09bac40694dc authored about 4 years ago
Prepare compatibility with Python 3.10.
Fix #801.
8061b03b803fb1ce2c7dfcf7bf3cd48f41d34b83 authored about 4 years agoRefs #810.
72d32619650eace78a4d7e797de9369fbee10ada authored about 4 years agoFix #832.
5bce4c1c5e59c8c3f5ec45de1c94f9047126b885 authored about 4 years agof6e03bbd1f0e1affdda16488e46ae488ab0ccfcb authored about 4 years ago
Fix #841.
e6d5da9b94167d875e2fb3936e44665fe0f562bc authored about 4 years agoFix #844.
988572074edbde4dce1e49573e9dca05498bb159 authored about 4 years agoFix #851.
b331e6c9c3d2cfd3d768aa81e396a9e2f977cf88 authored about 4 years agoa64136c869c527808c337b13e6dace43ad9d674e authored about 4 years ago
It was written in the cheatsheet before there was a FAQ.
69cf86724dc2a86f7e57f6393dd322a249dbee17 authored about 4 years agoc39268c4867e41d11c20f7859583761d52a04012 authored over 4 years ago
cb91aa1575066f6624944cb75bb41d68a45d1b45 authored over 4 years ago
Fix #802.
639b993a236107f22d529cde488d1e1eb6645228 authored over 4 years agoThis must be a common mistake.
Fix #734.
6466e238f4809e81579f70460563fa0d00b7905a authored over 4 years agoFix #764.
0a1195eed14eddb3f27929ef49af4024814c3f37 authored over 4 years agoSee #743 for the rationale.
f056c1cfb8ef417180bf337308aa73e49c9469b4 authored over 4 years agofix #743
avoid sending a `HTTP 400` response when popular browsers send a request with cookies ...
458c4d67faaaf52359f713aafc3eda26afb1de3d authored over 4 years agofad4c57d4d84cb884bd30ebe44e07ace4d5f4cfb authored over 4 years ago
207407404d2a1bfd95da040f3948892cbf17c950 authored over 4 years ago
daad5180e09af5d860edf4191fb1791eb6b57cc8 authored over 4 years ago
In the new model, receive_data returns nothing and raises an exception
on errors. Events receive...
It was too thin. It didn't add any value. Using the same abstractions
for connection events and ...
6bce2489660daf09f1e6bdf121cabdea83128e4e authored over 4 years ago
Per RFC 6455, "the masking key MUST be derived from a strong source
of entropy."
There is no su...
1af2296159b0e5165bbcf4b636ed7a06520928ab authored over 4 years agocf5af352200e6800f0152c8399af067a45053d76 authored over 4 years ago
e4bc504a880110b0d3cd1dbc8e55b69a5f44ee7c authored over 4 years ago
80aea12a584b504f77e5a186c4c6b26444233297 authored over 4 years ago
7b67307ec9f324535cea7e141c6d1a43cb47f4ff authored over 4 years ago
624b9d20061c78df81f659af2c87557c764ebb19 authored over 4 years ago
80a8ac8194a9b3591549c6c5bc023f14f1f2c168 authored over 4 years ago
1c99e5b9fabd3b431c5697a90193ef8e1cd17d58 authored over 4 years ago
1f19838c81c3bb30f94881143c43842ac09162ec authored over 4 years ago
This allows breaking an import loop.
85b3fd67490bc1e5aa9e46c292c00aceeaa0d40b authored over 4 years agof0cfa6ba2abf6d4b032b30cfae9d321e583d546e authored over 4 years ago
17499930cec591778d13e594b0cb978a9961e276 authored over 4 years ago
017a072705408d3df945e333e5edd93e0aa8c706 authored over 4 years ago
24a77def7097cb7ae651edf35582c8def5a6ad3e authored over 4 years ago
Fix #762.
69c94af5c0ad19402e0bedcc6b61a23fa070c946 authored over 4 years agoPyPy 3 wheels were failing to build on macOS.
fafcf65d430149a8b94379f9557655828a0dcdab authored over 4 years ago68dfb14963ea12e0068aefbbb43f101113d0750d authored over 4 years ago
46e8fb5cecb474991e18f7b809378b7d76477df2 authored over 4 years ago