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

Support standard library (Attempt 3) #109

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    187fb13 View commit details
    Browse the repository at this point in the history
  2. Fix compat

    tristanlatr committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b2c6064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6e6375 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Typo

    tristanlatr authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1902d9d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Make Def, DefUseChains, UseDefChains and Ancestors work out of the bo…

    …x with both gast and ast without additional parameters.
    tristanlatr committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c174074 View commit details
    Browse the repository at this point in the history
  2. Remove useless code

    tristanlatr authored May 3, 2024
    Configuration menu
    Copy the full SHA
    797ee08 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update README.rst

    tristanlatr authored May 7, 2024
    Configuration menu
    Copy the full SHA
    75dcbaa View commit details
    Browse the repository at this point in the history
  2. Fix typo

    tristanlatr authored May 7, 2024
    Configuration menu
    Copy the full SHA
    1e0e8c8 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    tristanlatr authored May 7, 2024
    Configuration menu
    Copy the full SHA
    7a3a3e9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    51f3af8 View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    tristanlatr authored May 8, 2024
    Configuration menu
    Copy the full SHA
    81c5f73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25d395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    602a7b1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    e2d4a59 View commit details
    Browse the repository at this point in the history
  2. Fix Def.name()

    tristanlatr authored May 23, 2024
    Configuration menu
    Copy the full SHA
    6f02909 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. [WIP] automatically compute the parent ast package instead of hardcod…

    …ing gast
    
    This should make it possible to derive from beniget to implement support
    for ast module in addition to gast module.
    serge-sans-paille committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0d8ba55 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    24789ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fba2e2 View commit details
    Browse the repository at this point in the history
  3. Use pytest in the Github CI so it's closer to what is used in local d…

    …eveloment computers (tox).
    tristanlatr committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7e2876e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    591bb5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8035863 View commit details
    Browse the repository at this point in the history