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 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
  2. Merge pull request #4994 from LucaSforza/main

    Added constructor for Settings called with_path
    DimitrisJim committed Jun 10, 2023

Commits on Jun 2, 2023

Commits on Jun 1, 2023

Commits on May 23, 2023

  1. Fix abc error message (#4987)

    * Print correct error message for abc instantiation
    
    * Update dataclasses abc test
    patrickzbhe committed May 23, 2023

Commits on May 22, 2023

  1. update abc module (#4985)

    patrickzbhe committed May 22, 2023

Commits on May 20, 2023

  1. Merge pull request #4981 from DimitrisJim/update_subprocess

    Update subprocess to CPython 3.11
    youknowone committed May 20, 2023

Commits on May 19, 2023

  1. Mark failing tests.

    DimitrisJim committed May 19, 2023
  2. Merge pull request #4979 from patrickzbhe/del-local-scope

    Check variables in local scope in DeleteFast
    DimitrisJim committed May 19, 2023
  3. fix python linting errors

    patrickzbhe committed May 19, 2023
  4. add test

    patrickzbhe committed May 19, 2023
  5. Update DEVELOPMENT.md (#4980)

    add a note on the fact we're using cspell, we can then allow it during ci ref: #4700
    DimitrisJim committed May 19, 2023
  6. formatting

    patrickzbhe committed May 19, 2023

Commits on May 12, 2023

  1. Use format and cformat from rustpython-literal (#4968)

    * Use `format` and `cformat` from `rustpython-literal`
    
    * Remove unused dependencies, use `rustpython-format`
    MichaReiser committed May 12, 2023
  2. Merge pull request #4967 from youknowone/fix-bytearray

    Fix repr(bytearray) in debug
    youknowone committed May 12, 2023

Commits on May 11, 2023

Older