| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop Python 2 support (#2548) | Bernát Gábor | 2023-04-19 | 1 | -0/+2 |
| | | |||||
| * | Sepcify the encoding (#2515) | Filipe Laíns | 2023-03-12 | 1 | -1/+1 |
| | | |||||
| * | Bump dependencies and build tools (#2394) | Bernát Gábor | 2022-08-04 | 1 | -1/+4 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Drop support of running under Python 2.7 (#2382) | Bernát Gábor | 2022-07-25 | 1 | -10/+4 |
| | | |||||
| * | Use shlex.quote instead of deprecated pipes.quote (#2351) | Lumír 'Frenzy' Balhar | 2022-06-10 | 1 | -3/+7 |
| | | |||||
| * | ?? prompt should be wrapped in paranthesis ?? (#2224) | Tushar Sadhwani | 2021-10-31 | 1 | -0/+3 |
| | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Use unix line-endings in bash activate script (#1924) | Siddhant Kumar | 2020-08-23 | 1 | -0/+1 |
| | | | | Co-authored-by: Bernat Gabor <bgabor8@bloomberg.net> | ||||
| * | unicode support (#1477) | Bernát Gábor | 2020-01-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * creator unicode support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * activator support Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix * add space * python3.4 support * Windows fixes * some fixes * fix powershell requires utf-16 * try to fix python2 windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * use utf-8 for activation scripts Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix * more fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * windows path py2.7 * fixes for Python 2 and unicode on Windows * do not single out mbcs, but the file system encoder * do not install pathlib python 2 windows Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix encoding on py35 Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> | ||||
| * | Activation scripts for next-gen virtualenv (#1454) | Siddhant Kumar | 2020-01-10 | 1 | -0/+28 |
