Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

RustPython

Python3 interpreter written in Rust
Collective - Host: opensource - https://opencollective.com/rustpython - Code: https://github.com/RustPython

Implemented the block_size attribute for PyHasher, fixing the 2 failing hmac tests

github.com/RustPython/RustPython - df0963446fdf118cc23bc142eb9d055392a3f2da authored almost 2 years ago by Charles Hubain <[email protected]>
Merge pull request #4531 from charliermarsh/charlie/exception-groups

Implement except* syntax

github.com/RustPython/RustPython - ef873b4b606f0a58e3640b6186416631fdeead26 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4531 from charliermarsh/charlie/exception-groups

Implement except* syntax

github.com/RustPython/Parser - 60180fd54c09338c2b761f873c065709867de482 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4526 from haxelion/feature/hmac_3.11

Update hmac.py to CPython 3.11 and integrate test_hmac.py tests

github.com/RustPython/RustPython - 6a267debf54e1aa0f405bedfe644204c48191d67 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4532 from charliermarsh/charlie/star

Allow starred expressions in subscripts

github.com/RustPython/RustPython - 334bb30f9ef0fb3876f0ae89bd7a51c1dca5a72a authored almost 2 years ago by Jeong YunWon <[email protected]>
Implement except* syntax

github.com/RustPython/RustPython - da9b2ee6b9250a19874c75e095279e9c0d313144 authored almost 2 years ago by Charlie Marsh <[email protected]>
Implement except* syntax

github.com/RustPython/Parser - c7ed645cc6485b954fde70204e7b38479e4cae31 authored almost 2 years ago by Charlie Marsh <[email protected]>
Update Python.asdl from CPython 3.11.1

github.com/RustPython/Parser - 8caa28f0f8c08b60584e3d7652de71160b1a734d authored almost 2 years ago by Charlie Marsh <[email protected]>
Update Python.asdl from CPython 3.11.1

github.com/RustPython/RustPython - 3ebf23e39b1b0b50ee64bb3ad8522e067454801c authored almost 2 years ago by Charlie Marsh <[email protected]>
Integrated hmac.py and test_hmac.py:

* fix typing issue on digest update function
* implemented copy for PyHasher object
* fixed two ...

github.com/RustPython/RustPython - b5f54f1624cad189cfc8660c06d35cc4627f253c authored almost 2 years ago by Charles Hubain <[email protected]>
Updated Lib/hmac.py to cpython 3.11 version and included hmac test suite

github.com/RustPython/RustPython - 33da5bf81f6d823d3eed4a069a1e8af2f86bc45e authored almost 2 years ago by Charles Hubain <[email protected]>
Allow starred expressions in subscripts

github.com/RustPython/RustPython - 43e3fd9c2c8334f8c28174437b84496a92cb847b authored almost 2 years ago by Charlie Marsh <[email protected]>
Allow starred expressions in subscripts

github.com/RustPython/Parser - 8aa3bc93f3f9ee1f0fc73060d5788f8513d40f29 authored almost 2 years ago by Charlie Marsh <[email protected]>
Use muiltipeek

github.com/RustPython/Parser - ca5b474d45af7c1ca45d45398a006d33ba559917 authored almost 2 years ago by Charlie Marsh <[email protected]>
Update compiler/parser/src/soft_keywords.rs

Co-authored-by: Jim Fasarakis-Hilliard <[email protected]>

github.com/RustPython/Parser - f39ffef37002e2da58ddb7f8767c8cdd074b66aa authored almost 2 years ago by Charlie Marsh <[email protected]>
clean up soft-keyword transform

github.com/RustPython/Parser - e093d2bee6bea89feedc16a9f03389db47e9c24b authored almost 2 years ago by Jeong YunWon <[email protected]>
Add support for match statements to parser

github.com/RustPython/Parser - 2b43d45bd524c38618d20679ad9931ce0c64e265 authored almost 2 years ago by Charlie Marsh <[email protected]>
Update compiler/parser/src/soft_keywords.rs

Co-authored-by: Jim Fasarakis-Hilliard <[email protected]>

github.com/RustPython/RustPython - 0201a5aadb635ad0beb55b36f97ea9fc94dddded authored almost 2 years ago by Charlie Marsh <[email protected]>
Add support for match statements to parser

github.com/RustPython/RustPython - c5db72919114faa6f6a8f64556bb3f086825c4f7 authored almost 2 years ago by Charlie Marsh <[email protected]>
clean up soft-keyword transform

github.com/RustPython/RustPython - fa38e9fa472ba681657cfbcf3ef057e52ac2124a authored almost 2 years ago by Jeong YunWon <[email protected]>
Use muiltipeek

github.com/RustPython/RustPython - 382df8e7147e489fc55a00994c92b750dcd9b3e3 authored almost 2 years ago by Charlie Marsh <[email protected]>
Merge pull request #4529 from haxelion/bugfix/fix_gethostbyname_ex

Ensure socket.gethostbyname_ex only returns IPv4 addresses

github.com/RustPython/RustPython - e0a294849a079ca4a84f2ec25974e85bc470ebd1 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Return arg in case of invalid param in strftime

Chrono panics in case of unsupported formats, this patch handles such
cases and returns supplied...

github.com/RustPython/RustPython - fcfe8e1ac82deae1a1ecc1e4ceda9eac48649a0a authored almost 2 years ago by Ankit Kumar Pandey <[email protected]>
Ensure socket.gethostbyname_ex only returns IPv4 addresses

github.com/RustPython/RustPython - 4f1085beb3623cf9695d56457a49eb5bbf6bd36d authored almost 2 years ago by Charles Hubain <[email protected]>
Merge pull request #63 from RustPython/version_311

Bump Python version

github.com/RustPython/rustpython.github.io - be72663f56615ae138f94102e8cdac48840b9437 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Update _config.yml

ref https://github.com/RustPython/RustPython/pull/4517

github.com/RustPython/rustpython.github.io - 02dc18bf1984814a8ee520c533291f3102b551c0 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix `set_name` error message when arguments are invalid

github.com/RustPython/RustPython - d4aa062441382bf83124ed664ab5e852201ac42a authored almost 2 years ago by Gyubong <[email protected]>
Add `SetNameArgs`

github.com/RustPython/RustPython - e967e5ed11126a6b7803efdc3d65da2248d0eefd authored almost 2 years ago by Gyubong <[email protected]>
Revert "Add `SetNameArgs`"

This reverts commit 2994e3f3444e4882512e3422cd63f6b913f19ec3.

github.com/RustPython/RustPython - e325a0003b1b40c7830293a2f08a242327742e7e authored almost 2 years ago by Gyubong <[email protected]>
Merge pull request #4517 from youknowone/cpython-3.11

trying to go with CPython 3.11

github.com/RustPython/RustPython - e5735cde67b86699bd68c8959167ecf2649a6f2d authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix syntax_async.py for 3.11

github.com/RustPython/RustPython - 75f3f3c8c4857aa1943fda6aa1a0468cab3ebc6a authored almost 2 years ago by Jeong YunWon <[email protected]>
Add unicodedata.east_asian_width (#4523)

github.com/RustPython/RustPython - 3b8d670c813aba451ce9510ca986db88405c7684 authored almost 2 years ago by Zhiyan Xiao <[email protected]>
Make common::repr throw error instead of panic (#4520)

github.com/RustPython/RustPython - 8b7158f169b9e9f2b9b1a8dc613c429d04a73615 authored almost 2 years ago by John Pham <[email protected]>
Make common::repr throw error instead of panic (#4520)

github.com/RustPython/Parser - 4bdc2d47c130c0f7134ef9a65371ba63ac57efe6 authored almost 2 years ago by John Pham <[email protected]>
Merge pull request #4521 from youknowone/update-ast

Update from CPython v3.10.9 to prepare match statement

github.com/RustPython/RustPython - 82c1a3a9ea97b7a302b3bfe312ce264a155cec29 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Update from CPython v3.10.9

github.com/RustPython/RustPython - 53d0f41ba50312fd7896edc4bd6a6bc91e495b13 authored almost 2 years ago by CPython Developers <>
Merge pull request #4440 from MrrRaph/whats_left_utf8

Fixed UTF-8 encoding for `whats_left.py` and type mismatching in `stdlib/src/ssl.rs`

github.com/RustPython/RustPython - a5091c56cb080e870ec38661bdfc4d1fd0930535 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix cspell warnings

github.com/RustPython/RustPython - daca1f38cf0b2a12329caa2f54f323c4671deabe authored almost 2 years ago by Jeong YunWon <[email protected]>
Add whats_left running to CI

github.com/RustPython/RustPython - 5df8d29fe433cfd1039776c1e456ff08eb04a917 authored almost 2 years ago by Jeong YunWon <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - 5a71b558f8d1030741ecd86c92a7a6dc0aea8484 authored almost 2 years ago by Noa <[email protected]>
os is frozen in 3.11

github.com/RustPython/RustPython - 8c38a8381cf016c8979aef82a3d7a42c59e0dd30 authored almost 2 years ago by Jeong YunWon <[email protected]>
imp.py -> stdlib_imp.py

github.com/RustPython/RustPython - d22446d1dd5cf521f799231557f021b7575d2305 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4518 from dannasman/unnecessary_tovec

Remove unnecessary to_vec() in bytes.rs

github.com/RustPython/RustPython - c037e17220b9101c53b34c924e7af1823492807c authored almost 2 years ago by Jeong YunWon <[email protected]>
remove unnecessary to_vec()

github.com/RustPython/RustPython - 506e17ace2c5e3c2ac6e79c05e55f5f17e4ae5ec authored almost 2 years ago by Dan Nasman <[email protected]>
Merge pull request #4514 from youknowone/bytesinner-pub-super

narrow publicity of BytesInner::elements

github.com/RustPython/RustPython - e88f09842da9f48f66e79fc66f15d110824f2907 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
trying to go with CPython 3.11

github.com/RustPython/RustPython - e79b1398b002b85f0426864feaa4c01036075a2b authored almost 2 years ago by Jeong YunWon <[email protected]>
Fixed type mismatchs

github.com/RustPython/RustPython - 371b5e2a6ed67c3823695878484e6e735cffbd5c authored almost 2 years ago by MrrRaph <[email protected]>
Added UTF-8 encoding when opening a file

github.com/RustPython/RustPython - a4629db52064b7380415985fc12b362b3665c29e authored almost 2 years ago by MrrRaph <[email protected]>
narrow publicity of BytesInner::elements

github.com/RustPython/RustPython - aaa364da542120632584b1456716d04a0ae7187b authored almost 2 years ago by Jeong YunWon <[email protected]>
Optimize bytes-like (l|r)strip (#4500)

github.com/RustPython/RustPython - a0c34dab547d4cef649b62c859db0c009c76390c authored almost 2 years ago by Dan Näsman <[email protected]>
Merge pull request #4513 from xiaozhiyan/optimize-pypydict-to_attributes-to-reuse-pyrefexact

Optimize Py<PyDict>::to_attributes() to reuse PyRefExact

github.com/RustPython/RustPython - 1d815464f647672f879c92d2972459a0345b6791 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4512 from RustPython/upd-nix

Update nix & use its functions more

github.com/RustPython/RustPython - 461f7491e81adcb877864efb710a9819444ebcac authored almost 2 years ago by Jeong YunWon <[email protected]>
Tidy up ssl a little

github.com/RustPython/RustPython - d9e3f9ca683c7da8425bf1ee35c03b16c6e828f1 authored almost 2 years ago by Noa <[email protected]>
Use nix for more things

github.com/RustPython/RustPython - e08252cad7b565176d50616bb7db0345fa72e19e authored almost 2 years ago by Noa <[email protected]>
Run cargo-update

github.com/RustPython/RustPython - abe8cfdf1c886580bd7283e7d7ed21982c9b36fc authored almost 2 years ago by Noa <[email protected]>
Optimize Py<PyDict>::to_attributes() to reuse PyRefExact

github.com/RustPython/RustPython - 9206ad52b83b333ec26384561a4e2591afbec60c authored almost 2 years ago by Zhiyan Xiao <[email protected]>
Add description for PyRefExact

github.com/RustPython/RustPython - 57fd8c97b47486655cefb8cb193c0168dd031815 authored almost 2 years ago by Jeong YunWon <[email protected]>
PyObjectRef::downcast_exact returns PyRefExact

github.com/RustPython/RustPython - f9f665be62bf8768064cbecab54062fad39a3804 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4510 from DimitrisJim/unexpected_success

Fix unexpected success in test_future.

github.com/RustPython/RustPython - 3f1fb9d29daad302f4fe1857c74f3917fad710a2 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix unexpected success in test_future.

github.com/RustPython/RustPython - 8afe853b762e1d053fdcc79bc403e935e7701f8a authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Merge pull request #4507 from howjmay/co_cellvars

Add co_cellvars to code object

github.com/RustPython/RustPython - 5ec62358b31532cf7cbcf48654a32f1ea10cbc91 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4509 from minhrongcon2000/fix/add_co_freevars

Add co_freevars to code object

github.com/RustPython/RustPython - dcda3e43b9236650b22f659dce6fb7b4abb2d52f authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix code linting

github.com/RustPython/RustPython - 81fc6f16cf3f31c3ada464871e87cde8d4f77111 authored almost 2 years ago by minh.pham2000 <[email protected]>
Add co_freevars to code object

github.com/RustPython/RustPython - 07f4218bf4ac4d41c4536eeefc9082be8a28f0fe authored almost 2 years ago by minh.pham2000 <[email protected]>
Add co_cellvars to code object

Closes #4501

github.com/RustPython/RustPython - 529d223ee10a8983539f5c49483b152bbdbd6d32 authored almost 2 years ago by Yang Hau <[email protected]>
Merge pull request #4498 from youknowone/str-join

Fix str.join with str subclass

github.com/RustPython/RustPython - 3c4f04f3aa457d386815b94bfc17564ad40cbc89 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #4499 from jonathanslenders/fix-sqlite-aarch64

Fix aarch64 compatibility for sqlite.

github.com/RustPython/RustPython - 1fd557d549cd72e7da83608b99e5464273abd4b3 authored almost 2 years ago by Jeong YunWon <[email protected]>
Fix aarch64 compatibility for sqlite.

github.com/RustPython/RustPython - 9cac89347e2276fcb309f108561e99f4be5baff2 authored almost 2 years ago by Jonathan Slenders <[email protected]>
Merge pull request #4496 from youknowone/optimize-strip

optimize str.(l|r)strip

github.com/RustPython/RustPython - 020372dde05f757a6dc5927ad0f600e4a902320e authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Merge pull request #3769 from youknowone/wrap-index

wrap_index without abs

github.com/RustPython/RustPython - bf4995227528c8042d6124a41887efc66f0b531f authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4495 from youknowone/fix-test-edit

Remove outdated TODOs from extra_tests/snippets

github.com/RustPython/RustPython - 491bd0e74f50d7187b40e8304e2fb2e2bbfb6513 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Fix str.join with str subclass

github.com/RustPython/RustPython - 5c43cab499f70e9e7a1a36251f1888fc307fb328 authored almost 2 years ago by Jeong YunWon <[email protected]>
optimize str.(l|r)strip

github.com/RustPython/RustPython - 317802a26e2d95fd78df33a58c35485ade0dcde0 authored almost 2 years ago by Jeong YunWon <[email protected]>
remove duplicated tests from tests/stdlib_math.py

github.com/RustPython/RustPython - 2fc0edf85bd79574710a7dab32277ce69c2327e5 authored almost 2 years ago by Jeong YunWon <[email protected]>
Remove completed TODO

github.com/RustPython/RustPython - 4bd090887e2cb632ae13194c00ff79bca19b7a5c authored almost 2 years ago by Jeong YunWon <[email protected]>
extra_tests/snippets/{builtins => builtin_eval}.py

github.com/RustPython/RustPython - 4192e5de2db2375ad4561356c94acd775b2dcc75 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4490 from DimitrisJim/function_parser

Add tests, some comments, to function.rs.

github.com/RustPython/RustPython - 443835096b1475c490d56304d00c6bc5474f42ca authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4490 from DimitrisJim/function_parser

Add tests, some comments, to function.rs.

github.com/RustPython/Parser - 09b82e41d5fe1f617f722944a07c656aaacf5da4 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4491 from howjmay/typo

fix the typos

github.com/RustPython/RustPython - d3855a9158fad8ad3e6ef5082b7d711a33fc572c authored almost 2 years ago by Jeong YunWon <[email protected]>
wrap_index without abs

github.com/RustPython/RustPython - 1d1ff8db7af7b7e3169df212a3b774c2bdfdc836 authored almost 2 years ago by Jeong Yunwon <[email protected]>
fix the typos

github.com/RustPython/RustPython - 937b0d3419fcf39b2c3dd2d1494078e4b92319d8 authored almost 2 years ago by Yang Hau <[email protected]>
Merge pull request #4492 from DimitrisJim/doc_parser_uno

Document parser crate.

github.com/RustPython/RustPython - 96bfe406eea614877fc674b083a6c86a8731a63a authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4492 from DimitrisJim/doc_parser_uno

Document parser crate.

github.com/RustPython/Parser - cc6d8a1c58f89da859ab003ad04e34325bfd8809 authored almost 2 years ago by Jeong YunWon <[email protected]>
Merge pull request #4489 from DimitrisJim/string_parser_refactor

Refactor: Join string and string_parser.

github.com/RustPython/RustPython - 271bfcbac76a3e019d2a82a2b1024c180f339339 authored almost 2 years ago by Jeong YunWon <[email protected]>
Document parser crate.

github.com/RustPython/RustPython - 5e401688297fe6ae37c9448b7aad810b2731e099 authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Document parser crate.

github.com/RustPython/Parser - 07918f0a9aeb6d6a9a27215de573eeb5ac383af9 authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Add tests, some comments, to function.rs.

github.com/RustPython/Parser - a0786ea8729e0f468d6dc80ec89651e545ea4cef authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Add tests, some comments, to function.rs.

github.com/RustPython/RustPython - bc9e4abee509f4e8ba503be872bcbbfd705cecce authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Refactor: Join string and string_parser.

github.com/RustPython/RustPython - 8d28a077fc14223dc1aaa9419591ead9f7b4dec3 authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Refactor: Join string and string_parser.

github.com/RustPython/Parser - 4713b2b3ab78ec3031fe154be7f54893fccb7262 authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Update regression test results

github.com/RustPython/rustpython.github.io - bc02db4066e09aa7d1470e2b85193658ec0cef85 authored almost 2 years ago by Noa <[email protected]>
Merge pull request #4488 from charliermarsh/charlie/gen-exp-arg

Use entire range for generators-as-arguments

github.com/RustPython/RustPython - 61b48f108982d865524f86624a9d5bc2ae3bccef authored almost 2 years ago by Jeong YunWon <[email protected]>
Add test_generator_expression_argument

github.com/RustPython/RustPython - d4207e29367198ca367b2a893b1c5cc8cadb5062 authored almost 2 years ago by Jeong YunWon <[email protected]>
Add test_generator_expression_argument

github.com/RustPython/Parser - e7f14ab9b8554639edd9575ce8756eb478333d7c authored almost 2 years ago by Jeong YunWon <[email protected]>
Use entire range for generators-as-arguments

github.com/RustPython/Parser - 56c73cc63df07fa541ddde5a88f82f5a88df02e7 authored almost 2 years ago by Charlie Marsh <[email protected]>
Use entire range for generators-as-arguments

github.com/RustPython/RustPython - 65a62b8d326d0aff8f751ea59c7325ee702c998b authored almost 2 years ago by Charlie Marsh <[email protected]>
Merge pull request #4487 from DimitrisJim/mac_tests_no_ssl

Skip linking openSSL on mac runner for the rust tests.

github.com/RustPython/RustPython - cf54a780cf5045425b7fb95db4944bf2a31519ec authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Skip linking ssl on mac runner.

github.com/RustPython/RustPython - 6d3cbf192ef05a36fa18480f49a77bf49ecd2611 authored almost 2 years ago by Dimitris Fasarakis Hilliard <[email protected]>
Merge pull request #4486 from youknowone/simplify-example

Simplify examples/call_between_rust_and_python

github.com/RustPython/RustPython - d94d0ac72072eb60bd9363e69b96ff1d5eb401b3 authored almost 2 years ago by Jim Fasarakis-Hilliard <[email protected]>
Simplify examples/call_between_rust_and_python

github.com/RustPython/RustPython - 3942a08e0c2d4a6376649908153c55beb5d7f09b authored almost 2 years ago by Jeong YunWon <[email protected]>