summaryrefslogtreecommitdiff
path: root/astroid/transforms.py
Commit message (Expand)AuthorAgeFilesLines
* Improve typing of inference functions (#2166)Jacob Walls2023-05-071-7/+4
* Rename ``module`` to ``node``Daniël van Noord2023-04-301-2/+2
* Fix some typing issuesDaniël van Noord2023-04-301-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Add typing to ``TransformVisitor`` (#2062)Daniël van Noord2023-03-221-25/+90
* Some modifications for pep237 with pydocstringformatter (#1792)Pierre Sassoulas2023-01-091-1/+1
* Misc type stuff (#1888)Nick Drozd2022-12-151-2/+2
* Don't do a lookup check in a defaultdictDaniël van Noord2022-06-171-3/+0
* Avoid a global state in `utils.builtin_lookup` and avoid reinstantiating `Tra...Jacob Walls2022-05-221-0/+2
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-1/+3
* Fix Use of cache on methods can lead to memory leaksPierre Sassoulas2022-04-141-5/+5
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-9/+1
* astroid.context: import object one by one instead of the entire modulePierre Sassoulas2021-08-301-2/+2
* Bump astroid to 2.7.1, update changelogv2.7.1Pierre Sassoulas2021-08-161-1/+1
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-151-0/+1
* Add inference tips for dataclass attributes (#1126)David Liu2021-08-161-2/+1
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-0/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Bump astroid to 2.6.0-dev0, update changelogPierre Sassoulas2021-06-161-1/+1
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-0/+1
* Performance improvements to counter context.clone slowdown (#1009)Andrew Haigh2021-06-071-0/+3
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-0/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Add some caching to the transforms and skip non nodes in visit_genericClaudiu Popa2018-10-101-3/+10
* Initial formatting of astroidClaudiu Popa2018-10-021-1/+1
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+3
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* Fix lintingClaudiu Popa2018-06-141-1/+1
* If a transform returns a different node type, don't apply the rest of the tra...Claudiu Popa2018-06-041-0/+3
* Remove warnings for nodes that were replaced multiple timeClaudiu Popa2018-06-041-6/+0
* Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa2016-12-181-2/+2
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* There's a new separate step for transforms.Claudiu Popa2015-08-021-0/+96