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: MagicStack/MagicPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d0f2b2
Choose a base ref
...
head repository: Quentium-Forks/MagicPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1715896
Choose a head ref
  • 6 commits
  • 30 files changed
  • 3 contributors

Commits on May 16, 2022

  1. Add Python 3.8 features.

    Add walrus operator `:=`.
    Add positional only args separator `/`.
    Add `=` to f-string formatting.
    
    Fixes #189
    vpetrovykh authored and QuentiumYT committed May 16, 2022
    Configuration menu
    Copy the full SHA
    4851472 View commit details
    Browse the repository at this point in the history
  2. Make raw f-strings consistent.

    Any f-string allows variable interpolation, that includes a raw
    f-string. Make all raw prefixes (`r` or `R`) behave the same way in
    combination with `f` prefix.
    
    Fixes #186
    vpetrovykh authored and QuentiumYT committed May 16, 2022
    Configuration menu
    Copy the full SHA
    34f93dc View commit details
    Browse the repository at this point in the history
  3. Add match and case syntax

    cdce8p authored and QuentiumYT committed May 16, 2022
    Configuration menu
    Copy the full SHA
    41f2a09 View commit details
    Browse the repository at this point in the history
  4. Improve regex and tests

    cdce8p authored and QuentiumYT committed May 16, 2022
    Configuration menu
    Copy the full SHA
    aa28730 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Fix package.json + bump + keep package lock

    - 'name' should be all lowercase
    - 'categories' didn't match the valid npm categories
    - Bump oniguruma
    
    p
    QuentiumYT committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d1973c5 View commit details
    Browse the repository at this point in the history
  2. Prepare 1.2.0 release

    QuentiumYT committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1715896 View commit details
    Browse the repository at this point in the history
Loading