summaryrefslogtreecommitdiff
path: root/brain
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Sylvain Th?nault2013-07-311-1/+1
| | | | *instance* in .bases
* 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
| | | | | | and make sure AST transforms without a predicate always match. Test all this in a new testcase.
* 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 ↵Torsten Marek2013-03-271-1/+1
| | | | #123062
* 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 ↵Sylvain Th?nault2012-07-171-0/+119
(https://bitbucket.org/sthenault/pylint-brain). Closes #100013