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
*
Add an entry
bug_666
hippo91
2019-12-27
1
-0
/
+5
*
Reformatting according to black
hippo91
2019-12-27
4
-14
/
+28
*
Add comments
hippo91
2019-12-27
2
-1
/
+7
*
Enrichmet of thz assertion failure message
hippo91
2019-12-27
1
-1
/
+1
*
Fixing the test about numpy multiply function which call is infered as a pair...
hippo91
2019-12-27
1
-3
/
+4
*
Infer the call to sum results in a pair Uninferable, ndarray
hippo91
2019-12-27
1
-8
/
+7
*
Add the test of functions add and multiply
hippo91
2019-12-27
1
-0
/
+2
*
Interact a minimum with the inference engine.
hippo91
2019-12-27
1
-13
/
+17
*
Adds two missing ufunc instances (add and multiply)
hippo91
2019-12-27
1
-0
/
+2
*
Adds a call to register_transform for each function in case the current node ...
hippo91
2019-12-26
1
-0
/
+5
*
The method looks_like_numpy_member is able to deal with astroid.Name nodes
hippo91
2019-12-26
1
-4
/
+8
*
Enable duplicate-code check
Nick Drozd
2019-12-24
1
-2
/
+0
*
Enable wrong-import-order, wrong-import-position checks
Nick Drozd
2019-12-24
2
-3
/
+1
*
Enable else-if-used extension
Nick Drozd
2019-12-24
3
-16
/
+16
*
Add missing methods of the numpy.core.multiarray module.
hippo91
2019-12-24
3
-7
/
+154
*
Make use of cache while transform builtin containers
Stanislav Levin
2019-12-23
2
-3
/
+20
*
Rename variable to not shadow builtin
Claudiu Popa
2019-12-16
1
-3
/
+3
*
Pin coverage to <5 to account for the private coverage format changing
Claudiu Popa
2019-12-16
1
-3
/
+3
*
Allow inferring attributes of `HTTPStatus` callable
Claudiu Popa
2019-12-16
2
-0
/
+19
*
Set arguments on inferred properties and property descriptors such as fget()
Claudiu Popa
2019-12-15
2
-1
/
+4
*
``nodes.Const.itered`` returns a list of ``Const`` nodes, not strings
Claudiu Popa
2019-12-15
4
-4
/
+19
*
Handle StopIteration error in infer_int.
David Liu
2019-12-09
3
-1
/
+23
*
Reformatting according to black
hippo91
2019-12-09
1
-15
/
+39
*
Corrects links toward issues
hippo91
2019-12-09
1
-2
/
+2
*
Adds two entries dealing with numpy
hippo91
2019-12-09
1
-0
/
+10
*
Reactivates tests for functions whose result is inferred as an ndarray and un...
hippo91
2019-12-09
2
-16
/
+16
*
Ufunc objects are no more functions but instances a fake Ufunc class
hippo91
2019-12-09
1
-1
/
+1
*
Adds unittest for ufunc objects returning pair of ndarray
hippo91
2019-12-09
1
-2
/
+33
*
Adds a special Ufunc class for ufunc objects that return pair of ndarray
hippo91
2019-12-09
1
-6
/
+6
*
Takes into account the fact that
hippo91
2019-12-09
2
-36
/
+16
*
geterrobj et seterrobj are not ufunc objects
hippo91
2019-12-09
1
-8
/
+4
*
The ufunc functions are now instance s of FakeUfunc class that mimics the beh...
hippo91
2019-12-09
1
-71
/
+107
*
The shape attribute is an numpy.ndarray
hippo91
2019-12-09
1
-1
/
+1
*
Add support for inferring properties
Claudiu Popa
2019-12-04
11
-22
/
+233
*
brain_gi: Don't ignore special methods
Philipp Hörist
2019-12-04
2
-1
/
+35
*
Disable test on Python 3.8+ where the builtin ast does not have a specific error
Claudiu Popa
2019-11-26
1
-0
/
+8
*
Retry parsing a module that has invalid type comments
Claudiu Popa
2019-11-26
4
-6
/
+60
*
Avoid a call to `getcwd` if it is not needed
Raphael Gaschignard
2019-11-26
1
-2
/
+3
*
Scope the inference to the current bound node when inferring instances of cla...
Claudiu Popa
2019-11-25
3
-0
/
+65
*
Allow attribute assignment for exception instances
Claudiu Popa
2019-11-17
2
-3
/
+28
*
Add support for inferring exception instances in all contexts
Claudiu Popa
2019-11-17
5
-15
/
+38
*
Add more supported parameters to ``subprocess.check_output``
Claudiu Popa
2019-11-17
2
-2
/
+14
*
Add a ChangeLog entry for the proposed change
Enji Cooper
2019-11-16
1
-0
/
+6
*
Make installing pytest-runner contingent on running tests
Enji Cooper
2019-11-16
1
-1
/
+5
*
Fix fixable pylint warnings
Enji Cooper
2019-11-16
1
-5
/
+4
*
Infer args unpacking of ``self``
Claudiu Popa
2019-11-14
3
-0
/
+32
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
6
-12
/
+43
*
Don't set a parent for descriptor bound methods created on `__get__` access
Claudiu Popa
2019-11-08
1
-1
/
+0
*
Add brain for "responses" (#717)
Stefan Scherfke
2019-11-06
2
-0
/
+75
*
Update six version to 1.13 (#719)
Uilian Ries
2019-11-06
2
-2
/
+2
[next]