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

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
[RFC] Safe `eval/exec` for arbitrary code execution

dgheig opened this issue over 1 year ago
Consider AST expansion or improvement etc

youknowone opened this issue over 1 year ago
PyModuleDef and #[pymodule(with(...))]

youknowone opened this pull request over 1 year ago
Simpler new object / small int range const

youknowone opened this pull request over 1 year ago
debug-friendly tweaks

youknowone opened this pull request over 1 year ago
module objects' type as PyModule

youknowone opened this pull request over 1 year ago
Reduce runtime of stdlib_collections_deque

youknowone opened this pull request over 1 year ago
RUST_BACKTRACE=1 for debugger

youknowone opened this pull request over 1 year ago
investigate weak_ref test failing

youknowone opened this issue over 1 year ago
[RFC] Add `visitor` capabilities to ASTs

thejcannon opened this issue over 1 year ago
Add test_pulldom.py from Cpython v3.11.2

Masorubka1 opened this pull request over 1 year ago
Update test_property.py from Cpython v3.11.2

Masorubka1 opened this pull request over 1 year ago
Update test_pow.py from Cpython v3.11.2

Masorubka1 opened this pull request over 1 year ago
Update test_posix.py from Cpython v3.11.2

Masorubka1 opened this pull request over 1 year ago
Update test_popen.py from Cpython v3.11.2

Masorubka1 opened this pull request over 1 year ago
Add test_poll.py from Cpython v3.11.2

Masorubka1 opened this pull request over 1 year ago
rename os module's exit function to _exit as thats how it is defined in cpython

itsankitkp opened this pull request over 1 year ago
Merge define_exception into pyexception

youknowone opened this pull request over 1 year ago
super.__init__

youknowone opened this pull request over 1 year ago
object.__init__ as slot caller

youknowone opened this pull request over 1 year ago
updated test files from cpython 3.12.0 alpha 7

moonlightaria opened this pull request over 1 year ago
add support for os.fork and related functions

itsankitkp opened this pull request over 1 year ago
Update collections from Python 3.11.2

Phosphorescentt opened this pull request over 1 year ago
add wasmbind feature

bdemann opened this pull request over 1 year ago
Method overhaul with static PyMethodDef

youknowone opened this pull request over 1 year ago
weakref.__reversed__ fixed

jinnarajin opened this pull request over 1 year ago
Add bash script to autotest cpython lib

MegasKomnenos opened this pull request almost 2 years ago
[WIP] Faster BigInt Implement via Malachite

qingshi163 opened this pull request almost 2 years ago
Implemented tp_repr slots for more types

haxelion opened this pull request almost 2 years ago
Ordered Dict fails on pop elemet

Masorubka1 opened this issue almost 2 years ago
Update test_hashlib.py from Cpython v3.11.2 & refactor hashlib

Masorubka1 opened this pull request almost 2 years ago
Update test_dict_version.py from Cpython v3.11.2

Masorubka1 opened this pull request almost 2 years ago
[RFC] Faster BigInt Implement via Malachite?

qingshi163 opened this issue almost 2 years ago
Update crates.io with RustPython 0.2.0

itsankitkp opened this issue almost 2 years ago
make adding a single module simpler for interpreter users

youknowone opened this pull request almost 2 years ago
Modify unary & ternary function fields in number protocol

Snowapril opened this pull request almost 2 years ago
Type name cannot contain surrogates

DimitrisJim opened this issue almost 2 years ago
weakref.__reversed__ fixed

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

JaeyoungAhn opened this pull request almost 2 years ago
Fix test_path_like_objects

ilp-sys opened this pull request almost 2 years ago
test_os windows failed test handling

derlih opened this pull request almost 2 years ago
memory optimization using leaked PyRef<PyStr>

youknowone opened this pull request almost 2 years ago
Activate cspell lint

youknowone opened this pull request almost 2 years ago
[Draft] Make builtin method type same as that of builtin function

seungha-kim opened this pull request almost 2 years ago
[RFC] Performance issues

yonas opened this issue almost 2 years ago
array subclasses doesn't allow kwargs

youknowone opened this issue almost 2 years ago
Add newly added exception types from Python 3.11

youknowone opened this issue almost 2 years ago
Support locale for FormatSpec `n`

youknowone opened this issue almost 2 years ago
Add command line parameter -P

naonus opened this pull request almost 2 years ago
Implement `as_sequence` for `array`

dannasman opened this pull request almost 2 years ago
Update python libraries and tests from CPython 3.11

youknowone opened this issue almost 2 years ago
Sympy fails to import in rustpython

jimmiebtlr opened this issue almost 2 years ago
[RFC] Doesn't compile on Linux aarch64: expected `i8`, found `u8`

jonathanslenders opened this issue almost 2 years ago
Example of embedded rustpython

hallucino opened this issue almost 2 years ago
Add basic number formatting

notJoon opened this pull request almost 2 years ago
port cli to clap 4.0

burrbull opened this pull request almost 2 years ago
build instructions and workflow for newbies

benjiqq opened this issue almost 2 years ago
Implement itertools.accumulate.__reduce__ and __setstate__

lgyanf opened this pull request almost 2 years ago
win 11 install pip error

aadog opened this issue about 2 years ago
Add example for calling between rust and python

Gelox opened this pull request about 2 years ago
[RFC] JIT Design Details

afonso360 opened this issue about 2 years ago