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
/
test_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-17
1
-2
/
+2
*
Update copyright notice
hippo91
2021-02-15
1
-0
/
+1
*
New copyright notices
hippo91
2020-12-27
1
-1
/
+1
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+1
*
Adjust require_version to not require a method for decoration any longer
Claudiu Popa
2019-04-09
1
-3
/
+5
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-10
/
+17
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+5
*
Keep f-strings out of here for now, we need 3.4 and 3.5 as well
Claudiu Popa
2018-05-31
1
-1
/
+3
*
Remove reraise() in favour of using raise..from
Claudiu Popa
2018-05-31
1
-3
/
+2
*
pyupgrade (#549)
Anthony Sottile
2018-05-22
1
-1
/
+0
*
Remove occurrences of no-else-return and consider-using-ternary
Claudiu Popa
2016-12-18
1
-11
/
+11
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+4
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
New function, astroid.extract_node, exported out from astroid.test_utils.
Claudiu Popa
2016-06-29
1
-166
/
+0
*
Fix typos
Jakub Wilk
2016-06-02
1
-1
/
+1
*
Convert all files to new license header
Ceridwen
2016-05-16
1
-0
/
+3
*
Cleanup pylint's warnings over astroid codebase
Claudiu Popa
2015-12-14
1
-3
/
+5
*
Enable the warnings in tests through a context manager
Claudiu Popa
2015-12-11
1
-0
/
+14
*
Add helper function for reraising exceptions
Ceridwen
2015-09-21
1
-5
/
+4
*
Use six.reraise to avoid losing tracebacks for simple cases
Ceridwen
2015-09-21
1
-1
/
+5
*
Remove debug statements
Ceridwen
2015-08-21
1
-6
/
+0
*
Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...
Ceridwen
2015-07-11
1
-1
/
+0
*
Merge logilab/astroid again
Ceridwen
2015-07-11
1
-17
/
+1
|
\
|
*
Fix pylint issues.
Claudiu Popa
2015-07-11
1
-1
/
+0
|
*
Add a new convenience API, `astroid.parse`.
Claudiu Popa
2015-07-11
1
-16
/
+1
*
|
Node constructors almost finished except for two bugs
Ceridwen
2015-07-08
1
-4
/
+10
|
/
*
Merge all test data into a single package per Python version.
Torsten Marek
2014-11-09
1
-5
/
+7
*
Fix some of the issues around running test discover from the base directory o...
Torsten Marek
2014-11-09
1
-0
/
+3
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-0
/
+213