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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pin coverage to <5 to account for the private coverage format changing
1.6
Claudiu Popa
2020-01-26
1
-3
/
+3
*
Prepare 1.6.6
astroid-1.6.6
Claudiu Popa
2019-04-09
2
-1
/
+18
*
Add automatic travis deploys
Claudiu Popa
2019-04-09
1
-0
/
+9
*
make is_standard_module() properly classify extensions (#659) (#661)
markmcclain
2019-04-09
2
-4
/
+5
*
Fix lint errors
Claudiu Popa
2018-06-14
8
-28
/
+12
*
Use pylint<2.0 for running the linting
Claudiu Popa
2018-06-14
1
-1
/
+3
*
Add cPickle to the list of available imports for six.moves in Python2
Bryce Guinta
2018-06-14
1
-0
/
+1
*
Prepare 1.6.5
astroid-1.6.5
Claudiu Popa
2018-06-06
2
-1
/
+17
*
Don't propagate Uninferable objects when inferring BinOps
Claudiu Popa
2018-06-05
1
-0
/
+2
*
Protect against passing lookup_class to non-class proxied objects
Claudiu Popa
2018-05-26
1
-1
/
+4
*
Prepare 1.6.4
astroid-1.6.4
Ashley Whetter
2018-05-15
2
-1
/
+9
*
Skip non-attrs specific attributes
Claudiu Popa
2018-05-07
2
-0
/
+16
*
Add brain tip for numpy.sum. Close PyCQA/pylint#1558
Claudiu Popa
2018-04-16
1
-0
/
+9
*
deque.rotate has a default paramter. Close PyCQA/pylint#2013
Claudiu Popa
2018-04-12
1
-1
/
+1
*
Prepare 1.6.3
astroid-1.6.3
Claudiu Popa
2018-04-05
2
-1
/
+13
*
fix nested namespace package import
Chris Philip
2018-04-02
4
-1
/
+14
*
Use .path for inferring a module's __path__ attribute. Close #528:
Claudiu Popa
2018-03-30
1
-3
/
+9
*
Improve the six urllib functions for Python 2 by setting them as instance att...
Claudiu Popa
2018-03-28
2
-63
/
+66
*
Prepare 1.6.2
astroid-1.6.2
Claudiu Popa
2018-03-16
2
-1
/
+3
*
Fix Changelog indentation
Claudiu Popa
2018-03-16
1
-7
/
+6
*
Backport "Fix submodule import in six.moves" (commit cf5648658c87b6e3b2fa4394...
Bryce Guinta
2018-03-16
3
-4
/
+51
*
Fix contextmanager transform for nested contextmanagers
Bryce Guinta
2018-03-15
3
-1
/
+39
*
Add attrs special attribute to prevent false positve in pylint
Bryce Guinta
2018-03-15
3
-0
/
+24
*
Fix inference tip collisions
Bryce Guinta
2018-03-15
6
-11
/
+61
*
Fix augassign recursion error
Bryce Guinta
2018-02-18
3
-5
/
+23
*
Skip test when it doesn't work with pytest
Bryce Guinta
2018-02-18
1
-2
/
+19
*
Use pytest as default test runner instead of unittest for tox
Bryce Guinta
2018-02-18
2
-1
/
+8
*
Fix inference issue with inference path cloning
Bryce Guinta
2018-02-18
2
-2
/
+37
*
Merge pull request #488 from hippo91/1.6
hippo91
2018-02-04
7
-8
/
+67
|
\
|
*
Skipping unit test ObjectDunderNewTest.test_object_dunder_new_is_inferred_if_...
hippo91
2018-02-04
1
-1
/
+1
|
*
Correcting or disabling emission of useless-return message.
hippo91
2018-02-04
3
-4
/
+3
|
*
Deletion of trailing lines.
hippo91
2018-02-03
1
-3
/
+0
|
*
Backport of PR #486
hippo91
2018-02-03
2
-0
/
+60
|
*
Add of ChangeLog entry
hippo91
2018-02-03
1
-0
/
+3
|
/
*
Fix lint
astroid-1.6.1
Claudiu Popa
2018-01-23
1
-1
/
+1
*
Prepare release
Claudiu Popa
2018-01-23
2
-2
/
+3
*
Fix a crash when __annotations__ access a parent's __init__ that does not hav...
Claudiu Popa
2017-12-27
3
-2
/
+19
*
Add the release date
astroid-1.6.0
Claudiu Popa
2017-12-15
1
-1
/
+2
*
Add new release instructions as for pylint
Claudiu Popa
2017-12-15
1
-2
/
+5
*
Filter non-inferables nodes when inferring binary operations
Claudiu Popa
2017-12-15
2
-1
/
+26
*
Remove unreachable code
Claudiu Popa
2017-12-15
1
-1
/
+0
*
Only mock attr.ib attributes
Claudiu Popa
2017-12-15
1
-0
/
+7
*
Make attr.ib attributes instances of Unknown, not of Attribute
Claudiu Popa
2017-12-15
2
-2
/
+7
*
Make Unknown a rhs assignable node
Claudiu Popa
2017-12-15
1
-1
/
+1
*
Update version comparisons after review
Hugo
2017-12-15
2
-3
/
+3
*
Drop support for EOL Python 3.3
Hugo
2017-12-15
13
-47
/
+33
*
When verifying duplicates classes in MRO, ignore on-the-fly generated classes
Claudiu Popa
2017-12-15
3
-1
/
+34
*
Add transform for attr library to fix unsupported-assignment-operation false ...
Bryce Guinta
2017-12-11
4
-0
/
+71
*
Fix lint
Claudiu Popa
2017-11-11
2
-2
/
+0
*
Remove file_stream since it was slated for removal for 1.6
Claudiu Popa
2017-11-11
3
-48
/
+11
[next]