summaryrefslogtreecommitdiff
path: root/astroid/tests/testdata/python2
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright header and simplify the files to a simple classClaudiu Popa2019-09-111-9/+0
* Improve as_string output of operators, elif, with, return & docsbrendanator2018-07-053-21/+49
* Get rid of the astpeephole (it's not an actual peephole and it's optimized ju...Claudiu Popa2018-05-131-1051/+0
* fix nested namespace package importChris Philip2018-04-021-0/+1
* Builder: fix detection of whether file is a package when there is a __init__....Łukasz Rogalski2017-04-021-0/+0
* Add support for discovering .pth file created by certain namespace packages.Claudiu Popa2016-08-243-0/+2
* Build a dummy module object for namespace directories and add a test for mult...Claudiu Popa2016-05-092-0/+2
* Don't introduce empty values for non-zip importers in path_importer_cache and...Claudiu Popa2016-05-081-0/+0
* Add test for old namespace packages protocol.Claudiu Popa2016-05-0712-0/+9
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-0/+1
* Replace __future__.print_statement with print_functionJohn Vandenberg2015-10-191-1/+1
* MergeClaudiu Popa2015-07-251-1/+1
|\
| * Get rid of logilab.common.shellutils in test data.Florian Bruhin2015-07-251-1/+1
* | Add option to search for all Python files in get_module_filesRadosław Ganczarek2015-07-251-0/+0
|/
* astroid.inspector was moved to pylint.pyreverse.Claudiu Popa2015-06-172-45/+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
* Add the ability to optimize small ast subtrees.Claudiu Popa2015-01-181-0/+1051
* Merge all test data into a single package per Python version.Torsten Marek2014-11-0940-0/+557