summaryrefslogtreecommitdiff
path: root/brain/py2stdlib.py
Commit message (Expand)AuthorAgeFilesLines
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-350/+0
* Make the source compatible with Python 2.7 and 3.3+.Claudiu Popa2014-10-271-1/+1
* Various speed improvements.Claudiu Popa2014-10-201-1/+9
|\
| * merged with defaultEevee (Alex Munroe)2014-07-311-55/+128
| |\
| * | Replace the regex-based namedtuple predicate.Eevee (Alex Munroe)2014-07-011-2/+10
* | | Simplify the understanding of enum members.Claudiu Popa2014-09-291-8/+13
* | | Export copy method and name property for md5 objects.Claudiu Popa2014-09-021-2/+8
* | | 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.Claudiu Popa2014-08-131-4/+12
* | | Inference of the functional form of the enums takes into consideration the va...Claudiu Popa2014-08-131-5/+26
* | | enum members knows about the methods from the enum class.Claudiu Popa2014-08-081-0/+2
* | | namedtuple inference knows about '_fields' attribute.Claudiu Popa2014-08-041-0/+2
| |/ |/|
* | Fix trailing whitespace.Claudiu Popa2014-07-251-1/+1
* | Use the same representation from the definition time for mocked enums.Claudiu Popa2014-07-251-6/+5
* | Don't break of the first unknown basename.Claudiu Popa2014-07-251-1/+1
* | Add support in pylint-brain for understanding enum classes.Claudiu Popa2014-07-251-0/+40
* | Backport updates from pylint-brain.Claudiu Popa2014-07-251-47/+81
|/
* backport pylint-brain, up to 6660851486efSylvain Thénault2014-04-081-2/+27
* 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
* 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-171-9/+9
* 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-051-5/+50
* include basic stdlib description from the pylint-brain project (https://bitbu...Sylvain Thénault2012-07-171-0/+119