| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix argument search for methods and classmethods. | cpopa | 2014-04-13 | 1 | -0/+36 |
| * | Skip a test that uses multi-arg with on 2.6. | Eevee (Alex Munroe) | 2014-03-21 | 1 | -0/+1 |
| * | fix failing test when the whole test are executed, due to caching issue | Sylvain Th?nault | 2014-04-08 | 1 | -0/+1 |
| * | fix crash when class has some __call__ method that is not inferable. Closes #17 | Sylvain Th?nault | 2014-04-08 | 1 | -1/+17 |
| * | delete trailing whitespaces | Sylvain Th?nault | 2014-04-08 | 1 | -7/+7 |
| * | Fix tests for Python 3 and Windows. | cpopa | 2014-04-02 | 2 | -3/+10 |
| * | Backout changeset. | cpopa | 2014-04-02 | 1 | -23/+1 |
| * | Merged logilab/astroid into default | Claudiu Popa | 2014-04-02 | 3 | -39/+66 |
| |\ |
|
| | * | Merged in flyingsheep/astroid (pull request #15) | Sylvain Th?nault | 2014-03-26 | 7 | -44/+304 |
| | |\ |
|
| | | * | call transformation for builtin modules as well (though not yet for their chi... | Sylvain Th?nault | 2014-03-19 | 1 | -0/+13 |
| | | * | [test] fix unexpected replace | Sylvain Th?nault | 2014-03-19 | 1 | -38/+38 |
| | * | | added unittests for file_stream | Phil Schaf | 2013-11-25 | 2 | -1/+15 |
| * | | | Fix a false positive with builtin exceptions, by rewriting the `args` and `me... | cpopa | 2014-03-08 | 1 | -1/+23 |
| | |/
|/| |
|
| * | | Test fixes. | cpopa | 2014-03-04 | 1 | -2/+2 |
| * | | Drop yield_from API, add a new YieldFrom node instead. | cpopa | 2014-03-04 | 1 | -10/+26 |
| * | | Add yield_from property for Yield nodes. | cpopa | 2014-03-02 | 1 | -2/+24 |
| * | | Don't crash when inferring nodes from with statements, with multiple context ... | cpopa | 2014-02-22 | 1 | -0/+10 |
| * | | Move test to unittest_regrtest. | cpopa | 2014-01-29 | 2 | -8/+10 |
| * | | Fix test to take into account the new _sitebuiltins. | cpopa | 2014-01-26 | 1 | -1/+6 |
| * | | Merge with default. | cpopa | 2014-01-26 | 4 | -9/+152 |
| |\ \ |
|
| | * | | All class nodes are marked as new style classes for Py3k, closes #12. | cpopa | 2014-01-16 | 3 | -8/+24 |
| | * | | Fix `as_string` for one element tuples. | cpopa | 2013-12-27 | 1 | -0/+9 |
| | * | | Add Changelog entry regarding `metaclass`, add a new test for py3k. | cpopa | 2013-12-18 | 1 | -1/+12 |
| | * | | Merged default into metaclass | Claudiu Popa | 2013-12-18 | 2 | -1/+108 |
| | |\ \ |
|
| | | * | | Don't use .body to retrieve the classes. Add test for parent metaclass. | cpopa | 2013-10-18 | 1 | -5/+19 |
| | | * | | Add tests for the metaclass and newstyle discovery. | cpopa | 2013-08-14 | 1 | -0/+18 |
| | | * | | Add test for .as_string. | cpopa | 2013-08-14 | 1 | -0/+12 |
| | | * | | Add tests. | cpopa | 2013-08-13 | 2 | -1/+64 |
| * | | | | Add support for ast NameConstant, added in Python 3.4. | cpopa | 2013-12-16 | 1 | -0/+7 |
| |/ / / |
|
| * | | | Add support for inferring the arguments to namedtuple invocations, to support... | Torsten Marek | 2013-11-03 | 1 | -0/+25 |
| * | | | Make sure that the class object that is returned for | Torsten Marek | 2013-11-03 | 1 | -1/+18 |
| | |/
|/| |
|
| * | | Merged in AndroWiiid/astroid/dev (pull request #12) | Sylvain Th?nault | 2013-11-05 | 1 | -1/+1 |
| |\ \ |
|
| | * | | update to (theorically) supported python versions | Sylvain Th?nault | 2013-11-05 | 1 | -1/+1 |
| * | | | 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 |
| * | | | Add some tests for AstroidManager class in unittest_manager.py | AndroWiiid | 2013-10-24 | 1 | -20/+104 |
| |/ / |
|
| * | | fix some test failures with pypy platform (one remaining) | Sylvain Th?nault | 2013-10-18 | 2 | -4/+12 |
| |/ |
|
| * | Update some function definitions in py2stdlib's hashlib stub module | Torsten Marek | 2013-07-24 | 1 | -0/+39 |
| * | rename all astroid_from* method, introduced by sed, into ast_from* | Sylvain Th?nault | 2013-07-24 | 3 | -21/+21 |
| * | Properly recognize methods annotated with abc.abstract{property,method} | Torsten Marek | 2013-06-20 | 1 | -0/+24 |
| * | namedtuple support using extended transformation function features. Closes #8766 | Sylvain Th?nault | 2013-06-18 | 1 | -0/+17 |
| * | [transforms] allow transformation functions on any nodes, not only modules | Sylvain Th?nault | 2013-06-18 | 1 | -1/+1 |
| * | Fix test_generator_attributes for python3 | Julien Cristau | 2013-06-17 | 1 | -1/+4 |
| * | rename the project astroid | David Douard | 2013-06-17 | 12 | -576/+576 |
| * | Fix unittest that was broken due to a change in pylint (BaseTokenChecker -> B... | Torsten Marek | 2013-06-17 | 1 | -1/+1 |
| * | as_string/repr_tree code cleanup: enhance the doc a bit + regroup code | Sylvain Th?nault | 2013-04-11 | 2 | -11/+11 |
| * | enhanced generator support. Closes #124340 | Sylvain Th?nault | 2013-04-11 | 1 | -6/+8 |
| * | [test] use @require_version when possible | Sylvain Th?nault | 2013-03-29 | 4 | -19/+12 |
| * | import cleanups | Sylvain Th?nault | 2013-03-29 | 1 | -4/+4 |
| * | minor cleanups: drop copyright by me, update others to 2013, droip those in d... | Sylvain Th?nault | 2013-03-28 | 25 | -382/+26 |