summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix argument search for methods and classmethods.cpopa2014-04-131-0/+36
* Skip a test that uses multi-arg with on 2.6.Eevee (Alex Munroe)2014-03-211-0/+1
* fix failing test when the whole test are executed, due to caching issueSylvain Th?nault2014-04-081-0/+1
* fix crash when class has some __call__ method that is not inferable. Closes #17Sylvain Th?nault2014-04-081-1/+17
* delete trailing whitespacesSylvain Th?nault2014-04-081-7/+7
* Fix tests for Python 3 and Windows.cpopa2014-04-022-3/+10
* Backout changeset.cpopa2014-04-021-23/+1
* Merged logilab/astroid into defaultClaudiu Popa2014-04-023-39/+66
|\
| * Merged in flyingsheep/astroid (pull request #15)Sylvain Th?nault2014-03-267-44/+304
| |\
| | * call transformation for builtin modules as well (though not yet for their chi...Sylvain Th?nault2014-03-191-0/+13
| | * [test] fix unexpected replaceSylvain Th?nault2014-03-191-38/+38
| * | added unittests for file_streamPhil Schaf2013-11-252-1/+15
* | | Fix a false positive with builtin exceptions, by rewriting the `args` and `me...cpopa2014-03-081-1/+23
| |/ |/|
* | Test fixes.cpopa2014-03-041-2/+2
* | Drop yield_from API, add a new YieldFrom node instead.cpopa2014-03-041-10/+26
* | Add yield_from property for Yield nodes.cpopa2014-03-021-2/+24
* | Don't crash when inferring nodes from with statements, with multiple context ...cpopa2014-02-221-0/+10
* | Move test to unittest_regrtest.cpopa2014-01-292-8/+10
* | Fix test to take into account the new _sitebuiltins.cpopa2014-01-261-1/+6
* | Merge with default.cpopa2014-01-264-9/+152
|\ \
| * | All class nodes are marked as new style classes for Py3k, closes #12.cpopa2014-01-163-8/+24
| * | Fix `as_string` for one element tuples.cpopa2013-12-271-0/+9
| * | Add Changelog entry regarding `metaclass`, add a new test for py3k.cpopa2013-12-181-1/+12
| * | Merged default into metaclassClaudiu Popa2013-12-182-1/+108
| |\ \
| | * | Don't use .body to retrieve the classes. Add test for parent metaclass.cpopa2013-10-181-5/+19
| | * | Add tests for the metaclass and newstyle discovery.cpopa2013-08-141-0/+18
| | * | Add test for .as_string.cpopa2013-08-141-0/+12
| | * | Add tests.cpopa2013-08-132-1/+64
* | | | Add support for ast NameConstant, added in Python 3.4.cpopa2013-12-161-0/+7
|/ / /
* | | Add support for inferring the arguments to namedtuple invocations, to support...Torsten Marek2013-11-031-0/+25
* | | Make sure that the class object that is returned forTorsten Marek2013-11-031-1/+18
| |/ |/|
* | Merged in AndroWiiid/astroid/dev (pull request #12)Sylvain Th?nault2013-11-051-1/+1
|\ \
| * | update to (theorically) supported python versionsSylvain Th?nault2013-11-051-1/+1
* | | Change indentation of unittest_raw_building.py tab to space.devAndroWiiid2013-11-041-38/+38
* | | Update unittest_manager and add some tests for raw_building.py file.AndroWiiid2013-10-292-7/+53
* | | Add some tests for AstroidManager class in unittest_manager.pyAndroWiiid2013-10-241-20/+104
|/ /
* | fix some test failures with pypy platform (one remaining)Sylvain Th?nault2013-10-182-4/+12
|/
* Update some function definitions in py2stdlib's hashlib stub moduleTorsten Marek2013-07-241-0/+39
* rename all astroid_from* method, introduced by sed, into ast_from*Sylvain Th?nault2013-07-243-21/+21
* Properly recognize methods annotated with abc.abstract{property,method}Torsten Marek2013-06-201-0/+24
* namedtuple support using extended transformation function features. Closes #8766Sylvain Th?nault2013-06-181-0/+17
* [transforms] allow transformation functions on any nodes, not only modulesSylvain Th?nault2013-06-181-1/+1
* Fix test_generator_attributes for python3Julien Cristau2013-06-171-1/+4
* rename the project astroidDavid Douard2013-06-1712-576/+576
* Fix unittest that was broken due to a change in pylint (BaseTokenChecker -> B...Torsten Marek2013-06-171-1/+1
* as_string/repr_tree code cleanup: enhance the doc a bit + regroup codeSylvain Th?nault2013-04-112-11/+11
* enhanced generator support. Closes #124340Sylvain Th?nault2013-04-111-6/+8
* [test] use @require_version when possibleSylvain Th?nault2013-03-294-19/+12
* import cleanupsSylvain Th?nault2013-03-291-4/+4
* minor cleanups: drop copyright by me, update others to 2013, droip those in d...Sylvain Th?nault2013-03-2825-382/+26