index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astroid
/
tests
/
unittest_builder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace None with Empty in the ASTs and refactor the zipper tests to work wit...
Ceridwen
2016-03-02
1
-1
/
+1
*
Move testdata back into tests.
Claudiu Popa
2016-02-13
1
-10
/
+41
*
Revert "Try to solve the packaging issues again"
Claudiu Popa
2016-02-11
1
-0
/
+782
*
Try to solve the packaging issues again
Ceridwen
2016-02-08
1
-782
/
+0
*
AstroidBuildingException is now AstroidBuildingError, the former being remove...
Claudiu Popa
2015-12-06
1
-1
/
+1
*
Add two new exceptions, AstroidImportError and AstroidSyntaxError.
Claudiu Popa
2015-12-06
1
-2
/
+6
*
Fix two shallow test failures on Python 2
Ceridwen
2015-11-14
1
-11
/
+9
*
Finish most needed changes for building ASTs from runtime objects.
Ceridwen
2015-11-14
1
-4
/
+7
*
Rename Uninferable and instantiate_class
Ceridwen
2015-11-06
1
-1
/
+1
*
Use introspection for _object_type
Ceridwen
2015-11-04
1
-2
/
+2
*
Fix not returning function arguments correctly in get_locals and how EmptyNod...
Ceridwen
2015-11-03
1
-3
/
+5
*
Merge structured_exceptions into modular-locals
Ceridwen
2015-11-02
1
-1
/
+1
|
\
|
*
This bookmark adds structured exceptions to astroid.
Ceridwen
2015-11-02
1
-1
/
+1
*
|
Rename Singleton to NameConstant, introduce ReservedName node
Ceridwen
2015-10-30
1
-2
/
+2
*
|
Use inference in builtin_lookup and fix test_inferred_dont_pollute
Ceridwen
2015-10-29
1
-12
/
+11
*
|
Fix Const/Singleton issues
Ceridwen
2015-10-28
1
-1
/
+1
*
|
Fix more minor test failures
Ceridwen
2015-10-27
1
-2
/
+2
*
|
Fix simple test failures
Ceridwen
2015-10-26
1
-6
/
+6
*
|
Finish removing const_factory, fix funcsigs typo and miscellaneous small test...
Ceridwen
2015-10-26
1
-3
/
+3
*
|
First draft of mock AST generation code finished
Ceridwen
2015-10-25
1
-4
/
+6
*
|
Transfer build_function and ast_from_function from modular_locals to zipper
Ceridwen
2015-10-23
1
-2
/
+2
|
/
*
Remove debug statements
Ceridwen
2015-08-21
1
-1
/
+0
*
More fixes for bugs introduced during merge
Ceridwen
2015-08-18
1
-0
/
+1
*
Merge main into default
Ceridwen
2015-08-14
1
-17
/
+4
|
\
|
*
Remove unused imports.
Claudiu Popa
2015-08-11
1
-1
/
+0
|
*
Move YES to astroid.util.
Claudiu Popa
2015-08-09
1
-1
/
+2
|
*
Get rid of logilab.common.shellutils in test data.
Florian Bruhin
2015-07-25
1
-2
/
+2
|
*
Get rid of astroid.common.decorators.
Florian Bruhin
2015-07-25
1
-13
/
+0
*
|
Merge logilab/astroid again
Ceridwen
2015-07-11
1
-34
/
+38
|
\
\
|
|
/
|
*
Cleanup builder tests.
Claudiu Popa
2015-07-11
1
-13
/
+16
|
*
Add a new convenience API, `astroid.parse`.
Claudiu Popa
2015-07-11
1
-18
/
+18
|
*
Cleanup builder.py
Claudiu Popa
2015-07-11
1
-3
/
+4
*
|
Node constructors almost finished except for two bugs
Ceridwen
2015-07-08
1
-31
/
+31
|
/
*
NotImplemented is detected properly now as being part of the builtins module.
Claudiu Popa
2015-06-23
1
-0
/
+8
*
astroid.utils.ASTWalker and astroid.utils.LocalsVisitor were moved to pylint....
Claudiu Popa
2015-06-17
1
-1
/
+1
*
Fix failing tests.
Claudiu Popa
2015-06-02
1
-1
/
+1
*
Fix pylint warnings over astroid, update the list of disabled messages in pyl...
Claudiu Popa
2015-05-19
1
-2
/
+7
*
Fix bad-continuation errors from astroid.
Claudiu Popa
2015-05-19
1
-3
/
+3
*
Add some fixes which enhances the Jython support.
Claudiu Popa
2015-03-30
1
-1
/
+8
*
Fix bug/crash when confronted with an invalid \x escape (ex: '\x1').
Daniel Balparda
2015-03-16
1
-0
/
+4
*
Remove all unused variables from the code base.
Claudiu Popa
2015-01-29
1
-2
/
+2
*
Mark a comment as TODO.
Claudiu Popa
2015-01-29
1
-1
/
+2
*
Fix all unused imports in the code base.
Claudiu Popa
2015-01-29
1
-1
/
+0
*
Remove all occurences of bad-whitespace.
Claudiu Popa
2015-01-10
1
-1
/
+1
*
Fail gracefully when the string contains null bytes.
Claudiu Popa
2014-11-18
1
-0
/
+4
*
Clean the path importer cache correctly, do not nuke entries for the standard...
Torsten Marek
2014-11-17
1
-5
/
+1
*
Add some logging to debug failure on drone.io
Torsten Marek
2014-11-16
1
-1
/
+5
*
Merge all test data into a single package per Python version.
Torsten Marek
2014-11-09
1
-269
/
+245
*
Fix some of the issues around running test discover from the base directory o...
Torsten Marek
2014-11-09
1
-5
/
+3
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-0
/
+781