summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch metaclassmetaclassClaudiu Popa2013-12-180-0/+0
|
* Use .infer.cpopa2013-12-181-1/+1
|
* Remove reference to Py3k.cpopa2013-12-181-1/+1
|
* Better Changelog message.cpopa2013-12-181-3/+2
|
* Add Changelog entry regarding `metaclass`, add a new test for py3k.cpopa2013-12-183-2/+17
|
* Merged default into metaclassClaudiu Popa2013-12-185-22/+142
|\
| * 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
| |
| * Proper metaclass discovery when encountering __metaclass__.cpopa2013-08-141-4/+8
| |
| * Add test for .as_string.cpopa2013-08-141-0/+12
| |
| * Proper handling of metaclass for class.as_string.cpopa2013-08-141-1/+11
| |
| * Add tests.cpopa2013-08-133-2/+65
| |
| * Change metaclass discovery.cpopa2013-08-132-20/+19
| |
* | Merged logilab/astroid into defaultClaudiu Popa2013-12-162-3/+34
|\ \ | |/
| * Merged logilab/astroid into defaultClaudiu Popa2013-08-052-3/+34
| |\
| | * Revert change.cpopa2013-07-241-1/+1
| | |
| | * Proper metaclass handling.cpopa2013-07-241-4/+3
| | |
| | * Return a string depicting the metaclass, not the metaclass itself.cpopa2013-07-241-1/+4
| | |
| | * Add support for metaclass for Python 3.cpopa2013-07-242-2/+20
| | |
| | * Add metaclass support for Class node.cpopa2013-07-241-0/+11
| | |
* | | Add support for inferring the arguments to namedtuple invocations, to ↵Torsten Marek2013-11-033-5/+44
| | | | | | | | | | | | | | | | | | | | | support cases like this: fields = ['a', 'b', 'c'] A = collections.namedtuple('A', fields)
* | | Fix a wrong variable name in test_utils.pyTorsten Marek2013-11-031-3/+2
| | |
* | | Make sure that the class object that is returned forTorsten Marek2013-11-033-2/+23
| | | | | | | | | | | | namedtuple inference has a parent and add a unittest.
* | | Merged in AndroWiiid/astroid/dev (pull request #12)Sylvain Th?nault2013-11-052-2/+3
|\ \ \ | | | | | | | | | | | | Manager
| * | | update to (theorically) supported python versionsSylvain Th?nault2013-11-051-1/+1
| | | |
| * | | use new style classSylvain Th?nault2013-11-051-1/+2
| | | |
* | | | 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
| | | |
* | | | Created new branch devPaligot G?rard2013-10-240-0/+0
| | | |
* | | | Add some tests for AstroidManager class in unittest_manager.pyAndroWiiid2013-10-241-20/+104
|/ / /
* | | Added tag astroid-debian-version-1.0.1-1 for changeset 0f3825899d58Sylvain Th?nault2013-10-180-0/+0
| | |
* | | Added tag astroid-version-1.0.1 for changeset f67f24131b3aastroid-debian-version-1.0.1-1Sylvain Th?nault2013-10-180-0/+0
| | |
* | | 1.0.1astroid-version-1.0.1Sylvain Th?nault2013-10-183-2/+17
| | |
* | | fix some test failures with pypy platform (one remaining)Sylvain Th?nault2013-10-182-4/+12
| | |
* | | get back gobject introspection from pylint-brainSylvain Th?nault2013-10-181-0/+147
| | |
* | | backport pylint fix on setup.py for py3k windows/cross-compiliation install ↵Sylvain Th?nault2013-10-041-9/+3
| | | | | | | | | | | | issue
* | | fix typo in setup.pySylvain Th?nault2013-10-041-1/+1
| | |
* | | backport fix done by Tobias Rzepka on pylint for python3 install on win32 ↵Sylvain Th?nault2013-10-032-2/+11
| | | | | | | | | | | | platforms
* | | fix error in namedtuple inference, we should add an astng class node ↵Sylvain Th?nault2013-07-311-1/+1
|/ / | | | | | | *instance* in .bases
* | Added tag astroid-debian-version-1.0.0-1 for changeset aeb398869afcSylvain Th?nault2013-07-300-0/+0
| |
* | Added tag astroid-version-1.0.0 for changeset 1d6914a1a1a0astroid-debian-version-1.0.0-1Sylvain Th?nault2013-07-300-0/+0
| |
* | [debian] fix rules (no more a logilab'subpackageastroid-version-1.0.0Sylvain Th?nault2013-07-291-8/+4
| |
* | prepare astroid 1.0Sylvain Th?nault2013-07-294-328/+10
| |
* | [doc] Add atr's notes on inference and some TODOsAnthony Truchet2013-07-293-4/+105
| |
* | [doc] Setup Sphinx for documenting Astroid.Anthony Truchet2013-06-266-0/+543
|/
* backport pylint-brain modules (more hashlib description)Sylvain Th?nault2013-07-241-12/+8
|
* Update some function definitions in py2stdlib's hashlib stub moduleTorsten Marek2013-07-244-5/+47
| | | | | | and make sure AST transforms without a predicate always match. Test all this in a new testcase.
* rename all astroid_from* method, introduced by sed, into ast_from*Sylvain Th?nault2013-07-246-38/+38
|
* Add support for py3k's keyword only argumentsJulien Cristau2013-07-184-3/+31
| | | | PEP 3102
* Fix format_args when there are no positional argumentsJulien Cristau2013-07-181-1/+3
| | | | | When formatting arguments, don't output an extra leading comma if the function has no positional arguments.