summaryrefslogtreecommitdiff
path: root/astroid/tests
Commit message (Expand)AuthorAgeFilesLines
* Ensure that generated enum values have the correct base classesenum-fixesPhilip Lorenz2015-05-011-0/+33
* Add basic unit test for enum supportPhilip Lorenz2015-05-011-0/+34
* Don't let ResolveError leak out from local_attr, when using .mro().Claudiu Popa2015-04-301-0/+7
* Expose a implicit_metaclass() method in Class.Claudiu Popa2015-04-251-0/+15
* Class.local_attr and Class.local_attr_ancestors uses internally a mro lookup,...Claudiu Popa2015-04-181-0/+22
* Don't hard fail when calling .mro() on a class which has combined both newsty...Claudiu Popa2015-04-181-0/+17
* Fix a typo in the possible properties list and add more tests.Claudiu Popa2015-04-181-1/+12
* Make is_property a private function. Remove some trailing whitespaces.Claudiu Popa2015-04-171-2/+2
* Support multiple types of known properties in _wrap_attr.Claudiu Popa2015-04-171-0/+41
* Remove trailing whitespace.Claudiu Popa2015-04-171-1/+1
* Merge.Claudiu Popa2015-04-171-0/+21
|\
| * UnboundMethod.getattr calls the getattr of its _proxied object.Claudiu Popa2015-04-171-0/+21
* | Merged in mplatings/astroid (pull request #70)Claudiu Popa2015-04-1711-34/+307
|\ \ | |/
| * Improve the inference of Getattr nodes when dealing with abstract properties ...Claudiu Popa2015-04-171-0/+16
| * .slots() will return an empty list for classes with empty slots.Claudiu Popa2015-04-141-0/+8
| * Understand partially the 3-argument form of `type`.Claudiu Popa2015-04-131-0/+15
| * Use a check on sys.version_info instead, to accomodate for Python 3.3Claudiu Popa2015-04-021-2/+2
| * Add brain tips for multiprocessing post Python 3.4+.Claudiu Popa2015-04-021-4/+18
| * Remove trailing whitespaceClaudiu Popa2015-04-011-1/+1
| * Set the current function as parent for the Generator object inferred from `in...Claudiu Popa2015-04-011-1/+16
| * Backed out changeset 53b22c3f6ed9Claudiu Popa2015-04-011-16/+1
| * Set the current function as parent for the Generator object inferred from `in...Claudiu Popa2015-04-011-1/+16
| * Proper mro support for six.with_metaclass. Closes issue #85.Claudiu Popa2015-03-311-0/+13
| * Remove unused import.Claudiu Popa2015-03-311-1/+0
| * Run test_multiprocessing_manager only if multiprocessing is available.Claudiu Popa2015-03-311-2/+10
| * Use realpath where it is necessary.Claudiu Popa2015-03-301-2/+2
| * Fix the test.Claudiu Popa2015-03-301-2/+2
| * drone.io debug.Claudiu Popa2015-03-301-2/+1
| * Add debug output for drone.ioClaudiu Popa2015-03-301-0/+1
| * Add some fixes which enhances the Jython support.Claudiu Popa2015-03-307-21/+39
| * Add brain tips for multiprocessing.Manager and multiprocessing.managers.SyncM...Claudiu Popa2015-03-281-1/+60
| * Remove trailing whitespace.Claudiu Popa2015-03-271-1/+1
| * Filter out YES nodes when creating a temporary class for the with_metaclass h...Claudiu Popa2015-03-271-1/+28
| * Catch SyntaxError in astroid.builder.AstroidBuilder._data_build and reraise i...Claudiu Popa2015-03-171-2/+2
| * Fix a deep recursion loop problem: it is best to check if we have visited a c...Daniel Balparda2015-03-161-0/+22
| * Fix bug/crash when confronted with an invalid \x escape (ex: '\x1').Daniel Balparda2015-03-161-0/+4
| * Add a new option to AstroidManager for controlling the AST peephole optimizerClaudiu Popa2015-03-143-8/+44
| * Class.slots raises NotImplementedError for old style classes.Claudiu Popa2015-03-141-0/+11
| * Get the correct __new__ for Python 2.Claudiu Popa2015-03-121-1/+1
| * Protect against a TypeError in Arguments.fromlineno.Claudiu Popa2015-03-121-0/+8
* | Work around the Python 2 part of issue https://bitbucket.org/logilab/astroid/...platings2015-03-121-0/+1
|/
* Change the way how context caching and scoping is done.Claudiu Popa2015-03-112-3/+5
* Implement the assigned_stmts operation for Starred nodes.Claudiu Popa2015-02-211-0/+153
* Improve the scope_lookup method for Classes.Claudiu Popa2015-02-091-0/+16
* Remove all unused variables from the code base.Claudiu Popa2015-01-296-13/+11
* Improve a test, by checking the actual infered objects.Claudiu Popa2015-01-291-1/+10
* Mark an unimplemented test as an expected failure.Claudiu Popa2015-01-291-9/+16
* Mark a comment as TODO.Claudiu Popa2015-01-291-1/+2
* Fix all unused imports in the code base.Claudiu Popa2015-01-296-10/+4
* Fix a crash which occurred when a class was the ancestorClaudiu Popa2015-01-291-0/+23