RustPython Pre-Release 2025-06-23-main #35
Pre-release
Pre-release
·
226 commits
to main
since this release
What's Changed
- chore: fix some typos in comment by @largemouth in #5804
- disable redox test to enable CI by @youknowone in #5806
- Impl PyAttributeError args by @youknowone in #5805
- Fix SyntaxError, UnicodeDecodeError by @youknowone in #5807
- General code clean by @ShaharNaveh in #5808
- Fix dict unpack by @youknowone in #5809
- Constify some methods and general code cleanups by @ShaharNaveh in #5812
- Fix posix tests by @youknowone in #5811
- Fix struct tests by @youknowone in #5813
- Fix bytes constructor by @youknowone in #5810
- Fix UnpackIterator constructor by @youknowone in #5815
- ucd.is_mirrored by @youknowone in #5816
- Convert
new_X_error
to use a macro by @ShaharNaveh in #5814 - sys.setswitchinterval by @youknowone in #5817
- Unmark fixed tests by @moreal in #5818
- Fix bz2 pickle by @youknowone in #5819
- Fix set cell by @youknowone in #5822
- binascii.hexlify by @youknowone in #5820
- fix maketrans by @youknowone in #5824
- BaseException.setstate by @youknowone in #5821
New Contributors
- @largemouth made their first contribution in #5804
- @ShaharNaveh made their first contribution in #5808
Full Changelog: 2025-06-16-main-34...2025-06-23-main-35