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

Use str.isidentifier to match idents on python 3 #731

Merged
merged 9 commits into from
Jul 4, 2017

Commits on Jul 1, 2017

  1. Configuration menu
    Copy the full SHA
    f823bdb View commit details
    Browse the repository at this point in the history
  2. Inversed invalid logic

    mitsuhiko committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    d6a4a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2177fc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. test for new identifier lexer

    currently fails on special case unicode
    davidism committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    c5d78be View commit details
    Browse the repository at this point in the history
  2. only test master and maintenance branches

    avoids duplicate work for internal prs
    davidism committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    5de1f1b View commit details
    Browse the repository at this point in the history
  3. fix unicode for py2

    davidism committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    c8b37d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    896aed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Configuration menu
    Copy the full SHA
    1f1f031 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. go back to generating regex, simplified

    new version uses ~2KB vs 200KB memory, is ~100x faster to load
    move script to generate pattern to scripts directory
    add more tests
    davidism committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    fb1e453 View commit details
    Browse the repository at this point in the history