| age |
author |
description |
| Tue, 24 Apr 2012 17:16:11 +0200 |
Sylvain Thénault |
get_module_part should be given a context_file. Closes pyreverse crash #92362stable tip |
| Tue, 14 Feb 2012 11:38:35 +0100 |
Sylvain Thénault |
default is stablestable |
| Tue, 31 Jan 2012 17:32:05 +0100 |
Sylvain Thénault |
add trove classifiers (tell about python 3 support for pypi)stable |
| Thu, 19 Jan 2012 17:02:39 +0100 |
Sylvain Thénault |
use open rather than file as 2to3 miss it (probably because of the file class attribute)default |
| Thu, 08 Dec 2011 17:37:40 +0100 |
Sylvain Thénault |
test: don't depend on the way test is started |
| Thu, 08 Dec 2011 16:56:40 +0100 |
Sylvain Thénault |
default is stablestable |
| Thu, 08 Dec 2011 16:56:06 +0100 |
Sylvain Thénault |
Added tag logilab-astng-debian-version-0.23.1-1 for changeset abf75e6ca8ae |
| Thu, 08 Dec 2011 16:56:05 +0100 |
Sylvain Thénault |
Added tag logilab-astng-version-0.23.1 for changeset 652e0a150ddalogilab-astng-debian-version-0.23.1-1 |
| Thu, 08 Dec 2011 15:26:27 +0100 |
Sylvain Thénault |
backport stablelogilab-astng-version-0.23.1 |
| Thu, 08 Dec 2011 15:25:58 +0100 |
Sylvain Thénault |
0.23.1 |
| Thu, 08 Dec 2011 14:31:33 +0100 |
Sylvain Thénault |
closes #62295: avoid "OSError: Too many open files" |
| Thu, 08 Dec 2011 14:31:08 +0100 |
Torsten Marek |
Make sure that the name attribute on lambda nodes is defined, |
| Tue, 22 Nov 2011 10:31:55 +0100 |
Julien Cristau |
[packaging] Tell python-support we only support python >= 2.5stable |
| Thu, 20 Oct 2011 12:09:45 +0200 |
Julien Jehannet |
[py3k] make python3 package available in sid (closes: #81139) |
| Tue, 25 Oct 2011 09:13:21 +0200 |
Sylvain Thénault |
only call transformers if modname specified |
| Tue, 25 Oct 2011 09:13:03 +0200 |
Sylvain Thénault |
add a note about launching tests |
| Fri, 07 Oct 2011 16:49:32 +0200 |
Sylvain Thénault |
default is stablestable |
| Fri, 07 Oct 2011 16:48:47 +0200 |
Sylvain Thénault |
Added tag logilab-astng-debian-version-0.23.0-1 for changeset 8b510baa9baa |
| Fri, 07 Oct 2011 16:48:47 +0200 |
Sylvain Thénault |
Added tag logilab-astng-version-0.23.0 for changeset fd80e67a9801logilab-astng-debian-version-0.23.0-1 |
| Fri, 07 Oct 2011 12:25:34 +0200 |
Sylvain Thénault |
0.23logilab-astng-version-0.23.0 |
| Thu, 29 Sep 2011 14:13:46 +0200 |
Sylvain Thénault |
closes #77253: provide a way for user code to register astng transformers |
| Thu, 29 Sep 2011 14:13:45 +0200 |
Sylvain Thénault |
copy context path when cloning inference context, else we may skip undesired inference branches. closes #77187 |
| Tue, 27 Sep 2011 18:41:23 +0200 |
Sylvain Thénault |
closes #77188: support lgc.decorators.classproperty |
| Tue, 27 Sep 2011 18:40:51 +0200 |
Sylvain Thénault |
fix some copyrights |
| Tue, 27 Sep 2011 14:11:47 +0200 |
Sylvain Thénault |
cosmetic changes: update/fix copyright and comments, d-t-w |
| Tue, 27 Sep 2011 14:08:44 +0200 |
Sylvain Thénault |
we actually dropped support for python < 2.5 in 0.21 |
| Fri, 16 Sep 2011 09:47:33 +0200 |
Sylvain Thénault |
remove sys.path manipulation around builder.string_build (closes #76159) |
| Fri, 16 Sep 2011 09:44:57 +0200 |
Sylvain Thénault |
remove debug print |
| Wed, 07 Sep 2011 10:23:10 +0200 |
Sylvain Thénault |
closes #74748: getitem protocal should return Const node, not the bare python value |
| Wed, 07 Sep 2011 10:23:10 +0200 |
Sylvain Thénault |
closes #74746: should return empty module when __main__ is imported |
| Wed, 20 Jul 2011 18:15:52 +0200 |
Sylvain Thénault |
default is stablestable |
| Wed, 20 Jul 2011 18:14:02 +0200 |
Sylvain Thénault |
Added tag logilab-astng-debian-version-0.22.0-1 for changeset 688b0d8d1f06 |
| Wed, 20 Jul 2011 18:14:01 +0200 |
Sylvain Thénault |
Added tag logilab-astng-version-0.22.0 for changeset 36dc61136d8blogilab-astng-debian-version-0.22.0-1 |
| Mon, 18 Jul 2011 16:01:03 +0200 |
Sylvain Thénault |
0.22logilab-astng-version-0.22.0 |
| Mon, 11 Jul 2011 10:24:05 +0200 |
Sylvain Thénault |
dtw |
| Fri, 08 Jul 2011 20:16:52 +0200 |
Sylvain Thénault |
py3k: __builtin__ module renamed to builtins, we should consider this to properly build ast for builtin objects |
| Fri, 08 Jul 2011 18:11:04 +0200 |
Sylvain Thénault |
test and fix relative import inference pb, detected with python 3 |
| Fri, 08 Jul 2011 18:04:13 +0200 |
alain lefroy |
fix file encoding detection with python2.x (closes #70494) |
| Fri, 08 Jul 2011 17:03:47 +0200 |
Sylvain Thénault |
cleanups |
| Fri, 08 Jul 2011 15:55:38 +0200 |
Sylvain Thénault |
fix absolute import behaviour with python 2.7: it seems that absolute import are actually not activated by default, at least with 2.7.1 |
| Fri, 08 Jul 2011 14:30:56 +0200 |
Sylvain Thénault |
closes #70565: absolute imports treated as relative (patch by Jacek Konieczny) |
| Fri, 08 Jul 2011 12:25:31 +0200 |
Sylvain Thénault |
closes #70381: IndendationError in import causes crash |
| Fri, 08 Jul 2011 12:08:07 +0200 |
Sylvain Thénault |
closes #70497: Crash on AttributeError: 'NoneType' object has no attribute '_infer_name' by fixing constant factory |
| Thu, 16 Jun 2011 19:13:15 +0200 |
Sylvain Thénault |
closes #69217: please add column offset to the astng node |
| Tue, 18 Jan 2011 09:50:25 +0100 |
Julien Jehannet |
(merge py3k changes) |
| Mon, 22 Nov 2010 17:24:15 +0100 |
Julien Jehannet |
[debian] py3k: change build command from new distutils |
| Thu, 13 Jan 2011 21:36:43 +0100 |
Sylvain Thénault |
default is stablestable |
| Thu, 13 Jan 2011 21:36:22 +0100 |
Sylvain Thénault |
Added tag logilab-astng-debian-version-0.21.1-1 for changeset 71d957477e3a |
| Thu, 13 Jan 2011 21:36:21 +0100 |
Sylvain Thénault |
Added tag logilab-astng-version-0.21.1 for changeset aef5848d64cclogilab-astng-debian-version-0.21.1-1 |
| Tue, 11 Jan 2011 16:41:30 +0100 |
Sylvain Thénault |
cleanuplogilab-astng-version-0.21.1 |
| Tue, 11 Jan 2011 16:41:26 +0100 |
Sylvain Thénault |
fix constant_factory, it may be given unknown object when building from living objects |
| Tue, 11 Jan 2011 15:39:00 +0100 |
Sylvain Thénault |
republish 0.21.1 which has never been published actually |
| Tue, 11 Jan 2011 15:08:59 +0100 |
Sylvain Thénault |
we should catch everything when importing an inspected module to raise a proper building exception |
| Tue, 11 Jan 2011 15:08:07 +0100 |
Sylvain Thénault |
clear ast cache to remove test inter-dependancy |
| Tue, 11 Jan 2011 15:07:38 +0100 |
Sylvain Thénault |
cleanup |
| Tue, 11 Jan 2011 15:07:07 +0100 |
Sylvain Thénault |
change ASTManager cache attribute to astng_cache so it doesn't sound protected (actually used externally) |
| Tue, 11 Jan 2011 14:53:07 +0100 |
Sylvain Thénault |
cleanup |
| Tue, 11 Jan 2011 14:53:00 +0100 |
Sylvain Thénault |
fix building from living object: content of container should be turned into ast nodes |
| Thu, 06 Jan 2011 17:19:56 +0100 |
Sylvain Thénault |
somewhat fix #57299: Exception when trying to validate file using PyQt's |
| Wed, 05 Jan 2011 14:52:06 +0100 |
Sylvain Thénault |
add support for object.__new__ (base patch provided by Chris Torek) |