summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch.no-logilab-commonClaudiu Popa2015-07-250-0/+0
* 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
* Add test for indexing results of tuple and list builtins.Claudiu Popa2015-07-011-1/+3
* Add test for indexing strings.Claudiu Popa2015-07-011-1/+2
* Use six constants for python versions.Claudiu Popa2015-07-011-7/+3
* Add support for indexing bytes on Python 3.Claudiu Popa2015-07-013-0/+16
* Modernize test to use extract_node.Claudiu Popa2015-07-011-18/+11
* Mark a test as an expected failure: not all staticmethod and classmethods are...Claudiu Popa2015-07-011-1/+2
* Add annotation support for function.as_string(). Closes issue #37.Claudiu Popa2015-07-014-9/+35
* Merged in jarradhope/astroid (pull request #73)Claudiu Popa2015-07-012-6/+17
|\
| * add returns annotationjarradhope2015-04-261-2/+5
| * annotations = Nonejarradhope2015-04-261-1/+3
| * Merged logilab/astroid into defaultJarrad Hope2015-04-263-1/+30
| |\
| * | add annotations to as_string method of Argumentsjarradhope2015-04-261-4/+10