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
github.com/RustPython/RustPython - 154b72c4e283526ed84a0ced701f4174a0968478 authored about 2 years ago
github.com/RustPython/RustPython - 1b5133350b760c8530d366cc1877d17e35f093f0 authored about 2 years ago
github.com/RustPython/RustPython - 268bbd8414059c16886c600c08d803a2ba76341f authored about 2 years ago
github.com/RustPython/RustPython - 5701061e63f5652e76611cc5d797ac8c0bee0d88 authored about 2 years ago
github.com/RustPython/rustpython.github.io - 1954da10ce5102773d9f45f7993adc63357c0b60 authored about 2 years ago
Remove unnecessary boxing of ASDL product children
github.com/RustPython/RustPython - ee4a51c512953eb16fb52fc061934ce2f5458595 authored about 2 years agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/RustPython/RustPython - 316c4858e23f823712a05829bc210fb43e2a1aa2 authored about 2 years agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/RustPython/Parser - f4672e4256e3bbf992716eb8ff79e959baa5ea9d authored about 2 years agoFix end location in with statements.
github.com/RustPython/RustPython - c48c2290f44eabcae85fd6d056776f53cea10a30 authored about 2 years agogithub.com/RustPython/RustPython - 609ac2754cd7c97edc57c58eb59a2b86703e6971 authored about 2 years ago
github.com/RustPython/Parser - 6e89b3ab1ac4e6645592125ca7195ab2e9df9e17 authored about 2 years ago
Fix end location of compound statements
github.com/RustPython/RustPython - 8d879a53197f9c73062f6160410bdba796a71cbf authored about 2 years agoFix end location of compound statements
github.com/RustPython/Parser - 6a174dae45b8128f87755e1f777ed8eea9fd8789 authored about 2 years agoSet `ExprContext::Store` on parenthesized with expressions
github.com/RustPython/RustPython - cbf2ec9312032ea57983c648b430e87803d9e4ad authored about 2 years agogithub.com/RustPython/RustPython - 75a9b4a3529ab84ac72c56517294f7cb315c6681 authored about 2 years ago
github.com/RustPython/Parser - 8936ab2f8ded020b006d0753e193830a94dfc074 authored about 2 years ago
github.com/RustPython/RustPython - 7a40d9c876437046effb4e8a4207be6f0102c7f4 authored about 2 years ago
github.com/RustPython/Parser - 165b9797338d9532cae81fc8c8ae3b0556286992 authored about 2 years ago
github.com/RustPython/RustPython - 337b0ead4a4ad0460579f850d5b23aaadcbea660 authored about 2 years ago
github.com/RustPython/Parser - 06c92bb899070218d2d8ec2bf7c91a7b2c407ede authored about 2 years ago
github.com/RustPython/RustPython - c906e431be895e349d944e70a1584734c8311d84 authored about 2 years ago
github.com/RustPython/Parser - 1a657731dd03cd51e36b870ed45cc7750841cee3 authored about 2 years ago
github.com/RustPython/RustPython - fbb409b7552f1cb58d1a5c0373eda25fa1c32cb4 authored about 2 years ago
github.com/RustPython/Parser - d8cfc7e84f5f48e5f986610968db7b1eb8096437 authored about 2 years ago
Signed-off-by: harupy <[email protected]>
github.com/RustPython/RustPython - 05e1a7a0aa6137232f4ea31a9f0b3f0175b79645 authored about 2 years agoSigned-off-by: harupy <[email protected]>
github.com/RustPython/Parser - de2e88656e329af443d21adda3be37cb938f4b36 authored about 2 years agoParse Python 3.9+ parenthesized context managers
github.com/RustPython/RustPython - 29391eb7c125373d6061ba3e569e2208d706b60c authored about 2 years ago
Since the upstream grammar for this is not LR(1), we abuse LALRPOP
macros and the Into/TryInto t...
Since the upstream grammar for this is not LR(1), we abuse LALRPOP
macros and the Into/TryInto t...
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/RustPython/RustPython - 78ca48cd7959b60ec9cf13c2661309764d6600bc authored about 2 years agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/RustPython/Parser - 751f9d304fdb15d7c6dcb17a0677a3a3722f0c25 authored about 2 years agogithub.com/RustPython/RustPython - 7e315c16c657d9bd37c4be70b21205f4cd64142c authored about 2 years ago
github.com/RustPython/Parser - d6f9dd0763c568001eef955e27d4b87d2bc62133 authored about 2 years ago
github.com/RustPython/RustPython - 4080b020cf5df8c5b011a1720b0b59b86f267f41 authored about 2 years ago
github.com/RustPython/Parser - 5fc8c4d0b1d54fa404495713312ac96af27f2c01 authored about 2 years ago
github.com/RustPython/RustPython - 91f1fc73ab1fb55b145f0db4730eef0f0a31f7ca authored about 2 years ago
github.com/RustPython/Parser - 1b7a272b77e9dfd0a3ce5be2c98dea79697b9b1d authored about 2 years ago
github.com/RustPython/RustPython - 9f9ba0286e47bb88aadea87f5081963c14e4271a authored about 2 years ago
github.com/RustPython/RustPython - 70294bca50421ec66117a092f4c82bd53d42f568 authored about 2 years ago
github.com/RustPython/RustPython - 2e792e6320cb0e02c83b1562ae35c71a8068eac6 authored about 2 years ago
A follow-up for #4324
github.com/RustPython/RustPython - 2edd0d264c50c7807bcff03a52a6509e8b7f187f authored about 2 years agogithub.com/RustPython/RustPython - 62d071f08878f0b9f007549081e3989503943c40 authored about 2 years ago
github.com/RustPython/Parser - 3abdc8707682aa471aaa8b5fd606b8d3df4c0af9 authored about 2 years ago
github.com/RustPython/RustPython - 6a0f13eb4f393c88ca818438bf61751606fb0fdc authored about 2 years ago
Fix the end location of an implicitly-concatenated string
github.com/RustPython/RustPython - 0723271a3687856d2a961a5218eefd7b1ada2a3e authored about 2 years agogithub.com/RustPython/RustPython - d3ba7e0d8a6efd77ef29182bee38eb9784c41ebc authored about 2 years ago
github.com/RustPython/Parser - 99b02be35af20ee7a454bc54d575667cf12b5e82 authored about 2 years ago
github.com/RustPython/RustPython - d6d50d463507716c3ab26c2b7ca665e922e60329 authored about 2 years ago
github.com/RustPython/Parser - f99167d4edaa63b5e1af0dddb6d29c32c80ab0ac authored about 2 years ago
github.com/RustPython/RustPython - 991c8299f8ebec2028b6b192a0eea5f2c0501dd4 authored about 2 years ago
github.com/RustPython/RustPython - 93f3433e77f26fc273c5b2730bd6a4c64cadd7d6 authored about 2 years ago
github.com/RustPython/Parser - 816e1e711c7d59c2d5e6b1ec42eb94fe4805726e authored about 2 years ago
github.com/RustPython/rustpython.github.io - b13ec1133838f7630d21484a3ca08020eb61b00e authored about 2 years ago
github.com/RustPython/rustpython.github.io - 50fe9cc0ce349ef75c3f69a4326625472ca02832 authored about 2 years ago
fix typo in `py_serde`
github.com/RustPython/RustPython - 77e5d0c8eda0c94700c48bd239021094c7fca964 authored about 2 years agogithub.com/RustPython/RustPython - 16804297ab8ba5ccc79a2092a2e585a3f1b01d03 authored about 2 years ago
* Add jump_if function
* Add jump_if_or_pop function
github.com/RustPython/RustPython - f70b8bfdf947e9bc3aab5b8d23f63de6fbb21629 authored about 2 years agoFix nightly clippy warnings
github.com/RustPython/RustPython - 5fed6a35af2f1ffec4e6906df5d7d59b24f7d147 authored about 2 years agoFix nightly clippy warnings
github.com/RustPython/Parser - e2b28d07c801279968de6a480338752741c91d4a authored about 2 years agoBump openssl
github.com/RustPython/RustPython - 388e32587bffc356d1ea2deaf55eb84642edb923 authored about 2 years agogithub.com/RustPython/RustPython - d935fbc445815e1df3f34a2817ffc61578ffaad3 authored about 2 years ago
github.com/RustPython/Parser - 28785784b220aad1123cbd1df2138a5c5a6b7c0f authored about 2 years ago
github.com/RustPython/RustPython - a6bb9da6fe4ee703fb48f348d6b762aee13ce56d authored about 2 years ago
Fix `ExprKind::BoolOp` location
github.com/RustPython/RustPython - 28f9f65ccc625f00835d84bbb5fba274dce5aa89 authored about 2 years agogithub.com/RustPython/RustPython - 18293dc80c2cc304d0c4a496d9ab3fd42d564fee authored about 2 years ago
github.com/RustPython/Parser - 6f6b7b231249016bd118abbb2a9fe7a7344c130f authored about 2 years ago
github.com/RustPython/RustPython - 5c63109f4ade0f98a928beae50efad9d7cfe1d90 authored about 2 years ago
github.com/RustPython/RustPython - adec9e94fa4fe84109a6c510bae9fff3b678b5e1 authored about 2 years ago
github.com/RustPython/Parser - 93cb05ebda81ebad9510e6903b7426cdfeab7155 authored about 2 years ago
Fix `DEVELOPMENT.md`
github.com/RustPython/RustPython - 39bed0df510770a31345f83a381217fe434692f8 authored about 2 years agogithub.com/RustPython/rustpython.github.io - 87fa98efdbb2956d12dc4201175ec8394c8c3cbc authored about 2 years ago
github.com/RustPython/rustpython.github.io - c49c85badefb6d5eceb5dd7678bf912a371c2b89 authored about 2 years ago
github.com/RustPython/RustPython - b69079252121e0d5d48a5bf28f4fd0490b5cd41f authored about 2 years ago
Add example for calling between rust and python
github.com/RustPython/RustPython - 18af44b7c7410c3448df1f3b080bd358e586d265 authored about 2 years agoUse bitflags in `Symbol`
github.com/RustPython/RustPython - b9ed63ed326e4ab9c97d808271ddc1d7ca05fda7 authored about 2 years agogithub.com/RustPython/RustPython - dd833083961bd64468598a4ca9a45db4a4364b5d authored about 2 years ago
github.com/RustPython/RustPython - a5ef816c412a1d49dbd59ee2eb673d0d80d7353d authored about 2 years ago
github.com/RustPython/RustPython - dbf27a955de4fa38e80c9559c5849603c68640ee authored about 2 years ago
github.com/RustPython/RustPython - de10ce2d8971abe2f926e1fb63ffc48f9ac347cc authored about 2 years ago
github.com/RustPython/RustPython - 1ffb652adf0dae246f4d54e48745bb4248a67e50 authored about 2 years ago
github.com/RustPython/RustPython - f23ea5eb09cfac83fcb58dd2ae5c1fb1774a4f1e authored about 2 years ago
github.com/RustPython/rustpython.github.io - 0bf47b01153a1385750c5c9607133ff8efa7d04b authored about 2 years ago
depend: Update crossbeam-utils to "0.8.9" instead of "=0.8.9"
github.com/RustPython/RustPython - ec3648981dbf165321f17eb2cee64d5fcb7b16fd authored about 2 years agoChange bytecode path
github.com/RustPython/RustPython - 1a13dd94e2d67e13474b5b96a14d84861e3aadcb authored about 2 years agogithub.com/RustPython/RustPython - f0759944c2062bf526461a6121996b61b9db9a81 authored about 2 years ago
* introduce PyObjectAtomicRef
* impl Debug for PyObjectAtomicRef
* add supporting for PyAt...
github.com/RustPython/RustPython - f54b5556e28256763c5506813ea977c9e1445af0 authored about 2 years agoRefactor lexer functions
github.com/RustPython/RustPython - 00ba73d2e7aec4d2d9c298514224373ca199bc7e authored about 2 years agoFix issues with flame-it.
github.com/RustPython/RustPython - 3660ac20cff4152af3281040b5949eef9667493f authored about 2 years agogithub.com/RustPython/RustPython - e53693b3b386f87ae9d9519ef57ebca65ef16e57 authored about 2 years ago
github.com/RustPython/RustPython - 290e8e077be82db9070fd12dbbf01b7c893189c8 authored about 2 years ago
github.com/RustPython/RustPython - 754b28c086df9a0cb7732f594e031fac3b271f68 authored about 2 years ago
github.com/RustPython/RustPython - a79fb0195fc06c56dd95ba93e33bdfe01c095b7e authored about 2 years ago
github.com/RustPython/Parser - e8200ab6742ec6e8b67689daf89b2de8e7af17ea authored about 2 years ago
github.com/RustPython/RustPython - d07547860b271093d7004c5ee8bfc6d25b10c065 authored about 2 years ago
github.com/RustPython/RustPython - 81b7c41f3e43d558c82b538aefa6fddee7cd0dd8 authored about 2 years ago
github.com/RustPython/Parser - 492f09298f455c0509a8a25b06d5291bedecd4ea authored about 2 years ago
github.com/RustPython/Parser - 35eea0b8eca4c3c29373d2f36b01e54e8a15f160 authored about 2 years ago
github.com/RustPython/RustPython - 683a3e5740cb49cd7b11f8453cde39d128ab0e1c authored about 2 years ago
In the example demonstrating how to call between rust and python add
direct member access.
github.com/RustPython/RustPython - 445cb6cc8bd45e5f31a964fad3ebd65797958c07 authored about 2 years ago