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

Update typing from CPython 3.11.2

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Property name

github.com/RustPython/RustPython - Masorubka1 opened this pull request over 1 year ago
Use ruff for CI

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
{:d} format should support bool value.

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

github.com/RustPython/RustPython - xiaxinmeng opened this issue over 1 year ago
Fix wasm build stdlib

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Dictionary unpacking not working?

github.com/RustPython/RustPython - lastmjs opened this issue over 1 year ago
Generate a visitor trait to `ast_gen.rs`

github.com/RustPython/RustPython - thejcannon opened this pull request over 1 year ago
Add `Located::start`, `Located::end` and impl `Deref`

github.com/RustPython/RustPython - MichaReiser opened this pull request over 1 year ago
Use `Located::new` over struct initializer

github.com/RustPython/RustPython - MichaReiser opened this pull request over 1 year ago
Rename method/member types

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Remove Traverse from FromArgs

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Fix wasm ci failure due to dns

github.com/RustPython/RustPython - itsankitkp opened this pull request over 1 year ago
WASM failure on CI

github.com/RustPython/RustPython - itsankitkp opened this issue over 1 year ago
fix wrong directory name for openssl setup

github.com/RustPython/RustPython - itsankitkp opened this pull request over 1 year ago
Some testing with CI

github.com/RustPython/RustPython - itsankitkp opened this pull request over 1 year ago
Some testing with CI

github.com/RustPython/RustPython - itsankitkp opened this pull request over 1 year ago
test windows ci with more log

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
run choco with --no-progress

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Window CI is broken

github.com/RustPython/RustPython - youknowone opened this issue over 1 year ago
Add loongarch64 support

github.com/RustPython/RustPython - xiangzhai opened this pull request over 1 year ago
Buffer arguments as PyObject

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Add more issue templates

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Add venv PIP test to CI

github.com/RustPython/RustPython - youknowone opened this issue over 1 year ago
Better unparse support from rustpython-ast

github.com/RustPython/RustPython - youknowone opened this issue over 1 year ago
SyntaxError in await-for-in structure

github.com/RustPython/RustPython - xiaxinmeng opened this issue over 1 year ago
Consider AST expansion or improvement etc

github.com/RustPython/RustPython - youknowone opened this issue over 1 year ago
PyModuleDef and #[pymodule(with(...))]

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Simpler new object / small int range const

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
debug-friendly tweaks

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
module objects' type as PyModule

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Reduce runtime of stdlib_collections_deque

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
RUST_BACKTRACE=1 for debugger

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
investigate weak_ref test failing

github.com/RustPython/RustPython - youknowone opened this issue over 1 year ago
[RFC] Add `visitor` capabilities to ASTs

github.com/RustPython/RustPython - thejcannon opened this issue over 1 year ago
Add test_pulldom.py from Cpython v3.11.2

github.com/RustPython/RustPython - Masorubka1 opened this pull request over 1 year ago
Update test_property.py from Cpython v3.11.2

github.com/RustPython/RustPython - Masorubka1 opened this pull request over 1 year ago
Update test_pow.py from Cpython v3.11.2

github.com/RustPython/RustPython - Masorubka1 opened this pull request over 1 year ago
Update test_posix.py from Cpython v3.11.2

github.com/RustPython/RustPython - Masorubka1 opened this pull request over 1 year ago
Update test_popen.py from Cpython v3.11.2

github.com/RustPython/RustPython - Masorubka1 opened this pull request over 1 year ago
Add test_poll.py from Cpython v3.11.2

github.com/RustPython/RustPython - Masorubka1 opened this pull request over 1 year ago
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 over 1 year ago
Implemented tp_repr slots for more types

github.com/RustPython/RustPython - haxelion opened this pull request over 1 year ago
Ordered Dict fails on pop elemet

github.com/RustPython/RustPython - Masorubka1 opened this issue over 1 year ago
Update test_dict_version.py from Cpython v3.11.2

github.com/RustPython/RustPython - Masorubka1 opened this pull request over 1 year ago
Update crates.io with RustPython 0.2.0

github.com/RustPython/RustPython - itsankitkp opened this issue over 1 year ago
Type name cannot contain surrogates

github.com/RustPython/RustPython - DimitrisJim opened this issue over 1 year ago
weakref.__reversed__ fixed

github.com/RustPython/RustPython - jinnarajin opened this pull request over 1 year ago
Fix test_path_like_objects

github.com/RustPython/RustPython - ilp-sys opened this pull request over 1 year ago
test_os windows failed test handling

github.com/RustPython/RustPython - derlih opened this pull request over 1 year ago
memory optimization using leaked PyRef<PyStr>

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Activate cspell lint

github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
Update broken links to source code.

github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request over 1 year ago
[RFC] Performance issues

github.com/RustPython/RustPython - yonas opened this issue over 1 year ago
array subclasses doesn't allow kwargs

github.com/RustPython/RustPython - youknowone opened this issue over 1 year ago
Support locale for FormatSpec `n`

github.com/RustPython/RustPython - youknowone opened this issue over 1 year ago
Add command line parameter -P

github.com/RustPython/RustPython - naonus opened this pull request over 1 year ago
Implement `as_sequence` for `array`

github.com/RustPython/RustPython - dannasman opened this pull request over 1 year ago
Bump Python version

github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request over 1 year ago
Sympy fails to import in rustpython

github.com/RustPython/RustPython - jimmiebtlr opened this issue over 1 year ago