summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch slotsslotsClaudiu Popa2014-07-030-0/+0
* Make islots private.cpopa2014-07-033-4/+7
* Merge with default.cpopa2014-07-037-40/+85
|\
| * test: Add test_parent_metaclass for python3Julien Cristau2014-06-301-0/+13
| * Add changelog entry for Class.metaclass() changesJulien Cristau2014-06-301-0/+3
| * Stop looking at the __metaclass__ class attribute for python3Julien Cristau2014-06-303-9/+20
| * Handle __metaclass__ defined at the module levelJulien Cristau2014-06-103-35/+52
| * Fix repr for ast nodesJulien Cristau2014-06-031-1/+1
| * Add missing importJulien Cristau2014-06-041-1/+2
* | Add `slots` and `islots` methods to Class nodes.cpopa2014-06-043-2/+117
|/
* Merged in PCManticore/astroid/classmethod_subclasses (pull request #36)Claudiu 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