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

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 26, 2023

  1. Merge pull request #4767 from jyj0816/weakref

    Add Hash and Iter of WeakProxy.rs for test\testWeakref.py
    youknowone committed Mar 26, 2023
  2. Merge pull request #4778 from JaeyoungAhn/test_print

    added test_print.py and marked TODOs
    youknowone committed Mar 26, 2023
  3. Merge pull request #4777 from MegasKomnenos/base64

    make int.to_bytes arguments optional and update base64.py and test_base64.py from CPython v3.11.2
    youknowone committed Mar 26, 2023
  4. add TODOs

    JaeyoungAhn committed Mar 26, 2023
  5. Add Hash of WeakProxy for test\test_Weakref.py's "test_proxy_hash "

    Fix Hash of WeakProxy : remove "?" ending of the code
    
    Fix weakproxy.rs for test_proxy_hash to solve error
    jyj0816 authored and youknowone committed Mar 26, 2023
  6. Merge pull request #4774 from MegasKomnenos/bisect

    Update bisect.py and test_bisect.py from CPython v3.11.2
    youknowone committed Mar 26, 2023

Commits on Mar 25, 2023

  1. Merge pull request #4768 from youknowone/lalrpop

    Update lalrpop
    DimitrisJim committed Mar 25, 2023
  2. Merge pull request #4765 from JaeyoungAhn/built_in

    update test_builtin.py from cpython v3.11.2
    DimitrisJim committed Mar 25, 2023
  3. uncomment annotation

    JaeyoungAhn committed Mar 25, 2023
  4. Update lalrpop

    youknowone committed Mar 25, 2023
  5. Merge pull request #4761 from JaeyoungAhn/test_deque

    updated test_deque.py from CPython v3.11.2
    DimitrisJim committed Mar 25, 2023
  6. Merge pull request #4763 from JaeyoungAhn/test_dict

    Update test_dict.py from CPython v3.11.2
    youknowone committed Mar 25, 2023
  7. Merge pull request #4756 from JaeyoungAhn/modify_comparison

    resolve unittest error in test_sort.py
    youknowone committed Mar 25, 2023
  8. Merge pull request #4758 from jinnarajin/hehe

    update test_cmath.py from cpython 3.11.2
    DimitrisJim committed Mar 25, 2023
  9. Merge pull request #4757 from Brain-organizer/testlistcompsupdate

    update test_listcomps.py from cpython 3.11.2
    DimitrisJim committed Mar 25, 2023
  10. Merge pull request #4748 from jyj0816/random

    Fix int.from_bytes and Update random.py and test/test_random.py from CPython v3.11.2
    youknowone committed Mar 25, 2023
  11. Merge pull request #4754 from Brain-organizer/testmathupdate

    update test_math.py from cpython 3.11.2
    youknowone committed Mar 25, 2023
  12. Merge pull request #4755 from jinnarajin/test_update

    update test_complex.py from cpython 3.11.2
    youknowone committed Mar 25, 2023
  13. update test_cmath.py from cpython 3.11.2

    jinnarajin committed Mar 25, 2023
Older