summaryrefslogtreecommitdiff
path: root/astroid/brain
Commit message (Expand)AuthorAgeFilesLines
* Ignore exceptions raised by gi.require_versionpygobject-require_versionDavid Shea2015-07-081-2/+6
* Duplicate calls to gi.require_version.David Shea2015-07-081-2/+30
* Understand metaclasses added with six.add_metaclass decorator. Closes issue #...Claudiu Popa2015-07-071-1/+28
* Fix the body of namedtuple._replace: return the current self and don't actual...Claudiu Popa2015-07-061-5/+2
* Add __enter__ and __exit__ for subprocess.Popen.Claudiu Popa2015-07-031-36/+46
* Add __reversed__ special method to deques.Claudiu Popa2015-06-261-2/+3
* Understand the one-argument form of the builtin *type*.Claudiu Popa2015-06-241-2/+12
* Namedtuple's instance members gain a new .attrname attribute, since they're a...Claudiu Popa2015-06-201-0/+1
* Add inference support for the `bool` builtin.Claudiu Popa2015-06-171-0/+25
* Fix a couple of pylint warnings.Claudiu Popa2015-06-171-4/+2
* Add inference support for `callable` builtin.Claudiu Popa2015-06-161-7/+30
* Allow inference of tuple(frozenset())Claudiu Popa2015-06-141-4/+4
* Set the module name for six.moves fail hook module.Claudiu Popa2015-06-101-1/+3
* Improve the inference of six.moves.Claudiu Popa2015-06-101-192/+223
* Add 'assert_equals' method in nose.tools's brain plugin.Claudiu Popa2015-06-091-0/+3
* Add inference support for hasattr builtin. Closes issue #102.Claudiu Popa2015-06-071-11/+44
* Infer the third argument of the getattr builtin and return the inference result.Claudiu Popa2015-06-061-1/+4
* Use an inference context for inferring attributes in infer_getattr.Claudiu Popa2015-06-061-1/+1
* Add inference support for getattr builtin.Claudiu Popa2015-06-061-2/+45
* Use register_builtin_transform for inferring super.Claudiu Popa2015-06-061-6/+2
* Update the rules for what descriptor is returned from a super(), depending on...Claudiu Popa2015-05-281-1/+2
* Add a new *inference object* called SuperClaudiu Popa2015-05-281-1/+73
* Add a new type of nodes, called *inference objects*.Claudiu Popa2015-05-191-0/+8
* Add brain module for dateutil.parser.parsepylint-480raylu2015-05-121-0/+15
* Ensure that generated enum values have the correct base classesenum-fixesPhilip Lorenz2015-05-011-2/+2
* SyncManager is a context manager as well.Claudiu Popa2015-04-291-0/+2
* Add six tips for vendorized requests library.Claudiu Popa2015-04-241-0/+1
* Add brain tips for multiprocessing post Python 3.4+.Claudiu Popa2015-04-021-4/+33
* Add missing tkinter imports.Claudiu Popa2015-03-281-0/+2
* Supress py2gi warnings. Patch by Cole Robinson. Closes issue #86.Claudiu Popa2015-03-281-1/+11
* Add brain tips for multiprocessing.Manager and multiprocessing.managers.SyncM...Claudiu Popa2015-03-281-0/+52
* Some style fixes.Claudiu Popa2015-03-281-5/+4
* Improve the nose brain tips.Claudiu Popa2015-01-281-17/+35
* Obtain the methods for the nose brain tip through anClaudiu Popa2015-01-271-3/+8
* Get the first element from the method list when obtaining nose.tools.trivial ...Claudiu Popa2015-01-161-1/+1
* Add inference tips for nose.tools.Claudiu Popa2015-01-111-0/+56
* removed long suffixFran?ois Mockers2015-01-081-2/+2
* added properties block_size and digest_size to hashlibFran?ois Mockers2015-01-071-0/+6
* Trim two extra lines.Claudiu Popa2015-01-031-2/+0
* Add parse and error submodules to six.moves tips.Claudiu Popa2014-12-281-0/+2
* Add brain tips for six.moves. Closes issue #63.Claudiu Popa2014-12-181-0/+223
* Fix a typo.Claudiu Popa2014-12-111-1/+1
* Improve the brain definition of string methods.Claudiu Popa2014-12-041-9/+31
* don't commit/push without checking for unsaved bufferSylvain Th?nault2014-12-042-44/+6
* [brain] move code from py2stdlib to builtin_inferenceSylvain Th?nault2014-12-041-0/+43
* Add brain definition for most string and unicode methodsSylvain Th?nault2014-12-041-0/+47
* Add inference tips for dict calls.Claudiu Popa2014-12-031-1/+68
* Set the col_offset for infered dicts.Claudiu Popa2014-12-021-0/+1
* Drop the inference of frozensets as sets.Claudiu Popa2014-11-281-2/+0
* Support bytes as arguments for builtins like list, set and tuple.Claudiu Popa2014-11-281-1/+1