summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* get ride of branch stable_0.19.2stable_0.19.2Emile Anclin2010-11-230-0/+0
* patch ChangelogEmile Anclin2009-12-171-0/+13
* scoped_nodes patch IIEmile Anclin2009-12-171-8/+9
* patch scoped_nodes IEmile Anclin2009-12-171-0/+13
* patching module modificationsEmile Anclin2009-12-173-10/+51
* start patches for astng 0.19.2 stable branching I : testsEmile Anclin2009-12-172-29/+143
* [R] avoid circular importEmile Anclin2009-09-142-57/+57
* [R] introduce FromImportMixInEmile Anclin2009-09-102-37/+27
* [R] demonkey patching some Const, Dict, List and Tuple attributesEmile Anclin2009-09-103-51/+45
* [B] bugfix for shift operators and testsEmile Anclin2009-09-082-2/+23
* [B] again the Yield bugEmile Anclin2009-09-071-1/+1
* [R] use __bases__ as list of node extensionsEmile Anclin2009-09-071-21/+8
* [B] remove introduced bug: Yield is no statementEmile Anclin2009-09-071-2/+2
* [R] let NG classes inheritate from NodeNG and MixInsEmile Anclin2009-09-072-62/+60
* [B] rename LookupMixIn also in nodes.pyEmile Anclin2009-09-071-5/+5
* [R] rename LookupMixin to LookupMixIn and move LocalsDictMixIn to lookup.pyEmile Anclin2009-09-073-131/+129
* [R] move NodeNG, StmtMixIn, BlockRangeMixIn to _nodes.pyEmile Anclin2009-09-072-275/+280
* [C] cleanupEmile Anclin2009-09-071-32/+0
* [B] remove another refactoring bugEmile Anclin2009-09-071-1/+6
* [B] remove wrongly introduced methodEmile Anclin2009-09-071-4/+0
* [R] centralize class extensions in nodes.pyEmile Anclin2009-09-076-137/+130
* [R] de-monkeypatching real_name and block_rangeEmile Anclin2009-09-033-48/+71
* [R] demonkey patching block_rangeEmile Anclin2009-09-032-76/+84
* [R] de-monkeypatching set_line_info method and introduce StmtMixInEmile Anclin2009-09-034-93/+80
* [R] steps toward collecting all methods of a node class in a placeEmile Anclin2009-09-033-4/+235
* [R] move scope_lookup methods to the right classesEmile Anclin2009-09-033-75/+60
* [R] create a LookupMixinEmile Anclin2009-09-032-159/+182
* [R] demonkeypatch callable and infer_call_result methodsEmile Anclin2009-09-032-42/+35
* [C] ID_RGX never usedEmile Anclin2009-09-031-4/+0
* [C] typosEmile Anclin2009-09-023-6/+6
* [C] XXX this is very strange; if it is necessary, please explainEmile Anclin2009-09-021-5/+0
* [R] extend_class now extends from a list of classes...Emile Anclin2009-09-023-26/+22
* [R] create LambdaNG and extend also Function with itEmile Anclin2009-09-021-30/+43
* [R] create ArgumentsNGEmile Anclin2009-09-021-37/+43
* [R] add an _nodes.py for avoiding circular imports.pyEmile Anclin2009-09-026-12/+81
* mergeAlexandre Fayolle2009-08-270-0/+0
|\
| * Added tag logilab-astng-debian-version-0.19.1-1 for changeset 9c4ae36166b7Sylvain Th?nault2009-08-270-0/+0
| * Added tag logilab-astng-version-0.19.1 for changeset b46f6536314clogilab-astng-debian-version-0.19.1-1Sylvain Th?nault2009-08-270-0/+0
| * custom rules necessary for hardy as welllogilab-astng-version-0.19.1Sylvain Th?nault2009-08-271-0/+70
* | copied debian.lenny to debian.hardyAlexandre Fayolle2009-08-272-0/+89
|/
* copied debian.lenny to debian.intrepidAlexandre Fayolle2009-08-272-0/+89
* 0.19.1Sylvain Th?nault2009-08-274-4/+24
* d-t-wSylvain Th?nault2009-08-271-7/+7
* fix #9588: false positive E1101 for augmented assignment: .getattr and .insta...Sylvain Th?nault2009-08-271-19/+17
* yield transform test fixSylvain Th?nault2009-08-271-4/+7
* absolute_modname is a better name...Sylvain Th?nault2009-08-272-3/+6
* test implicit relative import fails when absolute imports activatedSylvain Th?nault2009-08-272-11/+15
* shouldn't delete anymore _Yes class, used in super()Sylvain Th?nault2009-08-271-1/+0
* d-t-wSylvain Th?nault2009-08-272-47/+47
* fix #9891: help(logilab.astng) throws TypeErrorSylvain Th?nault2009-08-271-10/+13