Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | Update `subprocess.Popen` args for Python 3.9+ (#1679) | Jacob Walls | 2022-06-30 | 1 | -4/+12 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Require Python 3.7.2 (#1542) | Jacob Walls | 2022-05-10 | 1 | -55/+27 |
| | |||||
* | Simplify hard to maintain copyright notice (#1441) | Pierre Sassoulas | 2022-03-12 | 1 | -12/+1 |
| | | | | | | | | | | | | | | * Simplify hard to maintain copyright notice git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names. * Add a pre-commit hook to check the copyright notice * Fix the existing file so they have a notice * Fix the spacing after the copyright notice * Add a script to generate the CONTRIBUTORS.txt Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Bump astroid to 2.8.3, update changelogv2.8.3 | Pierre Sassoulas | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | Bump astroid to 2.8.1, update changelogv2.8.1-rc1 | Pierre Sassoulas | 2021-10-06 | 1 | -0/+1 |
| | |||||
* | Add f-strings with `flynt` | Daniël van Noord | 2021-09-17 | 1 | -15/+7 |
| | |||||
* | Bump astroid to 2.6.4, update changelog | Pierre Sassoulas | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Bump astroid to 2.6.3, update changelogv2.6.3 | Pierre Sassoulas | 2021-07-19 | 1 | -0/+1 |
| | |||||
* | Fix copyright links (#1084) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| | | | | * Fix link in license header * Fix link to cpython | ||||
* | Rename non obvious PY3X constant to PY3X_PLUS | Pierre Sassoulas | 2021-06-21 | 1 | -4/+4 |
| | | | | See https://github.com/PyCQA/astroid/pull/1069\#issuecomment-865206120 | ||||
* | Simplification because AstroidManager is a singleton/borg | Pierre Sassoulas | 2021-06-19 | 1 | -2/+2 |
| | |||||
* | Create a file for the global manager defined in astroid.__init__.py | Pierre Sassoulas | 2021-06-19 | 1 | -1/+1 |
| | |||||
* | Import directly from modules in astroid.brain.* | Pierre Sassoulas | 2021-06-19 | 1 | -3/+4 |
| | |||||
* | Move 'register_module_extender' in astroid.brain where it's used | Pierre Sassoulas | 2021-06-19 | 1 | -1/+2 |
| | |||||
* | Rename astroid.constants to astroid.const | Pierre Sassoulas | 2021-06-19 | 1 | -1/+1 |
| | | | | See https://github.com/PyCQA/astroid/pull/1045\#discussion_r654572722 | ||||
* | Remove PY36 constants, we always have PY36 | Pierre Sassoulas | 2021-06-17 | 1 | -32/+10 |
| | |||||
* | Create a astroid.constants.py to avoid circular imports | Pierre Sassoulas | 2021-06-17 | 1 | -5/+1 |
| | | | | And add PY3X type constants in it. | ||||
* | Add an isort configuration in setup.cfg and apply it | Pierre Sassoulas | 2021-04-19 | 1 | -1/+0 |
| | | | | Except on astroid/__init__.py because of circular imports | ||||
* | Fix issue #891 | Pierre Sassoulas | 2021-04-10 | 1 | -1/+1 |
| | | | | Remove outdated COPYING and rename COPYING.LESSER | ||||
* | Prepare for 2.5.2 releaseastroid-2.5.2 | Pierre Sassoulas | 2021-03-28 | 1 | -0/+1 |
| | |||||
* | Upgrade copyrite notice | Pierre Sassoulas | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | | | | | | This is necessary for pylint to detect that `subprocess.Popen` is subscriptable, starting from Python 3.9 (see PyCQA/pylint#4034). $ python3.9 >>> import subprocess >>> subprocess.Popen.__class_getitem__ <bound method GenericAlias of <class 'subprocess.Popen'>> | ||||
* | 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 |
| | | | | Close #722 | ||||
* | Add `text` to `subprocess.check_output` signature | Claudiu Popa | 2019-10-30 | 1 | -13/+36 |
| | | | | Close #715 | ||||
* | 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 |
| | | | | Close #689 | ||||
* | 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 noticesastroid-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 |
| | | | | Fixes PyCQA/pylint#1860 | ||||
* | 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 ↵ | Claudiu Popa | 2017-04-13 | 1 | -9/+22 |
| | | | | PyCQA/pylint/issues/1393 | ||||
* | 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 |