Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-astroid - Python Abstract Syntax Tree New Generation
- Description:
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,
pylint, and others. It extends the class defined in the compiler.ast
python module with some additional methods and attributes.
Packages
python-astroid-1.2.1-2.fc20.noarch
[155 KiB] |
Changelog
by Brian C. Lane (2014-10-17):
- Add patch to fix GLib detection (#1141440)
https://bitbucket.org/logilab/astroid/issue/49
|
python-astroid-1.1-3.fc20.noarch
[138 KiB] |
Changelog
by Brian C. Lane (2014-04-23):
- Add patch to fix metaclass recursion (upstream bug #25)
https://bitbucket.org/logilab/astroid/issue/25/runtimeerror-maximum-recursion-depth
|