Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: RustPython/RustPython

Tags

2025-09-08-main-46

Toggle 2025-09-08-main-46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update `{site,sysconfig}.py` from 3.13.7 (#6132)

* Update `{site,sysconfig}.py` from 3.13.7

* Update vm/src/stdlib/sysconfig.rs

2025-09-01-main-45

Toggle 2025-09-01-main-45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5789 from coolreader18/crt_fd-rework

Rework crt_fd to be more aligned with io-safety

2025-08-25-main-44

Toggle 2025-08-25-main-44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update some tests from 3.13.7 (#6108)

* Update `test_opcache.py`

* Update test_optparse.py

* Add some missing folders & test files

* Update `test_long.py` and impl "is_integer" for int

* Update `support/hypothesis_helper.py` from 3.13.7

* Update test_binascii

* Update test_math

* Add `test_math_property.py`

* Update `test_property.py` from 3.13.7

* Update `test_cmath.py` from 3.13.7

* Unmark passing tests

* Update `test_ucn.py` from 3.13.7

* Mark failing tests

* Add `site-packages` dir

2025-08-18-main-43

Toggle 2025-08-18-main-43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6085 from youknowone/dict-update

2025-08-11-main-42

Toggle 2025-08-11-main-42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6085 from youknowone/dict-update

2025-08-04-main-41

Toggle 2025-08-04-main-41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update `contextlib` from 3.13.5, (#6056)

* Update `contextlib` from 3.13.5

* Add `test_contextlib_async.py`

2025-07-28-main-40

Toggle 2025-07-28-main-40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
stdlib(sqlite): Raise ProgrammingError in closed Blob context manager (

…#6041)

2025-07-21-main-39

Toggle 2025-07-21-main-39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix test_typing.test_args_kwargs (#6012)

2025-07-14-main-38

Toggle 2025-07-14-main-38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update `test_tuple.py` from 3.13.5 (#5966)

2025-07-07-main-37

Toggle 2025-07-07-main-37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle negative time.sleep values (#5906)

* fix(time): Handle negative sleep values