| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change indentation of unittest_raw_building.py tab to space.dev | AndroWiiid | 2013-11-04 | 1 | -38/+38 |
| | | |||||
| * | Update unittest_manager and add some tests for raw_building.py file. | AndroWiiid | 2013-10-29 | 2 | -7/+53 |
| | | |||||
| * | Created new branch dev | Paligot G?rard | 2013-10-24 | 0 | -0/+0 |
| | | |||||
| * | Add some tests for AstroidManager class in unittest_manager.py | AndroWiiid | 2013-10-24 | 1 | -20/+104 |
| | | |||||
| * | Added tag astroid-debian-version-1.0.1-1 for changeset 0f3825899d58 | Sylvain Th?nault | 2013-10-18 | 0 | -0/+0 |
| | | |||||
| * | Added tag astroid-version-1.0.1 for changeset f67f24131b3aastroid-debian-version-1.0.1-1 | Sylvain Th?nault | 2013-10-18 | 0 | -0/+0 |
| | | |||||
| * | 1.0.1astroid-version-1.0.1 | Sylvain Th?nault | 2013-10-18 | 3 | -2/+17 |
| | | |||||
| * | fix some test failures with pypy platform (one remaining) | Sylvain Th?nault | 2013-10-18 | 2 | -4/+12 |
| | | |||||
| * | get back gobject introspection from pylint-brain | Sylvain Th?nault | 2013-10-18 | 1 | -0/+147 |
| | | |||||
| * | backport pylint fix on setup.py for py3k windows/cross-compiliation install ↵ | Sylvain Th?nault | 2013-10-04 | 1 | -9/+3 |
| | | | | | issue | ||||
| * | fix typo in setup.py | Sylvain Th?nault | 2013-10-04 | 1 | -1/+1 |
| | | |||||
| * | backport fix done by Tobias Rzepka on pylint for python3 install on win32 ↵ | Sylvain Th?nault | 2013-10-03 | 2 | -2/+11 |
| | | | | | platforms | ||||
| * | fix error in namedtuple inference, we should add an astng class node ↵ | Sylvain Th?nault | 2013-07-31 | 1 | -1/+1 |
| | | | | | *instance* in .bases | ||||
| * | Added tag astroid-debian-version-1.0.0-1 for changeset aeb398869afc | Sylvain Th?nault | 2013-07-30 | 0 | -0/+0 |
| | | |||||
| * | Added tag astroid-version-1.0.0 for changeset 1d6914a1a1a0astroid-debian-version-1.0.0-1 | Sylvain Th?nault | 2013-07-30 | 0 | -0/+0 |
| | | |||||
| * | [debian] fix rules (no more a logilab'subpackageastroid-version-1.0.0 | Sylvain Th?nault | 2013-07-29 | 1 | -8/+4 |
| | | |||||
| * | prepare astroid 1.0 | Sylvain Th?nault | 2013-07-29 | 4 | -328/+10 |
| | | |||||
| * | [doc] Add atr's notes on inference and some TODOs | Anthony Truchet | 2013-07-29 | 3 | -4/+105 |
| | | |||||
| * | [doc] Setup Sphinx for documenting Astroid. | Anthony Truchet | 2013-06-26 | 6 | -0/+543 |
| | | |||||
| * | backport pylint-brain modules (more hashlib description) | Sylvain Th?nault | 2013-07-24 | 1 | -12/+8 |
| | | |||||
| * | Update some function definitions in py2stdlib's hashlib stub module | Torsten Marek | 2013-07-24 | 4 | -5/+47 |
| | | | | | | | and make sure AST transforms without a predicate always match. Test all this in a new testcase. | ||||
| * | rename all astroid_from* method, introduced by sed, into ast_from* | Sylvain Th?nault | 2013-07-24 | 6 | -38/+38 |
| | | |||||
| * | Add support for py3k's keyword only arguments | Julien Cristau | 2013-07-18 | 4 | -3/+31 |
| | | | | | PEP 3102 | ||||
| * | Fix format_args when there are no positional arguments | Julien Cristau | 2013-07-18 | 1 | -1/+3 |
| | | | | | | When formatting arguments, don't output an extra leading comma if the function has no positional arguments. | ||||
| * | Properly recognize methods annotated with abc.abstract{property,method} | Torsten Marek | 2013-06-20 | 3 | -3/+43 |
| | | | | | as abstract. | ||||
| * | Allow selecting several statements/expressions in test_utils.extract_node. | Torsten Marek | 2013-06-20 | 1 | -29/+38 |
| | | |||||
| * | Handle python3.3's With nodes | Julien Cristau | 2013-06-20 | 4 | -19/+47 |
| | | | | | | Change With nodes to have a list of (expr, var) items as in python 3.3's ast. | ||||
| * | rebuilder: fix handling of python3.3's Try ast nodes | Julien Cristau | 2013-06-19 | 1 | -4/+4 |
| | | | | | | We were setting the wrong parents, which upset pylint. Fixes https://bitbucket.org/logilab/pylint/issue/10/pylint-028-throws-an-exception-after | ||||
| * | Fix language in a couple of error messages | Julien Cristau | 2013-06-19 | 1 | -2/+2 |
| | | |||||
| * | Make file_stream return a byte stream | Julien Cristau | 2013-06-19 | 1 | -1/+1 |
| | | | | | Users get to choose the encoding to decode with. | ||||
| * | set fromlineno for Argument nodes | Julien Cristau | 2013-06-18 | 1 | -0/+2 |
| | | | | | | | decorated functions get their fromlineno attribute adjusted, but on python3, where argument nodes don't have a lineno, the argument nodes still had the old line information. | ||||
| * | Review documentation for the new extensions API. | Torsten Marek | 2013-06-18 | 1 | -10/+13 |
| | | |||||
| * | fix inference, some node classes have extra arguments there (eg import nodes) | Sylvain Th?nault | 2013-06-18 | 1 | -3/+3 |
| | | |||||
| * | start some documentation for the new transformation API | Sylvain Th?nault | 2013-06-18 | 1 | -0/+28 |
| | | |||||
| * | namedtuple support using extended transformation function features. Closes #8766 | Sylvain Th?nault | 2013-06-18 | 3 | -11/+65 |
| | | |||||
| * | [transforms] extended transformation API helpers | Sylvain Th?nault | 2013-06-18 | 1 | -0/+39 |
| | | | | | | | | * `AsStringRegexpPredicate`, predicate to use regexp on node.as_string result * `inference_tip`, generic transform function to ease registration of custom inference function | ||||
| * | [transforms] allow transformation functions on any nodes, not only modules | Sylvain Th?nault | 2013-06-18 | 6 | -14/+47 |
| | | |||||
| * | [inference] introduce (but not use it yet) explicit inference for some node ↵ | Sylvain Th?nault | 2013-06-18 | 3 | -27/+49 |
| | | | | | instances | ||||
| * | [rebuilder] visit_module is a particular visit function (main entry point), ↵ | Sylvain Th?nault | 2013-06-18 | 1 | -10/+10 |
| | | | | | move it on top | ||||
| * | work on thread safety | Sylvain Th?nault | 2013-06-18 | 2 | -9/+5 |
| | | | | | to start with, rebuilder should not be a class attribute | ||||
| * | Fix test_generator_attributes for python3 | Julien Cristau | 2013-06-17 | 1 | -1/+4 |
| | | | | | The next() method was renamed __next__() | ||||
| * | Added the test_utils module for building ASTs and extracting deeply nested ↵ | Torsten Marek | 2013-06-18 | 2 | -0/+176 |
| | | | | | nodes for easier testing. | ||||
| * | rebuilder: set tolineno for 'except' blocks on python 3.3 | Julien Cristau | 2013-06-17 | 1 | -0/+1 |
| | | | | | | | | The rewriting of Try node into TryFinally+TryExcept wasn't setting the end line for the except block. Fixes test_block_range. | ||||
| * | rename the project astroid | David Douard | 2013-06-17 | 43 | -1090/+1100 |
| | | |||||
| * | [pkg] remove lenny and intrepid debian packaging | David Douard | 2013-06-17 | 4 | -178/+0 |
| | | |||||
| * | Fix unittest that was broken due to a change in pylint (BaseTokenChecker -> ↵ | Torsten Marek | 2013-06-17 | 1 | -1/+1 |
| | | | | | BaseRawChecker). | ||||
| * | [pgkinfo] update project's url to bitbucket and kill deprecated ftp | Sylvain Th?nault | 2013-04-25 | 1 | -2/+1 |
| | | |||||
| * | backport stable | Sylvain Th?nault | 2013-04-25 | 0 | -0/+0 |
| |\ | |||||
| * | | Added tag logilab-astng-debian-version-0.24.3-1 for changeset c39e816972bcstable | Sylvain Th?nault | 2013-04-17 | 0 | -0/+0 |
| | | | |||||
| * | | Added tag logilab-astng-version-0.24.3 for changeset a4a9ed0f8a0clogilab-astng-debian-version-0.24.3-1 | Sylvain Th?nault | 2013-04-17 | 0 | -0/+0 |
| | | | |||||
