summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 0.24Sylvain Th?nault2012-07-183-3/+11
| * include basic stdlib description from the pylint-brain project (https://bitbu...Sylvain Th?nault2012-07-173-1/+136
* | default is stableSylvain Th?nault2012-07-164-3/+13
|\ \ | |/ |/|
| * get_module_part should be given a context_file. Closes pyreverse crash #92362Sylvain Th?nault2012-04-242-1/+4
| * default is stableSylvain Th?nault2012-02-142-2/+2
| |\
| * | add trove classifiers (tell about python 3 support for pypi)Sylvain Th?nault2012-01-312-1/+10
| * | default is stableSylvain Th?nault2011-12-0815-146/+110
| |\ \
* | | | Fix raw_building.object_build for pypy implementation. Closes #99583FELD Boris2012-07-163-3/+12
| |_|/ |/| |
* | | use open rather than file as 2to3 miss it (probably because of the file class...Sylvain Th?nault2012-01-191-1/+1
* | | test: don't depend on the way test is startedSylvain Th?nault2011-12-081-1/+1
| |/ |/|
* | Added tag logilab-astng-debian-version-0.23.1-1 for changeset abf75e6ca8aeSylvain Th?nault2011-12-080-0/+0
* | Added tag logilab-astng-version-0.23.1 for changeset 652e0a150ddalogilab-astng-debian-version-0.23.1-1Sylvain Th?nault2011-12-080-0/+0
* | backport stablelogilab-astng-version-0.23.1Sylvain Th?nault2011-12-0815-146/+110
|\ \ | |/ |/|
| * 0.23.1Sylvain Th?nault2011-12-083-2/+14
| * closes #62295: avoid "OSError: Too many open files"Sylvain Th?nault2011-12-083-1/+10
| * Make sure that the name attribute on lambda nodes is defined,Torsten Marek2011-12-082-2/+7
| * [py3k] make python3 package available in sid (closes: #81139)Julien Jehannet2011-10-208-140/+68
| * only call transformers if modname specifiedSylvain Th?nault2011-10-251-2/+3
| * add a note about launching testsSylvain Th?nault2011-10-251-0/+9
* | [packaging] Tell python-support we only support python >= 2.5Julien Cristau2011-11-221-1/+1
* | default is stableSylvain Th?nault2011-10-070-0/+0
|\ \ | |/ |/|
| * default is stableSylvain Th?nault2011-07-200-0/+0
| |\
| | * default is stableSylvain Th?nault2011-01-130-0/+0
| | |\
* | | | Added tag logilab-astng-debian-version-0.23.0-1 for changeset 8b510baa9baaSylvain Th?nault2011-10-070-0/+0
* | | | Added tag logilab-astng-version-0.23.0 for changeset fd80e67a9801logilab-astng-debian-version-0.23.0-1Sylvain Th?nault2011-10-070-0/+0
* | | | 0.23logilab-astng-version-0.23.0Sylvain Th?nault2011-10-073-2/+10
* | | | closes #77253: provide a way for user code to register astng transformersSylvain Th?nault2011-09-294-4/+12
* | | | copy context path when cloning inference context, else we may skip undesired ...Sylvain Th?nault2011-09-294-18/+41
* | | | closes #77188: support lgc.decorators.classpropertySylvain Th?nault2011-09-273-3/+24
* | | | fix some copyrightsSylvain Th?nault2011-09-273-41/+3
* | | | cosmetic changes: update/fix copyright and comments, d-t-wSylvain Th?nault2011-09-277-79/+44
* | | | we actually dropped support for python < 2.5 in 0.21Sylvain Th?nault2011-09-276-18/+6
* | | | remove sys.path manipulation around builder.string_build (closes #76159)Sylvain Th?nault2011-09-162-6/+5
* | | | remove debug printSylvain Th?nault2011-09-161-2/+2
* | | | closes #74748: getitem protocal should return Const node, not the bare python...Sylvain Th?nault2011-09-073-2/+11
* | | | closes #74746: should return empty module when __main__ is importedSylvain Th?nault2011-09-073-0/+11
|/ / /
* | | Added tag logilab-astng-debian-version-0.22.0-1 for changeset 688b0d8d1f06Sylvain Th?nault2011-07-200-0/+0
* | | Added tag logilab-astng-version-0.22.0 for changeset 36dc61136d8blogilab-astng-debian-version-0.22.0-1Sylvain Th?nault2011-07-200-0/+0
* | | 0.22logilab-astng-version-0.22.0Sylvain Th?nault2011-07-183-3/+16
* | | dtwSylvain Th?nault2011-07-111-11/+11
* | | py3k: __builtin__ module renamed to builtins, we should consider this to prop...Sylvain Th?nault2011-07-089-52/+53
* | | test and fix relative import inference pb, detected with python 3Sylvain Th?nault2011-07-083-6/+38
* | | fix file encoding detection with python2.x (closes #70494)alain lefroy2011-07-083-1/+14
* | | cleanupsSylvain Th?nault2011-07-082-2/+2
* | | fix absolute import behaviour with python 2.7: it seems that absolute import ...Sylvain Th?nault2011-07-081-2/+2
* | | closes #70565: absolute imports treated as relative (patch by Jacek Konieczny)Sylvain Th?nault2011-07-084-0/+17
* | | closes #70381: IndendationError in import causes crashSylvain Th?nault2011-07-082-1/+4
* | | closes #70497: Crash on AttributeError: 'NoneType' object has no attribute '_...Sylvain Th?nault2011-07-082-2/+8
* | | closes #69217: please add column offset to the astng nodeSylvain Th?nault2011-06-163-0/+8
* | | (merge py3k changes)Julien Jehannet2011-01-1828-1752/+1557
|\ \ \ | |/ /