Skip to content

Tags: yonasBSD/RustPython

Tags

2025-03-03-main-11

Toggle 2025-03-03-main-11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Actions caching for nodejs (RustPython#5575)

* caching for nodejs and various CI dependency updates

* commit the package-lock.json

2025-02-24-main-10

Toggle 2025-02-24-main-10's commit message
Update `puruspe` version to `0.4.0`

To resolve the issue (RustPython#5496)

2025-02-17-main-9

Toggle 2025-02-17-main-9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
itertools upgrade

2025-02-10-main-8

Toggle 2025-02-10-main-8's commit message
fix windows sleep

2025-02-03-main-7

Toggle 2025-02-03-main-7's commit message
Pin malachite versions to avoid API incompatibility

2025-01-27-main-6

Toggle 2025-01-27-main-6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Basic Match statements (RustPython#5485)


Signed-off-by: Ashwin Naren <[email protected]>

2025-01-20-main-5

Toggle 2025-01-20-main-5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Logging to 3.12.7 (RustPython#5478)

* updated logging to 3.12, added logging tests, and added smtplib and tests

* fix expected failures on test_smtplib.py

* mark all rustpython fails on test_logging.py

2025-01-06-main-3

Toggle 2025-01-06-main-3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request RustPython#5465 from crazymerlyn/caseless-bump

2024-12-31-main-2

Toggle 2024-12-31-main-2's commit message
Temporarily disable release notes generation

Release creation fails with this error:
```
HTTP 422: Validation Failed (https://api.github.com/repos/RustPython/RustPython/releases)
body is too long (maximum is 125000 characters)
Error: Process completed with exit code 1.
```

Most likely because there's no previous release to diff of from.

Disabling, getting a green release & enabling back might fix this.

2024-12-28-main-1

Toggle 2024-12-28-main-1's commit message
Bump result-like to 0.5.0