summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* feat: ✨ update and simplify nushell activation (#2572)HEADmainMel Massadian2023-05-171-0/+1
|
* release 20.23.020.23.0Bernát Gábor2023-04-275-10/+20
|
* 3.12 support and no setuptools/wheel on 3.12+ (#2558)chrysle2023-04-274-11/+11
|
* upgrade pip and setuptools (#2560) (#2562)Bernát Gábor2023-04-271-0/+1
| | | | Co-authored-by: Belz Sandro <Sandro.Belz@msg-life.com>
* prevent PermissionError when using venv creator on some systems (#2543)Jakub Kulík2023-04-271-0/+2
|
* Clarify that v20.22.0 dropped support for Python 3.6 too (#2552)Quentin Pradet2023-04-201-1/+1
|
* release 20.22.020.22.0Bernát Gábor2023-04-192-2/+9
|
* Drop Python 2 support (#2548)Bernát Gábor2023-04-194-1/+6
|
* release 20.21.120.21.1Bernát Gábor2023-04-195-10/+17
|
* Bump embeded wheels (#2546)Bernát Gábor2023-04-192-2/+7
|
* docs: fix attribution in v20.11 (#2539)David Dorfman2023-04-091-1/+1
|
* update nushell's str collect command to str join (#2532)Darren Schroeder2023-03-311-0/+2
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Update Nushell 'let' syntax (#2527)JT2023-03-211-0/+2
|
* Add tox.ini to sdist (#2520)Marcel Telka2023-03-151-0/+1
|
* release 20.21.020.21.0Bernát Gábor2023-03-125-6/+16
|
* Make `ReentrantFileLock` thread-safe and, thereby, fix race condition in ↵Randy Döring2023-03-121-0/+2
| | | | `virtualenv.cli_run` (#2517)
* Sepcify the encoding (#2515)Filipe Laíns2023-03-121-0/+1
|
* Add print command to print_prompt for nushell (#2514)Artemiy2023-03-101-0/+2
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Using explicit closure syntax (#2512)WindSoilder2023-03-101-0/+1
|
* release 20.20.020.20.0Bernát Gábor2023-02-284-3/+13
|
* Bump embeded pip and setuptools (#2509)Bernát Gábor2023-02-281-0/+1
|
* Support Windows CPython interpreters distributed by non-standard orgs (#2504)faph2023-02-271-0/+1
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Simplify environment lookup in Nushell activation (#2506)Jakub Žádník2023-02-271-0/+1
|
* release 20.19.020.19.0Bernát Gábor2023-02-072-1/+8
|
* Bump platformdirs dependency to <4 (#2502)Bernát Gábor2023-02-071-0/+1
| | | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Resolves https://github.com/pypa/virtualenv/issues/2499
* Fix HTML title docs (#2500)Oleksis Fraga Menéndez2023-02-061-1/+1
|
* release 20.18.020.18.0Bernát Gábor2023-02-064-3/+13
|
* Use furo docs theme (#2496)Bernát Gábor2023-02-063-32/+14
|
* Add changelogBernát Gábor2023-02-051-0/+1
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump embedded pip and setuptools (#2489)Bernát Gábor2023-02-051-0/+1
|
* Improve activator documentation (#2488)Adam Johnson2023-02-031-12/+15
|
* Fix wrong prompt in Nushell activation script (#2481)Jakub Žádník2023-01-131-0/+1
| | | Fixes https://github.com/pypa/virtualenv/issues/2480
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-295-35/+33
|
* release 20.17.120.17.1Bernát Gábor2022-12-053-2/+9
|
* Respect `VIRTUAL_ENV_DISABLE_PROMPT` in nushell activation script (#2458)m-lima2022-12-051-0/+1
| | | Fixes https://github.com/pypa/virtualenv/issues/2461
* Py marker means any python not CPython (#2460)Bernát Gábor2022-12-051-0/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2566
* release 20.17.020.17.0Bernát Gábor2022-11-275-4/+14
|
* Bump setuptools (#2451)Bernát Gábor2022-11-272-0/+2
|
* Fix operator in Nushell activation script (#2450)Jakub Žádník2022-11-271-0/+1
|
* Change Nushell activation script to module (#2422)Jakub Žádník2022-11-271-0/+1
|
* release 20.16.720.16.7Bernát Gábor2022-11-124-4/+11
|
* Set 'home' to parent directory of system_executable (#2441)Vincent Fazio2022-11-121-0/+1
| | | close https://github.com/pypa/virtualenv/issues/2440
* Bump embedded (#2443)Bernát Gábor2022-11-121-0/+2
|
* Try alternate filenames for system_executable (#2442)Vincent Fazio2022-11-101-0/+1
|
* Fix documentation buildBernát Gábor2022-11-102-5/+5
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* release 20.16.620.16.6Bernát Gábor2022-10-256-5/+15
|
* Upgrade pip and setuptools (#2434)Bernát Gábor2022-10-251-0/+1
|
* Remove outdated PyPy stdlib overrides (#2426)Matti Picus2022-10-242-1/+2
|
* Fix test_csh when running with the original csh (#2418)Jakub Kulík2022-10-241-0/+1
|
* Allow empty string as version for `find_compatible_in_house` (#2430)schaap2022-10-071-0/+1
| | | | The empty string is used in several locations to indicate the newest version. Interpret it as such instead of rejecting it as invalid.