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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for inferring properties
Claudiu Popa
2019-12-04
3
-3
/
+65
*
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
1
-0
/
+25
*
Scope the inference to the current bound node when inferring instances of cla...
Claudiu Popa
2019-11-25
1
-0
/
+52
*
Allow attribute assignment for exception instances
Claudiu Popa
2019-11-17
1
-0
/
+22
*
Add support for inferring exception instances in all contexts
Claudiu Popa
2019-11-17
1
-7
/
+17
*
Infer args unpacking of ``self``
Claudiu Popa
2019-11-14
1
-0
/
+19
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
1
-0
/
+26
*
Fix as_string for f-strings (#709)
Alex Hall
2019-10-19
1
-1
/
+16
*
Fix as_string for attribute nodes with integer values
Alex Hall
2019-10-18
1
-0
/
+8
*
Fix async function definitions with decorators (#710)
Alex Hall
2019-10-18
1
-0
/
+11
*
Fix ClassDef.as_string() with keyword arguments, especially the metaclass (#707)
Alex Hall
2019-10-18
1
-0
/
+26
*
Spelling fixes (#706)
Ville Skyttä
2019-10-16
1
-1
/
+1
*
Moved tests out of package directory (#704)
Ashley Whetter
2019-10-15
145
-0
/
+17490
[prev]