summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * 0.24.2Sylvain Th?nault2013-02-262-1/+7
| * backport stableSylvain Th?nault2013-02-261-1/+5
| |\ | |/ |/|
* | [jython] java modules have no __doc__. Closes #109562Sylvain Th?nault2012-10-231-1/+5
| * backport proper subprocess.Popen implementation from pylint brain. See #46273Sylvain Th?nault2013-02-222-1/+14
| * fixes for python 3.3 ast nodes changes. Closes #120646Sylvain Th?nault2013-02-222-7/+30
| * fix ChangelogSylvain Th?nault2013-02-221-0/+5
| * [test] fix unittest2 deprecation warningsSylvain Th?nault2012-11-168-351/+314
| * py3k test fixes. Closes #109988Sylvain Th?nault2012-11-164-24/+12
| * backport stableSylvain Th?nault2012-10-230-0/+0
| |\ |/ /
* | Added tag logilab-astng-debian-version-0.24.1-1 for changeset 185d76f61c9cSylvain Th?nault2012-10-050-0/+0
* | Added tag logilab-astng-version-0.24.1 for changeset 604235790acelogilab-astng-debian-version-0.24.1-1Sylvain Th?nault2012-10-050-0/+0
* | 0.24.1logilab-astng-version-0.24.1Sylvain Th?nault2012-10-053-1/+10
* | backport pylint-brain 27:2c83031cb6a3. Closes #4294, #46273Sylvain Th?nault2012-10-053-5/+95
* | test and fix absolute import handling. Closes #106191Sylvain Th?nault2012-10-055-4/+20
* | fix function fromlineno when some decorator is splited on multiple lines. Clo...Mark Gius2012-09-203-1/+22
* | setup.py: properly add additional file during build instead of install.Sylvain Th?nault2012-08-302-6/+15
* | properly define file_encoding Module attribute. Closes #104041Sylvain Th?nault2012-08-292-0/+4
* | default is stableSylvain Th?nault2012-08-0110-8/+236
|\ \ | |/
| * Fix python 3 crash on importing from a non existing module. Closes #83749FELD Boris2012-07-313-4/+39
| * Make Starred node extends ParentAssignTypeMixin as it can be part of Assign a...FELD Boris2012-07-252-1/+47
| * Added tag logilab-astng-debian-version-0.24.0-1 for changeset d517d5a9bac9Sylvain Th?nault2012-07-180-0/+0
| * Added tag logilab-astng-version-0.24.0 for changeset e2ba7d936faflogilab-astng-debian-version-0.24.0-1Sylvain Th?nault2012-07-180-0/+0
| * brain extensions subdir should be explicitly installedlogilab-astng-version-0.24.0Sylvain Th?nault2012-07-181-1/+2
| * fix manifestSylvain Th?nault2012-07-181-0/+1