summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata
Commit message (Expand)AuthorAgeFilesLines
* Add support for discovering .pth file created by certain namespace packages.Claudiu Popa2016-08-243-0/+2
* Move the test data namespace packages where they belong.Claudiu Popa2016-05-0928-11/+0
* Build a dummy module object for namespace directories and add a test for mult...Claudiu Popa2016-05-094-0/+4
* Don't introduce empty values for non-zip importers in path_importer_cache and...Claudiu Popa2016-05-092-0/+0
* Add test for old namespace packages protocol.Claudiu Popa2016-05-0924-0/+18
* Move testdata back into tests.Claudiu Popa2016-02-1339-0/+511
* Move testdata/ to the top level; closes #312Ceridwen2016-01-2480-1024/+0
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-062-0/+2
* Merge modular-locals into 2.0Ceridwen2015-11-162-2/+0
|\
| * Finish most needed changes for building ASTs from runtime objects.Ceridwen2015-11-142-2/+0
* | Remove the astpeepholeClaudiu Popa2015-11-122-2102/+0
* | Move node_classes and scoped_nodes into the tree namespace.Claudiu Popa2015-11-012-2/+2
|/
* Replace the use of print in python3/data/module.py, since it complicates the ...Claudiu Popa2015-10-221-5/+3
* Merged in jayvdb/astroid/use_print_function (pull request #91)Claudiu Popa2015-10-191-0/+1
|\
| * Fix SyntaxError on Python 2 for print functionJohn Vandenberg2015-10-191-0/+1
* | Replace __future__.print_statement with print_functionJohn Vandenberg2015-10-191-1/+1
|/
* MergeClaudiu Popa2015-07-252-2/+2
|\
| * Get rid of logilab.common.shellutils in test data.Florian Bruhin2015-07-252-2/+2
* | Add option to search for all Python files in get_module_filesRadosław Ganczarek2015-07-252-0/+0
|/
* astroid.inspector was moved to pylint.pyreverse.Claudiu Popa2015-06-174-90/+0
* Fix failing tests.Claudiu Popa2015-06-022-7/+6
* print_statement -> print_function.Omer Katz2015-06-023-3/+3
* Fixed syntax errors in Python 3.Omer Katz2015-06-017-15/+16
* Work around the Python 2 part of issue https://bitbucket.org/logilab/astroid/...platings2015-03-121-0/+1
* Add the ability to optimize small ast subtrees.Claudiu Popa2015-01-182-0/+2102
* Merge all test data into a single package per Python version.Torsten Marek2014-11-0980-0/+1114