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
/
transforms.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve typing of inference functions (#2166)
Jacob Walls
2023-05-07
1
-7
/
+4
*
Rename ``module`` to ``node``
Daniël van Noord
2023-04-30
1
-2
/
+2
*
Fix some typing issues
Daniël van Noord
2023-04-30
1
-1
/
+1
*
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
Add typing to ``TransformVisitor`` (#2062)
Daniël van Noord
2023-03-22
1
-25
/
+90
*
Some modifications for pep237 with pydocstringformatter (#1792)
Pierre Sassoulas
2023-01-09
1
-1
/
+1
*
Misc type stuff (#1888)
Nick Drozd
2022-12-15
1
-2
/
+2
*
Don't do a lookup check in a defaultdict
Daniël van Noord
2022-06-17
1
-3
/
+0
*
Avoid a global state in `utils.builtin_lookup` and avoid reinstantiating `Tra...
Jacob Walls
2022-05-22
1
-0
/
+2
*
Update typing for Python 3.7 (1) (#1555)
Marc Mueller
2022-05-13
1
-1
/
+3
*
Fix Use of cache on methods can lead to memory leaks
Pierre Sassoulas
2022-04-14
1
-5
/
+5
*
Simplify hard to maintain copyright notice (#1441)
Pierre Sassoulas
2022-03-12
1
-9
/
+1
*
astroid.context: import object one by one instead of the entire module
Pierre Sassoulas
2021-08-30
1
-2
/
+2
*
Bump astroid to 2.7.1, update changelog
v2.7.1
Pierre Sassoulas
2021-08-16
1
-1
/
+1
*
Bump astroid to 2.7.0, update changelog
v2.7.0
Pierre Sassoulas
2021-08-15
1
-0
/
+1
*
Add inference tips for dataclass attributes (#1126)
David Liu
2021-08-16
1
-2
/
+1
*
Bump astroid to 2.6.4, update changelog
Pierre Sassoulas
2021-07-20
1
-1
/
+1
*
Bump astroid to 2.6.3, update changelog
v2.6.3
Pierre Sassoulas
2021-07-19
1
-0
/
+1
*
Fix copyright links (#1084)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Bump astroid to 2.6.0-dev0, update changelog
Pierre Sassoulas
2021-06-16
1
-1
/
+1
*
Prepare for 2.5.8 release (#1013)
v2.5.8
Pierre Sassoulas
2021-06-07
1
-0
/
+1
*
Performance improvements to counter context.clone slowdown (#1009)
Andrew Haigh
2021-06-07
1
-0
/
+3
*
Prepare for 2.5.4 release
astroid-2.5.4
Pierre Sassoulas
2021-04-24
1
-0
/
+1
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Add some caching to the transforms and skip non nodes in visit_generic
Claudiu Popa
2018-10-10
1
-3
/
+10
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-1
/
+1
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-1
/
+3
*
Fix useless-object-inheritance lint error (#573)
Nick Drozd
2018-06-28
1
-1
/
+1
*
Fix linting
Claudiu Popa
2018-06-14
1
-1
/
+1
*
If a transform returns a different node type, don't apply the rest of the tra...
Claudiu Popa
2018-06-04
1
-0
/
+3
*
Remove warnings for nodes that were replaced multiple time
Claudiu Popa
2018-06-04
1
-6
/
+0
*
Remove occurrences of no-else-return and consider-using-ternary
Claudiu Popa
2016-12-18
1
-2
/
+2
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+2
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Convert all files to new license header
Ceridwen
2016-05-16
1
-17
/
+3
*
There's a new separate step for transforms.
Claudiu Popa
2015-08-02
1
-0
/
+96