-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: serge-sans-paille/gast
base: 0.3.3
head repository: serge-sans-paille/gast
compare: 0.5.3
- 20 commits
- 15 files changed
- 2 contributors
Commits on Jan 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 54a2cf8 - Browse repository at this point
Copy the full SHA 54a2cf8View commit details
Commits on Jul 17, 2020
-
Most important changes: ExtSlice and Index are no longer used.
Configuration menu - View commit details
-
Copy full SHA for 8d3c5de - Browse repository at this point
Copy the full SHA 8d3c5deView commit details
Commits on Jul 21, 2020
-
Merge pull request #47 from serge-sans-paille/feature/python3.9-support
Support Python 3.9
Configuration menu - View commit details
-
Copy full SHA for ba88fcf - Browse repository at this point
Copy the full SHA ba88fcfView commit details
Commits on Sep 11, 2020
-
Separate linting toxenv from testing toxenv
This way, I can run onyl actuall tests in Fedora. Also pytest-pep8 does not work with recent pytest versions.
Configuration menu - View commit details
-
Copy full SHA for 7b5519f - Browse repository at this point
Copy the full SHA 7b5519fView commit details -
Merge pull request #52 from hroncok/tox-lint-testenv
Separate linting toxenv from testing toxenv
Configuration menu - View commit details
-
Copy full SHA for 365fa06 - Browse repository at this point
Copy the full SHA 365fa06View commit details
Commits on Sep 14, 2020
-
Do not forget type_comment field! Fix #49
Configuration menu - View commit details
-
Copy full SHA for 1084905 - Browse repository at this point
Copy the full SHA 1084905View commit details -
Merge pull request #50 from serge-sans-paille/fix/assign-handling
Fix handling of ast.Assign
Configuration menu - View commit details
-
Copy full SHA for a5b28a8 - Browse repository at this point
Copy the full SHA a5b28a8View commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1cb0f19 - Browse repository at this point
Copy the full SHA 1cb0f19View commit details
Commits on Jun 28, 2021
-
Only minor change: alias nodes get line info. All existing code should keep working as usual
Configuration menu - View commit details
-
Copy full SHA for 7b7bfd6 - Browse repository at this point
Copy the full SHA 7b7bfd6View commit details -
Move validation from travis to github actions
And use it to test python 3.10
Configuration menu - View commit details
-
Copy full SHA for 159cb50 - Browse repository at this point
Copy the full SHA 159cb50View commit details -
Merge pull request #57 from serge-sans-paille/feature/python-3.10
Testing support for python 3.10
Configuration menu - View commit details
-
Copy full SHA for eb1ea03 - Browse repository at this point
Copy the full SHA eb1ea03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cf94c - Browse repository at this point
Copy the full SHA 80cf94cView commit details
Commits on Jul 23, 2021
-
Cleanup and optimize the way gast builds its AST
This gives a 5 to 10% speedup in ast generation depending on the input. As gast relies on the tree generated by the ast module and does not create any sharing with the original tree, we're slower, but that's what make it a clean and simple module :-)
Configuration menu - View commit details
-
Copy full SHA for 2271bc2 - Browse repository at this point
Copy the full SHA 2271bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc9b4d - Browse repository at this point
Copy the full SHA 3cc9b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a636dbe - Browse repository at this point
Copy the full SHA a636dbeView commit details
Commits on Aug 2, 2021
-
Test field count more accurately
Allow either 0 or #fields arguments, with #fields honoring keyword arguments
Configuration menu - View commit details
-
Copy full SHA for 0a47961 - Browse repository at this point
Copy the full SHA 0a47961View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86c441 - Browse repository at this point
Copy the full SHA e86c441View commit details
Commits on Aug 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6861e48 - Browse repository at this point
Copy the full SHA 6861e48View commit details
Commits on Oct 19, 2021
-
This allows to remove the test dependency on astunparse, while adapting CPython's astunparse to gast AST Fix #64
Configuration menu - View commit details
-
Copy full SHA for c9d91d2 - Browse repository at this point
Copy the full SHA c9d91d2View commit details
Commits on Nov 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5b770ed - Browse repository at this point
Copy the full SHA 5b770edView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.3.3...0.5.3