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 define_exception into pyexception

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
super.__init__

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
object.__init__ as slot caller

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
updated test files from cpython 3.12.0 alpha 7

github.com/RustPython/RustPython - moonlightaria opened this pull request over 1 year ago
add support for os.fork and related functions

github.com/RustPython/RustPython - itsankitkp opened this pull request over 1 year ago
Update collections from Python 3.11.2

github.com/RustPython/RustPython - Phosphorescentt opened this pull request over 1 year ago
add wasmbind feature

github.com/RustPython/RustPython - bdemann opened this pull request over 1 year ago
Method overhaul with static PyMethodDef

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
weakref.__reversed__ fixed

github.com/RustPython/RustPython - jinnarajin opened this pull request over 1 year ago
Add bash script to autotest cpython lib

github.com/RustPython/RustPython - MegasKomnenos opened this pull request over 1 year ago
[WIP] Faster BigInt Implement via Malachite

github.com/RustPython/RustPython - qingshi163 opened this pull request almost 2 years ago
Implemented tp_repr slots for more types

github.com/RustPython/RustPython - haxelion opened this pull request almost 2 years ago
Ordered Dict fails on pop elemet

github.com/RustPython/RustPython - Masorubka1 opened this issue almost 2 years ago
Update test_dict_version.py from Cpython v3.11.2

github.com/RustPython/RustPython - Masorubka1 opened this pull request almost 2 years ago
[RFC] Faster BigInt Implement via Malachite?

github.com/RustPython/RustPython - qingshi163 opened this issue almost 2 years ago
Update crates.io with RustPython 0.2.0

github.com/RustPython/RustPython - itsankitkp opened this issue almost 2 years ago
make adding a single module simpler for interpreter users

github.com/RustPython/RustPython - youknowone opened this pull request almost 2 years ago
Type name cannot contain surrogates

github.com/RustPython/RustPython - DimitrisJim opened this issue almost 2 years ago
weakref.__reversed__ fixed

github.com/RustPython/RustPython - jinnarajin opened this pull request almost 2 years ago
solved test case error for test_dictviews.py from object.rs

github.com/RustPython/RustPython - JaeyoungAhn opened this pull request almost 2 years ago
Fix test_path_like_objects

github.com/RustPython/RustPython - ilp-sys opened this pull request almost 2 years ago
test_os windows failed test handling

github.com/RustPython/RustPython - derlih opened this pull request almost 2 years ago
memory optimization using leaked PyRef<PyStr>

github.com/RustPython/RustPython - youknowone opened this pull request almost 2 years ago
Activate cspell lint

github.com/RustPython/RustPython - youknowone opened this pull request almost 2 years ago
Update broken links to source code.

github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request almost 2 years ago
[RFC] Performance issues

github.com/RustPython/RustPython - yonas opened this issue almost 2 years ago
array subclasses doesn't allow kwargs

github.com/RustPython/RustPython - youknowone opened this issue almost 2 years ago
Support locale for FormatSpec `n`

github.com/RustPython/RustPython - youknowone opened this issue almost 2 years ago
Add command line parameter -P

github.com/RustPython/RustPython - naonus opened this pull request almost 2 years ago
Implement `as_sequence` for `array`

github.com/RustPython/RustPython - dannasman opened this pull request almost 2 years ago
Bump Python version

github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request almost 2 years ago
Sympy fails to import in rustpython

github.com/RustPython/RustPython - jimmiebtlr opened this issue almost 2 years ago
Example of embedded rustpython

github.com/RustPython/RustPython - hallucino opened this issue almost 2 years ago
Add basic number formatting

github.com/RustPython/RustPython - notJoon opened this pull request almost 2 years ago
port cli to clap 4.0

github.com/RustPython/RustPython - burrbull opened this pull request almost 2 years ago
build instructions and workflow for newbies

github.com/RustPython/RustPython - benjiqq opened this issue almost 2 years ago
Guide Structure

github.com/RustPython/docs - DimitrisJim opened this issue about 2 years ago
Gitter -> Discord

github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request about 2 years ago
Add a license

github.com/RustPython/docs - DimitrisJim opened this pull request about 2 years ago
Create README.md

github.com/RustPython/docs - DimitrisJim opened this pull request about 2 years ago
win 11 install pip error

github.com/RustPython/RustPython - aadog opened this issue about 2 years ago
Add example for calling between rust and python

github.com/RustPython/RustPython - Gelox opened this pull request about 2 years ago
[RFC] JIT Design Details

github.com/RustPython/RustPython - afonso360 opened this issue about 2 years ago
Add README

github.com/RustPython/__doc__ - gilteunchoi opened this pull request about 2 years ago
Function type doc

github.com/RustPython/__doc__ - dvermd opened this pull request about 2 years ago
generate docs with python 3.10.8

github.com/RustPython/__doc__ - gilteunchoi opened this pull request about 2 years ago
[RFC] Support embedding and sandboxing untrusted code

github.com/RustPython/RustPython - stephanemagnenat opened this issue about 2 years ago
Add `vm-tracing-logging` feature

github.com/RustPython/RustPython - jopemachine opened this pull request over 2 years ago
fix: typo in into.md

github.com/RustPython/docs - jeertmans opened this pull request over 2 years ago
historical tests aggregation

github.com/RustPython/rustpython.github.io - youknowone opened this issue over 2 years ago
Only run lalrpop generation on ubuntu-latest

github.com/RustPython/RustPython - coolreader18 opened this pull request over 2 years ago
switch `winapi` to `windows` in `_winapi` module

github.com/RustPython/RustPython - Yaminyam opened this pull request over 2 years ago
Switch `winapi` to `windows`

github.com/RustPython/RustPython - youknowone opened this issue over 2 years ago
Introduce SearchIter

github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
Refactor Split State

github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
disable LTO for CI

github.com/RustPython/RustPython - youknowone opened this pull request over 2 years ago
Impl OpInfo

github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
Trait StrDrive instead Enum

github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
Optimize MaxUntil and MinUntil

github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
Refactor and fix multiple max_until recusion

github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
Bump tzinfo from 1.2.9 to 1.2.10

github.com/RustPython/rustpython.github.io - dependabot[bot] opened this pull request over 2 years ago
Python version changed(3.9 -> 3.10).

github.com/RustPython/rustpython.github.io - MisileLab opened this pull request over 2 years ago
Update Lib/asyncio from CPython v3.12.3

github.com/RustPython/RustPython - youknowone opened this pull request over 2 years ago
Zlib ver

github.com/RustPython/RustPython - kangwhon opened this pull request over 2 years ago
Update the What's Left modules.csv

github.com/RustPython/rustpython.github.io - burck1 opened this pull request almost 3 years ago
Upgrade clap to v3 (and other dep upgrades)

github.com/RustPython/RustPython - coolreader18 opened this pull request almost 3 years ago
Where is #[pymethod] defined?

github.com/RustPython/RustPython - phorward opened this issue about 3 years ago
documentation for set method

github.com/RustPython/RustPython - nandhinianandj opened this pull request about 3 years ago
remove reference to non-existent section, fixes #47

github.com/RustPython/rustpython.github.io - mireille-raad opened this pull request about 3 years ago
add plausible analytics, closes #22

github.com/RustPython/rustpython.github.io - mireille-raad opened this pull request about 3 years ago
links on homepage for benchmarks / what's left

github.com/RustPython/rustpython.github.io - mireille-raad opened this pull request about 3 years ago
Bump version to 3.9.0

github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request about 3 years ago