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_subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notice
hippo91
2021-02-15
1
-0
/
+2
*
brain: Add `__class_getitem__` to `subprocess.Popen` starting from Python 3.9
Damien Baty
2021-01-18
1
-0
/
+7
*
New copyright notices
hippo91
2020-12-27
1
-0
/
+1
*
Add more supported parameters to ``subprocess.check_output()``.
Peter Pentchev
2020-05-28
1
-0
/
+10
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+3
*
Add input param to subprocess.check_output. Close PyCQA/pylint#3317
Claudiu Popa
2020-01-05
1
-0
/
+2
*
Add more supported parameters to ``subprocess.check_output``
Claudiu Popa
2019-11-17
1
-2
/
+10
*
Add `text` to `subprocess.check_output` signature
Claudiu Popa
2019-10-30
1
-13
/
+36
*
Add the env parameter to subprocess.check_output
Claudiu Popa
2019-09-30
1
-1
/
+2
*
Remove extraneous comma
Claudiu Popa
2019-09-25
1
-1
/
+1
*
Proper signature for subprocess.check_output. Close #PyCQA/3118
Claudiu Popa
2019-09-25
1
-1
/
+4
*
Add a brain tip for ``subprocess.check_output``
Claudiu Popa
2019-09-11
1
-0
/
+12
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
1
-54
/
+30
*
Add new Popen kwarg 'text' in Python 3.7
Peter Talley
2018-11-25
1
-2
/
+14
*
Use generators for string joining instead of creating temporary lists
Claudiu Popa
2018-10-10
1
-1
/
+1
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-18
/
+22
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-1
/
+3
*
Update subprocess brain to know about Popen args member in python>=3.3
Bryce Guinta
2018-02-06
1
-1
/
+8
*
Drop support for EOL Python 3.3
Hugo
2017-12-15
1
-2
/
+2
*
Manually indent the init function
Claudiu Popa
2017-04-13
1
-6
/
+8
*
Add errors and encoding params to subprocess.Popen stub. Close PyCQA/pylint/i...
Claudiu Popa
2017-04-13
1
-9
/
+22
*
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
*
Split brain_stdlib into multiple modules and finally kill it.
Claudiu Popa
2016-05-31
1
-0
/
+77