summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch args_fixargs_fixClaudiu Popa2014-04-130-0/+0
* Fix argument search for methods and classmethods.cpopa2014-04-132-0/+41
* Skip a test that uses multi-arg with on 2.6.Eevee (Alex Munroe)2014-03-211-0/+1
* Avoid recursively inferring the same attr on the same class. Closes #7Eevee (Alex Munroe)2014-03-211-0/+3
* Avoid an (expensive) exception in transform.Eevee (Alex Munroe)2014-03-211-5/+7
* slightly more readable versionSylvain Th?nault2014-04-081-1/+2
* backport pylint-brain, up to 6660851486efSylvain Th?nault2014-04-081-2/+27
* fix failing test when the whole test are executed, due to caching issueSylvain Th?nault2014-04-081-0/+1
* fix crash when class has some __call__ method that is not inferable. Closes #17Sylvain Th?nault2014-04-083-5/+27
* delete trailing whitespacesSylvain Th?nault2014-04-081-7/+7
* backport gi related changes from pylint-brain, closes #19 and #22Sylvain Th?nault2014-04-081-2/+14
* Fix tests for Python 3 and Windows.cpopa2014-04-022-3/+10
* Backout changeset.cpopa2014-04-023-47/+3
* Merged logilab/astroid into defaultClaudiu Popa2014-04-027-61/+118
|\
| * Merged in flyingsheep/astroid (pull request #15)Sylvain Th?nault2014-03-2619-100/+493
| |\
| | * call transformation for builtin modules as well (though not yet for their chi...Sylvain Th?nault2014-03-194-19/+47
| | * [test] fix unexpected replaceSylvain Th?nault2014-03-191-38/+38
| * | added unittests for file_streamPhil Schaf2013-11-252-1/+15
| * | moved setting of module.file_encoding to _post_build()Phil Schaf2013-11-251-7/+9
| * | fixed python 2 compatibility for BytesIOPhil Schaf2013-11-251-1/+4
| * | extracted string_build from file_build. now string_build allows for file_stre...Phil Schaf2013-11-241-4/+9
| * | added file_bytes to Module to allow file_stream to be retrieved from itPhil Schaf2013-11-241-0/+5
* | | Do not print the traceback for SyntaxErrors.cpopa2014-04-021-0/+2
* | | Fix a false positive with builtin exceptions, by rewriting the `args` and `me...cpopa2014-03-083-3/+47
| |/ |/|
* | Merged in PCManticore/astroid/yield_from (pull request #23)Claudiu Popa2014-03-087-15/+69
|\ \
| * | 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
* | | Check if the parent is a module. Closes #20.cpopa2014-03-041-1/+2
|/ /
* | 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