Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: ✨ update and simplify nushell activation (#2572)HEADmain | Mel Massadian | 2023-05-17 | 1 | -36/+12 |
| | |||||
* | 3.12 support and no setuptools/wheel on 3.12+ (#2558) | chrysle | 2023-04-27 | 3 | -8/+16 |
| | |||||
* | upgrade pip and setuptools (#2560) (#2562) | Bernát Gábor | 2023-04-27 | 3 | -12/+12 |
| | | | | Co-authored-by: Belz Sandro <Sandro.Belz@msg-life.com> | ||||
* | prevent PermissionError when using venv creator on some systems (#2543) | Jakub Kulík | 2023-04-27 | 1 | -0/+4 |
| | |||||
* | Drop Python 2 support (#2548) | Bernát Gábor | 2023-04-19 | 87 | -790/+270 |
| | |||||
* | Bump deps and tools (#2545) | Bernát Gábor | 2023-04-19 | 2 | -4/+4 |
| | |||||
* | Bump embeded wheels (#2546) | Bernát Gábor | 2023-04-19 | 5 | -18/+18 |
| | |||||
* | update nushell's str collect command to str join (#2532) | Darren Schroeder | 2023-03-31 | 1 | -2/+2 |
| | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
* | Update Nushell 'let' syntax (#2527) | JT | 2023-03-21 | 1 | -11/+11 |
| | |||||
* | Make `ReentrantFileLock` thread-safe and, thereby, fix race condition in ↵ | Randy Döring | 2023-03-12 | 1 | -4/+7 |
| | | | | `virtualenv.cli_run` (#2517) | ||||
* | Sepcify the encoding (#2515) | Filipe Laíns | 2023-03-12 | 9 | -15/+23 |
| | |||||
* | Using explicit closure syntax (#2512) | WindSoilder | 2023-03-10 | 1 | -3/+3 |
| | |||||
* | Bump embeded pip and setuptools (#2509) | Bernát Gábor | 2023-02-28 | 3 | -12/+12 |
| | |||||
* | Support Windows CPython interpreters distributed by non-standard orgs (#2504) | faph | 2023-02-27 | 1 | -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ík | 2023-02-27 | 1 | -1/+1 |
| | |||||
* | Bump embedded pip and setuptools (#2489) | Bernát Gábor | 2023-02-05 | 4 | -13/+12 |
| | |||||
* | Fix wrong prompt in Nushell activation script (#2481) | Jakub Žádník | 2023-01-13 | 1 | -1/+1 |
| | | | Fixes https://github.com/pypa/virtualenv/issues/2480 | ||||
* | Move to hatchling, drop 3.6 support (#2474) | Bernát Gábor | 2022-12-29 | 12 | -28/+35 |
| | |||||
* | Respect `VIRTUAL_ENV_DISABLE_PROMPT` in nushell activation script (#2458) | m-lima | 2022-12-05 | 1 | -28/+52 |
| | | | Fixes https://github.com/pypa/virtualenv/issues/2461 | ||||
* | Py marker means any python not CPython (#2460) | Bernát Gábor | 2022-12-05 | 1 | -1/+1 |
| | | | Resolves https://github.com/tox-dev/tox/issues/2566 | ||||
* | Bump setuptools (#2451) | Bernát Gábor | 2022-11-27 | 2 | -5/+5 |
| | |||||
* | Do not use deprecated API (#2448) | Bernát Gábor | 2022-11-27 | 8 | -25/+22 |
| | |||||
* | Change Nushell activation script to module (#2422) | Jakub Žádník | 2022-11-27 | 3 | -56/+17 |
| | |||||
* | Set 'home' to parent directory of system_executable (#2441) | Vincent Fazio | 2022-11-12 | 1 | -1/+1 |
| | | | close https://github.com/pypa/virtualenv/issues/2440 | ||||
* | Bump embedded (#2443) | Bernát Gábor | 2022-11-12 | 4 | -15/+15 |
| | |||||
* | Try alternate filenames for system_executable (#2442) | Vincent Fazio | 2022-11-10 | 1 | -1/+18 |
| | |||||
* | Upgrade pip and setuptools (#2434) | Bernát Gábor | 2022-10-25 | 4 | -11/+11 |
| | |||||
* | Remove outdated PyPy stdlib overrides (#2426) | Matti Picus | 2022-10-24 | 1 | -17/+0 |
| | |||||
* | Allow empty string as version for `find_compatible_in_house` (#2430) | schaap | 2022-10-07 | 1 | -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 Sottile | 2022-09-12 | 1 | -2/+15 |
| | |||||
* | Do not turn echo off for subsequent commands in batch activators (#2411) (#2412) | Paweł Szramowski | 2022-09-07 | 2 | -37/+33 |
| | | | Co-authored-by: Paweł Szramowski <pawel.szramowski@gmail.com> | ||||
* | Bump setuptools (#2405) | Bernát Gábor | 2022-08-29 | 2 | -5/+5 |
| | |||||
* | Bump embed pip and setuptools (#2395) | Bernát Gábor | 2022-08-04 | 3 | -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ábor | 2022-08-04 | 31 | -74/+74 |
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
* | Bump embed pip (#2391) | Bernát Gábor | 2022-07-27 | 2 | -5/+5 |
| | |||||
* | Port Nushell activation scripts to 0.67 (#2386) | Jakub Žádník | 2022-07-26 | 2 | -28/+28 |
| | |||||
* | Upgrade embed setuptools and pip (#2383) | Bernát Gábor | 2022-07-25 | 5 | -10/+10 |
| | |||||
* | Drop support of running under Python 2.7 (#2382) | Bernát Gábor | 2022-07-25 | 87 | -1363/+787 |
| | |||||
* | docs: fix simple typo, developent -> development (#2377) | Tim Gates | 2022-07-23 | 1 | -1/+1 |
| | |||||
* | Fixed the incorrect operation when `setuptools` plugins output something ↵ | KOLANICH | 2022-06-29 | 2 | -2/+58 |
| | | | | into `stdout`. (#2335) | ||||
* | Ignores missing DLLs dir in CPython3Windows (#2369) | reksarka | 2022-06-29 | 1 | -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ábor | 2022-06-24 | 2 | -5/+5 |
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
* | Windows embedable support (#2353) | reksarka | 2022-06-25 | 4 | -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) | reksarka | 2022-06-25 | 5 | -5/+38 |
| | |||||
* | Bump pip and setuptools (#2348) | Bernát Gábor | 2022-06-10 | 3 | -10/+10 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
* | Use shlex.quote instead of deprecated pipes.quote (#2351) | Lumír 'Frenzy' Balhar | 2022-06-10 | 1 | -2/+6 |
| | |||||
* | Support Python 2.7 framework-style distributions on macOS 12 (#2325) | Nicholas Hutchinson | 2022-04-11 | 1 | -20/+26 |
| | |||||
* | Bump embedded setuptools (#2324) | Bernát Gábor | 2022-04-11 | 2 | -5/+5 |
| | |||||
* | Bump embeded setuptools to v61 (#2322) | Bernát Gábor | 2022-03-25 | 2 | -5/+5 |
| | |||||
* | Update Nushell activation scripts to 0.60 (#2321) | Jakub Žádník | 2022-03-25 | 2 | -48/+120 |
| |