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

unparse mod has no public member

github.com/RustPython/Parser - jvllmr opened this issue 5 days ago
expose run_shell

github.com/RustPython/RustPython - Frefreak opened this pull request 14 days ago
RustPython Slow

github.com/RustPython/RustPython - MominIqbal-1234 opened this issue 15 days ago
Add GitHub Binary Release Pipeline for RustPython

github.com/RustPython/RustPython - theshubhamp opened this pull request 15 days ago
Move os.system from posix.rs to os.rs

github.com/RustPython/RustPython - oskar-skog opened this pull request 17 days ago
Bump MSRV to 1.83

github.com/RustPython/RustPython - coolreader18 opened this pull request 19 days ago
Using strings inside f-string

github.com/RustPython/Parser - mtshiba opened this issue 19 days ago
Replace Python parser with ruff parser

github.com/RustPython/RustPython - etaloof opened this pull request 20 days ago
Resolve lint fails w rust 1.83 clippy

github.com/RustPython/RustPython - key262yek opened this pull request 24 days ago
Update test float from c python v3.12.7

github.com/RustPython/RustPython - key262yek opened this pull request 24 days ago
Update fstring from v3.12.7

github.com/RustPython/RustPython - key262yek opened this pull request about 1 month ago
Implement IncrementalNewlineDecoder in rust

github.com/RustPython/RustPython - coolreader18 opened this pull request about 1 month ago
Miscellaneous cli-related parity fixes

github.com/RustPython/RustPython - coolreader18 opened this pull request about 1 month ago
Prebuilt binaries

github.com/RustPython/RustPython - sn-o-w opened this issue about 1 month ago
Update random from v3.12.7

github.com/RustPython/RustPython - key262yek opened this pull request about 1 month ago
Update numbers.py from v3.12.7

github.com/RustPython/RustPython - key262yek opened this pull request about 1 month ago
Fix compile error when using `vm-tracing-logging`

github.com/RustPython/RustPython - buciuMT opened this pull request about 1 month ago
Add delete for object_set_dict

github.com/RustPython/RustPython - avakianssion opened this pull request about 2 months ago
add late init arg to rustpython::run

github.com/RustPython/RustPython - Frefreak opened this pull request about 2 months ago
Fix inconsistencies with cpython while parsing format strings

github.com/RustPython/Parser - kaanyalova opened this pull request about 2 months ago
Change deprecated type PanicInfo to PanicHookInfo

github.com/RustPython/RustPython - key262yek opened this pull request about 2 months ago
Remove time.daylight from freebsd

github.com/RustPython/RustPython - youknowone opened this pull request about 2 months ago
clippy error on `rustpython_wasm`

github.com/RustPython/RustPython - key262yek opened this issue about 2 months ago
Cannot compile `rustpython_wasm`

github.com/RustPython/RustPython - demian3b opened this issue about 2 months ago
Bump rexml from 3.3.6 to 3.3.9

github.com/RustPython/rustpython.github.io - dependabot[bot] opened this pull request about 2 months ago
[WIP] Use Ruff Parser

github.com/RustPython/RustPython - qingshi163 opened this pull request 2 months ago
Bump pyo3 from 0.22.3 to 0.22.4

github.com/RustPython/RustPython - dependabot[bot] opened this pull request 2 months ago
Make stdio a feature

github.com/RustPython/RustPython - danielstuart14 opened this pull request 3 months ago
Handle MemoryError for sequences

github.com/RustPython/RustPython - crazymerlyn opened this pull request 3 months ago
Update deps

github.com/RustPython/RustPython - coolreader18 opened this pull request 3 months ago
Add motivation section to readme

github.com/RustPython/RustPython - iliya-malecki opened this issue 3 months ago
Update clap to v4

github.com/RustPython/RustPython - coolreader18 opened this pull request 3 months ago
Bump derive_more dependency to 1.0.0

github.com/RustPython/malachite-bigint - crazymerlyn opened this pull request 3 months ago
Remove dependency on proc-macro-crate

github.com/RustPython/RustPython - crazymerlyn opened this pull request 3 months ago
Remove dependency on uuid-macro-internal

github.com/RustPython/RustPython - crazymerlyn opened this pull request 3 months ago
Fix inconsistent behavior of Decimal.from_float

github.com/RustPython/RustPython - crazymerlyn opened this pull request 3 months ago
Cache hash value for FrozenSets

github.com/RustPython/RustPython - crazymerlyn opened this pull request 3 months ago
Fix build with openssl1

github.com/RustPython/RustPython - coolreader18 opened this pull request 3 months ago
Improve posixsubprocess

github.com/RustPython/RustPython - coolreader18 opened this pull request 3 months ago
Fix set intersection_update implementation

github.com/RustPython/RustPython - crazymerlyn opened this pull request 3 months ago
Make sqlite3 an optional feature

github.com/RustPython/RustPython - coolreader18 opened this pull request 3 months ago
Slim down the WebAssembly build binary size

github.com/RustPython/RustPython - vanillajonathan opened this issue 3 months ago
Add select.epoll

github.com/RustPython/RustPython - coolreader18 opened this pull request 3 months ago
Deprecate delegating int() to __trunc__

github.com/RustPython/RustPython - crazymerlyn opened this pull request 3 months ago
Add zoneinfo Library from Python 3.12.6

github.com/RustPython/RustPython - rroblf01 opened this pull request 3 months ago
Add missing symbols in exceptions.rs

github.com/RustPython/RustPython - hongmengning opened this pull request 3 months ago
Add #[pystruct(skip)]

github.com/RustPython/RustPython - youknowone opened this pull request 4 months ago
Fix copysign behavior for NaNs

github.com/RustPython/RustPython - crazymerlyn opened this pull request 4 months ago
Bump webpack from 4.28.2 to 5.94.0 in /wasm/example

github.com/RustPython/RustPython - dependabot[bot] opened this pull request 4 months ago
Bump rexml from 3.2.8 to 3.3.6

github.com/RustPython/rustpython.github.io - dependabot[bot] opened this pull request 4 months ago
Add MSRV 1.74.0

github.com/RustPython/malachite-bigint - jayvdb opened this pull request 4 months ago
4982 - Implement tm_gmtoff and tm_zone

github.com/RustPython/RustPython - JazzGlobal opened this pull request 4 months ago
recreating wasmbind patch

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Mark rust-version 1.78

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Recruiting maintainers

github.com/RustPython/RustPython - youknowone opened this issue 5 months ago
Fix dis.dis without compiler feature

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
fix clippy warnings

github.com/RustPython/Parser - youknowone opened this pull request 5 months ago
Release 0.4.0

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Add example projects

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Add vm.print

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Less confusing Interpreter::run

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
better error message for freeze-stdlib

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Non wasi?

github.com/RustPython/RustPython - elix1er opened this issue 5 months ago
Bump rexml from 3.2.8 to 3.3.3

github.com/RustPython/rustpython.github.io - dependabot[bot] opened this pull request 5 months ago
Support del __dict__

github.com/RustPython/RustPython - nielsbuwen opened this pull request 5 months ago
Update dataclasses, inspect from CPython 3.12

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Update Contextlib from cpython v3.12.4

github.com/RustPython/RustPython - Andrewb12505 opened this pull request 5 months ago
Update fraction from CPython 3.12.4

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
temp fix slot member_count

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
sys.exception

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Update codecs and test_codecs from cpython v3.12.4

github.com/RustPython/RustPython - Andrewb12505 opened this pull request 5 months ago
__objclass__

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Update io, _pyio, test_io from CPython 3.12

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
TextIOWrapper.reconfigure

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Fix os.putenv & test_os.test_envronb

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Upgrade test.support from CPython 3.12

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Add faulthandler to wasm32

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
upgrade unicode_names2

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago
Fix rust 1.80 warnings

github.com/RustPython/RustPython - youknowone opened this pull request 5 months ago