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
/
brain
/
brain_functools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update typing for Python 3.7 (2) (#1556)
Marc Mueller
2022-05-13
1
-1
/
+1
*
Update typing for Python 3.7 (1) (#1555)
Marc Mueller
2022-05-13
1
-2
/
+5
*
Simplify hard to maintain copyright notice (#1441)
Pierre Sassoulas
2022-03-12
1
-5
/
+3
*
Pass ``doc_node`` to postinit of all ``PartialFunction`` constructors (#1437)
Daniƫl van Noord
2022-03-07
1
-3
/
+7
*
Bump astroid to 2.7.0, update changelog
v2.7.0
Pierre Sassoulas
2021-08-15
1
-1
/
+1
*
Remove use of deprecated node_classes and scoped_node API in astroid
Pierre Sassoulas
2021-08-10
1
-2
/
+2
*
Bump astroid to 2.6.6, update changelog
v2.6.6
Pierre Sassoulas
2021-08-03
1
-0
/
+1
*
Fix incorrect scope for functools partials (#1097)
Alphadelta14
2021-08-01
1
-1
/
+1
*
Catch the StopIteration that result from PEP-479 or add default value in ``ne...
Pierre Sassoulas
2021-06-30
1
-1
/
+1
*
Simplification because AstroidManager is a singleton/borg
Pierre Sassoulas
2021-06-19
1
-3
/
+5
*
Create a file for the global manager defined in astroid.__init__.py
Pierre Sassoulas
2021-06-19
1
-1
/
+2
*
Import directly from modules in astroid.brain.*
Pierre Sassoulas
2021-06-19
1
-15
/
+14
*
Import exceptions from astroid.exceptions to avoid circular imports
Pierre Sassoulas
2021-06-15
1
-11
/
+8
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-7
/
+1
*
Fix inconsistent return statements
Pierre Sassoulas
2021-04-19
1
-2
/
+3
*
Fix useless return at end of function or method
Pierre Sassoulas
2021-04-19
1
-2
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-0
/
+1
*
Use set litteral when possible
Pierre Sassoulas
2021-02-21
1
-2
/
+2
*
Fix a crash in functools.partial inference when the arguments cannot be deter...
Claudiu Popa
2020-12-27
1
-5
/
+8
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+2
*
Pass a context to Arguments.call_site() calls
Claudiu Popa
2020-03-02
1
-1
/
+1
*
Add support for positional only arguments in astroid for python 3.8
Claudiu Popa
2019-07-09
1
-0
/
+1
*
Avoid statement deletion in the _filter_stmts method of the LookupMixin class...
hippo91
2019-01-23
1
-25
/
+3
*
Use a different prefix for the object model methods
Claudiu Popa
2019-01-18
1
-3
/
+3
*
Don't call inference in the functools transform
Claudiu Popa
2018-10-11
1
-11
/
+9
*
Replace checks against None and Uninferable to boolean checks
Claudiu Popa
2018-10-10
1
-1
/
+1
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-22
/
+27
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-1
/
+2
*
Fix inference for nested calls
Bryce Guinta
2018-07-05
1
-4
/
+3
*
Only fill the arguments if the context was provided
Claudiu Popa
2018-06-13
1
-7
/
+10
*
Add support for inferring functools.partial
Claudiu Popa
2018-06-13
1
-2
/
+100
*
Add context_lookup to infer_call_result for function arguments
Bryce Guinta
2018-03-30
1
-1
/
+1
*
Try to patch special_attributes instead of returning a new node
Claudiu Popa
2016-07-28
1
-12
/
+8
*
Add missing parameter to underlying bound method.
Claudiu Popa
2016-07-23
1
-1
/
+1
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+2
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Add brain tips for the functools.lru_cache decorator.
Claudiu Popa
2016-06-29
1
-0
/
+77