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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Publicize `NodeNG.repr_name()` (#2176)
Jacob Walls
2023-05-13
1
-0
/
+4
*
Fix constructors of ``BaseContainer`` and ``Dict``
Daniël van Noord
2023-05-08
1
-0
/
+2
*
Complete cache key for inference tip (#2158)
Jacob Walls
2023-05-06
1
-0
/
+7
*
Remove deprecated doc attribute (#2154)
Marc Mueller
2023-04-25
1
-2
/
+7
*
Remove deprecated `is_sys_guard` + `is_typing_guard` (#2153)
Marc Mueller
2023-04-25
1
-0
/
+4
*
Remove deprecated nodes
Marc Mueller
2023-04-25
1
-0
/
+4
*
Fix the signature of ``infer_call_result``
Daniel van Noord
2023-04-25
1
-0
/
+13
*
Make all arguments to ``nodes.NodeNG.__init__`` required (#2138)
Daniël van Noord
2023-04-25
1
-2
/
+8
*
Remove ``laxy_object_proxy`` as dependency (#2139)
Daniël van Noord
2023-04-24
1
-0
/
+3
*
Merge branch 'maintenance/2.15.x' into main
Marc Mueller
2023-04-24
1
-1
/
+11
|
\
|
*
Bump astroid to 2.15.4, update changelog (#2144)
v2.15.4
Marc Mueller
2023-04-24
1
-1
/
+7
|
*
Various TryStar fixes (#2142)
Marc Mueller
2023-04-24
1
-0
/
+4
*
|
Remove unused constants (#2141)
Marc Mueller
2023-04-24
1
-0
/
+11
*
|
Remove cachedproperty decorator (#2140)
Marc Mueller
2023-04-24
1
-2
/
+3
*
|
Drop support for Python 3.7 (#2137)
Marc Mueller
2023-04-23
1
-0
/
+5
*
|
Reduce file system access in `ast_from_file()` (#2135)
Jacob Walls
2023-04-23
1
-0
/
+2
*
|
Fix constructors of ``Super``
Daniël van Noord
2023-04-23
1
-0
/
+1
*
|
Fix constructors of ``ComprehensionScopes`` (#2132)
Daniël van Noord
2023-04-22
1
-0
/
+4
*
|
Fix constructors of ``Module`` (#2133)
Daniël van Noord
2023-04-22
1
-0
/
+1
*
|
Fix constructors of ``ClassDef`` (#2130)
Daniël van Noord
2023-04-22
1
-0
/
+1
*
|
Fix constructors of ``FunctionDef``
Daniël van Noord
2023-04-22
1
-0
/
+1
*
|
Fix constructors of ``Lambda``
Daniël van Noord
2023-04-22
1
-0
/
+1
*
|
Add ``attr.Factory`` to the recognized class attributes for classes decorated...
Mark Byrne
2023-04-19
1
-0
/
+4
*
|
Decouple ``FunctionDef`` and ``Lambda`` (#2115)
Daniël van Noord
2023-04-17
1
-0
/
+7
*
|
Fix changelog following 2.15.3 release
Pierre Sassoulas
2023-04-16
1
-7
/
+0
*
|
Merge branch 'maintenance/2.15.x' following 2.15.3 release
Pierre Sassoulas
2023-04-16
1
-1
/
+14
|
\
\
|
|
/
|
*
Bump astroid to 2.15.3, update changelog
v2.15.3
Pierre Sassoulas
2023-04-16
1
-1
/
+7
|
*
Suppress UserWarning when finding module specs (#2121) (#2122)
github-actions[bot]
2023-04-16
1
-0
/
+4
|
*
Fix infer_call_result() crash on methods called with_metaclass() (#2118)
Jacob Walls
2023-04-16
1
-0
/
+3
*
|
Suppress UserWarning when finding module specs (#2121)
Jacob Walls
2023-04-16
1
-0
/
+4
*
|
Port property-related workaround from `infer_functiondef` to `infer_property`...
Jacob Walls
2023-04-16
1
-0
/
+4
*
|
Fix infer_call_result() crash on methods called with_metaclass() (#2118)
Jacob Walls
2023-04-15
1
-0
/
+3
*
|
Use `safe_infer` in `_unpack_args` and `_unpack_keywords` (#2117)
Tushar Sadhwani
2023-04-15
1
-0
/
+4
*
|
Clean up If fields (#2109)
Nick Drozd
2023-04-12
1
-1
/
+4
*
|
Mandatory fields for TryExcept
Nick Drozd
2023-04-07
1
-0
/
+1
*
|
Mandatory fields for ExceptHandler
Nick Drozd
2023-04-07
1
-0
/
+1
*
|
Mandatory field for Expr
Nick Drozd
2023-04-05
1
-0
/
+1
*
|
Mandatory field for Yield
Nick Drozd
2023-04-05
1
-0
/
+1
*
|
Mandatory fields for Decorators (#2107)
Nick Drozd
2023-04-05
1
-0
/
+1
*
|
Mandatory fields for Comprehension (#2099)
Nick Drozd
2023-04-05
1
-0
/
+1
*
|
Mandatory fields for Return (#2104)
Nick Drozd
2023-04-05
1
-0
/
+1
*
|
Mandatory fields for Raise (#2103)
Nick Drozd
2023-04-05
1
-0
/
+1
*
|
Mandatory fields for Slice
Nick Drozd
2023-04-05
1
-0
/
+1
*
|
Mandatory fields for While (#2095)
Nick Drozd
2023-04-04
1
-0
/
+1
*
|
Fix constructors of ``Call``
Daniël van Noord
2023-04-04
1
-0
/
+1
*
|
Fix constructors of ``Name``
Daniël van Noord
2023-04-04
1
-0
/
+1
*
|
Mandatory fields for For (#2091)
Nick Drozd
2023-04-04
1
-0
/
+1
*
|
Manadatory fields for Await
Nick Drozd
2023-04-04
1
-0
/
+1
*
|
Fix constructors of ``Arguments``
Daniël van Noord
2023-04-03
1
-0
/
+1
*
|
Fix constructors of ``Keyword``
Daniël van Noord
2023-04-03
1
-0
/
+1
[next]