8000 Comparing kaizhi-singtown:ead67a3...lezer-parser:091aab4 · kaizhi-singtown/python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kaizhi-singtown/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ead67a3
Choose a base ref
...
head repository: lezer-parser/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 091aab4
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on May 25, 2024

  1. Fix import multi module

    FIX: Allow dotted names and list of imports in `import` statements.
    kaizhi-singtown authored May 25, 2024
    Configuration menu
    Copy the full SHA
    749464f View commit details
    Browse the repository at this point in the history
  2. Mark version 1.1.14

    marijnh committed May 25, 2024
    Configuration menu
    Copy the full SHA
    2a7e8e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Accept a commented line at end of document

    FIX: Fix an issue where a commented line at the end of the input would
    emit an error node.
    
    Closes lezer-parser#25
    marijnh committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7606e06 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Mark version 1.1.15

    marijnh committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    b30dd80 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Allow type declarations on rest parameters

    FIX: Allow type declarations on rest parameters.
    
    Closes codemirror/dev#1536
    marijnh committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    ac7539e View commit details
    Browse the repository at this point in the history
  2. Mark version 1.1.16

    marijnh committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    14ef0d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. Allow escaped quotes in raw strings

    FIX: Support escaped quotes inside raw strings.
    
    Closes lezer-parser#27
    marijnh committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    fa12659 View commit details
    Browse the repository at this point in the history
  2. Mark version 1.1.17

    marijnh committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    f26a8dd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Make match guards accept a test, not just and expression

    FIX: Fix parsing of match guards with conditional tests.
    
    Closes lezer-parser#28
    marijnh committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    0daf785 View commit details
    Browse the repository at this point in the history
  2. Mark version 1.1.18

    marijnh committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    091aab4 View commit details
    Browse the repository at this point in the history
Loading
0