New
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
Libwith changed files in3.13.8by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6186 - Use ruff for
Exprunparsing by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6124 - Fix PyCode constructor/replace by @youknowone in https://github.com/RustPython/RustPython/pull/6193
- Revert "Use ruff for
Exprunparsing" by @ShaharNaveh in https://github.com/RustPython/RustPython/pull/6206 - Fix time.strptime by @youknowone in https://github.com/RustPython/RustPython/pull/6208
- ssl.{SSLSession,MemoryBIO} by @youknowone in https://github.com/RustPython/RustPython/pull/6209
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/RustPython/RustPython/pull/6159
- Update ensurepip from CPython 3.13.9 by @youknowone in https://github.com/RustPython/RustPython/pull/5740
- Panic occurs when formatting with separator and some format specifier by @yt2b in https://github.com/RustPython/RustPython/pull/6213
- Fix ldexp to prevent math range errors by @YashSuthar983 in https://github.com/RustPython/RustPython/pull/6216
- Implement more SSL methods by @youknowone in https://github.com/RustPython/RustPython/pull/6210
New 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