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
*
Annotated AST follows PEP8 coding style when converted to string.
Ćukasz Rogalski
2019-06-22
1
-0
/
+2
*
Drop support for Python 3.4
Claudiu Popa
2019-06-20
1
-0
/
+2
*
Replace _verify_duplicates_mro with _clean_duplicates_mro.
Peter de Blanc
2019-06-02
1
-8
/
+12
*
``assert`` only functions are properly inferred as returning ``None``
Claudiu Popa
2019-06-02
1
-0
/
+4
*
Merge branch 'master' into bug_pylint_2721
Claudiu Popa
2019-06-02
1
-1
/
+7
|
\
|
*
Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...
Claudiu Popa
2019-06-01
1
-0
/
+4
|
*
Added support for inferring `IfExp` nodes.
Claudiu Popa
2019-06-01
1
-0
/
+2
*
|
Merge branch 'bug_pylint_2721' of https://github.com/hippo91/astroid into bug...
hippo91
2019-05-25
1
-0
/
+7
|
\
\
|
*
|
Add the references to pylint bugs corrected
hippo91
2019-04-26
1
-0
/
+6
*
|
|
Merge branch 'master' into bug_pylint_2721
hippo91
2019-05-25
1
-0
/
+17
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fixed being unable to find distutils submodules by name when in a virtualenv ...
Ashley Whetter
2019-05-23
1
-0
/
+3
|
*
Instances of exceptions are inferred as such when inferring in non-exception ...
Claudiu Popa
2019-05-21
1
-0
/
+6
|
*
Fixed being unable to access class attributes on a NamedTuple (#673)
Ashley Whetter
2019-05-20
1
-0
/
+4
|
*
Can access per argument type comments (#667)
Ashley Whetter
2019-05-14
1
-0
/
+4
*
|
Add the __init__ method for datetime64and timedelta64
hippo91
2019-04-20
1
-0
/
+12
|
/
*
Drop a superfluous and wrong callcontext when inferring the result of a conte...
Claudiu Popa
2019-04-09
1
-0
/
+4
*
``igetattr`` raises ``InferenceError`` on re-inference of the same object
Claudiu Popa
2019-04-09
1
-0
/
+11
*
Variable annotations can no longer be retrieved with `ClassDef.getattr`
Claudiu Popa
2019-04-03
1
-0
/
+5
*
Fix object_len infererence without context causing RecursionError (#660)
Bryce Guinta
2019-04-01
1
-0
/
+7
*
Improved builtin inference for ``tuple``, ``set``, ``frozenset``, ``list`` an...
Claudiu Popa
2019-03-28
1
-0
/
+9
*
``threading.Lock.locked()`` is properly recognized as a member of ``threading...
Claudiu Popa
2019-03-05
1
-0
/
+6
*
The last except handler wins when inferring variables bound in an except hand...
Claudiu Popa
2019-03-03
1
-0
/
+4
*
master is now 2.3.0
Claudiu Popa
2019-03-03
1
-0
/
+4
*
Merge branch 'master' into bug_pylint_2594
hippo91
2019-02-28
1
-1
/
+6
|
\
|
*
Prepare 2.2.0
Claudiu Popa
2019-02-27
1
-4
/
+3
|
*
Remove merge marker
Claudiu Popa
2019-02-27
1
-1
/
+1
|
*
Merges master
hippo91
2019-02-24
1
-2
/
+8
|
|
\
|
*
\
Merge branch 'master' into bug_pylint_2436
hippo91
2019-02-15
1
-0
/
+6
|
|
\
\
|
*
|
|
Add of ChangeLog entry
hippo91
2019-02-09
1
-0
/
+5
*
|
|
|
Merge branch 'master' into bug_pylint_2594
hippo91
2019-02-24
1
-0
/
+20
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Update to typed-ast 1.3 and drop the Python 3.7 restriction
Claudiu Popa
2019-02-19
1
-0
/
+2
|
*
|
|
Add support of unary operators to numpy types.
hippo91
2019-02-17
1
-0
/
+3
|
|
|
/
|
|
/
|
|
*
|
Fix a crash with ``typing.NamedTuple`` and empty fields. Close PyCQA/pylint#2745
Claudiu Popa
2019-02-13
1
-0
/
+2
|
*
|
Add a proper ``strerror`` inference to the ``OSError`` exceptions.
Claudiu Popa
2019-02-13
1
-0
/
+4
|
|
/
|
*
Support non-const nodes as values of Enum attributes.
Claudiu Popa
2019-02-05
1
-0
/
+4
|
*
Fix a crash in the ``enum`` brain tip caused by non-assign members in class d...
Claudiu Popa
2019-02-04
1
-0
/
+5
*
|
Add an entry
hippo91
2019-01-27
1
-0
/
+4
|
/
*
``brain_numpy`` returns an undefined type for ``numpy`` methods to avoid ``as...
Claudiu Popa
2019-01-25
1
-0
/
+4
*
Avoid statement deletion in the _filter_stmts method of the LookupMixin class...
hippo91
2019-01-23
1
-0
/
+4
*
Fix a recursion error caused by inferring the ``slice`` builtin.
Claudiu Popa
2019-01-21
1
-0
/
+4
*
Fix typo in description for brain_attrs (#638)
Bianca Power
2019-01-20
1
-0
/
+2
*
Remove the restriction that "old style classes" cannot have a MRO.
Claudiu Popa
2019-01-19
1
-0
/
+6
*
Added more builtin exceptions attributes. Close #580
Claudiu Popa
2019-01-18
1
-0
/
+2
*
Add a registry for builtin exception models. Close PyCQA/pylint#1432
Claudiu Popa
2019-01-17
1
-0
/
+2
*
Add brain tips for `http.client`. Close PyCQA/pylint#2687
Claudiu Popa
2019-01-16
1
-0
/
+2
*
Prevent crashing when processing ``enums`` with mixed single and double quotes.
Claudiu Popa
2019-01-13
1
-0
/
+4
*
``typing`` types have the `__args__` property. Close PyCQA/pylint#2419
Claudiu Popa
2018-12-18
1
-0
/
+3
*
Extend detection of classes defined with attr
Tomas Gavenciak
2018-12-12
1
-0
/
+4
*
Fix a bug where an Attribute used as a base class was triggering a crash
Claudiu Popa
2018-12-04
1
-0
/
+4
*
Added special support for `enum.IntFlag`
Claudiu Popa
2018-11-29
1
-0
/
+9
[next]