summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a timeout parameter to Popen.communicate in PY3K.py3-communicateDavid Shea2015-07-301-1/+4
* Remove trailing whitespace.Claudiu Popa2015-07-262-3/+3
* Class.getattr looks by default in the implicit and the explicit metaclasses, ...Claudiu Popa2015-07-264-7/+146
* Remove the use of scandir. Unfortunately it's supported only by CPython.Claudiu Popa2015-07-262-3/+2
* Add get_wrapping_class API to scoped_nodes, which can be used to retrieve the...Claudiu Popa2015-07-263-11/+22
* Some style cleanup.Claudiu Popa2015-07-251-3/+4
* MergeClaudiu Popa2015-07-259-18/+21
|\
| * Cleanup a test.Claudiu Popa2015-07-251-7/+5
| * Remove the useless __docformat__ variable.Claudiu Popa2015-07-235-10/+0
| * CR fixesRados?aw Ganczarek2015-07-252-5/+3
| * Removing unnecessary dependencies from toxRados?aw Ganczarek2015-07-251-2/+0
| * Proper argument nameRados?aw Ganczarek2015-07-252-7/+7
| * Add option to search for all Python files in get_module_filesRados?aw Ganczarek2015-07-256-4/+23
* | Simplify decorators.cache.Florian Bruhin2015-07-251-6/+7
* | Remove __docformat__.Florian Bruhin2015-07-251-1/+0
* | Add changelog entry.Florian Bruhin2015-07-251-0/+3
* | Remove logilab-common dependency.Florian Bruhin2015-07-252-3/+1
* | Remove pytest recommendation from README.Florian Bruhin2015-07-251-2/+1
* | Get rid of logilab.common in doc example.Florian Bruhin2015-07-251-2/+2
* | Fix get_module_files documentation in modutils.Florian Bruhin2015-07-251-3/+2
* | get rid of logilab.common in modutils.Florian Bruhin2015-07-251-2/+12
* | Use six.moves instead of logilab.common.compat.Florian Bruhin2015-07-251-1/+1
* | Get rid of logilab.common.shellutils in test data.Florian Bruhin2015-07-255-22/+19
* | Get rid of logilab.common in unittest_modutils.py.Florian Bruhin2015-07-251-17/+17
* | Get rid of astroid.common.decorators.Florian Bruhin2015-07-257-20/+83
|/
* Patch astroid_cache in unittest_regrtest.setUp with the current builtins modu...Claudiu Popa2015-07-231-0/+1
* do_import_module passes the proper relative_only flag if the level is higher ...Claudiu Popa2015-07-143-10/+8
* Remove trailing whitespace.Claudiu Popa2015-07-111-1/+1
* Small cleanup brought to the test files.Claudiu Popa2015-07-113-57/+65
* Fix pylint issues.Claudiu Popa2015-07-113-3/+1
* Cleanup builder tests.Claudiu Popa2015-07-111-13/+16
* Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-1112-154/+165
* Cleanup builder.pyClaudiu Popa2015-07-112-65/+60
* Merged in davidshea/astroid/pygobject-require_version (pull request #78)Claudiu Popa2015-07-080-0/+0
|\
* | 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-073-1/+54
* Test Super.pytype, Super.display_type and Super.nameClaudiu Popa2015-07-071-0/+11
* Fix the body of namedtuple._replace: return the current self and don't actual...Claudiu Popa2015-07-062-5/+4
* Move pyreverse specific modules and functionality back into pyreverseClaudiu Popa2015-07-036-212/+11
* Infer the unary method retrieved from classes.Claudiu Popa2015-07-032-2/+16
* Add new property name in the list of known property-like objects.Claudiu Popa2015-07-031-1/+3
* Add __enter__ and __exit__ for subprocess.Popen.Claudiu Popa2015-07-031-36/+46
* Fix pylint warnings.Claudiu Popa2015-07-021-3/+3
* Add ChangeLog entry for the last commit.Claudiu Popa2015-07-021-0/+2
* Update modutils.py from logilab.common and add support for namespace packagesClaudiu Popa2015-07-022-14/+31
* Add support for inferring methods masquerading as others for the binop protoc...Claudiu Popa2015-07-022-1/+16
* Fix the name of the __pow__ protocol.Claudiu Popa2015-07-011-1/+1
* Remove trailing whitespace.Claudiu Popa2015-07-012-2/+2
* Add support for inferring subscript on instances, which will use __getitem__...Claudiu Popa2015-07-014-3/+64