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
...
*
|
|
|
|
|
Adds a note dealing with numpy version 1.18 and the __getattr__ method
hippo91
2020-12-29
1
-1
/
+2
*
|
|
|
|
|
Add the function random that is an alias of random_sample
hippo91
2020-12-29
1
-0
/
+1
*
|
|
|
|
|
Adds the ufunc degrees and radians
hippo91
2020-12-29
1
-0
/
+2
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Removes insecable whitespaces
hippo91
2020-12-29
1
-8
/
+8
*
|
|
|
|
Formatting according to black
hippo91
2020-12-28
1
-8
/
+8
*
|
|
|
|
Adds copyright notice
hippo91
2020-12-28
1
-0
/
+1
*
|
|
|
|
Adds comment to explain the use of sys.base_prefix
hippo91
2020-12-28
1
-3
/
+11
*
|
|
|
|
Seems like the only way to have a valid get_python_lib(standard_lib=True) wit...
hippo91
2020-12-28
1
-0
/
+1
*
|
|
|
|
sys.real_prefix doesn't exist anymore with recent version of venv. Use base_p...
hippo91
2020-12-28
1
-1
/
+1
*
|
|
|
|
Adds print to debug travis failure with pyp
hippo91
2020-12-28
1
-0
/
+3
*
|
|
|
|
New copyright notices
hippo91
2020-12-27
47
-29
/
+65
*
|
|
|
|
Python3.9 is officially supported
hippo91
2020-12-27
1
-0
/
+1
*
|
|
|
|
Fix a crash in functools.partial inference when the arguments cannot be deter...
Claudiu Popa
2020-12-27
1
-5
/
+8
*
|
|
|
|
Fix incorrect error message formatting
Claudiu Popa
2020-12-26
1
-1
/
+1
*
|
|
|
|
Do not crash when encountering starred assignments in enums.
Claudiu Popa
2020-12-26
1
-1
/
+2
*
|
|
|
|
handle deprecation warnings when walking module members
Becker Awqatty
2020-12-26
1
-2
/
+5
*
|
|
|
|
Allow lazy-object-proxy >= 1.5.0
Konrad Weihmann
2020-12-24
1
-1
/
+1
*
|
|
|
|
Add None check on inferred_node
Simon Hewitt
2020-12-24
1
-0
/
+1
*
|
|
|
|
Fix starred_assigned_stmts elts cast (introduced in d68f2935)
Vilnis Termanis
2020-12-24
1
-2
/
+1
*
|
|
|
|
Allow wrapt 1.12
Felix Mölder
2020-12-24
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #858 from hippo91/fix_python39_new
hippo91
2020-12-13
2
-1
/
+21
|
\
\
\
\
|
*
|
|
|
Formatting according to black
hippo91
2020-11-22
1
-2
/
+3
|
*
|
|
|
Takes into account the fact that in python3.9 NamedTuple in typing module is ...
hippo91
2020-11-22
1
-0
/
+19
|
*
|
|
|
When inferring argument takes into account possible posonyargs before raising...
hippo91
2020-11-22
1
-1
/
+1
*
|
|
|
|
Merge pull request #857 from pkolbus/remove-imp
hippo91
2020-12-13
3
-123
/
+87
|
\
\
\
\
\
|
*
|
|
|
|
Remove dependency on imp.
Peter Kolbus
2020-11-27
3
-123
/
+87
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'master' into issue843
Tim Martin
2020-10-31
3
-4
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Explicitly return None on certain functions
Raphael Gaschignard
2020-10-28
2
-2
/
+2
|
*
|
|
|
Drop tracebacks on Astroid import errors for caches
Raphael Gaschignard
2020-10-28
1
-2
/
+4
*
|
|
|
|
Fix incorrect MRO being calculated for scoped multiple inheritance
Tim Martin
2020-10-13
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Adds ndarray as rtype for T attribute.
hippo91
2020-09-14
2
-2
/
+2
*
|
|
|
Teach astroid about Hypothesis (#820)
Zac Hatfield-Dodds
2020-09-14
1
-0
/
+53
*
|
|
|
Add the value parameter in the signature of the __or__ method of the ndarray ...
hippo91
2020-09-14
1
-1
/
+1
*
|
|
|
Fix warning regarding ABC import from collections (#825)
Karthikeyan Singaravelan
2020-09-14
1
-2
/
+2
*
|
|
|
Add comments and changelog entry (#830)
hippo91
2020-09-14
2
-2
/
+6
*
|
|
|
Squash one-off inference utility functions to help reduce recursion errors (#...
Bryce Guinta
2020-06-23
2
-1
/
+20
*
|
|
|
Separate string and bytes classes patching (#807)
Claudiu Popa
2020-06-23
1
-47
/
+85
*
|
|
|
Squash one-off inference utility functions to help reduce recursion errors (#...
Bryce Guinta
2020-06-22
3
-40
/
+23
*
|
|
|
Fix exception causes all over the codebase (#806)
Ram Rachum
2020-06-20
7
-37
/
+37
|
|
_
|
/
|
/
|
|
*
|
|
Fix exception causes in helpers.py
Ram Rachum
2020-06-19
1
-4
/
+4
*
|
|
Fix a crash caused by a lookup of a monkey-patched method (#803)
Claudiu Popa
2020-06-16
1
-2
/
+1
*
|
|
`FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)
Claudiu Popa
2020-06-09
1
-0
/
+5
*
|
|
Add exception inference for `UnicodeDecodeError` (#797)
Claudiu Popa
2020-05-29
1
-0
/
+7
*
|
|
Properly construct the arguments of infered property descriptors (#796)
Claudiu Popa
2020-05-28
1
-9
/
+24
*
|
|
brain_mechanize: Add missing methods to transform (#794)
Peter Kolbus
2020-05-28
1
-1
/
+58
*
|
|
Add more supported parameters to ``subprocess.check_output()``.
Peter Pentchev
2020-05-28
1
-0
/
+10
*
|
|
Cleanup formatting errors
Claudiu Popa
2020-05-14
1
-3
/
+7
*
|
|
`FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
Claudiu Popa
2020-05-12
2
-1
/
+6
*
|
|
Fix the new violations of super-without-arguments
Claudiu Popa
2020-05-12
6
-48
/
+44
*
|
|
Add brain for sqlalchemy.orm.session
Stefan Scherfke
2020-05-12
1
-0
/
+31
[prev]
[next]