summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch classmethod_subclassesclassmethod_subclassesClaudiu Popa2014-05-210-0/+0
* Merge with default.cpopa2014-05-073-1/+8
|\
| * 1.1.1Sylvain Th?nault2014-04-303-2/+10
* | Function nodes can detect if they are decorated with subclasses of builtin de...cpopa2014-05-074-6/+71
|/
* Merge with ancestors.cpopa2014-04-301-4/+2
|\
| * Merge with default.cpopa2014-04-294-5/+110
| |\
* | | Simplify the lookup for the metaclass; add comments for the YES node tests.ancestorscpopa2014-04-303-6/+6
* | | Merge with default.cpopa2014-04-296-3/+36
|\ \ \ | |/ /
| * | Only cache modules if no other module with the same name is known yet, andTorsten Marek2014-04-264-3/+12
| * | Add future imports to Module.future_imports.Torsten Marek2014-04-253-0/+23
* | | Merge with default.cpopa2014-04-290-0/+0
|\ \ \ | |_|/ |/| |
* | | Use specific assert in test, remove a required version.cpopa2014-04-252-3/+2
* | | Add tests for checking that YES is not leaked when retrieving the metaclass o...cpopa2014-04-252-0/+20
* | | Look in ancestors when a class node doesn't use an explicitly defined metacla...cpopa2014-04-254-4/+91
| |/ |/|
* | Merged in PCManticore/astroid/tox (pull request #34)Claudiu 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
* | | Merged in PCManticore/astroid/ancestors (pull request #31)Claudiu Popa2014-04-223-0/+26
|\ \ \ | |/ / |/| / | |/
| * 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
* | 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
|\ \ | |/ |/|
| * Merged in PCManticore/astroid/args_fix (pull request #30)Claudiu Popa2014-04-132-0/+41
| |\
| | * 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 cl...cpopa2014-04-152-0/+5
* | Unwrap instances found in `.ancestors()`, by using their _proxied class. Don'...cpopa2014-04-124-6/+49
|/
* 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