Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-astng: Python Abstract Syntax Tree New Generation
- Summary
- 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.
Changelog
- * Mon May 1 17:00:00 2006 Konstantin Ryabitsev <icon{%}fedoraproject{*}org> - 0.16.0-0
- Version 0.16.0
- * Sun Mar 12 16:00:00 2006 Konstantin Ryabitsev <icon{%}fedoraproject{*}org> - 0.15.1-1
- Version 0.15.1
- * Thu Jan 12 16:00:00 2006 Konstantin Ryabitsev <icon{%}fedoraproject{*}org> - 0.14.0-1
- Version 0.14.0
- Drop the modname patch