summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure that generated enum values have the correct base classesenum-fixesPhilip Lorenz2015-05-013-2/+38
* 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-302-1/+13
* SyncManager is a context manager as well.Claudiu Popa2015-04-291-0/+2
* Expose a implicit_metaclass() method in Class.Claudiu Popa2015-04-253-1/+30
* remove set_context linejarradhope2015-04-241-1/+0
* Add six tips for vendorized requests library.Claudiu Popa2015-04-241-0/+1
* Class.local_attr and Class.local_attr_ancestors uses internally a mro lookup,...Claudiu Popa2015-04-183-2/+41
* Don't hard fail when calling .mro() on a class which has combined both newsty...Claudiu Popa2015-04-183-5/+40
* Handle empty strings as arguments to StopIteration when looking for slots().Claudiu Popa2015-04-181-1/+1
* Filter out YES results from .decoratornames().Claudiu Popa2015-04-181-1/+2
* Fix a typo in the possible properties list and add more tests.Claudiu Popa2015-04-182-2/+13
* Make is_property a private function. Remove some trailing whitespaces.Claudiu Popa2015-04-172-12/+9
* Support multiple types of known properties in _wrap_attr.Claudiu Popa2015-04-173-2/+64
* Remove trailing whitespace.Claudiu Popa2015-04-171-1/+1
* Merge.Claudiu Popa2015-04-173-2/+30
|\
| * UnboundMethod.getattr calls the getattr of its _proxied object.Claudiu Popa2015-04-173-2/+30
* | Merged in mplatings/astroid (pull request #70)Claudiu Popa2015-04-1725-94/+585
|\ \ | |/
| * Improve the inference of Getattr nodes when dealing with abstract properties ...Claudiu Popa2015-04-173-1/+27
| * .slots() will return an empty list for classes with empty slots.Claudiu Popa2015-04-143-2/+22
| * Remove trailing whitespace.Claudiu Popa2015-04-141-1/+1
| * Understand partially the 3-argument form of `type`.Claudiu Popa2015-04-133-19/+57
| * 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-023-9/+56
| * Remove trailing whitespaceClaudiu Popa2015-04-011-1/+1
| * Set the current function as parent for the Generator object inferred from `in...Claudiu Popa2015-04-013-2/+23
| * Backed out changeset 53b22c3f6ed9Claudiu Popa2015-04-014-49/+2
| * Set the current function as parent for the Generator object inferred from `in...Claudiu Popa2015-04-014-2/+49
| * Proper mro support for six.with_metaclass. Closes issue #85.Claudiu Popa2015-03-312-0/+16
| * 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-302-1/+2
| * Add some fixes which enhances the Jython support.Claudiu Popa2015-03-3011-39/+93
| * 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-283-1/+115
| * Some style fixes.Claudiu Popa2015-03-281-5/+4
| * 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-272-2/+30
| * Reraise InferenceError with the syntax error that lead to a failed do_import_...Claudiu Popa2015-03-181-1/+3
| * Catch SyntaxError in astroid.builder.AstroidBuilder._data_build and reraise i...Claudiu Popa2015-03-173-3/+10
| * Merge.Claudiu Popa2015-03-174-5/+33
| |\
| | * Fix a deep recursion loop problem: it is best to check if we have visited a c...Daniel Balparda2015-03-162-4/+28
| | * Fix bug/crash when confronted with an invalid \x escape (ex: '\x1').Daniel Balparda2015-03-162-1/+5
| * | Make modutils._search_zip thread safe.Claudiu Popa2015-03-151-1/+1
| |/
| * Added tag astroid-1.3.6 for changeset bae72378beadClaudiu Popa2015-03-140-0/+0
| * Prepare 1.3.6 release.astroid-1.3.6Claudiu Popa2015-03-142-2/+3