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: mrabarnett/mrab-regex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2023.6.3
Choose a base ref
...
head repository: mrabarnett/mrab-regex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2023.12.25
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Aug 8, 2023

  1. Git issue 508: Regex doesn't build using CPython main (3.13.0a0)

    Removed usage of _PyBytes_Join and did a little tidying of the code that makes the result string.
    Matthew Barnett committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bc73ebb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Updated to Unicode 15.1.0.

    Matthew Barnett committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fba846d View commit details
    Browse the repository at this point in the history
  2. Updated changelog.txt.

    Matthew Barnett committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    34333d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. The escape function no longer escapes \x00. It's not necessary.

    Inline flags can now be turned off and apply to what follows.
    
    Added \R to match line endings.
    Matthew Barnett committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    cdcbf36 View commit details
    Browse the repository at this point in the history
  2. Fixed invalid main.yml.

    Matthew Barnett committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    c1f1f2a View commit details
    Browse the repository at this point in the history
  3. Another fix in main.yml.

    Matthew Barnett committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    d0afd79 View commit details
    Browse the repository at this point in the history
  4. Further fixes in main.yml.

    Matthew Barnett committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    647c006 View commit details
    Browse the repository at this point in the history
Loading