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: RustPython/RustPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: RustPython/RustPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/fix-isalnum-function-behavior
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 27, 2026

  1. Initial plan

    Copilot committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    2722bc0 View commit details
    Browse the repository at this point in the history
  2. Fix isalnum/isalpha to use Unicode general category checks; fix regex…

    … \\w for Mn characters
    
    Agent-Logs-Url: https://github.com/RustPython/RustPython/sessions/6f573a91-8811-486c-933d-7ba9a9067643
    
    Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
    Copilot and youknowone committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    5dd88ee View commit details
    Browse the repository at this point in the history
  3. Fix import ordering: move import re to be sorted with import unicodedata

    Agent-Logs-Url: https://github.com/RustPython/RustPython/sessions/18cc7216-15cf-40d1-8726-23e21aa4c368
    
    Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
    Copilot and youknowone committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    fab1c0c View commit details
    Browse the repository at this point in the history
Loading