Unclaimed project
Are you a maintainer of RustPython? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
RustPython
A Python Interpreter written in Rust
Back to changelogNew
RustPython Pre-Release 2025-10-27-main #53
What's Changed
- Replace skips in test_importlib/source/test_file_loader with expectedFailures by @fanninpm in https://github.com/RustPython/RustPython/pull/6194
- Fix CI by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6196
- Update ruff 0.14.1 by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6195
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/RustPython/RustPython/pull/6197
- Fix sqlite Cursor initialization check by @ever0de in https://github.com/RustPython/RustPython/pull/6198
- Fix sqlite Connection initialization check by @ever0de in https://github.com/RustPython/RustPython/pull/6199
- Use PyStrRef for TypeAliasType name by @walker84837 in https://github.com/RustPython/RustPython/pull/6203
- Update functools from 3.13.9 by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6205
- Update
Lib with changed files in 3.13.8 by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6186
- Use ruff for
Expr unparsing by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6124
Fix PyCode constructor/replace by @youknowone in https://github.com/RustPython/RustPython/pull/6193Revert "Use ruff for Expr unparsing" by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6206Fix time.strptime by @youknowone in https://github.com/RustPython/RustPython/pull/6208ssl.{SSLSession,MemoryBIO} by @youknowone in https://github.com/RustPython/RustPython/pull/6209Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/RustPython/RustPython/pull/6159Update ensurepip from CPython 3.13.9 by @youknowone in https://github.com/RustPython/RustPython/pull/5740Panic occurs when formatting with separator and some format specifier by @yt2b in https://github.com/RustPython/RustPython/pull/6213Fix ldexp to prevent math range errors by @YashSuthar983 in https://github.com/RustPython/RustPython/pull/6216Implement more SSL methods by @youknowone in https://github.com/RustPython/RustPython/pull/6210New Contributors
- @walker84837 made their first contribution in https://github.com/RustPython/RustPython/pull/6203
- @YashSuthar983 made their first contribution in https://github.com/RustPython/RustPython/pull/6216
Full Changelog: https://github.com/RustPython/RustPython/compare/2025-10-13-main-51...2025-10-27-main-53