| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace __future__.print_statement with print_functionprint_statement | John Vandenberg | 2015-10-19 | 1 | -1/+1 |
| | | | | | | | 1c35a97 fixed Python 2 only print statements, and imported a mix of __future__.print_function and __future__.print_statement. 1826d98 fixed most of them, however this one still remains. | ||||
| * | Fixed syntax errors in Python 3. | Omer Katz | 2015-06-01 | 1 | -1/+2 |
| | | |||||
| * | Merge all test data into a single package per Python version. | Torsten Marek | 2014-11-09 | 2 | -0/+14 |
| Also modernized a lot of test code. This makes it possible to run the tests from both the base directory of the project as well as the astroid package. Since the packages have the same name for Python 2 and 3, there is less version-dependent code in the tests. | |||||
