summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_builder.py
Commit message (Expand)AuthorAgeFilesLines
* Replace None with Empty in the ASTs and refactor the zipper tests to work wit...Ceridwen2016-03-021-1/+1
* Move testdata back into tests.Claudiu Popa2016-02-131-10/+41
* Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-111-0/+782
* Try to solve the packaging issues againCeridwen2016-02-081-782/+0
* AstroidBuildingException is now AstroidBuildingError, the former being remove...Claudiu Popa2015-12-061-1/+1
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-2/+6
* Fix two shallow test failures on Python 2Ceridwen2015-11-141-11/+9
* Finish most needed changes for building ASTs from runtime objects.Ceridwen2015-11-141-4/+7
* Rename Uninferable and instantiate_classCeridwen2015-11-061-1/+1
* Use introspection for _object_typeCeridwen2015-11-041-2/+2
* Fix not returning function arguments correctly in get_locals and how EmptyNod...Ceridwen2015-11-031-3/+5
* Merge structured_exceptions into modular-localsCeridwen2015-11-021-1/+1
|\
| * This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-1/+1
* | Rename Singleton to NameConstant, introduce ReservedName nodeCeridwen2015-10-301-2/+2
* | Use inference in builtin_lookup and fix test_inferred_dont_polluteCeridwen2015-10-291-12/+11
* | Fix Const/Singleton issuesCeridwen2015-10-281-1/+1
* | Fix more minor test failuresCeridwen2015-10-271-2/+2
* | Fix simple test failuresCeridwen2015-10-261-6/+6
* | Finish removing const_factory, fix funcsigs typo and miscellaneous small test...Ceridwen2015-10-261-3/+3
* | First draft of mock AST generation code finishedCeridwen2015-10-251-4/+6
* | Transfer build_function and ast_from_function from modular_locals to zipperCeridwen2015-10-231-2/+2
|/
* Remove debug statementsCeridwen2015-08-211-1/+0
* More fixes for bugs introduced during mergeCeridwen2015-08-181-0/+1
* Merge main into defaultCeridwen2015-08-141-17/+4
|\
| * Remove unused imports.Claudiu Popa2015-08-111-1/+0
| * Move YES to astroid.util.Claudiu Popa2015-08-091-1/+2
| * Get rid of logilab.common.shellutils in test data.Florian Bruhin2015-07-251-2/+2
| * Get rid of astroid.common.decorators.Florian Bruhin2015-07-251-13/+0
* | Merge logilab/astroid againCeridwen2015-07-111-34/+38
|\ \ | |/
| * Cleanup builder tests.Claudiu Popa2015-07-111-13/+16
| * Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-111-18/+18
| * Cleanup builder.pyClaudiu Popa2015-07-111-3/+4
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-31/+31
|/
* NotImplemented is detected properly now as being part of the builtins module.Claudiu Popa2015-06-231-0/+8
* astroid.utils.ASTWalker and astroid.utils.LocalsVisitor were moved to pylint....Claudiu Popa2015-06-171-1/+1
* Fix failing tests.Claudiu Popa2015-06-021-1/+1
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-2/+7
* Fix bad-continuation errors from astroid.Claudiu Popa2015-05-191-3/+3
* Add some fixes which enhances the Jython support.Claudiu Popa2015-03-301-1/+8
* Fix bug/crash when confronted with an invalid \x escape (ex: '\x1').Daniel Balparda2015-03-161-0/+4
* Remove all unused variables from the code base.Claudiu Popa2015-01-291-2/+2
* Mark a comment as TODO.Claudiu Popa2015-01-291-1/+2
* Fix all unused imports in the code base.Claudiu Popa2015-01-291-1/+0
* Remove all occurences of bad-whitespace.Claudiu Popa2015-01-101-1/+1
* Fail gracefully when the string contains null bytes.Claudiu Popa2014-11-181-0/+4
* Clean the path importer cache correctly, do not nuke entries for the standard...Torsten Marek2014-11-171-5/+1
* Add some logging to debug failure on drone.ioTorsten Marek2014-11-161-1/+5
* Merge all test data into a single package per Python version.Torsten Marek2014-11-091-269/+245
* Fix some of the issues around running test discover from the base directory o...Torsten Marek2014-11-091-5/+3
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+781