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
*
Prepare 2.3.3
astroid-2.3.3
2.3
Claudiu Popa
2019-11-06
2
-1
/
+8
*
Update six version to 1.13 (#719)
Uilian Ries
2019-11-06
2
-2
/
+2
*
Prepare 2.3.2
astroid-2.3.2
Claudiu Popa
2019-10-18
1
-1
/
+1
*
Fix lint warnings
Claudiu Popa
2019-10-18
5
-18
/
+17
*
Pass an inference context to `metaclass()` when inferring an object type
Claudiu Popa
2019-10-18
3
-6
/
+23
*
Bump the branch to 2.3.2
Claudiu Popa
2019-10-18
1
-1
/
+1
*
All type comments have as parent the corresponding `astroid` node
Claudiu Popa
2019-10-09
4
-8
/
+45
*
Update travis credentials
Claudiu Popa
2019-10-09
1
-5
/
+2
*
Prepare 2.3.1
Claudiu Popa
2019-10-09
1
-1
/
+1
*
Add the env parameter to subprocess.check_output
Claudiu Popa
2019-10-09
1
-1
/
+2
*
Fix no-member issue on Signal for PySide2 (#700)
Antoine Boellinger
2019-10-09
1
-1
/
+1
*
Allow annotated assign with attrs
Tomas Novak
2019-10-09
3
-2
/
+25
*
Pin all the dependencies we use right now
Claudiu Popa
2019-10-09
2
-6
/
+6
*
Force typed_ast >= 1.4.0 for all supported Python versions
Claudiu Popa
2019-10-09
2
-4
/
+2
*
Remove typing dependency which is no longer needed
Claudiu Popa
2019-10-09
1
-1
/
+0
*
Bump master to 2.3.1
Claudiu Popa
2019-10-09
1
-1
/
+1
*
A transform for the builtin `dataclasses` module was added.
Claudiu Popa
2019-10-09
3
-0
/
+98
*
Remove extraneous comma
Claudiu Popa
2019-10-09
1
-1
/
+1
*
Proper signature for subprocess.check_output. Close #PyCQA/3118
Claudiu Popa
2019-10-09
1
-1
/
+4
*
Use a token to do the pypi releases
Claudiu Popa
2019-10-09
1
-43
/
+41
*
Clean new pylint errors from the codebase
Claudiu Popa
2019-09-24
7
-48
/
+17
*
Prepare 2.3.0
Claudiu Popa
2019-09-24
2
-2
/
+2
*
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
2
-1
/
+134
*
Fix linting errors
Claudiu Popa
2019-09-11
6
-9
/
+3
*
Make the version a dev one for now
Claudiu Popa
2019-09-11
1
-1
/
+1
*
Add a brain tip for ``subprocess.check_output``
Claudiu Popa
2019-09-11
3
-0
/
+28
*
Remove copyright header and simplify the files to a simple class
Claudiu Popa
2019-09-11
2
-18
/
+0
*
Remove NodeNG.nearest method (#692)
kavins14
2019-09-10
2
-27
/
+4
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
18
-270
/
+103
*
Update method docstring (#690)
kavins14
2019-09-08
1
-6
/
+6
*
Add brain tips for `crypt`. Close PyCQA/pylint#3047
Grygorii Iermolenko
2019-08-22
2
-0
/
+42
*
Disable pylint false positive
Claudiu Popa
2019-08-06
1
-1
/
+1
*
Remove old version of PyPy and switch to something up to date
Claudiu Popa
2019-08-06
1
-1
/
+1
*
Add FUNDING.yml
Claudiu Popa
2019-07-19
1
-0
/
+4
*
Consolidate typed-ast version dependency config
Thomas Hisch
2019-07-16
1
-1
/
+2
*
Replace InferenceError bubble up with a simple raise
Claudiu Popa
2019-07-16
1
-1
/
+1
*
Allow importing wheel files. Close #541
Claudiu Popa
2019-07-11
2
-1
/
+6
*
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
2
-5
/
+14
*
Obtain type comments on Python 3.8 by passing type_comments=True to the parse...
Claudiu Popa
2019-07-10
1
-2
/
+5
*
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
2
-10
/
+10
*
Fallback to the builtin ast on Python 3.8 when typed_ast is not available
Claudiu Popa
2019-07-09
1
-0
/
+6
*
Use inspect.signature instead of using inspect.getargspec
Claudiu Popa
2019-07-09
2
-10
/
+32
*
Disable legit errors for too many parameters
Claudiu Popa
2019-07-09
1
-0
/
+3
*
Add support for finding positional only arguments using the Arguments APIs
Claudiu Popa
2019-07-09
3
-10
/
+46
*
Build FunctionDef.__get__ to use positional only arguments when inferring the...
Claudiu Popa
2019-07-09
2
-6
/
+20
*
Introduce a new argument to `Arguments` for storing the positional only annot...
Claudiu Popa
2019-07-09
4
-0
/
+37
[next]