summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Properly recognize methods annotated with abc.abstract{property,method}Torsten Marek2013-06-203-3/+43
* Allow selecting several statements/expressions in test_utils.extract_node.Torsten Marek2013-06-201-29/+38
* Handle python3.3's With nodesJulien Cristau2013-06-204-19/+47
* rebuilder: fix handling of python3.3's Try ast nodesJulien Cristau2013-06-191-4/+4
* Fix language in a couple of error messagesJulien Cristau2013-06-191-2/+2
* Make file_stream return a byte streamJulien Cristau2013-06-191-1/+1
* set fromlineno for Argument nodesJulien Cristau2013-06-181-0/+2
* Review documentation for the new extensions API.Torsten Marek2013-06-181-10/+13
* fix inference, some node classes have extra arguments there (eg import nodes)Sylvain Th?nault2013-06-181-3/+3
* start some documentation for the new transformation APISylvain Th?nault2013-06-181-0/+28
* namedtuple support using extended transformation function features. Closes #8766Sylvain Th?nault2013-06-183-11/+65
* [transforms] extended transformation API helpersSylvain Th?nault2013-06-181-0/+39
* [transforms] allow transformation functions on any nodes, not only modulesSylvain Th?nault2013-06-186-14/+47
* [inference] introduce (but not use it yet) explicit inference for some node i...Sylvain Th?nault2013-06-183-27/+49
* [rebuilder] visit_module is a particular visit function (main entry point), m...Sylvain Th?nault2013-06-181-10/+10
* work on thread safetySylvain Th?nault2013-06-182-9/+5
* Fix test_generator_attributes for python3Julien Cristau2013-06-171-1/+4
* Added the test_utils module for building ASTs and extracting deeply nested no...Torsten Marek2013-06-182-0/+176
* rebuilder: set tolineno for 'except' blocks on python 3.3Julien Cristau2013-06-171-0/+1
* rename the project astroidDavid Douard2013-06-1743-1090/+1100
* [pkg] remove lenny and intrepid debian packagingDavid Douard2013-06-174-178/+0
* Fix unittest that was broken due to a change in pylint (BaseTokenChecker -> B...Torsten Marek2013-06-171-1/+1
* [pgkinfo] update project's url to bitbucket and kill deprecated ftpSylvain Th?nault2013-04-251-2/+1
* backport stableSylvain Th?nault2013-04-250-0/+0
|\
* | Added tag logilab-astng-debian-version-0.24.3-1 for changeset c39e816972bcstableSylvain Th?nault2013-04-170-0/+0
* | Added tag logilab-astng-version-0.24.3 for changeset a4a9ed0f8a0clogilab-astng-debian-version-0.24.3-1Sylvain Th?nault2013-04-170-0/+0
* | 0.24.3logilab-astng-version-0.24.3Sylvain Th?nault2013-04-163-5/+31
* | fix dumb name error, ASTNG_BUILDER was later usedSylvain Th?nault2013-04-121-2/+2
* | as_string/repr_tree code cleanup: enhance the doc a bit + regroup codeSylvain Th?nault2013-04-114-71/+76
* | enhanced generator support. Closes #124340Sylvain Th?nault2013-04-114-16/+22
* | [test] use @require_version when possibleSylvain Th?nault2013-03-294-19/+12
* | import cleanupsSylvain Th?nault2013-03-299-18/+15
* | 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 d...Sylvain Th?nault2013-03-2841-461/+37
* | unify BUILTINS_NAME / BUILTINS_MODULE into astng.bases.BUILTINSSylvain Th?nault2013-03-2810-63/+57
* | properly call parent's __init__Sylvain Th?nault2013-03-281-0/+1
* | [cleanup] don't call const_factory with astng nodesSylvain Th?nault2013-03-282-16/+11
* | reintroduce spaces necessary for test_module_as_stringSylvain Th?nault2013-03-282-8/+12
* | don't call const_factory for builtin types subclasses, this will trigger erro...Sylvain Th?nault2013-03-282-8/+9
* | [py3.3] don't crash on 'yield from' nodes. Closes #124360Sylvain Th?nault2013-03-272-1/+3
* | Add support for inference of subscript operations on dict literals. Closes #1...Torsten Marek2013-03-274-16/+33
* | Set literals should be treated as inference leaves. Closes #47957Torsten Marek2013-03-274-3/+16
* | Fix inference for generator methods to correctly handle yields in lambdas. Cl...Torsten Marek2013-03-275-8/+32
* | Add missing modules in py2stdlib brain hashlib. Closes #123056Torsten Marek2013-03-272-0/+7
* | Use correct argument names in the py2stdlib brain urlparse module. Closes #12...Torsten Marek2013-03-272-2/+5
* | Added tag logilab-astng-debian-version-0.24.2-1 for changeset c48aabd3865aSylvain Th?nault2013-02-270-0/+0
* | Added tag logilab-astng-version-0.24.2 for changeset 69f3515e4446logilab-astng-debian-version-0.24.2-1Sylvain Th?nault2013-02-270-0/+0
* | mergelogilab-astng-version-0.24.2Sylvain Th?nault2013-02-271-5/+6
|\ \ | |/
| * use lgc.testlib to get py2.6 unittest2 compatSylvain Th?nault2013-02-271-5/+6
* | default is stableSylvain Th?nault2013-02-2614-383/+381
|\ \ | |/