summaryrefslogtreecommitdiff
path: root/src/virtualenv/config/ini.py
Commit message (Expand)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
* Sepcify the encoding (#2515)Filipe Laíns2023-03-121-1/+1
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-25/+13
* Use platformdirs instead of appdirs (#2142)Bernát Gábor2021-07-131-1/+1
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-2/+3
* Use \n instead if \r\n as line separator (#1905)Bernát Gábor2020-07-241-1/+1
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-2/+8
* Lower min version of six to 1.9 (#1606)Sorin Sbarnea2020-02-131-3/+2
* expose and document programmatic API (#1592)Bernát Gábor2020-02-121-13/+19
* add a write through filesystem cache with locks for py informat… (#1505)20.0.0b1Bernát Gábor2020-01-281-1/+2
* separate describe/create - check upfront if can create (#1502)Bernát Gábor2020-01-211-2/+2
* simplify code logicBernat Gabor2020-01-101-14/+15
* cleanup env-vars and use venv as default dest dir instead of envBernat Gabor2020-01-101-1/+3
* interface compatibility with before rewrite (#1479)Bernát Gábor2020-01-101-8/+2
* unicode support (#1477)Bernát Gábor2020-01-101-2/+1
* Stat rewrite - POCBernát Gábor2020-01-101-0/+75