The Wayback Machine - https://web.archive.org/web/20220309032603/https://github.com/RustPython/RustPython/commits/main
Skip to content
Permalink
main

Commits on Feb 27, 2022

  1. Merge pull request #3562 from fanninpm/new-clippy-lints-1.59

    Fix Clippy lints introduced in Rust 1.59
    coolreader18 committed Feb 27, 2022

Commits on Feb 25, 2022

  1. Merge pull request #3560 from deantvv/os-device-encoding-wasi

    os: add `device_encoding` to wasi
    coolreader18 committed Feb 25, 2022

Commits on Feb 24, 2022

  1. os: add device_encoding to wasi

    Update `libc` to 0.2.119 to include [libc PR#2683](rust-lang/libc#2683) which added support `device_encoding` on wasi.
    deantvv committed Feb 24, 2022
  2. Merge pull request #3558 from fanninpm/codecs-3.10

    Update codecs.py to CPython 3.10
    youknowone committed Feb 24, 2022

Commits on Feb 21, 2022

  1. Merge pull request #3506 from jakearmendariz/main

    Marshaling support for ints, floats, strs, lists, dicts, tuples
    youknowone committed Feb 21, 2022

Commits on Feb 20, 2022

  1. Merge pull request #3559 from fanninpm/errno-3.10

    Update errno module to CPython 3.10
    youknowone committed Feb 20, 2022
  2. Update errno module to CPython 3.10

    Some constants have also been reordered to reflect the order in the
    original C source.
    fanninpm committed Feb 20, 2022

Commits on Feb 18, 2022

  1. Merge pull request #3555 from Snowapril/remove_complex_methods

    Remove several special method of complex class
    youknowone committed Feb 18, 2022
  2. Merge pull request #3557 from Erigara/fix-online-doc-url

    Fix online documentation URL in README.md
    youknowone committed Feb 18, 2022
  3. 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)
    Snowapril committed Feb 18, 2022

Commits on Feb 14, 2022

  1. Merge pull request #3553 from fanninpm/test-support-threading-helper

    Add CPython 3.10's test/support/threading_helper
    youknowone committed Feb 14, 2022
  2. Merge pull request #3554 from fanninpm/textwrap-3.10

    Update textwrap.py to CPython 3.10
    youknowone committed Feb 14, 2022
Older