RustPython Pre-Release 2025-10-27-main #53
Pre-release
Pre-release
·
218 commits
to main
since this release
What's Changed
- Replace skips in test_importlib/source/test_file_loader with expectedFailures by @fanninpm in #6194
- Fix CI by @ShaharNaveh in #6196
- Update ruff 0.14.1 by @ShaharNaveh in #6195
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #6197
- Fix sqlite Cursor initialization check by @ever0de in #6198
- Fix sqlite Connection initialization check by @ever0de in #6199
- Use PyStrRef for TypeAliasType name by @walker84837 in #6203
- Update functools from 3.13.9 by @ShaharNaveh in #6205
- Update
Libwith changed files in3.13.8by @ShaharNaveh in #6186 - Use ruff for
Exprunparsing by @ShaharNaveh in #6124 - Fix PyCode constructor/replace by @youknowone in #6193
- Revert "Use ruff for
Exprunparsing" by @ShaharNaveh in #6206 - Fix time.strptime by @youknowone in #6208
- ssl.{SSLSession,MemoryBIO} by @youknowone in #6209
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #6159
- Update ensurepip from CPython 3.13.9 by @youknowone in #5740
- Panic occurs when formatting with separator and some format specifier by @yt2b in #6213
- Fix ldexp to prevent math range errors by @YashSuthar983 in #6216
- Implement more SSL methods by @youknowone in #6210
New Contributors
- @walker84837 made their first contribution in #6203
- @YashSuthar983 made their first contribution in #6216
Full Changelog: 2025-10-13-main-51...2025-10-27-main-53