X Tutup
The Wayback Machine - https://web.archive.org/web/20230618160422/https://github.com/RustPython/RustPython/commits/main
Skip to content

Commits

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 Jun 18, 2023

  1. updated _collections_abc.py and test_collections.py to CPython 3.11.2 (

    …#5016)
    
    * updated _collections_abc.py and its tests in test_collections.py
    
    * decorated failing tests in test_typing.py
    bobby-palmer committed Jun 18, 2023
  2. Pin Python version to 3.11.4 in CI runs. (#5015)

    * Pin Python version to 3.11.4 in CI runs.
    
    * Use quotation marks around version, yaml parsing issues.
    
    Co-authored-by: fanninpm <fanninpm@miamioh.edu>
    
    ---------
    
    Co-authored-by: fanninpm <fanninpm@miamioh.edu>
    DimitrisJim and fanninpm committed Jun 18, 2023

Commits on Jun 17, 2023

  1. Add get_int_max_str_digits and set_int_max_str_digits in sys. (#…

    …5014)
    
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    dannasman and DimitrisJim committed Jun 17, 2023
  2. Update parser (#5012)

    youknowone committed Jun 17, 2023
  3. Return SyntaxError with null byte input in eval. (#5013)

    * Return SyntaxError with null byte input in eval.
    
    * Special case MacOS for now, add a note for future sanity.
    DimitrisJim committed Jun 17, 2023

Commits on Jun 14, 2023

  1. Merge pull request #5009 from DimitrisJim/pylibs_upgrade_dos

    Update more libraries from 3.11
    youknowone committed Jun 14, 2023

Commits on Jun 11, 2023

  1. Remove deprecated modules binhex and formatter. (#5003)

    These modules have been deprecated as of Python 3.11 and can safely be removed from the standard library.
    DimitrisJim committed Jun 11, 2023
  2. Architecture overview (#2528)

    * Add architecture document
    ---------
    
    Co-authored-by: Eric van der Toorn <e.a.vandertoorn@student.tudelft.nl>
    Co-authored-by: Pluriscient <erictoorn@gmail.com>
    Co-authored-by: Jeong YunWon <youknowone@users.noreply.github.com>
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: fanninpm <fanninpm@miamioh.edu>
    6 people committed Jun 11, 2023

Commits on Jun 10, 2023

  1. Temporarily skip configparser. (#4997)

    * Temporarily skip configparser, socketserver tests.
    DimitrisJim committed Jun 10, 2023
Older
X Tutup