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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
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
|
/
*
Enable wrong-import-order, wrong-import-position checks
Nick Drozd
2019-12-24
1
-0
/
+1
*
Enable else-if-used extension
Nick Drozd
2019-12-24
2
-16
/
+15
*
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
*
Rename variable to not shadow builtin
Claudiu Popa
2019-12-16
1
-3
/
+3
*
Allow inferring attributes of `HTTPStatus` callable
Claudiu Popa
2019-12-16
1
-0
/
+10
*
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
2
-4
/
+6
*
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
7
-19
/
+166
*
brain_gi: Don't ignore special methods
Philipp Hörist
2019-12-04
1
-1
/
+31
*
Retry parsing a module that has invalid type comments
Claudiu Popa
2019-11-26
2
-6
/
+27
*
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
1
-0
/
+2
*
Allow attribute assignment for exception instances
Claudiu Popa
2019-11-17
1
-3
/
+6
*
Add support for inferring exception instances in all contexts
Claudiu Popa
2019-11-17
3
-8
/
+10
*
Add more supported parameters to ``subprocess.check_output``
Claudiu Popa
2019-11-17
1
-2
/
+10
*
Infer args unpacking of ``self``
Claudiu Popa
2019-11-14
1
-0
/
+3
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
4
-12
/
+14
*
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
1
-0
/
+73
*
Update six version to 1.13 (#719)
Uilian Ries
2019-11-06
1
-1
/
+1
*
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
*
Fix as_string for f-strings (#709)
Alex Hall
2019-10-19
1
-5
/
+28
*
Remove accidental TODO
Alex Hall
2019-10-18
1
-1
/
+1
*
Fix as_string for attribute nodes with integer values
Alex Hall
2019-10-18
1
-1
/
+4
*
Fix async function definitions with decorators (#710)
Alex Hall
2019-10-18
1
-7
/
+12
*
Fix ClassDef.as_string() with keyword arguments, especially the metaclass (#707)
Alex Hall
2019-10-18
1
-10
/
+6
*
Pass an inference context to `metaclass()` when inferring an object type
Claudiu Popa
2019-10-18
2
-6
/
+13
*
Spelling fixes (#706)
Ville Skyttä
2019-10-16
1
-2
/
+2
*
Moved tests out of package directory (#704)
Ashley Whetter
2019-10-15
145
-17495
/
+0
*
Fix lint warnings
Claudiu Popa
2019-10-11
5
-18
/
+17
*
Provides annotations for scipy.signal module (#702)
Valentin Valls
2019-10-11
1
-0
/
+89
*
All type comments have as parent the corresponding `astroid` node
Claudiu Popa
2019-10-09
3
-8
/
+33
*
Make master 2.4.0
Claudiu Popa
2019-10-09
1
-1
/
+1
*
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
2
-2
/
+21
*
Pin all the dependencies we use right now
Claudiu Popa
2019-09-26
1
-3
/
+3
*
Force typed_ast >= 1.4.0 for all supported Python versions
Claudiu Popa
2019-09-26
1
-2
/
+1
*
Remove typing dependency which is no longer needed
Claudiu Popa
2019-09-26
1
-1
/
+0
*
Bump master to 2.3.1
Claudiu Popa
2019-09-26
1
-1
/
+1
[prev]
[next]