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
*
Prepare 2.2.5
astroid-2.2.5
2.2
Claudiu Popa
2019-03-08
1
-0
/
+8
*
The last except handler wins when inferring variables bound in an except hand...
Claudiu Popa
2019-03-08
1
-0
/
+4
*
Add changelog entry for typed-ast change plus prepare 2.2.4
astroid-2.2.4
Claudiu Popa
2019-03-05
1
-0
/
+6
*
Bump to 2.2.3 and add ChangeLog entry
astroid-2.2.3
Claudiu Popa
2019-03-04
1
-0
/
+15
*
Prepare 2.2.2
Claudiu Popa
2019-03-02
1
-0
/
+6
*
Prepare 2.2.1
astroid-2.2.1
Claudiu Popa
2019-03-02
1
-1
/
+1
*
Correctly instantiate exception instances when inferring their attributes wit...
Claudiu Popa
2019-02-28
1
-0
/
+5
*
Open up 2.2.1 and add changelog entry for the slice() fix
Claudiu Popa
2019-02-28
1
-0
/
+8
*
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
|
\
|
*
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
*
|
Merge branch 'master' into bug_pylint_2436
hippo91
2019-02-15
1
-0
/
+6
|
\
\
|
|
/
|
*
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
*
|
Add of ChangeLog entry
hippo91
2019-02-09
1
-0
/
+5
|
/
*
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
*
``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
*
Prepare 2.1.0
astroid-2.1.0
Claudiu Popa
2018-11-25
1
-21
/
+18
*
Multiple "value" or "slice" values on subscript inference.
Daniel Martin
2018-10-15
1
-0
/
+4
*
Reflect AST changes in Python 3.8.
Serhiy Storchaka
2018-09-30
1
-0
/
+2
*
``threading.Lock.acquire`` has the ``timeout`` parameter now.
Claudiu Popa
2018-09-29
1
-0
/
+4
*
Pass parameters by keyword name when inferring sequences.
Claudiu Popa
2018-09-28
1
-0
/
+4
*
Correct line numbering for f-strings for complex embedded expressions
Claudiu Popa
2018-09-23
1
-0
/
+10
*
Filter out ``Uninferable`` when inferring the call result result of a class w...
Claudiu Popa
2018-08-22
1
-0
/
+4
*
`async` functions are now inferred as `AsyncGenerator` when inferring their c...
Claudiu Popa
2018-08-16
1
-0
/
+2
*
Add support for `argparse.Namespace`
Claudiu Popa
2018-08-15
1
-0
/
+9
*
Prepare 2.0.4
astroid-2.0.4
Claudiu Popa
2018-08-10
1
-1
/
+1
*
Make sure that assign nodes can find ``yield`` statements in their values
Claudiu Popa
2018-08-10
1
-0
/
+8
*
Release 2.0.3 with correct environment markers for pypy
astroid-2.0.3
Claudiu Popa
2018-08-08
1
-0
/
+7
*
Prepare 2.0.2
astroid-2.0.2
Claudiu Popa
2018-08-01
1
-1
/
+12
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-2
/
+2
*
Add test for checking that a RuntimeError is no longer emitted in Python 3.7
Bryce Guinta
2018-07-24
1
-0
/
+4
*
Fix changelog section underline
Bryce Guinta
2018-07-19
1
-2
/
+2
*
Add new Changelog heading
Bryce Guinta
2018-07-19
1
-0
/
+6
*
Prepare 2.0.1 to clear the invalid wheel file
astroid-2.0.1
Claudiu Popa
2018-07-19
1
-0
/
+8
[next]