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

Set correct output file

DimitrisJim opened this pull request over 1 year ago
About jit implementation.

yuyang-ok opened this issue over 1 year ago
fix warning about mutable

MisileLab opened this pull request over 1 year ago
Remove deprecated modules binhex and formatter.

DimitrisJim opened this pull request over 1 year ago
Fix cron jobs

DimitrisJim opened this pull request over 1 year ago
Inverstigate excessive memory usage when running micro benchmarks.

DimitrisJim opened this issue over 1 year ago
Add PGO support

zamazan4ik opened this issue over 1 year ago
Fix cron jobs

DimitrisJim opened this pull request over 1 year ago
Remove unecessary unsafe, remove generated file in extra_snippets.

DimitrisJim opened this pull request over 1 year ago
Temporarily skip configparser.

DimitrisJim opened this pull request over 1 year ago
PEP 695 – Type Parameter Syntax

tjf801 opened this issue over 1 year ago
Fix broken mac build

youknowone opened this issue over 1 year ago
Added constructor for Settings called with_path

LucaSforza opened this pull request over 1 year ago
Bump xml-rs from 0.8.4 to 0.8.14

dependabot[bot] opened this pull request over 1 year ago
Upgrade parser without malachite patch

youknowone opened this pull request over 1 year ago
wasi build takes unexpectedly huge memory

youknowone opened this issue over 1 year ago
RUSTPYTHONPATH is not set when using `Settings::default()` without clap

euanmacinnes opened this issue over 1 year ago
Fix abc error message

patrickzbhe opened this pull request over 1 year ago
Parsing multiple files at once cause stack overflow

qarmin opened this issue over 1 year ago
Update abc.py from Python 3.11

patrickzbhe opened this pull request over 1 year ago
distutils.sysconfig.customize_compiler() produces TypeError

xiaxinmeng opened this issue over 1 year ago
TypeError when RustPython parses XML string

xiaxinmeng opened this issue over 1 year ago
datetime().astimezone() is broken

xiaxinmeng opened this issue over 1 year ago
Update subprocess to CPython 3.11

DimitrisJim opened this pull request over 1 year ago
Update DEVELOPMENT.md

DimitrisJim opened this pull request over 1 year ago
Check variables in local scope in DeleteFast

patrickzbhe opened this pull request over 1 year ago
new ast layout for arguments

youknowone opened this pull request over 1 year ago
Unwrap none value error on cargo run --release

bjoroen opened this issue over 1 year ago
Update parser with ConversionFlag specialization

youknowone opened this pull request over 1 year ago
Implemented __reduce__ method for types.SimpleNamespace

LucaSforza opened this pull request over 1 year ago
Reduce parser size and Avoid copying elements when parsing

youknowone opened this pull request over 1 year ago
Implemented __reduce__ method for the ImportError exception

LucaSforza opened this pull request over 1 year ago
Add fork support functions

itsankitkp opened this pull request over 1 year ago
Add fork support functions

itsankitkp opened this issue over 1 year ago
test_format.py failed on test_locale if LC_ALL is not set

qingshi163 opened this issue over 1 year ago
Move `range` to each Node

youknowone opened this pull request over 1 year ago
Use `format` and `cformat` from `rustpython-literal`

MichaReiser opened this pull request over 1 year ago
Fix repr(bytearray) in debug

youknowone opened this pull request over 1 year ago
Panic repr bytearray with debug build

qingshi163 opened this issue over 1 year ago
Allow uuid on wasm32 and wasi

youknowone opened this pull request over 1 year ago
_signal does not exist for wasm32

lastmjs opened this issue over 1 year ago
Set trace_func / profile_func to none on error

matthew-hagemann opened this pull request over 1 year ago
Revert a few .as_str() calls by adding it to ast

youknowone opened this pull request over 1 year ago
location to byte offset (TextSize)

youknowone opened this pull request over 1 year ago
[RFC] better error formatting using ariadne?

youknowone opened this issue over 1 year ago
Report overflow error

bjoroen opened this pull request over 1 year ago
Refactor ast to hold data as seperated type

youknowone opened this pull request over 1 year ago
more location -> start()

youknowone opened this pull request over 1 year ago
Remove compiler_core::CompileError

youknowone opened this pull request over 1 year ago
Split parser to new repository

youknowone opened this pull request over 1 year ago
Remove rustpython-common dependency from parser

youknowone opened this pull request over 1 year ago
Replace num-bigint with malachite-bigint

qingshi163 opened this pull request over 1 year ago
Port configurable repr quote from Ruff and refactoring

youknowone opened this pull request over 1 year ago
Additional format cases that fails to support bool value

xiaxinmeng opened this issue over 1 year ago
Replace row/column based Location with byte-offsets.

youknowone opened this pull request over 1 year ago
Format d bool support

JazzGlobal opened this pull request over 1 year ago
SyntaxError on `class C(Generic[*Ts]): pass`

youknowone opened this issue over 1 year ago
Update typing from CPython 3.11.2

youknowone opened this pull request over 1 year ago
Implement PyObject_SelfIter to actually share same function

youknowone opened this pull request over 1 year ago
Property name

Masorubka1 opened this pull request over 1 year ago
Use ruff for CI

youknowone opened this pull request over 1 year ago
[RFC] Splitting parser out of RustPython repository

youknowone opened this issue over 1 year ago
Failing to pickle the returned value of itertools.accumulate()

xiaxinmeng opened this issue over 1 year ago
{:d} format should support bool value.

xiaxinmeng opened this issue over 1 year ago
time.mktime((88,)*9) reports a ValueError

xiaxinmeng opened this issue over 1 year ago
email.message_from_string.get() fails parses the special text

xiaxinmeng opened this issue over 1 year ago
Inconsistent behaviors for Parser().parsestr(t).keys() in email.parser

xiaxinmeng opened this issue over 1 year ago
FunctionType constructor from types module fails

xiaxinmeng opened this issue over 1 year ago
Add a test to check stdlib is correctly enabled for wasm/wasi

youknowone opened this issue over 1 year ago
Fix wasm build stdlib

youknowone opened this pull request over 1 year ago
Dictionary unpacking not working?

lastmjs opened this issue over 1 year ago
Building RustPython Demo - ModuleNotFoundError binascii

Anthial opened this issue over 1 year ago
Generate a visitor trait to `ast_gen.rs`

thejcannon opened this pull request over 1 year ago
Add `Located::start`, `Located::end` and impl `Deref`

MichaReiser opened this pull request over 1 year ago
Use `Located::new` over struct initializer

MichaReiser opened this pull request over 1 year ago
Rename method/member types

youknowone opened this pull request over 1 year ago
Remove Traverse from FromArgs

youknowone opened this pull request over 1 year ago
site-packages path to pythonx.y or rustpythonx.y?

youknowone opened this issue over 1 year ago
Ensure correct site packages are visible to rustpython

itsankitkp opened this pull request over 1 year ago
sqlite: Throw `TypeError` when `callable` is not callable

moreal opened this pull request over 1 year ago
Fix wasm ci failure due to dns

itsankitkp opened this pull request over 1 year ago
WASM failure on CI

itsankitkp opened this issue over 1 year ago
fix wrong directory name for openssl setup

itsankitkp opened this pull request over 1 year ago
Some testing with CI

itsankitkp opened this pull request over 1 year ago
Some testing with CI

itsankitkp opened this pull request over 1 year ago
test windows ci with more log

youknowone opened this pull request over 1 year ago
run choco with --no-progress

youknowone opened this pull request over 1 year ago
Window CI is broken

youknowone opened this issue over 1 year ago
Add loongarch64 support

xiangzhai opened this pull request over 1 year ago
Buffer arguments as PyObject

youknowone opened this pull request over 1 year ago
Add more issue templates

youknowone opened this pull request over 1 year ago
Add venv PIP test to CI

youknowone opened this issue over 1 year ago
Undefined variables shouldn't be deleted in the function scope

xiaxinmeng opened this issue over 1 year ago
Better unparse support from rustpython-ast

youknowone opened this issue over 1 year ago
SyntaxError in await-for-in structure

xiaxinmeng opened this issue over 1 year ago
RustPython becomes silent if raising an error in trace() function

xiaxinmeng opened this issue over 1 year ago