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

Merge pull request #4334 from fanninpm/clippy-1.66

github.com/RustPython/RustPython - 154b72c4e283526ed84a0ced701f4174a0968478 authored about 2 years ago
Fix macOS compilation error (v1.66)

github.com/RustPython/RustPython - 1b5133350b760c8530d366cc1877d17e35f093f0 authored about 2 years ago
Fix new (v1.66) Clippy warnings on Windows

github.com/RustPython/RustPython - 268bbd8414059c16886c600c08d803a2ba76341f authored about 2 years ago
Fix new (v1.66) Clippy warnings

github.com/RustPython/RustPython - 5701061e63f5652e76611cc5d797ac8c0bee0d88 authored about 2 years ago
Update regression test results

github.com/RustPython/rustpython.github.io - 1954da10ce5102773d9f45f7993adc63357c0b60 authored about 2 years ago
Merge pull request #4328 from andersk/asdl-box

Remove unnecessary boxing of ASDL product children

github.com/RustPython/RustPython - ee4a51c512953eb16fb52fc061934ce2f5458595 authored about 2 years ago
Remove unnecessary boxing of ASDL product children

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/RustPython - 316c4858e23f823712a05829bc210fb43e2a1aa2 authored about 2 years ago
Remove unnecessary boxing of ASDL product children

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/Parser - f4672e4256e3bbf992716eb8ff79e959baa5ea9d authored about 2 years ago
Merge pull request #4331 from DimitrisJim/fix_locations_with

Fix end location in with statements.

github.com/RustPython/RustPython - c48c2290f44eabcae85fd6d056776f53cea10a30 authored about 2 years ago
Fix end location in with statements.

github.com/RustPython/RustPython - 609ac2754cd7c97edc57c58eb59a2b86703e6971 authored about 2 years ago
Fix end location in with statements.

github.com/RustPython/Parser - 6e89b3ab1ac4e6645592125ca7195ab2e9df9e17 authored about 2 years ago
Merge pull request #4327 from harupy/fix-end-location-body

Fix end location of compound statements

github.com/RustPython/RustPython - 8d879a53197f9c73062f6160410bdba796a71cbf authored about 2 years ago
Merge pull request #4327 from harupy/fix-end-location-body

Fix end location of compound statements

github.com/RustPython/Parser - 6a174dae45b8128f87755e1f777ed8eea9fd8789 authored about 2 years ago
Merge pull request #4330 from charliermarsh/charlie/store

Set `ExprContext::Store` on parenthesized with expressions

github.com/RustPython/RustPython - cbf2ec9312032ea57983c648b430e87803d9e4ad authored about 2 years ago
Set ExprContext::Store on parenthesized with expressions

github.com/RustPython/RustPython - 75a9b4a3529ab84ac72c56517294f7cb315c6681 authored about 2 years ago
Set ExprContext::Store on parenthesized with expressions

github.com/RustPython/Parser - 8936ab2f8ded020b006d0753e193830a94dfc074 authored about 2 years ago
Update snapshot

github.com/RustPython/RustPython - 337b0ead4a4ad0460579f850d5b23aaadcbea660 authored about 2 years ago
Update snapshot

github.com/RustPython/Parser - 06c92bb899070218d2d8ec2bf7c91a7b2c407ede authored about 2 years ago
Resolve conflict

github.com/RustPython/RustPython - fbb409b7552f1cb58d1a5c0373eda25fa1c32cb4 authored about 2 years ago
Resolve conflict

github.com/RustPython/Parser - d8cfc7e84f5f48e5f986610968db7b1eb8096437 authored about 2 years ago
Address comments

Signed-off-by: harupy <[email protected]>

github.com/RustPython/RustPython - 05e1a7a0aa6137232f4ea31a9f0b3f0175b79645 authored about 2 years ago
Address comments

Signed-off-by: harupy <[email protected]>

github.com/RustPython/Parser - de2e88656e329af443d21adda3be37cb938f4b36 authored about 2 years ago
Merge pull request #4329 from andersk/paren-contexts

Parse Python 3.9+ parenthesized context managers

github.com/RustPython/RustPython - 29391eb7c125373d6061ba3e569e2208d706b60c authored about 2 years ago
Parse Python 3.9+ parenthesized context managers

Since the upstream grammar for this is not LR(1), we abuse LALRPOP
macros and the Into/TryInto t...

github.com/RustPython/RustPython - b7f4ff7283c1629005dc1667c48ece4b29842f6d authored about 2 years ago
Parse Python 3.9+ parenthesized context managers

Since the upstream grammar for this is not LR(1), we abuse LALRPOP
macros and the Into/TryInto t...

github.com/RustPython/Parser - 052dee72b8e0bedb2b67b74190d28198bb4e0f26 authored about 2 years ago
Split and simplify some LALRPOP rules

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/RustPython - 78ca48cd7959b60ec9cf13c2661309764d6600bc authored about 2 years ago
Split and simplify some LALRPOP rules

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/RustPython/Parser - 751f9d304fdb15d7c6dcb17a0677a3a3722f0c25 authored about 2 years ago
Use method chaining

github.com/RustPython/RustPython - 7e315c16c657d9bd37c4be70b21205f4cd64142c authored about 2 years ago
Use method chaining

github.com/RustPython/Parser - d6f9dd0763c568001eef955e27d4b87d2bc62133 authored about 2 years ago
Remove expectedFailure decorator

github.com/RustPython/RustPython - 4080b020cf5df8c5b011a1720b0b59b86f267f41 authored about 2 years ago
Fix other compound statements

github.com/RustPython/Parser - 5fc8c4d0b1d54fa404495713312ac96af27f2c01 authored about 2 years ago
Fix other compound statements

github.com/RustPython/RustPython - 91f1fc73ab1fb55b145f0db4730eef0f0a31f7ca authored about 2 years ago
Fix end location of nodes containing body

github.com/RustPython/Parser - 1b7a272b77e9dfd0a3ce5be2c98dea79697b9b1d authored about 2 years ago
Fix end location of nodes containing body

github.com/RustPython/RustPython - 9f9ba0286e47bb88aadea87f5081963c14e4271a authored about 2 years ago
Remove the skip decorator

github.com/RustPython/RustPython - 70294bca50421ec66117a092f4c82bd53d42f568 authored about 2 years ago
Add test case in builtin_list.py

github.com/RustPython/RustPython - 2e792e6320cb0e02c83b1562ae35c71a8068eac6 authored about 2 years ago
Merge pull request #4325 from harupy/4324-follow-up

A follow-up for #4324

github.com/RustPython/RustPython - 2edd0d264c50c7807bcff03a52a6509e8b7f187f authored about 2 years ago
Add index check

github.com/RustPython/RustPython - 62d071f08878f0b9f007549081e3989503943c40 authored about 2 years ago
Merge pull request #4324 from harupy/fix-end-location-of-concatenated-string

Fix the end location of an implicitly-concatenated string

github.com/RustPython/RustPython - 0723271a3687856d2a961a5218eefd7b1ada2a3e authored about 2 years ago
Remove expectedFailure decorator

github.com/RustPython/RustPython - d3ba7e0d8a6efd77ef29182bee38eb9784c41ebc authored about 2 years ago
Fix plain string

github.com/RustPython/Parser - f99167d4edaa63b5e1af0dddb6d29c32c80ab0ac authored about 2 years ago
Fix plain string

github.com/RustPython/RustPython - 991c8299f8ebec2028b6b192a0eea5f2c0501dd4 authored about 2 years ago
Fix the end location of an implicitly-concatenated string

github.com/RustPython/RustPython - 93f3433e77f26fc273c5b2730bd6a4c64cadd7d6 authored about 2 years ago
Fix the end location of an implicitly-concatenated string

github.com/RustPython/Parser - 816e1e711c7d59c2d5e6b1ec42eb94fe4805726e authored about 2 years ago
Update regression test results

github.com/RustPython/rustpython.github.io - b13ec1133838f7630d21484a3ca08020eb61b00e authored about 2 years ago
Update what is left results

github.com/RustPython/rustpython.github.io - 50fe9cc0ce349ef75c3f69a4326625472ca02832 authored about 2 years ago
Merge pull request #4311 from notJoon/typo-pyserde

fix typo in `py_serde`

github.com/RustPython/RustPython - 77e5d0c8eda0c94700c48bd239021094c7fca964 authored about 2 years ago
fix typo py_serde

github.com/RustPython/RustPython - 16804297ab8ba5ccc79a2092a2e585a3f1b01d03 authored about 2 years ago
Refactor `ExecutingFrame` (#4308)

* Add jump_if function

* Add jump_if_or_pop function

github.com/RustPython/RustPython - f70b8bfdf947e9bc3aab5b8d23f63de6fbb21629 authored about 2 years ago
Merge pull request #4310 from youknowone/fix-clippy

Fix nightly clippy warnings

github.com/RustPython/RustPython - 5fed6a35af2f1ffec4e6906df5d7d59b24f7d147 authored about 2 years ago
Merge pull request #4310 from youknowone/fix-clippy

Fix nightly clippy warnings

github.com/RustPython/Parser - e2b28d07c801279968de6a480338752741c91d4a authored about 2 years ago
Merge pull request #4309 from DimitrisJim/openssl_update

Bump openssl

github.com/RustPython/RustPython - 388e32587bffc356d1ea2deaf55eb84642edb923 authored about 2 years ago
Fix nightly clippy warnings

github.com/RustPython/RustPython - d935fbc445815e1df3f34a2817ffc61578ffaad3 authored about 2 years ago
Fix nightly clippy warnings

github.com/RustPython/Parser - 28785784b220aad1123cbd1df2138a5c5a6b7c0f authored about 2 years ago
Merge pull request #4306 from harupy/fix-boolop-location

Fix `ExprKind::BoolOp` location

github.com/RustPython/RustPython - 28f9f65ccc625f00835d84bbb5fba274dce5aa89 authored about 2 years ago
Remove decorator on test_boolop

github.com/RustPython/RustPython - 18293dc80c2cc304d0c4a496d9ab3fd42d564fee authored about 2 years ago
Merge pull request #4304 from yt2b/fix_dev

Fix `DEVELOPMENT.md`

github.com/RustPython/RustPython - 39bed0df510770a31345f83a381217fe434692f8 authored about 2 years ago
Update regression test results

github.com/RustPython/rustpython.github.io - 87fa98efdbb2956d12dc4201175ec8394c8c3cbc authored about 2 years ago
Update what is left results

github.com/RustPython/rustpython.github.io - c49c85badefb6d5eceb5dd7678bf912a371c2b89 authored about 2 years ago
Fix Python object path

github.com/RustPython/RustPython - b69079252121e0d5d48a5bf28f4fd0490b5cd41f authored about 2 years ago
Merge pull request #4276 from Gelox/main

Add example for calling between rust and python

github.com/RustPython/RustPython - 18af44b7c7410c3448df1f3b080bd358e586d265 authored about 2 years ago
Merge pull request #4298 from yt2b/use_bitflags

Use bitflags in `Symbol`

github.com/RustPython/RustPython - b9ed63ed326e4ab9c97d808271ddc1d7ca05fda7 authored about 2 years ago
Replace bool variable with SymbolFlags

github.com/RustPython/RustPython - a5ef816c412a1d49dbd59ee2eb673d0d80d7353d authored about 2 years ago
Reduce nesting of match expression

github.com/RustPython/RustPython - de10ce2d8971abe2f926e1fb63ffc48f9ac347cc authored about 2 years ago
Add SymbolFlags

github.com/RustPython/RustPython - 1ffb652adf0dae246f4d54e48745bb4248a67e50 authored about 2 years ago
Update regression test results

github.com/RustPython/rustpython.github.io - 0bf47b01153a1385750c5c9607133ff8efa7d04b authored about 2 years ago
Merge pull request #4293 from discord9/update_crossbeam

depend: Update crossbeam-utils to "0.8.9" instead of "=0.8.9"

github.com/RustPython/RustPython - ec3648981dbf165321f17eb2cee64d5fcb7b16fd authored about 2 years ago
Merge pull request #4296 from yt2b/fix_dev_md

Change bytecode path

github.com/RustPython/RustPython - 1a13dd94e2d67e13474b5b96a14d84861e3aadcb authored about 2 years ago
Change bytecode path

github.com/RustPython/RustPython - f0759944c2062bf526461a6121996b61b9db9a81 authored about 2 years ago
Add Supporting for PyAtomicRef<Option<_>> and PyAtomicRef<PyObject> (#4286)

* introduce PyObjectAtomicRef

* impl Debug for PyObjectAtomicRef

* add supporting for PyAt...

github.com/RustPython/RustPython - f54b5556e28256763c5506813ea977c9e1445af0 authored about 2 years ago
Merge pull request #4288 from yt2b/refactor_lexer

Refactor lexer functions

github.com/RustPython/RustPython - 00ba73d2e7aec4d2d9c298514224373ca199bc7e authored about 2 years ago
Merge pull request #4290 from DimitrisJim/flame_it

Fix issues with flame-it.

github.com/RustPython/RustPython - 3660ac20cff4152af3281040b5949eef9667493f authored about 2 years ago
depend: move `once_cell` to common depend

github.com/RustPython/RustPython - e53693b3b386f87ae9d9519ef57ebca65ef16e57 authored about 2 years ago
depend: update `crossbeam-utils`

github.com/RustPython/RustPython - 290e8e077be82db9070fd12dbbf01b7c893189c8 authored about 2 years ago
refactor: use `Lazy` for static

github.com/RustPython/RustPython - 754b28c086df9a0cb7732f594e031fac3b271f68 authored about 2 years ago
use bool.then

github.com/RustPython/Parser - e8200ab6742ec6e8b67689daf89b2de8e7af17ea authored about 2 years ago
Fix issues with flame-it.

github.com/RustPython/RustPython - d07547860b271093d7004c5ee8bfc6d25b10c065 authored about 2 years ago
restore if expression

github.com/RustPython/RustPython - 81b7c41f3e43d558c82b538aefa6fddee7cd0dd8 authored about 2 years ago
restore if expression

github.com/RustPython/Parser - 492f09298f455c0509a8a25b06d5291bedecd4ea authored about 2 years ago
Refactor lexer functions

github.com/RustPython/Parser - 35eea0b8eca4c3c29373d2f36b01e54e8a15f160 authored about 2 years ago
Refactor lexer functions

github.com/RustPython/RustPython - 683a3e5740cb49cd7b11f8453cde39d128ab0e1c authored about 2 years ago
Add direct member access to example

In the example demonstrating how to call between rust and python add
direct member access.

github.com/RustPython/RustPython - 340816d4351a94d089568981ed63306c43b8df45 authored about 2 years ago