summaryrefslogtreecommitdiff
path: root/src/virtualenv
Commit message (Collapse)AuthorAgeFilesLines
* feat: ✨ update and simplify nushell activation (#2572)HEADmainMel Massadian2023-05-171-36/+12
|
* 3.12 support and no setuptools/wheel on 3.12+ (#2558)chrysle2023-04-273-8/+16
|
* upgrade pip and setuptools (#2560) (#2562)Bernát Gábor2023-04-273-12/+12
| | | | 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/+4
|
* Drop Python 2 support (#2548)Bernát Gábor2023-04-1987-790/+270
|
* Bump deps and tools (#2545)Bernát Gábor2023-04-192-4/+4
|
* Bump embeded wheels (#2546)Bernát Gábor2023-04-195-18/+18
|
* update nushell's str collect command to str join (#2532)Darren Schroeder2023-03-311-2/+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-11/+11
|
* Make `ReentrantFileLock` thread-safe and, thereby, fix race condition in ↵Randy Döring2023-03-121-4/+7
| | | | `virtualenv.cli_run` (#2517)
* Sepcify the encoding (#2515)Filipe Laíns2023-03-129-15/+23
|
* Using explicit closure syntax (#2512)WindSoilder2023-03-101-3/+3
|
* Bump embeded pip and setuptools (#2509)Bernát Gábor2023-02-283-12/+12
|
* Support Windows CPython interpreters distributed by non-standard orgs (#2504)faph2023-02-271-5/+15
| | | | 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-1/+1
|
* Bump embedded pip and setuptools (#2489)Bernát Gábor2023-02-054-13/+12
|
* Fix wrong prompt in Nushell activation script (#2481)Jakub Žádník2023-01-131-1/+1
| | | Fixes https://github.com/pypa/virtualenv/issues/2480
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-2912-28/+35
|
* Respect `VIRTUAL_ENV_DISABLE_PROMPT` in nushell activation script (#2458)m-lima2022-12-051-28/+52
| | | Fixes https://github.com/pypa/virtualenv/issues/2461
* Py marker means any python not CPython (#2460)Bernát Gábor2022-12-051-1/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2566
* Bump setuptools (#2451)Bernát Gábor2022-11-272-5/+5
|
* Do not use deprecated API (#2448)Bernát Gábor2022-11-278-25/+22
|
* Change Nushell activation script to module (#2422)Jakub Žádník2022-11-273-56/+17
|
* Set 'home' to parent directory of system_executable (#2441)Vincent Fazio2022-11-121-1/+1
| | | close https://github.com/pypa/virtualenv/issues/2440
* Bump embedded (#2443)Bernát Gábor2022-11-124-15/+15
|
* Try alternate filenames for system_executable (#2442)Vincent Fazio2022-11-101-1/+18
|
* Upgrade pip and setuptools (#2434)Bernát Gábor2022-10-254-11/+11
|
* Remove outdated PyPy stdlib overrides (#2426)Matti Picus2022-10-241-17/+0
|
* Allow empty string as version for `find_compatible_in_house` (#2430)schaap2022-10-071-1/+1
| | | | The empty string is used in several locations to indicate the newest version. Interpret it as such instead of rejecting it as invalid.
* fix building python3.10 virtualenvs on debian derivatives (#2415)Anthony Sottile2022-09-121-2/+15
|
* Do not turn echo off for subsequent commands in batch activators (#2411) (#2412)Paweł Szramowski2022-09-072-37/+33
| | | Co-authored-by: Paweł Szramowski <pawel.szramowski@gmail.com>
* Bump setuptools (#2405)Bernát Gábor2022-08-292-5/+5
|
* Bump embed pip and setuptools (#2395)Bernát Gábor2022-08-043-10/+10
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-0431-74/+74
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump embed pip (#2391)Bernát Gábor2022-07-272-5/+5
|
* Port Nushell activation scripts to 0.67 (#2386)Jakub Žádník2022-07-262-28/+28
|
* Upgrade embed setuptools and pip (#2383)Bernát Gábor2022-07-255-10/+10
|
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-2587-1363/+787
|
* docs: fix simple typo, developent -> development (#2377)Tim Gates2022-07-231-1/+1
|
* Fixed the incorrect operation when `setuptools` plugins output something ↵KOLANICH2022-06-292-2/+58
| | | | into `stdout`. (#2335)
* Ignores missing DLLs dir in CPython3Windows (#2369)reksarka2022-06-291-2/+8
| | | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> Co-authored-by: Lumír 'Frenzy' Balhar <lbalhar@redhat.com>
* Bump setuptools (#2365)Bernát Gábor2022-06-242-5/+5
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Windows embedable support (#2353)reksarka2022-06-254-10/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump pip and setuptools (#2348) Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> * Use shlex.quote instead of deprecated pipes.quote (#2351) * Embeds the "python<VERSION>.zip" for Windows. For example, for Python 3.10 the embeddable file name would be "python310.zip". If this file would be found in `sys.path`, the virtualenv should copy it into the "<venv>\Scripts\python310.zip". * For Windows CPython3: *.dll/*.pyd -> to_bin * Fixture for a Python interpreter info. Helps to test virtualenv creator classes. * Creators tests: path_mock as separate module. * Clarifies tests, separates testing tools. * Tests for CPython3Windows sources. * Tests for the embedded Python std lib for Windows. * Add news entry. * Replaces `yield from` for backward compability. * FIX: Path mocking in pypy tests. * Wrap `sys` `Path` with `str` for importlib. The importlib accepts a Path-like objects from Python 3.6 * Makes PathMock ABC compatible with Python 2 * Does not collect tests for Python3 under Python 2 It is possible to make pass CPython3 tests under Python 2, but it's better to disable it instead of decreasing the readability and performance of Python 3 style. * Allows empty `Path()` in Windows with Python 2 * Allows to load fixture files with PY2 Windows Path * Skips one PY3 POSIX test in PY2 Windows Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> Co-authored-by: Lumír 'Frenzy' Balhar <lbalhar@redhat.com>
* Fixes for Windows PyPy 3.6 (#2363)reksarka2022-06-255-5/+38
|
* Bump pip and setuptools (#2348)Bernát Gábor2022-06-103-10/+10
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Use shlex.quote instead of deprecated pipes.quote (#2351)Lumír 'Frenzy' Balhar2022-06-101-2/+6
|
* Support Python 2.7 framework-style distributions on macOS 12 (#2325)Nicholas Hutchinson2022-04-111-20/+26
|
* Bump embedded setuptools (#2324)Bernát Gábor2022-04-112-5/+5
|
* Bump embeded setuptools to v61 (#2322)Bernát Gábor2022-03-252-5/+5
|
* Update Nushell activation scripts to 0.60 (#2321)Jakub Žádník2022-03-252-48/+120
|