summaryrefslogtreecommitdiff
path: root/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* rename the project astroidDavid Douard2013-06-171-16/+16
|
* parse is defined in builder moduleSylvain Th?nault2013-03-281-4/+1
|
* minor cleanups: drop copyright by me, update others to 2013, droip those in ↵Sylvain Th?nault2013-03-281-3/+1
| | | | dumb test data files, delete some trailing whitespaces
* fix some copyrightsSylvain Th?nault2011-09-271-14/+1
|
* refactoring for tree rebuildingEmile Anclin2010-12-091-4/+5
| | | | | | | | | rebuilder: move all post build process to builder and don't depend on manager builder: - instanciate ASTNGBuilder's ASTNGManager and TreeRebuilder only once - cleanup build methods; - "_data_build" should become entry point for possible astng pickle cache
* cleanup: remove unused class ASTVisitorEmile Anclin2010-12-021-190/+1
|
* cleanup: remove remaining IgnoreChildEmile Anclin2010-12-021-9/+4
|
* reduce circular imports I: import exceptions directlyEmile Anclin2010-12-021-1/+1
| | | | - rename exceptions module: it's exported to Pylint anyway
* cleanup: remove unused IgnoreChild exceptionEmile Anclin2010-11-221-16/+6
|
* 2to3 : use py2.x compatible fixersEmile Anclin2010-11-151-1/+1
|
* remove more py2.4 relative stuff and fix readmeEmile Anclin2010-11-151-1/+0
|
* [utils] add a TreeTester class for debuggingEmile Anclin2010-10-061-0/+110
|
* remove other has_key occurencesEmile Anclin2010-10-051-1/+1
|
* add support for set comprehensionsDaniel Harding2010-10-011-0/+3
|
* add support for dict comprehensionsDaniel Harding2010-10-011-0/+3
|
* py2.3 compat : syntax, set; _nodes_compiler.py : fix visit_discardEmile Anclin2010-09-221-1/+1
|
* proper licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-5/+19
|
* more license updatesSylvain Th?nault2010-04-261-3/+3
|
* nodes redirection cleanup possible since refactoringSylvain Th?nault2010-04-161-46/+8
|
* prepare 0.20.0 releaseEmile Anclin2010-03-221-2/+2
|
* move _check_children to utils; don't call itEmile Anclin2010-02-171-1/+25
|
* mergeSylvain Th?nault2009-11-231-18/+4
|\
| * [R] remove 'extend_class' functionEmile Anclin2009-09-151-18/+1
| |
| * [R] steps toward collecting all methods of a node class in a placeEmile Anclin2009-09-031-1/+3
| |
| * [C] typosEmile Anclin2009-09-021-1/+1
| |
| * [R] extend_class now extends from a list of classes...Emile Anclin2009-09-021-12/+13
| |
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-2/+2
|/
* typos and commentsEmile Anclin2009-04-081-1/+1
|
* (painful) mergesylvain thenault2009-03-191-72/+254
|\
| * handle Subscripts and Slices for _nodes_compilerEmile Anclin2009-03-181-1/+0
| |
| * refactoring subscripts/ slices like _ast : first stepEmile Anclin2009-03-181-1/+10
| |
| * If expression supportsylvain thenault2009-03-181-0/+3
| |
| * missing redirectionsylvain thenault2009-03-181-3/+3
| |
| * pylint fixesSylvain2009-03-171-51/+2
| |
| * refactoring are_exclusive and testsEmile Anclin2009-03-171-33/+11
| |
| * introduce Arguments nodesylvain thenault2009-03-061-0/+3
| |
| * default method for empty nodessylvain thenault2009-03-051-0/+3
| |
| * licence, date, typosEmile Anclin2009-03-041-2/+2
| |
| * little cleanupEmile Anclin2009-03-031-3/+3
| |
| * * GenExprFor, ListCompFor -> ComprehensionEmile Anclin2009-03-031-2/+3
| | | | | | | | | | | | * no more need for loop_node methode on For/Comprehension (they both have .iter attribute) * no more need for COMPREHENSION_SCOPES (Comprehension is enough) * move common inference methods from _inference_compiler to inference
| * (re)introducing AssName, AssAttr, DelName, DelAttrEmile Anclin2009-03-031-0/+12
| |
| * some small test correctionsEmile Anclin2009-02-251-2/+3
| |
| * handle decorators : add Decorators node and visitEmile Anclin2009-02-241-0/+3
| |
| * small correction for RebuildVisitorEmile Anclin2009-02-231-2/+9
| |
| * handle redirectionsEmile Anclin2009-02-231-27/+31
| |
| * Add a base class with empty methods for VisitorsEmile Anclin2009-02-201-1/+161
| |
| * more 'are_exclusive' bugsEmile Anclin2009-02-161-1/+3
| |
| * fix utils._are_exclusive bugsEmile Anclin2009-02-121-15/+24
| | | | | | | | | | | | notes : 1) we had a never reached "if stmt1_branch != stmt1_branch:" !!! 2) we have to ask for "stmt in body", not "is"
| * catch Slice nodesEmile Anclin2009-02-041-3/+1
| |
| * handle Invert node as UnaryOpEmile Anclin2009-02-031-0/+1
| |