The Wayback Machine - https://web.archive.org/web/20221214045816/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 Dec 13, 2022

  1. Merge pull request #4331 from DimitrisJim/fix_locations_with

    Fix end location in with statements.
    DimitrisJim committed Dec 13, 2022
  2. Merge pull request #4327 from harupy/fix-end-location-body

    Fix end location of compound statements
    DimitrisJim committed Dec 13, 2022
  3. Merge pull request #4330 from charliermarsh/charlie/store

    Set `ExprContext::Store` on parenthesized with expressions
    DimitrisJim committed Dec 13, 2022

Commits on Dec 12, 2022

  1. Refactor

    harupy committed Dec 12, 2022
  2. Update snapshot

    harupy committed Dec 12, 2022
  3. Format

    harupy committed Dec 12, 2022
  4. Resolve conflict

    harupy committed Dec 12, 2022
  5. Address comments

    Signed-off-by: harupy <[email protected]>
    harupy committed Dec 12, 2022
  6. Merge pull request #4329 from andersk/paren-contexts

    Parse Python 3.9+ parenthesized context managers
    youknowone committed Dec 12, 2022
  7. Parse Python 3.9+ parenthesized context managers

    Since the upstream grammar for this is not LR(1), we abuse LALRPOP
    macros and the Into/TryInto traits to build a cover grammar that
    converts to either tuples or `with` items after additional validation.
    It’s annoying and ugly, but something like this is basically our only
    option short of switching to a more powerful parser algorithm.
    
    Fixes #4145.
    
    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Dec 12, 2022
  8. Split and simplify some LALRPOP rules

    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Dec 12, 2022
  9. Use method chaining

    harupy committed Dec 12, 2022

Commits on Dec 10, 2022

  1. Merge pull request #4325 from harupy/4324-follow-up

    A follow-up for #4324
    DimitrisJim committed Dec 10, 2022
  2. Refactor

    harupy committed Dec 10, 2022
  3. Merge pull request #4324 from harupy/fix-end-location-of-concatenated…

    …-string
    
    Fix the end location of an implicitly-concatenated string
    DimitrisJim committed Dec 10, 2022
  4. Fix

    harupy committed Dec 10, 2022
  5. Fix plain string

    harupy committed Dec 10, 2022

Commits on Dec 8, 2022

  1. Merge pull request #4311 from notJoon/typo-pyserde

    fix typo in `py_serde`
    DimitrisJim committed Dec 8, 2022
  2. fix typo py_serde

    notJoon committed Dec 8, 2022

Commits on Dec 6, 2022

  1. Refactor ExecutingFrame (#4308)

    * Add jump_if function
    
    * Add jump_if_or_pop function
    yt2b committed Dec 6, 2022

Commits on Dec 5, 2022

  1. Merge pull request #4310 from youknowone/fix-clippy

    Fix nightly clippy warnings
    youknowone committed Dec 5, 2022
  2. Bump openssl

    DimitrisJim committed Dec 5, 2022
  3. Merge pull request #4306 from harupy/fix-boolop-location

    Fix `ExprKind::BoolOp` location
    DimitrisJim committed Dec 5, 2022

Commits on Dec 4, 2022

Commits on Dec 3, 2022

  1. add tests

    harupy committed Dec 3, 2022
  2. Fix location

    harupy committed Dec 3, 2022
Older