Ecosyste.ms: OpenCollective

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

github.com/RustPython/RustPython

A Python Interpreter written in Rust
https://github.com/RustPython/RustPython

Temporarily disable release notes generation

theshubhamp opened this pull request 12 days ago
Bump result-like to 0.5.0

crazymerlyn opened this pull request 13 days ago
Check operand types in bool or, and, xor to be PyInt

theshubhamp opened this pull request 13 days ago
How to make 3rd party rust types available to the VM

directindex opened this issue 22 days ago
expose run_shell

Frefreak opened this pull request about 1 month ago
RustPython Slow

MominIqbal-1234 opened this issue about 1 month ago
Add GitHub Binary Release Pipeline for RustPython

theshubhamp opened this pull request about 1 month ago
Move os.system from posix.rs to os.rs

oskar-skog opened this pull request about 1 month ago
Bump MSRV to 1.83

coolreader18 opened this pull request about 1 month ago
Replace Python parser with ruff parser

etaloof opened this pull request about 1 month ago
Resolve lint fails w rust 1.83 clippy

key262yek opened this pull request about 1 month ago
Update test float from c python v3.12.7

key262yek opened this pull request about 1 month ago
Update fstring from v3.12.7

key262yek opened this pull request about 2 months ago
Implement IncrementalNewlineDecoder in rust

coolreader18 opened this pull request about 2 months ago
Miscellaneous cli-related parity fixes

coolreader18 opened this pull request about 2 months ago
SyntaxError when string inside fstring shares quotes.

key262yek opened this issue about 2 months ago
Prebuilt binaries

sn-o-w opened this issue about 2 months ago
RustPython Fails to Import Python Module Despite Correct Path Setup

bigg-S opened this issue about 2 months ago
Update random from v3.12.7

key262yek opened this pull request about 2 months ago
Update numbers.py from v3.12.7

key262yek opened this pull request about 2 months ago
Fix compile error when using `vm-tracing-logging`

buciuMT opened this pull request about 2 months ago
Make the runtime interruptible (similar to await/yield)

kawogi opened this issue 2 months ago
Add delete for object_set_dict

avakianssion opened this pull request 2 months ago
add late init arg to rustpython::run

Frefreak opened this pull request 2 months ago
Change deprecated type PanicInfo to PanicHookInfo

key262yek opened this pull request 2 months ago
Remove time.daylight from freebsd

youknowone opened this pull request 2 months ago
clippy error on `rustpython_wasm`

key262yek opened this issue 2 months ago
Cannot compile `rustpython_wasm`

demian3b opened this issue 2 months ago
Build fails: ld: error: undefined symbol: daylight

yurivict opened this issue 2 months ago
[WIP] Use Ruff Parser

qingshi163 opened this pull request 3 months ago
Bump pyo3 from 0.22.3 to 0.22.4

dependabot[bot] opened this pull request 3 months ago
This calculation of fib(35) was too slow and took more than 13s

deliangyang opened this issue 3 months ago
Make stdio a feature

danielstuart14 opened this pull request 3 months ago
Build Failure in running demo code - MacOs

elusivenode opened this issue 3 months ago
Handle MemoryError for sequences

crazymerlyn opened this pull request 3 months ago
Update deps

coolreader18 opened this pull request 4 months ago
Add motivation section to readme

iliya-malecki opened this issue 4 months ago
Raise TypeError if BaseException receives Keyword arguments

crazymerlyn opened this pull request 4 months ago
Update clap to v4

coolreader18 opened this pull request 4 months ago
Remove dependency on proc-macro-crate

crazymerlyn opened this pull request 4 months ago
Remove dependency on uuid-macro-internal

crazymerlyn opened this pull request 4 months ago
Fix inconsistent behavior of Decimal.from_float

crazymerlyn opened this pull request 4 months ago
Cache hash value for FrozenSets

crazymerlyn opened this pull request 4 months ago
Avoid allocating a vector of elements when hashing frozenset

crazymerlyn opened this pull request 4 months ago
Fix build with openssl1

coolreader18 opened this pull request 4 months ago
Improve posixsubprocess

coolreader18 opened this pull request 4 months ago
Fix set intersection_update implementation

crazymerlyn opened this pull request 4 months ago
Make sqlite3 an optional feature

coolreader18 opened this pull request 4 months ago
Slim down the WebAssembly build binary size

vanillajonathan opened this issue 4 months ago
Add select.epoll

coolreader18 opened this pull request 4 months ago
Deprecate delegating int() to __trunc__

crazymerlyn opened this pull request 4 months ago
Add zoneinfo Library from Python 3.12.6

rroblf01 opened this pull request 4 months ago
Add missing symbols in exceptions.rs

hongmengning opened this pull request 4 months ago
less strict time bound for test_re.test_search_anchor_at_beginning

youknowone opened this pull request 4 months ago
Add #[pystruct(skip)]

youknowone opened this pull request 4 months ago
Fix copysign behavior for NaNs

crazymerlyn opened this pull request 4 months ago
Bump webpack from 4.28.2 to 5.94.0 in /wasm/example

dependabot[bot] opened this pull request 4 months ago
Pass rust variables to rust function called from python

LeviLovie opened this issue 5 months ago
Add get/set methods for function doc/module/annotations

nielsbuwen opened this pull request 5 months ago
4982 - Implement tm_gmtoff and tm_zone

JazzGlobal opened this pull request 5 months ago
recreating wasmbind patch

youknowone opened this pull request 5 months ago
Mark rust-version 1.78

youknowone opened this pull request 5 months ago
Recruiting maintainers

youknowone opened this issue 5 months ago
Fix dis.dis without compiler feature

youknowone opened this pull request 5 months ago
Release 0.4.0

youknowone opened this pull request 5 months ago
Add example projects

youknowone opened this pull request 5 months ago
Add vm.print

youknowone opened this pull request 5 months ago
Less confusing Interpreter::run

youknowone opened this pull request 5 months ago
better error message for freeze-stdlib

youknowone opened this pull request 5 months ago
Non wasi?

elix1er opened this issue 5 months ago
Support del __dict__

nielsbuwen opened this pull request 5 months ago
Update dataclasses, inspect from CPython 3.12

youknowone opened this pull request 5 months ago
Update Contextlib from cpython v3.12.4

Andrewb12505 opened this pull request 5 months ago
Update fraction from CPython 3.12.4

youknowone opened this pull request 5 months ago
temp fix slot member_count

youknowone opened this pull request 5 months ago
sys.exception

youknowone opened this pull request 5 months ago
Update codecs and test_codecs from cpython v3.12.4

Andrewb12505 opened this pull request 5 months ago
__objclass__

youknowone opened this pull request 5 months ago
Update io, _pyio, test_io from CPython 3.12

youknowone opened this pull request 5 months ago
TextIOWrapper.reconfigure

youknowone opened this pull request 5 months ago
Fix os.putenv & test_os.test_envronb

youknowone opened this pull request 5 months ago
Upgrade test.support from CPython 3.12

youknowone opened this pull request 5 months ago
Add faulthandler to wasm32

youknowone opened this pull request 5 months ago
upgrade unicode_names2

youknowone opened this pull request 5 months ago
Fix rust 1.80 warnings

youknowone opened this pull request 5 months ago
[RFC]

0Wall-E opened this issue 6 months ago
error using Queu in multiprocessing

0Wall-E opened this issue 6 months ago
[RFC]

amole-arup opened this issue 6 months ago
Bump openssl from 0.10.62 to 0.10.66

dependabot[bot] opened this pull request 6 months ago
Directly Compiling RustPython to WASM

Luzzotica opened this issue 6 months ago
Make PyFunction.name() public

rockstar opened this issue 6 months ago
Add proper underscore handling to float and complex types.

dannasman opened this pull request 6 months ago
Inconsist with cpython in deleting __dict__

Mskxn opened this issue 6 months ago