summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch yield_fromyield_fromClaudiu Popa2014-03-080-0/+0
* Test fixes.cpopa2014-03-041-2/+2
* Drop yield_from API, add a new YieldFrom node instead.cpopa2014-03-047-36/+55
* Add yield_from property for Yield nodes.cpopa2014-03-025-5/+40
* Merged logilab/astroid into defaultClaudiu Popa2014-02-223-0/+16
|\
| * Don't crash when inferring nodes from with statements, with multiple context ...cpopa2014-02-223-0/+16
* | Merged in PCManticore/astroid/nameconstant_py34 (pull request #21)Sylvain Th?nault2014-02-141-2/+10
|\ \ | |/ |/|
| * Comment typo.cpopa2014-02-031-1/+1
| * Add link to Python issue.cpopa2014-02-031-0/+1
| * Workaround for _io module, having __module__ as `io`.cpopa2014-02-031-2/+9
* | Merged in PCManticore/astroid/nameconstant_py34 (pull request #20)Claudiu Popa2014-02-010-0/+0
|\ \ | |/ |/|
* | Move test to unittest_regrtest.cpopa2014-01-292-8/+10
* | null commitcpopa2014-01-291-1/+1
* | Proper handle args for Python 3.4 when adding to locals. Remove trailing whit...cpopa2014-01-271-18/+18
* | vararg and kwarg are instances of _arg.arg for Python 3.4, not strings.cpopa2014-01-271-0/+8
* | Fix test to take into account the new _sitebuiltins.cpopa2014-01-261-1/+6
* | Merge with default.cpopa2014-01-269-17/+216
|\ \ | |/
| * Simplify check, make sure that _newstyle is always checked for Python 3.cpopa2014-01-221-6/+6
| * Changelog update.cpopa2014-01-161-1/+1
| * Make the compare only once.cpopa2014-01-161-1/+2
| * All class nodes are marked as new style classes for Py3k, closes #12.cpopa2014-01-165-9/+30
| * Fix `as_string` for one element tuples.cpopa2013-12-272-0/+11
| * close the byte stream avoid warning w/ python3Sylvain Th?nault2013-12-241-0/+1
| * Merged in PCManticore/astroid/metaclass (pull request #9)Claudiu Popa2013-12-186-6/+171
| |\
| | * 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
* | | | Revert change.cpopa2013-12-161-0/+1
* | | | Add support for ast NameConstant, added in Python 3.4.cpopa2013-12-162-1/+13
|/ / /
* | | Add support for inferring the arguments to namedtuple invocations, to support...Torsten Marek2013-11-033-5/+44
* | | 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
* | | Merged in AndroWiiid/astroid/dev (pull request #12)Sylvain Th?nault2013-11-052-2/+3
|\ \ \
| * | | update to (theorically) supported python versionsSylvain Th?nault2013-11-051-1/+1