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
*
Bump astroid to 2.6.1, update changelog
v2.6.1
Pierre Sassoulas
2021-06-29
11
-11
/
+17
*
Add patch version and minor version text automatically
Pierre Sassoulas
2021-06-29
2
-14
/
+96
*
Add a function to get the next versions from the version
Pierre Sassoulas
2021-06-29
2
-16
/
+62
*
Create a check function in bumb changelog script
Pierre Sassoulas
2021-06-29
2
-31
/
+51
*
Add logging in the bump version script
Pierre Sassoulas
2021-06-29
2
-6
/
+26
*
Better check for the TBA in the Changelog
Pierre Sassoulas
2021-06-29
2
-13
/
+44
*
Better get next version according to version type
Pierre Sassoulas
2021-06-29
2
-12
/
+35
*
Permit to test the version in script/test_bump_changelog.py
Pierre Sassoulas
2021-06-29
1
-3
/
+10
*
Refactor the get_next_version function
Pierre Sassoulas
2021-06-29
2
-9
/
+20
*
Refactor of script/bump_changelog.py for easier tests
Pierre Sassoulas
2021-06-29
2
-19
/
+14
*
[pre-commit.ci] pre-commit autoupdate (#1077)
pre-commit-ci[bot]
2021-06-28
2
-3
/
+3
*
Create a constant for BUILTINS in astroid.constants
Pierre Sassoulas
2021-06-26
10
-30
/
+12
*
Comments should start with only one '#'
Pierre Sassoulas
2021-06-26
2
-2
/
+2
*
Add dict as base for TypedDict (#1074)
Marc Mueller
2021-06-25
3
-0
/
+6
*
Add code analysis provided by GitHub (#1071)
Pierre Sassoulas
2021-06-22
1
-0
/
+71
*
Upgrade the version to 2.7.0-dev0 following 2.6.0 release
Pierre Sassoulas
2021-06-22
3
-21
/
+13
*
Bump astroid to 2.6.0, update changelog
v2.6.0
Pierre Sassoulas
2021-06-22
15
-13
/
+31
*
Update requirements_test.txt
Pierre Sassoulas
2021-06-21
1
-1
/
+1
*
Add additional typing dependencies in requirements
Pierre Sassoulas
2021-06-21
2
-0
/
+5
*
Rename non obvious PY3X constant to PY3X_PLUS
Pierre Sassoulas
2021-06-21
16
-65
/
+65
*
Add additional_dependencies for existing package stubs
Pierre Sassoulas
2021-06-21
2
-13
/
+8
*
Add a disable method might be static in a Visitor
Pierre Sassoulas
2021-06-21
1
-0
/
+2
*
Merge pull request #1062 from cdce8p/misc-typing-improvements
Marc Mueller
2021-06-21
1
-458
/
+761
|
\
|
*
Add sys.version_info guard to rebuilder
Marc Mueller
2021-06-21
1
-415
/
+730
|
*
Update visit_assignname and visit_decorators to return None
Marc Mueller
2021-06-21
1
-43
/
+31
|
*
Misc improvements to fix typing issues
Marc Mueller
2021-06-21
1
-16
/
+16
*
|
Add mypy configuration but excluding all files in pre-commit
Pierre Sassoulas
2021-06-21
3
-1
/
+29
*
|
Add mypy configuration for stub that do not exists
Pierre Sassoulas
2021-06-21
1
-0
/
+24
*
|
Upgrade changelog following change in API for NodeNg
Pierre Sassoulas
2021-06-21
1
-0
/
+3
*
|
Crate a ``__all__`` in ``astroid.nodes``
Pierre Sassoulas
2021-06-21
1
-0
/
+3
*
|
Add NodeNg in the API, it can be used for typing
Pierre Sassoulas
2021-06-21
1
-0
/
+2
*
|
Sort astroid.nodes.ALL_NODE_CLASSES alphabetically
Pierre Sassoulas
2021-06-21
1
-13
/
+13
|
/
*
Remove default init values Arguments + fix raw_building (#1065)
Marc Mueller
2021-06-21
3
-24
/
+38
*
Small fixes following pep8 changes
Pierre Sassoulas
2021-06-21
2
-3
/
+3
*
Rename an exception to the standard name used elsewhere
Pierre Sassoulas
2021-06-20
1
-4
/
+4
*
Add a todo to remove Load, Del, Store
Pierre Sassoulas
2021-06-20
1
-3
/
+4
*
Fix pep8 in unittest test function's names
Pierre Sassoulas
2021-06-20
6
-32
/
+32
*
Type annotations for nodes 11 (#1063)
Marc Mueller
2021-06-20
1
-128
/
+75
*
Type annotations for nodes 10 (#1061)
Marc Mueller
2021-06-19
1
-73
/
+130
*
Simplification because AstroidManager is a singleton/borg
Pierre Sassoulas
2021-06-19
58
-179
/
+206
*
Create a file for the global manager defined in astroid.__init__.py
Pierre Sassoulas
2021-06-19
43
-45
/
+69
*
Type annotations for nodes 09 (#1056)
Marc Mueller
2021-06-19
1
-61
/
+58
*
Type annotations for nodes 08
Marc Mueller
2021-06-19
1
-96
/
+168
*
Add context type hints
Marc Mueller
2021-06-19
1
-21
/
+10
*
Import directly from modules in astroid.scoped_nodes
Pierre Sassoulas
2021-06-19
1
-5
/
+6
*
Import directly from modules in astroid.rebuilder
Pierre Sassoulas
2021-06-19
1
-7
/
+5
*
Import directly from modules in astroid.brain.*
Pierre Sassoulas
2021-06-19
32
-230
/
+259
*
Import directly from modules in astroid.manager
Pierre Sassoulas
2021-06-19
2
-10
/
+22
*
Remove the __all__ that aren't necessary
Pierre Sassoulas
2021-06-19
3
-87
/
+2
*
Remove useless APi for astroid/brain
Pierre Sassoulas
2021-06-19
1
-3
/
+0
[next]