summaryrefslogtreecommitdiff
path: root/src/virtualenv/seed/wheels/bundle.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-191-0/+2
|
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-251-5/+8
|
* fix: pinned version are not working once periodic / manual updates kick-inmayeut2021-12-291-1/+3
| | | | Fixes pypa#2203
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-2/+2
| | | | | Defaults to os.environ. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add --readonly-app-data option (#2009)Anthony Sottile2020-11-211-3/+1
|
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-0/+51
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>