Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regex stubs #6713

Merged
merged 18 commits into from
Dec 30, 2021
Merged

Add regex stubs #6713

merged 18 commits into from
Dec 30, 2021

Commits on Dec 27, 2021

  1. Add initial regex stubs

    jpy-git committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    9207bcb View commit details
    Browse the repository at this point in the history
  2. Remove stubgen comments

    jpy-git committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    76656d4 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    jpy-git committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    4b43f7d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Add C module classes

    jpy-git committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    6f7a6cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f4fec View commit details
    Browse the repository at this point in the history
  3. Use frozenset over Frozenset

    jpy-git committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    7d3bbf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Add error and Scanner

    jpy-git committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    8284e84 View commit details
    Browse the repository at this point in the history
  2. Add error and Scanner

    jpy-git committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    1be94ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ddc098 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Update stubs/regex/regex/regex.pyi

    Co-authored-by: Alex Waygood <[email protected]>
    jpy-git and AlexWaygood committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    fca60fb View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary overrides

    jpy-git committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    7944312 View commit details
    Browse the repository at this point in the history
  3. Use Mapping over dict

    jpy-git committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    021ca84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0453e3c View commit details
    Browse the repository at this point in the history
  5. Add stubtest comment

    jpy-git committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    5ce5e17 View commit details
    Browse the repository at this point in the history
  6. Align returns with re

    jpy-git committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    1961df1 View commit details
    Browse the repository at this point in the history
  7. Update stubs/regex/@tests/stubtest_allowlist.txt

    Co-authored-by: Akuli <[email protected]>
    jpy-git and Akuli committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    dad0a1f View commit details
    Browse the repository at this point in the history
  8. Implement review feedback

    jpy-git committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    c7e64ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb84b36 View commit details
    Browse the repository at this point in the history