summaryrefslogtreecommitdiff
path: root/brain
Commit message (Expand)AuthorAgeFilesLines
* Simplify brain module for the Python stdlib, but make sure that inference sti...Torsten Marek2014-08-221-27/+0
* Support iterable of tuples as well as iterable of names.cpopa2014-08-131-4/+12
* Inference of the functional form of the enums takes into consideration the va...cpopa2014-08-131-5/+26
* enum members knows about the methods from the enum class.cpopa2014-08-081-0/+2
* namedtuple inference knows about '_fields' attribute.cpopa2014-08-041-0/+2
* Fix trailing whitespace.cpopa2014-07-251-1/+1
* Use the same representation from the definition time for mocked enums.cpopa2014-07-251-6/+5
* Don't break of the first unknown basename.cpopa2014-07-251-1/+1
* Add support in pylint-brain for understanding enum classes.cpopa2014-07-251-0/+40
* Backport updates from pylint-brain.cpopa2014-07-251-47/+81
* backport pylint-brain, up to 6660851486efSylvain Th?nault2014-04-081-2/+27
* backport gi related changes from pylint-brain, closes #19 and #22Sylvain Th?nault2014-04-081-2/+14
* Add support for inferring the arguments to namedtuple invocations, to support...Torsten Marek2013-11-031-5/+17
* Make sure that the class object that is returned forTorsten Marek2013-11-031-1/+1
* get back gobject introspection from pylint-brainSylvain Th?nault2013-10-181-0/+147
* fix error in namedtuple inference, we should add an astng class node *instanc...Sylvain Th?nault2013-07-311-1/+1
* backport pylint-brain modules (more hashlib description)Sylvain Th?nault2013-07-241-12/+8
* Update some function definitions in py2stdlib's hashlib stub moduleTorsten Marek2013-07-241-4/+4
* namedtuple support using extended transformation function features. Closes #8766Sylvain Th?nault2013-06-181-11/+45
* [transforms] allow transformation functions on any nodes, not only modulesSylvain Th?nault2013-06-181-2/+5
* rename the project astroidDavid Douard2013-06-173-16/+16
* Add missing modules in py2stdlib brain hashlib. Closes #123056Torsten Marek2013-03-271-0/+6
* Use correct argument names in the py2stdlib brain urlparse module. Closes #12...Torsten Marek2013-03-271-1/+1
* backport proper subprocess.Popen implementation from pylint brain. See #46273Sylvain Th?nault2013-02-221-1/+13
* backport pylint-brain 27:2c83031cb6a3. Closes #4294, #46273Sylvain Th?nault2012-10-053-5/+95
* include basic stdlib description from the pylint-brain project (https://bitbu...Sylvain Th?nault2012-07-171-0/+119