summaryrefslogtreecommitdiffstats
path: root/src/modules/python.rs
AgeCommit message (Expand)Author
2020-01-21fix(python): Trim "Anaconda, Inc." from version (#861)Peter Bull
2019-12-02refactor: Refactor modules to use the exec_cmd util (#676)Thomas O'Donnell
2019-11-02feat: Enable the python module in virtual envs (#584)Thomas O'Donnell
2019-10-20fix: Fix the python module ignoring error codes (#563)Thomas O'Donnell
2019-10-19refactor: Refactor modules to use module config (#514)Zhenhui Xie
2019-10-17fix: Separate Python version string and env name (#548)Nguyễn Hồng Quân
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-15Enable the python module for tox files (#369)Thomas O'Donnell
2019-09-14perf: Lazy load files from directory (#335)Nick Young
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-09-04ci: Migrate CI from Azure Pipelines to GitHub Actions (#233)Matan Kushner
2019-08-21Add support for detecting Python from Pipenv files (#221)Thomas O'Donnell
2019-08-17feat: Display Vi mode as PROMPT (#169)Shu Kutsuzawa
2019-08-12feat: Implement configuration to display pyenv version name (#140)MaT1g3R
2019-08-11feat: Implement Python virtual environment display (#137)MaT1g3R
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-14chore: Refactor getting string values from config (#94)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-05-27fix: Check both stderr and stdout for Python version (#66)John Letey
2019-05-12Implement directory scanner (#34)Tim Mulqueen
2019-05-01Refactor segments into modules (#40)Matan Kushner
2019-04-26Add the Git branch segment (#32)Matan Kushner
2019-04-25Add Python version segment (#23)John Letey