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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix lint warnings
Claudiu Popa
2019-10-18
1
-15
/
+0
*
All type comments have as parent the corresponding `astroid` node
Claudiu Popa
2019-10-09
1
-0
/
+21
*
Allow annotated assign with attrs
Tomas Novak
2019-10-09
1
-0
/
+13
*
A transform for the builtin `dataclasses` module was added.
Claudiu Popa
2019-10-09
1
-0
/
+33
*
Clean new pylint errors from the codebase
Claudiu Popa
2019-09-24
6
-46
/
+15
*
Skip test that does not work on Python 3.8 due to library differences
Claudiu Popa
2019-09-12
1
-0
/
+5
*
Update http brain tips to support `phrase` and `description`
Claudiu Popa
2019-09-12
1
-0
/
+13
*
Fix linting errors
Claudiu Popa
2019-09-11
2
-3
/
+0
*
Add a brain tip for ``subprocess.check_output``
Claudiu Popa
2019-09-11
1
-0
/
+12
*
Remove copyright header and simplify the files to a simple class
Claudiu Popa
2019-09-11
2
-18
/
+0
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
8
-130
/
+33
*
Add brain tips for `crypt`. Close PyCQA/pylint#3047
Grygorii Iermolenko
2019-08-22
1
-0
/
+16
*
Fix typed_ast based tests for Python 3.8
Claudiu Popa
2019-07-10
1
-2
/
+8
*
Run f string debug test on Python 3.8+
Claudiu Popa
2019-07-10
1
-0
/
+1
*
Remove `__class__` from FunctionDef locals, instead look it up in the current...
Claudiu Popa
2019-07-10
1
-2
/
+2
*
Add a simple test for f-string debug mode
Claudiu Popa
2019-07-10
1
-0
/
+6
*
Relax the spreading of defaults to both positional only and positional or key...
Claudiu Popa
2019-07-10
1
-0
/
+6
*
Use inspect.signature instead of using inspect.getargspec
Claudiu Popa
2019-07-09
1
-1
/
+5
*
Add support for finding positional only arguments using the Arguments APIs
Claudiu Popa
2019-07-09
2
-0
/
+31
*
Build FunctionDef.__get__ to use positional only arguments when inferring the...
Claudiu Popa
2019-07-09
1
-2
/
+12
*
Introduce a new argument to `Arguments` for storing the positional only annot...
Claudiu Popa
2019-07-09
1
-0
/
+16
*
Add support for positional only arguments in astroid for python 3.8
Claudiu Popa
2019-07-09
1
-0
/
+43
*
Grab only Constant strings for docstrings
Claudiu Popa
2019-07-06
1
-0
/
+9
*
Add test for extracting a doc to make sure we have it working on Python 3.8
Claudiu Popa
2019-07-06
1
-0
/
+11
*
Annotated AST follows PEP8 coding style when converted to string.
Ćukasz Rogalski
2019-06-22
2
-3
/
+3
*
Adjust a line number test for Python 3.8
Claudiu Popa
2019-06-02
1
-8
/
+2
*
Fix lint errors
Claudiu Popa
2019-06-02
1
-4
/
+4
*
Replace _verify_duplicates_mro with _clean_duplicates_mro.
Peter de Blanc
2019-06-02
1
-0
/
+17
*
Use the proper test index for a NamedExpr test
Claudiu Popa
2019-06-02
1
-1
/
+1
*
``assert`` only functions are properly inferred as returning ``None``
Claudiu Popa
2019-06-02
1
-0
/
+14
*
Merge pull request #664 from hippo91/bug_pylint_2721
Claudiu Popa
2019-06-02
9
-660
/
+1072
|
\
|
*
Merge branch 'master' into bug_pylint_2721
Claudiu Popa
2019-06-02
3
-0
/
+108
|
|
\
|
*
|
Deleting useless subTest mock for python version prior to 3.4
hippo91
2019-05-25
8
-192
/
+8
|
*
|
Merge branch 'master' into bug_pylint_2721
hippo91
2019-05-25
4
-0
/
+64
|
|
\
\
|
*
|
|
Refomat according to black
hippo91
2019-04-21
6
-58
/
+105
|
*
|
|
Add definition for numpy.ones and numpy.zeros functions
hippo91
2019-04-20
2
-0
/
+2
|
*
|
|
Add the function numpy.empty
hippo91
2019-04-20
1
-0
/
+1
|
*
|
|
Add the tests concerning ndarray classic methods
hippo91
2019-04-20
1
-1
/
+41
|
*
|
|
Rename brain_numpy module and associated unit test module
hippo91
2019-04-20
1
-1
/
+1
|
*
|
|
Refactor in order to test the methods of ndarray
hippo91
2019-04-20
1
-14
/
+49
|
*
|
|
Merge branch 'master' into bug_pylint_2721
hippo91
2019-04-13
1
-0
/
+58
|
|
\
\
\
|
*
|
|
|
Add a unittest dedicated to the numpy_core_fromnumeric brain
hippo91
2019-04-07
1
-0
/
+77
|
*
|
|
|
Typo.
hippo91
2019-04-07
1
-1
/
+1
|
*
|
|
|
Split the unittest_brain_numpy module
hippo91
2019-04-07
3
-12
/
+164
|
*
|
|
|
Check that functions return a ndarray
hippo91
2019-04-07
1
-0
/
+26
|
*
|
|
|
Split the unittest_brain_numpy
hippo91
2019-04-07
4
-305
/
+421
|
*
|
|
|
Split the unittest_brain_numpy module in parts so that each brain_numpy_* mod...
hippo91
2019-04-06
3
-94
/
+368
|
*
|
|
|
Deleting test about __inv__ method which doesn't exists in ndarray
hippo91
2019-04-06
1
-187
/
+1
|
*
|
|
|
Merge branch 'master' into bug_pylint_2721
hippo91
2019-04-06
2
-0
/
+44
|
|
\
\
\
\
|
*
|
|
|
|
Finish the split of the numpy brain. Implements all the dunder methods for nd...
hippo91
2019-04-02
1
-1
/
+2
[next]