summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright noticehippo912021-02-151-0/+2
* brain: Add `__class_getitem__` to `subprocess.Popen` starting from Python 3.9Damien Baty2021-01-181-0/+7
* New copyright noticeshippo912020-12-271-0/+1
* Add more supported parameters to ``subprocess.check_output()``.Peter Pentchev2020-05-281-0/+10
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+3
* Add input param to subprocess.check_output. Close PyCQA/pylint#3317Claudiu Popa2020-01-051-0/+2
* Add more supported parameters to ``subprocess.check_output``Claudiu Popa2019-11-171-2/+10
* Add `text` to `subprocess.check_output` signatureClaudiu Popa2019-10-301-13/+36
* Add the env parameter to subprocess.check_outputClaudiu Popa2019-09-301-1/+2
* Remove extraneous commaClaudiu Popa2019-09-251-1/+1
* Proper signature for subprocess.check_output. Close #PyCQA/3118Claudiu Popa2019-09-251-1/+4
* Add a brain tip for ``subprocess.check_output``Claudiu Popa2019-09-111-0/+12
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-54/+30
* Add new Popen kwarg 'text' in Python 3.7Peter Talley2018-11-251-2/+14
* Use generators for string joining instead of creating temporary listsClaudiu Popa2018-10-101-1/+1
* Initial formatting of astroidClaudiu Popa2018-10-021-18/+22
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+3
* Update subprocess brain to know about Popen args member in python>=3.3Bryce Guinta2018-02-061-1/+8
* Drop support for EOL Python 3.3Hugo2017-12-151-2/+2
* Manually indent the init functionClaudiu Popa2017-04-131-6/+8
* Add errors and encoding params to subprocess.Popen stub. Close PyCQA/pylint/i...Claudiu Popa2017-04-131-9/+22
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Split brain_stdlib into multiple modules and finally kill it.Claudiu Popa2016-05-311-0/+77