summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag astroid-1.3.7 for changeset cda2deee65e31.3.7Claudiu Popa2015-07-270-0/+0
* Use pylint 1.4.3 for now in the CI for astroid 1.3.7astroid-1.3.7Claudiu Popa2015-07-271-1/+1
* Limit the logilab-common version for now.Claudiu Popa2015-07-271-1/+1
* Going up to 1.3.7.Claudiu Popa2015-07-272-1/+3
* Don't forget to import six.Claudiu Popa2015-07-271-1/+2
* Set the module name for six.moves fail hook module.Claudiu Popa2015-06-101-1/+3
* Improve the inference of six.moves.Claudiu Popa2015-06-103-190/+313
* Add six tips for vendorized requests library.Claudiu Popa2015-04-241-0/+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
* Add a new option to AstroidManager for controlling the AST peephole optimizerClaudiu Popa2015-03-146-9/+52
* Class.slots raises NotImplementedError for old style classes.Claudiu Popa2015-03-143-0/+20
* Merge.Claudiu Popa2015-03-141-1/+1
|\
| * Fix func_code retrieval for Python 3Ovidiu Sabou2015-02-141-1/+1
* | Get the correct __new__ for Python 2.Claudiu Popa2015-03-121-1/+1
* | Protect against a TypeError in Arguments.fromlineno.Claudiu Popa2015-03-122-1/+9
* | Added tag astroid-1.3.5 for changeset 21520283d496Claudiu Popa2015-03-110-0/+0
* | Prepare 1.3.5.astroid-1.3.5Claudiu Popa2015-03-112-2/+3
* | Remove trailing whitespace.Claudiu Popa2015-03-111-1/+1
* | Change the way how context caching and scoping is done.Claudiu Popa2015-03-117-147/+143
* | Merge.Claudiu Popa2015-02-212-3/+8
|\ \
| * | Fix small deb build bug with wrong test dir. Update changelog to 1.3.4.Ionel Maries Cristian2015-02-152-3/+8
| |/
* | Implement the assigned_stmts operation for Starred nodes.Claudiu Popa2015-02-213-1/+211
|/
* Improve the scope_lookup method for Classes.Claudiu Popa2015-02-093-1/+41
* Remove all unused variables from the code base.Claudiu Popa2015-01-297-14/+12
* 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-2910-13/+8
* Fix a crash which occurred when a class was the ancestorClaudiu Popa2015-01-293-0/+29
* Skip the nose tests if nose is unavailable.Claudiu Popa2015-01-281-0/+8
* Improve the nose brain tips.Claudiu Popa2015-01-282-17/+55
* Fix a long line.Claudiu Popa2015-01-281-1/+3
* MRO lookups can get into an infinite loop if a class is a subclass of itself....carl2015-01-281-1/+1
* Minimal syntactic compatibility with Python 2.6. Closes issue #76.Claudiu Popa2015-01-271-2/+2
* Revert an unwanted change from the previous commit.Claudiu Popa2015-01-271-1/+1
* Obtain the methods for the nose brain tip through anClaudiu Popa2015-01-273-4/+13
* Remove the debug output.Claudiu Popa2015-01-181-1/+1
* Add the new file in the project files.Claudiu Popa2015-01-182-1/+2
* Add the ability to optimize small ast subtrees.Claudiu Popa2015-01-186-1/+2310
* Added tag astroid-1.3.4 for changeset 912ee5c11020Claudiu Popa2015-01-170-0/+0
* 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