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

rustpython_vm::import::import_source

youknowone opened this pull request 6 months ago
Add vm.finalize and enter/run docs

youknowone opened this pull request 6 months ago
split vm.import and vm.import_from

youknowone opened this pull request 7 months ago
remove $crate_name from py_freeze

youknowone opened this pull request 7 months ago
Add itertools.batched Support

Poppro opened this pull request 7 months ago
Implement new clippy lints

dchiquito opened this pull request 7 months ago
Skip typing test which causes other failures

dchiquito opened this pull request 7 months ago
Increase threshold for zipfile test_many_opens

dchiquito opened this pull request 7 months ago
Implement socket.socket.sendmsg

coolreader18 opened this pull request 7 months ago
Skip TestScandir.test_uninstantiable

dchiquito opened this pull request 7 months ago
Reset exception in WithCleanupFinish

dchiquito opened this pull request 7 months ago
Import sre-engine repository to main RustPython

youknowone opened this pull request 7 months ago
Remove incorrect `@expectedFailure`s from `test_cmd_line`

sobolevn opened this pull request 7 months ago
Add ``Lib/test/test_copyreg.py`` from 3.12

Eclips4 opened this pull request 7 months ago
Update ``Lib/compileall.py`` and ``Lib/test/test_compileall.py``

Eclips4 opened this pull request 7 months ago
Update ``Lib/colorsys.py`` and ``Lib/test/test_colorsys.py`` to 3.12

Eclips4 opened this pull request 7 months ago
Update ``Lib/cgitb.py`` to 3.12

Eclips4 opened this pull request 7 months ago
Update ``Lib/ftplib.py`` and ``Lib/test/test_ftplib`` to 3.12

Eclips4 opened this pull request 7 months ago
Update ``Lib/pprint.py`` and ``Lib/test/test_pprint.py`` to 3.12

Eclips4 opened this pull request 7 months ago
Update Lib/test/test_operator.py to 3.12

Eclips4 opened this pull request 7 months ago
UTF8 encoding messy code

xiaoxstz opened this issue 7 months ago
Properly unload modules between tests

dchiquito opened this pull request 7 months ago
Fix convenient failing tests

dchiquito opened this pull request 7 months ago
Fix failing unit tests

dchiquito opened this issue 7 months ago
Update Lib/test/test_hmac.py to 3.12 version

Eclips4 opened this pull request 7 months ago
fix some typos

wellweek opened this pull request 7 months ago
Use ast::Suite::parse instead of deprecated parse_program.

rrupy opened this pull request 8 months ago
AttributeError: module 'typing' has no attribute 'Unpack'

oroppas opened this issue 8 months ago
better symboltable error message

youknowone opened this pull request 8 months ago
Dictionary order influences parseability

apexys opened this issue 8 months ago
Failed cargo install with SSL feature without openssl3

Beanzilla opened this issue 8 months ago
`format()` does not support locales for 'n' presentation type

dchiquito opened this issue 8 months ago
Update `_collections_abc.py` and `test_collections.py` to 3.12.2

dchiquito opened this pull request 8 months ago
RustPython Slow to Normal Python

MominIqbal-1234 opened this issue 8 months ago
【Need Update csv.rs】Update csv.py and test_csv.py from CPython v3.12

Blues-star opened this pull request 8 months ago
Update `copy.py` and `test_copy.py` from CPython v3.12

Blues-star opened this pull request 8 months ago
Update code.py and test_code.py from CPython v3.12

Blues-star opened this pull request 8 months ago
Update `configparser.py` and `test_configparser.py` from CPython v3.12

Blues-star opened this pull request 8 months ago
Fix miri test failure

youknowone opened this pull request 8 months ago
Update `calendar.py` and `test_calendar.py` from CPython v3.12

Blues-star opened this pull request 8 months ago
Fix Windows CI

derlih opened this pull request 8 months ago
Fix Windows CI

youknowone opened this issue 8 months ago
Removed unused __bool__ methods

dchiquito opened this pull request 8 months ago
Use CPython hash algorithm for frozenset

dchiquito opened this pull request 8 months ago
Fix benchmarks by replacing rust-cpython with pyo3

dchiquito opened this pull request 8 months ago
Fix typo in slot.rs

eltociear opened this pull request 8 months ago
Update `uu.py` and `test_uu.py` from CPython v3.12.0

kingiler opened this pull request 8 months ago
Fix bug in `binascii` `uu` encoding. Pass more related unit tests.

kingiler opened this pull request 8 months ago
Fix integer rounding

dchiquito opened this pull request 8 months ago
zlib not found after install with `--features ssl`

artificerchris opened this issue 8 months ago
Extremely high memory consumption

inklesspen1rus opened this issue 8 months ago
how to run python module

wonb168 opened this issue 9 months ago
Crash about overflowing max_stackdepth

tekknolagi opened this issue 9 months ago
Incorrect f-string parsing

yt2b opened this pull request 9 months ago
Deprecation warning fix

alinioan opened this pull request 9 months ago
power complex division by zero

alinioan opened this pull request 9 months ago
test/os: ns_to_sec rounding

deantvv opened this pull request 9 months ago
Update nix and socket2

coolreader18 opened this pull request 10 months ago
Use RPITIT where applicable

coolreader18 opened this pull request 10 months ago
Failed to get-pip on Windows

fu050409 opened this issue 10 months ago
Error compiling example code hello_embed.rs

jacksonlancaster opened this issue 10 months ago
Fix 1.75 clippy warnings

youknowone opened this pull request 10 months ago
Raise error on power with negative number

kennysliding opened this pull request 10 months ago
Windows sys

youknowone opened this pull request 10 months ago
clean up winapi features

youknowone opened this pull request 10 months ago
Fix abc error messages

NakanoMiku39 opened this pull request 10 months ago
sys.flags.int_max_str_digits is not -1

youknowone opened this issue 10 months ago
Complex division by zero is not handled

youknowone opened this issue 10 months ago
Mismatching abstractmethod error messages

youknowone opened this issue 10 months ago
Fix wasi CI

youknowone opened this pull request 10 months ago
Fix malachite-bigint version

youknowone opened this pull request 10 months ago
Update libraries and test files from CPython v3.12

NakanoMiku39 opened this pull request 10 months ago
experienced failure when building using tag release 0.3.0

predators46 opened this issue 10 months ago
How can I fix this : could not find `profileapi` in `um`

deanzxl opened this issue 10 months ago
Added num/malachite-bigint features

h7kanna opened this pull request 10 months ago
Clarify license

h7kanna opened this issue 10 months ago
> None .

King44447 opened this issue 11 months ago
enable std feature in indexmap

mmoskal opened this pull request 11 months ago
Update test files from CPython v3.12.0

NakanoMiku39 opened this pull request 11 months ago
Bump openssl from 0.10.55 to 0.10.62

dependabot[bot] opened this pull request 11 months ago
Update Sre Engine Implementing to CPython 3.12

qingshi163 opened this pull request 11 months ago
None.__ne__(None) should be NotImplemented

evanrittenhouse opened this pull request 11 months ago
Support slice hash

cygao90 opened this pull request 11 months ago
Update test files from CPython v3.12.0

NakanoMiku39 opened this pull request 11 months ago
Update ast, test_ast from CPython 3.12.0

cygao90 opened this pull request 11 months ago
update deps

ognevny opened this pull request 11 months ago
Use new 1.74 features

coolreader18 opened this pull request 11 months ago
Make PyMethodDef construction const

coolreader18 opened this pull request 11 months ago
update yanked dependencies

ognevny opened this issue 11 months ago
Update test_opcodes.py, test_codeop.py and codeop.py from CPython v3.12

NakanoMiku39 opened this pull request 11 months ago
Update test__locale.py and test_atexit.py from CPython v3.12

NakanoMiku39 opened this pull request 12 months ago
Signals are not handled

olivierlemasle opened this issue 12 months ago
Update puruspe version from 0.1.5 to 0.2.0

Axect opened this pull request 12 months ago