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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare 2.2.5
astroid-2.2.5
2.2
Claudiu Popa
2019-03-08
2
-1
/
+9
*
Use a list to hold the statements to be filtered per node instead of keeping ...
Claudiu Popa
2019-03-08
1
-6
/
+8
*
The last except handler wins when inferring variables bound in an except hand...
Claudiu Popa
2019-03-08
3
-2
/
+77
*
Add changelog entry for typed-ast change plus prepare 2.2.4
astroid-2.2.4
Claudiu Popa
2019-03-05
2
-1
/
+7
*
Use the latest typed-ast across the board
Claudiu Popa
2019-03-05
1
-2
/
+1
*
Bump to 2.2.3 and add ChangeLog entry
astroid-2.2.3
Claudiu Popa
2019-03-04
2
-1
/
+16
*
Replace `any` with `uninferable` when returning values from `numpy` transform
Claudiu Popa
2019-03-04
1
-249
/
+249
*
Add automatic travis deploys
Claudiu Popa
2019-03-03
1
-0
/
+9
*
Prepare 2.2.2
Claudiu Popa
2019-03-02
2
-1
/
+7
*
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
3
-1
/
+20
*
Open up 2.2.1 and add changelog entry for the slice() fix
Claudiu Popa
2019-02-28
2
-1
/
+9
*
Make sure to infer the arguments to the `slice()` builtin
Claudiu Popa
2019-02-28
1
-0
/
+1
*
When picking the parse function, make sure to parse with the right minor version
astroid-2.2.0
Claudiu Popa
2019-02-27
1
-1
/
+7
*
Disable test that does not make sense on versions older than Python 3.6
Claudiu Popa
2019-02-27
1
-0
/
+1
*
Prepare 2.2.0
Claudiu Popa
2019-02-27
2
-5
/
+4
*
Remove merge marker
Claudiu Popa
2019-02-27
1
-1
/
+1
*
Don't clear the manager caching any longer
Claudiu Popa
2019-02-27
1
-2
/
+0
*
Use the right pytest methods for setup and teardown
Claudiu Popa
2019-02-27
1
-2
/
+2
*
Use the same versions in tox as in __pkginfo__
Claudiu Popa
2019-02-27
1
-1
/
+2
*
Added 2 more missing _ssl constants (#648)
Benjamin Elven
2019-02-25
1
-1
/
+1
*
Merge pull request #643 from hippo91/bug_pylint_2436
hippo91
2019-02-24
3
-0
/
+108
|
\
|
*
Merges master
hippo91
2019-02-24
3
-9
/
+11
|
|
\
|
|
*
Merge branch 'master' of https://github.com/PyCQA/astroid
hippo91
2019-02-24
5
-8
/
+58
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Do a new dev release
Claudiu Popa
2019-02-20
1
-1
/
+1
*
|
|
Install typed ast 1.3 for Python 3.7 and earlier versions for Python 3.6
Claudiu Popa
2019-02-19
1
-1
/
+2
*
|
|
Update to typed-ast 1.3 and drop the Python 3.7 restriction
Claudiu Popa
2019-02-19
3
-6
/
+3
*
|
|
Add support of unary operators to numpy types.
hippo91
2019-02-17
3
-1
/
+53
|
*
|
Merge branch 'master' into bug_pylint_2436
hippo91
2019-02-15
4
-3
/
+43
|
|
\
\
|
|
|
/
|
|
*
Merge branch 'master' of https://github.com/PyCQA/astroid
hippo91
2019-02-15
4
-3
/
+43
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Fix a crash with ``typing.NamedTuple`` and empty fields. Close PyCQA/pylint#2745
Claudiu Popa
2019-02-13
3
-3
/
+20
*
|
|
Add a proper ``strerror`` inference to the ``OSError`` exceptions.
Claudiu Popa
2019-02-13
3
-0
/
+23
|
*
|
Format according to Black
hippo91
2019-02-09
2
-7
/
+18
|
*
|
Add of ChangeLog entry
hippo91
2019-02-09
1
-0
/
+5
|
*
|
Refactors and generalizes unittests dealing with tuple or list inference of n...
hippo91
2019-02-09
1
-8
/
+16
|
*
|
Merge branch 'master' into bug_pylint_2436
hippo91
2019-02-09
3
-4
/
+54
|
|
\
\
|
|
|
/
|
|
*
Merge branch 'master' of https://github.com/PyCQA/astroid
hippo91
2019-02-09
3
-4
/
+54
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Support non-const nodes as values of Enum attributes.
Claudiu Popa
2019-02-05
3
-4
/
+30
*
|
|
Fix a crash in the ``enum`` brain tip caused by non-assign members in class d...
Claudiu Popa
2019-02-04
3
-1
/
+25
|
*
|
Add a unittest checking that the call to numpy.array function is not inferred...
hippo91
2019-02-09
1
-0
/
+71
|
*
|
Refactoring to code DRY
hippo91
2019-02-03
1
-20
/
+28
|
*
|
Adding support for unary operators for numpy ndarray and numbers. Adding hook...
hippo91
2019-02-03
1
-1
/
+54
|
|
/
|
*
Merge branch 'master' of https://github.com/PyCQA/astroid
hippo91
2019-02-02
1
-9
/
+9
|
|
\
|
|
/
|
/
|
*
|
Docs: Fixing transformation example to be functional (#640)
Azeem Bande-Ali
2019-01-28
1
-9
/
+9
|
*
Merge branch 'master' of https://github.com/PyCQA/astroid
hippo91
2019-01-27
1
-26
/
+26
|
|
\
|
|
/
|
/
|
*
|
Remove inadvertent returns from class bodies
Claudiu Popa
2019-01-27
1
-26
/
+26
|
*
Merge branch 'master' of https://github.com/PyCQA/astroid
hippo91
2019-01-26
7
-301
/
+327
|
|
\
|
|
/
|
/
|
*
|
``brain_numpy`` returns an undefined type for ``numpy`` methods to avoid ``as...
Claudiu Popa
2019-01-25
2
-272
/
+276
*
|
Bump typed_ast to 1.2.0
Claudiu Popa
2019-01-23
1
-1
/
+1
*
|
Avoid statement deletion in the _filter_stmts method of the LookupMixin class...
hippo91
2019-01-23
5
-28
/
+50
[next]