summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: ✨ update and simplify nushell activation (#2572)HEADmainMel Massadian2023-05-172-36/+13
|
* Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#2566)dependabot[bot]2023-05-031-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #2563 from pypa/release-20.23.0Bernát Gábor2023-04-275-10/+20
|\
| * 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-2719-72/+140
|
* upgrade pip and setuptools (#2560) (#2562)Bernát Gábor2023-04-274-12/+13
| | | | Co-authored-by: Belz Sandro <Sandro.Belz@msg-life.com>
* prevent PermissionError when using venv creator on some systems (#2543)Jakub Kulík2023-04-273-0/+28
|
* Update check.ymlBernát Gábor2023-04-261-23/+0
|
* Add trusted-publish (#2559)Bernát Gábor2023-04-262-0/+28
|
* Clarify that v20.22.0 dropped support for Python 3.6 too (#2552)Quentin Pradet2023-04-201-1/+1
|
* Merge pull request #2549 from pypa/release-20.22.0Bernát Gábor2023-04-192-2/+9
|\
| * release 20.22.020.22.0Bernát Gábor2023-04-192-2/+9
|/
* Drop Python 2 support (#2548)Bernát Gábor2023-04-19150-1017/+415
|
* Merge pull request #2547 from pypa/release-20.21.1Bernát Gábor2023-04-195-10/+17
|\
| * release 20.21.120.21.1Bernát Gábor2023-04-195-10/+17
|/
* Bump deps and tools (#2545)Bernát Gábor2023-04-195-40/+40
|
* Bump embeded wheels (#2546)Bernát Gábor2023-04-198-26/+37
|
* docs: fix attribution in v20.11 (#2539)David Dorfman2023-04-091-1/+1
|
* Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#2536)dependabot[bot]2023-04-051-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update nushell's str collect command to str join (#2532)Darren Schroeder2023-03-312-2/+4
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#2530)dependabot[bot]2023-03-221-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Nushell 'let' syntax (#2527)JT2023-03-212-11/+13
|
* Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#2524)dependabot[bot]2023-03-171-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add tox.ini to sdist (#2520)Marcel Telka2023-03-152-1/+2
|
* Merge pull request #2519 from pypa/release-20.21.0Bernát Gábor2023-03-145-6/+16
|\
| * release 20.21.020.21.0Bernát Gábor2023-03-125-6/+16
| |
* | Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#2521)dependabot[bot]2023-03-121-1/+1
|/ | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add pyproject-fmt (#2518)Bernát Gábor2023-03-122-25/+25
|
* Make `ReentrantFileLock` thread-safe and, thereby, fix race condition in ↵Randy Döring2023-03-123-4/+37
| | | | `virtualenv.cli_run` (#2517)
* Sepcify the encoding (#2515)Filipe Laíns2023-03-1224-38/+60
|
* Add print command to print_prompt for nushell (#2514)Artemiy2023-03-102-1/+3
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Using explicit closure syntax (#2512)WindSoilder2023-03-102-3/+4
|
* Merge pull request #2510 from pypa/release-20.20.0Bernát Gábor2023-02-284-3/+13
|\
| * release 20.20.020.20.0Bernát Gábor2023-02-284-3/+13
|/
* Bump embeded pip and setuptools (#2509)Bernát Gábor2023-02-285-14/+15
|
* Support Windows CPython interpreters distributed by non-standard orgs (#2504)faph2023-02-276-191/+222
| | | | 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-272-1/+2
|
* Fix Tox environment name for running linting tools in PR template (#2505)faph2023-02-151-1/+1
|
* Merge pull request #2503 from pypa/release-20.19.0Bernát Gábor2023-02-072-1/+8
|\
| * release 20.19.020.19.0Bernát Gábor2023-02-072-1/+8
|/
* Bump platformdirs dependency to <4 (#2502)Bernát Gábor2023-02-072-1/+2
| | | | 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
|
* Merge pull request #2497 from pypa/release-20.18.0Bernát Gábor2023-02-064-3/+13
|\
| * release 20.18.020.18.0Bernát Gábor2023-02-064-3/+13
|/
* Use furo docs theme (#2496)Bernát Gábor2023-02-066-37/+27
|
* 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-0511-140/+78
|
* Improve activator documentation (#2488)Adam Johnson2023-02-031-12/+15
|
* Don't run scheduled workflow jobs on forks (#2490)Nicola Soranzo2023-02-031-1/+3
|
* Fix wrong prompt in Nushell activation script (#2481)Jakub Žádník2023-01-132-1/+2
| | | Fixes https://github.com/pypa/virtualenv/issues/2480