Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-09 | fix: use `python3` for all `python` invocations (#10832) | Carlo Sala | |
2021-12-31 | style(python): fix code style and some hidden bugs | Marc Cornellà | |
2021-12-31 | chore(python): minor corrections on README (#10548) | vladislav doster | |
Closes #10548 | |||
2021-12-29 | feat(python): add utilities to manage simple virtual environments (#9776) | Marijan Smetko | |
Closes #9776 | |||
2021-12-29 | feat(python): add `pyserver` alias to start an HTTP server (#10217) | Celestino Gomes | |
Closes #10217 | |||
2021-10-04 | docs(python): update README to include new `py` alias (#9995) | Dani Torramilans | |
2021-06-11 | add python alias (#7736) | Roc | |
2020-05-23 | python: add line-number to pygrep (#8867) | Mohammad | |
2020-03-02 | python: add pyuserpaths function (#7758) | 0b10 | |
Summary Make it get a list of installed interpreters, and add the relevant local (HOME) site-packages directory to PYTHONPATH. Reason To easily add all relevant paths, initially, and between upgrades. Add check for PYTHONUSERBASE Summary Check for a non-standard install directory, use it if one exists, otherwise use ~/.local. Reason Allow users to specify their own installation directory, without affecting functionality. | |||
2020-02-27 | python: add alias to run the proper IPython based on virtualenv | Petr Bělohlávek | |
Current state: a user invokes `ipython` and is provided with the IPython instance regarding the `$PATH`. Proposed state: a user invokes `ipython` (which is a new alias in the *python plugin*) and is provided with the proper IPython instance regarding the currently activated virtualenv. Example: the user's default Python is 2.7 with installed IPython 2.7. User activates Python 3.5 virtualenv where he installs IPython 3.5. After activating the environment, one expects `ipython` to run the version 3.5, which does not happen by default. Instead, IPython 2.7 is used, which in counter-intuitive and often causes problem. Closes #5797 | |||
2019-10-25 | python: fix and extend pyclean (#7762) | Michael | |
Deleting `.mypy_cache` did not work, because the directories were not empty. They contain JSON files instead of compiled byte-code. This extends the cleanup by also getting rid of `.pytest_cache` directories. | |||
2019-10-09 | python: add recurse flag to pygrep (#8217) | Maciej Motyka | |
As described in #7053 | |||
2018-10-02 | python: add README (#7191) | Sagar Patil | |
2018-09-23 | Remove Optional Static Type Checker's (mypy) Cache Files on `pyclean` | Batuhan's Unmaintained Account | |
Remove Optional Static Type Checker's (mypy) Cache Files on `pyclean` | |||
2018-06-12 | Delete python completion in favor of zsh's one | Marc Cornellà | |
2013-12-02 | Merge pull request #2088 from Stibbons/gsemet_push_pep_pylint_completion | Robby Russell | |
Completion for python, pep8, autopep8 and pylint | |||
2013-11-12 | python3 clean updated. | Carlos Cardoso | |
2013-09-10 | Completion for python, pep8, autopep8 and pylint | Gaetan Semet | |
Signed-off-by: Gaetan Semet <gaetan@xeberon.net> | |||
2012-10-26 | Added ability to specify list of directories for pyclean to override default ↵ | dsx | |
current directory | |||
2012-03-22 | Python plugin: added pygrep command, simplified pyclean | dir01 | |
2011-04-14 | refactored pycrm command | Diógenes | |
2011-04-13 | adding python plugin with some aliases | Diógenes | |