summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch toxtoxClaudiu Popa2014-04-250-0/+0
|
* Bug fix.cpopa2014-04-251-1/+1
|
* Change tox.ini file.cpopa2014-04-251-10/+2
|
* Add a tox.ini file.cpopa2014-04-251-0/+18
|
* Merge heads.cpopa2014-04-241-1/+1
|\
| * fix debian version numberSylvain Th?nault2014-04-221-1/+1
| |
* | Skip non-class bases.cpopa2014-04-241-0/+2
| |
* | test: stop using logilab.common.shellutils.ExecuteJulien Cristau2014-02-034-19/+19
| | | | | | | | Use a ProgressBar instead.
* | Merged in PCManticore/astroid/ancestors (pull request #31)Claudiu Popa2014-04-223-0/+26
|\ \ | |/ |/| | | Skip the same infered nodes as the base class in _is_metaclass. Closes issue #25
| * Merge with default.cpopa2014-04-223-0/+26
| |\ |/ /
| * Skip the same infered nodes as the base class in _is_metaclass. Closes issue ↵cpopa2014-04-223-0/+26
| | | | | | | | #25.
* | Added tag astroid-1.1 for changeset e003574ae51bSylvain Th?nault2014-04-180-0/+0
| |
* | astroid 1.1astroid-1.1Sylvain Th?nault2014-04-183-2/+9
| |
* | Merged in PCManticore/astroid/ancestors (pull request #29)Sylvain Th?nault2014-04-172-0/+41
|\ \ | |/ |/| | | Unwrap instances found in `.ancestors()`, by using their _proxied class. Don't inherit the metaclass status if the current class can't be a metaclass.
| * Merged in PCManticore/astroid/args_fix (pull request #30)Claudiu Popa2014-04-132-0/+41
| |\ | | | | | | | | | Fix argument search for methods and classmethods.
| | * Fix argument search for methods and classmethods.cpopa2014-04-132-0/+41
| |/
* | Add note in test regarding the .ancestors() fix. Check the _type of a base ↵cpopa2014-04-152-0/+5
| | | | | | | | class before calling _is_metaclass again.
* | Unwrap instances found in `.ancestors()`, by using their _proxied class. ↵cpopa2014-04-124-6/+49
|/ | | | Don't inherit the metaclass status if the current class can't be a metaclass.
* 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
| |\ | | | | | | | | | AstroidBuilder.string_build was incompatible with file_stream
| | * call transformation for builtin modules as well (though not yet for their ↵Sylvain Th?nault2014-03-194-19/+47
| | | | | | | | | | | | child nodes)
| | * [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 ↵Phil Schaf2013-11-241-4/+9
| | | | | | | | | | | | file_stream to be accessed.
| * | 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 ↵cpopa2014-03-083-3/+47
| |/ |/| | | | | `message` attributes with their real values.
* | Merged in PCManticore/astroid/yield_from (pull request #23)Claudiu Popa2014-03-087-15/+69
|\ \ | | | | | | | | | Add yield_from property for Yield nodes.
| * | 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
| | | | | | | | | | | | managers. Closes #18.
* | | Merged in PCManticore/astroid/nameconstant_py34 (pull request #21)Sylvain Th?nault2014-02-141-2/+10
|\ \ \ | |/ / |/| | | | | Workaround for _io module, having __module__ as `io`.
| * | Comment typo.cpopa2014-02-031-1/+1
| | |
| * | Add link to Python issue.cpopa2014-02-031-0/+1
| | |