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
/
astroid
/
brain
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Transform boto3.ServiceRequest to look like dynamic class
Claudiu Popa
2020-03-04
1
-0
/
+28
*
|
|
Pass a context to Arguments.call_site() calls
Claudiu Popa
2020-03-02
4
-9
/
+9
*
|
|
Pass a context argument to ``astroid.Arguments`` to prevent recursion errors
Claudiu Popa
2020-03-02
1
-1
/
+1
*
|
|
numpy.astype now returns a ndarray object
hippo91
2020-02-10
1
-1
/
+5
*
|
|
Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretation
Claudiu Popa
2020-02-10
1
-0
/
+2
*
|
|
Make imag and real attributes numpy.ndarray
hippo91
2020-02-10
1
-2
/
+2
*
|
|
Add input param to subprocess.check_output. Close PyCQA/pylint#3317
Claudiu Popa
2020-01-05
1
-0
/
+2
*
|
|
Add a call to register_transform for each numpy function in case the current ...
hippo91
2020-01-05
2
-2
/
+15
|
|
/
|
/
|
*
|
Add the float_power function in the brain and in its associated test
hippo91
2019-12-30
1
-0
/
+6
|
/
*
Add missing methods of the numpy.core.multiarray module.
hippo91
2019-12-24
1
-0
/
+32
*
Make use of cache while transform builtin containers
Stanislav Levin
2019-12-23
1
-3
/
+6
*
Allow inferring attributes of `HTTPStatus` callable
Claudiu Popa
2019-12-16
1
-0
/
+10
*
Handle StopIteration error in infer_int.
David Liu
2019-12-09
1
-1
/
+1
*
Reactivates tests for functions whose result is inferred as an ndarray and un...
hippo91
2019-12-09
1
-6
/
+6
*
Adds a special Ufunc class for ufunc objects that return pair of ndarray
hippo91
2019-12-09
1
-6
/
+6
*
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
1
-0
/
+30
*
brain_gi: Don't ignore special methods
Philipp Hörist
2019-12-04
1
-1
/
+31
*
Add more supported parameters to ``subprocess.check_output``
Claudiu Popa
2019-11-17
1
-2
/
+10
*
Add brain for "responses" (#717)
Stefan Scherfke
2019-11-06
1
-0
/
+73
*
Add `text` to `subprocess.check_output` signature
Claudiu Popa
2019-10-30
1
-13
/
+36
*
threading.Lock.acquire returns a boolean value
Claudiu Popa
2019-10-30
1
-1
/
+1
*
Provides annotations for scipy.signal module (#702)
Valentin Valls
2019-10-11
1
-0
/
+89
*
Add the env parameter to subprocess.check_output
Claudiu Popa
2019-09-30
1
-1
/
+2
*
Fix no-member issue on Signal for PySide2 (#700)
Antoine Boellinger
2019-09-30
1
-1
/
+1
*
Allow annotated assign with attrs
Tomas Novak
2019-09-26
1
-2
/
+8
*
A transform for the builtin `dataclasses` module was added.
Claudiu Popa
2019-09-26
1
-0
/
+50
*
Remove extraneous comma
Claudiu Popa
2019-09-25
1
-1
/
+1
*
Proper signature for subprocess.check_output. Close #PyCQA/3118
Claudiu Popa
2019-09-25
1
-1
/
+4
*
Update http brain tips to support `phrase` and `description`
Claudiu Popa
2019-09-12
1
-1
/
+121
*
Add a brain tip for ``subprocess.check_output``
Claudiu Popa
2019-09-11
1
-0
/
+12
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
3
-70
/
+32
*
Add brain tips for `crypt`. Close PyCQA/pylint#3047
Grygorii Iermolenko
2019-08-22
1
-0
/
+26
*
Add support for positional only arguments in astroid for python 3.8
Claudiu Popa
2019-07-09
1
-0
/
+1
*
Make sure that node.expr points to a Name before calling looks_like_numpy_member
Claudiu Popa
2019-06-20
1
-0
/
+1
*
Avoid use of inference engine before it is fully set up. Add docstrings
hippo91
2019-05-25
1
-2
/
+34
*
Merge branch 'bug_pylint_2721' of https://github.com/hippo91/astroid into bug...
hippo91
2019-05-25
1
-1
/
+1
|
\
|
*
Corrects the way a numpy member is identified
hippo91
2019-04-26
1
-1
/
+1
*
|
Merge branch 'master' into bug_pylint_2721
hippo91
2019-05-25
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fixed being unable to access class attributes on a NamedTuple (#673)
Ashley Whetter
2019-05-20
1
-0
/
+9
*
|
Refomat according to black
hippo91
2019-04-21
9
-41
/
+38
*
|
Refactor to make the introduction of new functions easier
hippo91
2019-04-21
1
-19
/
+16
*
|
Factorize functions inference system
hippo91
2019-04-20
3
-63
/
+48
*
|
Reformat for easier new function introduction
hippo91
2019-04-20
1
-98
/
+32
*
|
Add definition for numpy.ones and numpy.zeros functions
hippo91
2019-04-20
2
-0
/
+35
*
|
Add the function numpy.empty
hippo91
2019-04-20
1
-0
/
+14
*
|
Add the __init__ method for datetime64and timedelta64
hippo91
2019-04-20
1
-2
/
+4
*
|
Add .python-version file and .vscode directory
hippo91
2019-04-20
2
-1
/
+2
*
|
Rename brain_numpy module and associated unit test module
hippo91
2019-04-20
1
-1
/
+1
[prev]
[next]