summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare a new micro release.astroid-1.3.4Claudiu Popa2015-01-173-4/+5
* Get the first element from the method list when obtaining nose.tools.trivial ...Claudiu Popa2015-01-162-1/+5
* Added tag astroid-1.3.3 for changeset 82ad34850236Claudiu Popa2015-01-160-0/+0
* Prepare the release.astroid-1.3.3Claudiu Popa2015-01-163-4/+4
* Remove the trailing whitespace.Claudiu Popa2015-01-151-1/+1
* Fix the test's astroid cache problem.Claudiu Popa2015-01-155-26/+42
* Add inference tips for nose.tools.Claudiu Popa2015-01-112-0/+58
* Show for what classes a consistent mro order couldn't be determined.Claudiu Popa2015-01-112-3/+19
* Remove all occurences of bad-whitespace.Claudiu Popa2015-01-108-11/+11
* The order of arguments was inverted.Claudiu Popa2015-01-101-1/+1
* Reenable the debug for drone.io.Claudiu Popa2015-01-101-1/+1
* Remove all trailing whitespaces.Claudiu Popa2015-01-106-14/+14
* Change the order of the dependencies.Claudiu Popa2015-01-101-1/+2
* Add a bootstrapped CI verification, using pylint.Claudiu Popa2015-01-102-2/+392
* Drop the debug support in tox.ini.Claudiu Popa2015-01-101-1/+1
* Try to fix the caching problem in tests.Claudiu Popa2015-01-102-5/+19
* Improve the mro resolution.Claudiu Popa2015-01-102-2/+64
* removed long suffixFran?ois Mockers2015-01-081-2/+2
* added properties block_size and digest_size to hashlibFran?ois Mockers2015-01-072-0/+8
* .slots() can contain unicode strings on Python 2.Claudiu Popa2015-01-033-1/+16
* Trim two extra lines.Claudiu Popa2015-01-031-2/+0
* Suppress deprecation messages.Claudiu Popa2015-01-031-2/+4
* Allow .mro to receive a context.Claudiu Popa2015-01-031-2/+2
* Improve the detection for functions decorated with decoratorsClaudiu Popa2014-12-293-55/+84
* Add parse and error submodules to six.moves tips.Claudiu Popa2014-12-281-0/+2
* Fix the error message, it raises for old style classes.Claudiu Popa2014-12-212-2/+2
* Add brain tips for six.moves. Closes issue #63.Claudiu Popa2014-12-182-0/+225
* Merged in BioGeek/astroid/BioGeek/remove-superfluous-quotation-mark-in-doc-14...Claudiu Popa2014-12-171-1/+1
|\
| * Remove superfluous quotation mark in docstringBioGeek/remove-superfluous-quotation-mark-in-doc-1418828415832BioGeek2014-12-171-1/+1
|/
* Add a new method to Class nodes, 'mro'.Claudiu Popa2014-12-153-2/+103
* It will be removed in astroid 1.6, not Pylint 1.6.Claudiu Popa2014-12-151-2/+2
* Rework the file_stream API.Claudiu Popa2014-12-153-18/+57
* Fix a typo.Claudiu Popa2014-12-111-1/+1
* Add debug output to track down failures on drone.io.Claudiu Popa2014-12-051-1/+1
* Changed the API for Class.slots.Claudiu Popa2014-12-053-6/+36
* 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
* remove XXX, this is because of python3 list(bytes)Sylvain Th?nault2014-12-041-1/+0
* Add brain definition for most string and unicode methodsSylvain Th?nault2014-12-043-1/+120
* unittest_inference readability enhancementsSylvain Th?nault2014-12-041-258/+266
* delete some trailing whitespacesSylvain Th?nault2014-12-041-6/+6
* fix test failure in unittest_regrtest, due to change in the handling of exten...Sylvain Th?nault2014-12-041-1/+2
* Add inference tips for dict calls.Claudiu Popa2014-12-033-2/+121
* Set the col_offset for infered dicts.Claudiu Popa2014-12-021-0/+1
* Drop the inference of frozensets as sets.Claudiu Popa2014-11-282-11/+1
* Support bytes as arguments for builtins like list, set and tuple.Claudiu Popa2014-11-282-1/+15
* Add inference tips for 'tuple', 'set' and 'list' builtins.Claudiu Popa2014-11-284-5/+223
* Merged in jcristau/astroid/issue61 (pull request #64)Claudiu Popa2014-11-280-0/+0
|\
* | Fix test_mechanize_open (issue #61)issue61Julien Cristau2014-11-281-1/+1
|/