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
/
rebuilder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-17
1
-1
/
+0
*
Update copyright notice
hippo91
2021-02-15
1
-1
/
+1
*
Corrected the parent of function type comment nodes
Ashley Whetter
2021-02-07
1
-4
/
+4
*
Restructure the AST parsing heuristic to always pick the same module
Claudiu Popa
2020-04-29
1
-70
/
+27
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+7
*
Merge TreeRebuilder3 into TreeRebuilder
Claudiu Popa
2020-03-12
1
-165
/
+111
*
Revert the redefinition of type_comment_kwonlyargs
Claudiu Popa
2020-01-12
1
-1
/
+0
*
Make sure type_comment_kwonlyargs is set as well
Claudiu Popa
2020-01-12
1
-0
/
+1
*
Fix unbound local error caused by 061aaebea2be2d21831ef687cc4ba4a25d953c65
Claudiu Popa
2020-01-12
1
-0
/
+1
*
Can access positional only and keyword only argument type comments
Ashley Whetter
2020-01-11
1
-0
/
+10
*
Spelling fixes (#706)
Ville Skyttä
2019-10-16
1
-2
/
+2
*
All type comments have as parent the corresponding `astroid` node
Claudiu Popa
2019-10-09
1
-7
/
+9
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
1
-48
/
+29
*
Introduce a new argument to `Arguments` for storing the positional only annot...
Claudiu Popa
2019-07-09
1
-0
/
+7
*
Add support for positional only arguments in astroid for python 3.8
Claudiu Popa
2019-07-09
1
-0
/
+4
*
Grab the Constant value on Python 3.8+
Claudiu Popa
2019-07-07
1
-1
/
+2
*
Grab only Constant strings for docstrings
Claudiu Popa
2019-07-06
1
-12
/
+10
*
Fix formatting
Claudiu Popa
2019-07-06
1
-2
/
+4
*
Fix finding of docstring under python3.8
Zbigniew Jędrzejewski-Szmek
2019-07-06
1
-2
/
+4
*
Maintain the same line number for decorators for Python 3.8+
Claudiu Popa
2019-06-04
1
-4
/
+8
*
Set the line number of decorated functions for python 3.8
Claudiu Popa
2019-06-02
1
-1
/
+15
*
Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...
Claudiu Popa
2019-06-01
1
-0
/
+7
*
Can access per argument type comments (#667)
Ashley Whetter
2019-05-14
1
-0
/
+2
*
Remove else after return/raise
Tomas Gavenciak
2018-12-11
1
-1
/
+1
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-285
/
+354
*
Reflect AST changes in Python 3.8.
Serhiy Storchaka
2018-09-30
1
-0
/
+11
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-3
/
+3
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+12
*
Fix useless-object-inheritance lint error (#573)
Nick Drozd
2018-06-28
1
-1
/
+1
*
Fix linting
Claudiu Popa
2018-06-14
1
-3
/
+3
*
Remove useless TODOs that are either issues in the issue tracker or things wh...
Claudiu Popa
2018-06-12
1
-1
/
+0
*
Add support for parsing function type comments
Claudiu Popa
2018-06-04
1
-5
/
+32
*
Add support for type comments (#548)
Claudiu Popa
2018-05-23
1
-96
/
+148
*
Get rid of the astpeephole (it's not an actual peephole and it's optimized ju...
Claudiu Popa
2018-05-13
1
-19
/
+0
*
Module.__path__ is now a list
Claudiu Popa
2018-03-30
1
-1
/
+2
*
Fix lint errors
Bryce Guinta
2018-02-26
1
-0
/
+1
*
Fix lint errors
Claudiu Popa
2018-02-04
1
-2
/
+2
*
Switch the order of the docstring checks to have the .docstring extractor first
Claudiu Popa
2018-02-04
1
-6
/
+6
*
Use the .docstring attribute on Python 3.7 if it exists
Claudiu Popa
2018-02-04
1
-1
/
+8
*
Drop support for EOL Python 3.3
Hugo
2017-12-15
1
-7
/
+0
*
Fix lint warnings
Claudiu Popa
2017-10-12
1
-0
/
+1
*
Arguments node gained a new attribute, kwonlyargs_annotations, for holding th...
Claudiu Popa
2017-04-12
1
-2
/
+16
*
Add support for asynchronous comprehensions (#400)
Łukasz Rogalski
2017-03-01
1
-1
/
+2
*
Add support for Python 3.6's annotated assignment nodes
rr-
2017-02-09
1
-1
/
+12
*
Fix metaclass detection when multiple keyword arguments are used in ClassDef ...
Łukasz Rogalski
2017-02-09
1
-1
/
+1
*
Make ClassDefs support keyword arguments. (#384)
Derek Gustafson
2017-01-22
1
-1
/
+3
*
Remove occurrences of no-else-return and consider-using-ternary
Claudiu Popa
2016-12-18
1
-2
/
+2
*
Remove pylint errors
Derek Gustafson
2016-12-03
1
-1
/
+1
*
add format string support (#365)
Jared Garst
2016-10-24
1
-0
/
+12
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+5
[next]