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
*
Make sure the context has a callcontext before grabbing the arguments informa...
revert-perf-affecting-changes-2
Claudiu Popa
2019-01-15
1
-1
/
+1
*
Pass a context in the places where we don't do that explicitly
Claudiu Popa
2019-01-15
4
-4
/
+7
*
Use yield from
Claudiu Popa
2019-01-15
1
-2
/
+1
*
Switch to using pytest.skipif instead of doing that manually in the test method
Claudiu Popa
2019-01-15
1
-4
/
+11
*
Remove the tests disabled due to previous impl. of path copying
Claudiu Popa
2019-01-14
2
-6
/
+0
*
Change the inner structure of a context and add a basic recursion detection
Claudiu Popa
2019-01-14
5
-29
/
+67
*
Clear the global context after each test
Claudiu Popa
2019-01-14
19
-82
/
+112
*
Switch to a global context by default
Claudiu Popa
2019-01-14
13
-166
/
+204
*
Add missing contexts in brain files
Claudiu Popa
2019-01-14
2
-3
/
+7
*
Allow passing a context to certain helpers
Claudiu Popa
2019-01-14
3
-5
/
+7
*
Set a context object when calling the delayed AssignAttr inference
Claudiu Popa
2019-01-14
1
-3
/
+6
*
Add branching flag to the clone() method
Claudiu Popa
2019-01-14
7
-56
/
+68
*
Remove test that does not work actually work consistently on all Python versions
Claudiu Popa
2019-01-14
1
-3
/
+0
*
Move infer_name_module() in pylint and remove it from here
Claudiu Popa
2019-01-13
1
-9
/
+0
*
Prevent crashing when processing ``enums`` with mixed single and double quotes.
Claudiu Popa
2019-01-13
3
-1
/
+29
*
Refactoring chained comparison (#636)
hippo91
2019-01-13
1
-2
/
+1
*
Revert path copying in InferenceContext()
Claudiu Popa
2018-12-30
4
-5
/
+10
*
Make sure the test does not crash if the directory already exists
Claudiu Popa
2018-12-30
1
-4
/
+7
*
``typing`` types have the `__args__` property. Close PyCQA/pylint#2419
Claudiu Popa
2018-12-18
3
-0
/
+18
*
Extend detection of classes defined with attr
Tomas Gavenciak
2018-12-12
3
-6
/
+24
*
Remove else after return/raise
Tomas Gavenciak
2018-12-11
2
-5
/
+4
*
Add missing _ssl constant. Close PyCQA/pylint#2629
Claudiu Popa
2018-12-04
1
-0
/
+1
*
Fix a bug where an Attribute used as a base class was triggering a crash
Claudiu Popa
2018-12-04
2
-0
/
+6
*
Pin typed_ast so a new release won't break the pylint's pragmas
Claudiu Popa
2018-11-30
1
-1
/
+1
*
Added special support for `enum.IntFlag`
Claudiu Popa
2018-11-29
3
-2
/
+43
*
Use a string for the name of the enum instead of grabbing it as a variable
Claudiu Popa
2018-11-29
1
-1
/
+1
*
Add reversed() to Enum classes
Claudiu Popa
2018-11-28
1
-0
/
+5
*
Add new Popen kwarg 'text' in Python 3.7
Peter Talley
2018-11-25
1
-2
/
+14
*
Prepare 2.1.0
astroid-2.1.0
Claudiu Popa
2018-11-25
2
-22
/
+19
*
text
HQupgradeHQ
2018-10-26
1
-0
/
+5
*
Fix typo
Jeff Widman
2018-10-26
1
-1
/
+1
*
Multiple "value" or "slice" values on subscript inference.
Daniel Martin
2018-10-15
3
-46
/
+81
*
fix hashlib.blake2* signatures
David Poirier
2018-10-15
2
-3
/
+8
*
Don't call inference in the functools transform
Claudiu Popa
2018-10-11
1
-11
/
+9
*
Revert "Pass a parent in raw_building when building a new Function or Class"
Claudiu Popa
2018-10-11
2
-36
/
+28
*
Reuse the cls variable inferred earlier
Claudiu Popa
2018-10-11
1
-1
/
+1
*
Pass a parent in raw_building when building a new Function or Class
Claudiu Popa
2018-10-11
2
-28
/
+36
*
Replace a nested for loop with a product() call
Claudiu Popa
2018-10-11
1
-15
/
+8
*
Disable useless-supression for now
Claudiu Popa
2018-10-11
1
-6
/
+0
*
Lose an indentation level in ancestors() by continuing if recursing wasn't pa...
Claudiu Popa
2018-10-11
1
-9
/
+10
*
Update some leftover docstrings
Claudiu Popa
2018-10-11
1
-5
/
+9
*
Use yield from
Claudiu Popa
2018-10-10
2
-4
/
+2
*
YES is gone, we're using Uninferable for quite some time now
Claudiu Popa
2018-10-10
2
-5
/
+1
*
Remove Python 2 branches
Claudiu Popa
2018-10-10
2
-26
/
+14
*
Cache the result of get_assign_nodes
Claudiu Popa
2018-10-10
3
-9
/
+17
*
Use generators for string joining instead of creating temporary lists
Claudiu Popa
2018-10-10
2
-17
/
+17
*
Add some caching to the transforms and skip non nodes in visit_generic
Claudiu Popa
2018-10-10
1
-3
/
+10
*
Use None as a sentinel
Claudiu Popa
2018-10-10
1
-1
/
+1
*
Remove some unneeded comments and use yield from
Claudiu Popa
2018-10-10
1
-6
/
+2
*
Use itertools.chain to join multiple generators together
Claudiu Popa
2018-10-10
1
-3
/
+8
[next]