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
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
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
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
github.com/RustPython/RustPython - moonlightaria opened this pull request over 1 year ago
This is a draft to show our remaining reasons for having a fork of RustPython
github.com/RustPython/RustPython - lastmjs opened this pull request over 1 year ago
github.com/RustPython/RustPython - lastmjs 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
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
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
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
github.com/RustPython/RustPython - youknowone opened this pull request over 1 year ago
feature: `PyTraverse` derive macro for traverse object's childrens(like CPython's `tp_traverse`)
github.com/RustPython/RustPython - discord9 opened this pull request over 1 year ago
github.com/RustPython/RustPython - discord9 opened this pull request over 1 year ago
weakref.__reversed__ fixed
github.com/RustPython/RustPython - jinnarajin opened this pull request over 1 year ago
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
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
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
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
github.com/RustPython/RustPython - Masorubka1 opened this issue almost 2 years ago
Update test_hashlib.py from Cpython v3.11.2 & refactor hashlib
github.com/RustPython/RustPython - Masorubka1 opened this pull request almost 2 years ago
github.com/RustPython/RustPython - Masorubka1 opened this pull request 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
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
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
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
github.com/RustPython/RustPython - youknowone opened this pull request almost 2 years ago
Modify unary & ternary function fields in number protocol
github.com/RustPython/RustPython - Snowapril opened this pull request almost 2 years ago
github.com/RustPython/RustPython - Snowapril 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
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
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
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
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
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
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
github.com/RustPython/RustPython - youknowone opened this pull request almost 2 years ago
[Draft] Make builtin method type same as that of builtin function
github.com/RustPython/RustPython - seungha-kim opened this pull request almost 2 years ago
github.com/RustPython/RustPython - seungha-kim 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
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
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
github.com/RustPython/RustPython - youknowone opened this issue almost 2 years ago
Add newly added exception types from Python 3.11
github.com/RustPython/RustPython - youknowone opened this issue almost 2 years ago
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
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
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
github.com/RustPython/RustPython - dannasman opened this pull request almost 2 years ago
Update python libraries and tests from CPython 3.11
github.com/RustPython/RustPython - youknowone opened this issue almost 2 years ago
github.com/RustPython/RustPython - youknowone opened this issue almost 2 years ago
sys.safe_path with Command line parameter -P and environment variable `PYTHONSAFEPATH`
github.com/RustPython/RustPython - youknowone opened this issue almost 2 years ago
github.com/RustPython/RustPython - youknowone opened this issue almost 2 years ago
Bump Python version
github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request almost 2 years ago
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
github.com/RustPython/RustPython - jimmiebtlr opened this issue almost 2 years ago
[RFC] Doesn't compile on Linux aarch64: expected `i8`, found `u8`
github.com/RustPython/RustPython - jonathanslenders opened this issue almost 2 years ago
github.com/RustPython/RustPython - jonathanslenders opened this issue almost 2 years ago
Example of embedded rustpython
github.com/RustPython/RustPython - hallucino opened this issue almost 2 years ago
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
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
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
github.com/RustPython/RustPython - benjiqq opened this issue almost 2 years ago
Implement itertools.accumulate.__reduce__ and __setstate__
github.com/RustPython/RustPython - lgyanf opened this pull request almost 2 years ago
github.com/RustPython/RustPython - lgyanf opened this pull request almost 2 years ago
[RFC] Improve website https://rustpython.github.io/
github.com/RustPython/rustpython.github.io - stefnotch opened this issue about 2 years ago
github.com/RustPython/rustpython.github.io - stefnotch opened this issue about 2 years ago
Gitter -> Discord
github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request about 2 years ago
github.com/RustPython/rustpython.github.io - 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
github.com/RustPython/docs - DimitrisJim opened this pull request about 2 years ago
Align installation instructions with RustPython's README
github.com/RustPython/rustpython.github.io - pawelrubin opened this pull request about 2 years ago
github.com/RustPython/rustpython.github.io - pawelrubin 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
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
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
github.com/RustPython/RustPython - afonso360 opened this issue about 2 years ago
generate docs with python 3.10.8
github.com/RustPython/__doc__ - gilteunchoi opened this pull request about 2 years ago
github.com/RustPython/__doc__ - gilteunchoi opened this pull request about 2 years ago
Make rustpython-vm compatible with non-js wasm32-unknown & add tests
github.com/RustPython/RustPython - coolreader18 opened this pull request about 2 years ago
github.com/RustPython/RustPython - coolreader18 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
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
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
github.com/RustPython/docs - jeertmans opened this pull request over 2 years ago
(READY FOR REVIEW)Garbage collect: A stop-the-world cycle collector
github.com/RustPython/RustPython - discord9 opened this pull request over 2 years ago
github.com/RustPython/RustPython - discord9 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
github.com/RustPython/rustpython.github.io - youknowone opened this issue over 2 years ago
Modify the new 3.10.6 version of platform.py to work with platform.rs
github.com/RustPython/RustPython - ecpost opened this pull request over 2 years ago
github.com/RustPython/RustPython - ecpost opened this pull request over 2 years ago
Only run lalrpop generation on ubuntu-latest
github.com/RustPython/RustPython - coolreader18 opened this pull request over 2 years ago
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
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
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
github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
allow `from __future__ import generator_stop`
github.com/RustPython/RustPython - youknowone opened this issue over 2 years ago
github.com/RustPython/RustPython - youknowone opened this issue over 2 years ago
Refactor Split State
github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
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
github.com/RustPython/RustPython - youknowone 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
github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
Unable to install RustPython from source with cargo install.
github.com/RustPython/RustPython - pateljoel opened this issue over 2 years ago
github.com/RustPython/RustPython - pateljoel opened this issue over 2 years ago
Optimize MaxUntil and MinUntil
github.com/RustPython/sre-engine - qingshi163 opened this pull request over 2 years ago
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
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
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
github.com/RustPython/rustpython.github.io - MisileLab opened this pull request over 2 years ago
Change to raise SyntaxError for the generator without parenthesized
github.com/RustPython/RustPython - key262yek opened this pull request over 2 years ago
github.com/RustPython/RustPython - key262yek opened this pull request over 2 years ago
Generator expression without parenthesis does not raise SyntaxError
github.com/RustPython/Parser - key262yek opened this issue over 2 years ago
github.com/RustPython/Parser - key262yek opened this issue over 2 years ago
sys.get_asyncgen_hooks and sys.get_coroutine_origin_tracking_depth
github.com/RustPython/RustPython - youknowone opened this issue over 2 years ago
github.com/RustPython/RustPython - youknowone opened this issue 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
github.com/RustPython/RustPython - youknowone opened this pull request over 2 years ago
locale support including _locale and time.tzname
github.com/RustPython/RustPython - youknowone opened this issue over 2 years ago
github.com/RustPython/RustPython - youknowone opened this issue over 2 years ago
Implement missing `__reduce__` and `__reduce_ex__` for several types
github.com/RustPython/RustPython - Snowapril opened this issue over 2 years ago
github.com/RustPython/RustPython - Snowapril opened this issue over 2 years ago
Boolean expression performs redundant bool check
github.com/RustPython/RustPython - dimpolo opened this issue almost 3 years ago
github.com/RustPython/RustPython - dimpolo opened this issue almost 3 years ago
Update the What's Left modules.csv
github.com/RustPython/rustpython.github.io - burck1 opened this pull request almost 3 years ago
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
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
github.com/RustPython/RustPython - phorward opened this issue about 3 years ago
Benchmarks use `PyParser_ASTFromStringObject`, which is removed from Python 3.10
github.com/RustPython/RustPython - dralley opened this issue about 3 years ago
github.com/RustPython/RustPython - dralley opened this issue about 3 years ago
New post on using RustPython with PyCharm and Visual Studio Code
github.com/RustPython/rustpython.github.io - mireille-raad opened this pull request about 3 years ago
github.com/RustPython/rustpython.github.io - mireille-raad opened this pull request about 3 years ago
Incorrect code snippet rendering in how-to-contribute-by-cpython-unittest.html
github.com/RustPython/rustpython.github.io - tai271828 opened this issue about 3 years ago
github.com/RustPython/rustpython.github.io - tai271828 opened this issue about 3 years ago
Problems installing PIP on windows 10 x64
github.com/RustPython/RustPython - trsh opened this issue about 3 years ago
github.com/RustPython/RustPython - trsh opened this issue about 3 years ago
documentation for set method
github.com/RustPython/RustPython - nandhinianandj opened this pull request about 3 years ago
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
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
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
github.com/RustPython/rustpython.github.io - mireille-raad opened this pull request about 3 years ago
Reimpl Buffer Protocol and memoryview support ndarray with shape, stride and suboffset
github.com/RustPython/RustPython - qingshi163 opened this pull request about 3 years ago
github.com/RustPython/RustPython - qingshi163 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
github.com/RustPython/rustpython.github.io - DimitrisJim opened this pull request about 3 years ago