RustPython / RustPython Public
main
Commits on Feb 27, 2022
-
Merge pull request #3562 from fanninpm/new-clippy-lints-1.59
Fix Clippy lints introduced in Rust 1.59
Commits on Feb 26, 2022
Commits on Feb 25, 2022
-
Merge pull request #3560 from deantvv/os-device-encoding-wasi
os: add `device_encoding` to wasi
Commits on Feb 24, 2022
-
os: add
device_encoding
to wasiUpdate `libc` to 0.2.119 to include [libc PR#2683](rust-lang/libc#2683) which added support `device_encoding` on wasi.
-
Merge pull request #3558 from fanninpm/codecs-3.10
Update codecs.py to CPython 3.10
Commits on Feb 21, 2022
-
Merge pull request #3506 from jakearmendariz/main
Marshaling support for ints, floats, strs, lists, dicts, tuples
-
Commits on Feb 20, 2022
-
Merge pull request #3559 from fanninpm/errno-3.10
Update errno module to CPython 3.10
-
-
Update errno module to CPython 3.10
Some constants have also been reordered to reflect the order in the original C source.
Commits on Feb 19, 2022
Commits on Feb 18, 2022
-
Merge pull request #3555 from Snowapril/remove_complex_methods
Remove several special method of complex class
-
Merge pull request #3557 from Erigara/fix-online-doc-url
Fix online documentation URL in README.md
-
-
-
Remove several special method of complex class
According to Cpython 3.10 changes, some special methods of complex class (`__int__`, `__float__`, etc) are removed as they always raise `TypeError`. (reference : https://bugs.python.org/issue41974)
Commits on Feb 14, 2022
-
Merge pull request #3553 from fanninpm/test-support-threading-helper
Add CPython 3.10's test/support/threading_helper
-
Merge pull request #3554 from fanninpm/textwrap-3.10
Update textwrap.py to CPython 3.10
-
-
Commits on Feb 13, 2022
-
-
-
-
Merge pull request #3552 from fanninpm/statistics-3.10
Update statistics.py to CPython 3.10
-
Merge pull request #3551 from fanninpm/test-support-socket-helper
Add test/support/socket_helper from CPython 3.10
-
-