1. b7ab17e [pre-commit.ci] pre-commit autoupdate (#3087) by pre-commit-ci[bot] · 3 days ago main
  2. f2062bc chore(deps): bump astral-sh/setup-uv from 4 to 7 (#3086) by dependabot[bot] · 3 days ago
  3. eb27e55 Add type annotations to embed wheel generator output (#3085) by Rahul Devikar · 6 days ago
  4. fbb3bd1 chore(deps): bump peter-evans/create-pull-request from 7 to 8 (#3081) by dependabot[bot] · 6 days ago
  5. a1d3963 chore(deps): bump actions/setup-python from 5 to 6 (#3080) by dependabot[bot] · 6 days ago
  6. e768d56 chore(deps): bump actions/upload-artifact from 4 to 7 (#3082) by dependabot[bot] · 6 days ago
  7. 9601a70 chore(deps): bump actions/checkout from 4 to 6 (#3083) by dependabot[bot] · 6 days ago
  8. e1118ba chore(deps): bump actions/download-artifact from 4 to 8 (#3084) by dependabot[bot] · 6 days ago
  9. 7f2e162 Standardize .github files to .yaml suffix by Bernát Gábor · 6 days ago
  10. ada469c Move SECURITY.md to .github/SECURITY.md by Bernát Gábor · 6 days ago
  11. 404a3e5 release 21.1.0 by Bernát Gábor · 6 days ago 21.1.0
  12. 981d87c add comprehensive type annotations across the entire codebase (#3076) by rahuldevikar · 7 days ago
  13. 17d98ba Add security policy by Bernát Gábor · 7 days ago
  14. 7687420 release 21.0.0 by Bernát Gábor · 8 days ago 21.0.0
  15. 8ec3142 📝 docs(changelog): add removal entry for python-discovery extraction (#3074) by Bernát Gábor · 8 days ago
  16. f89d46c ♻️ refactor(discovery): extract py_discovery as self-contained package (#3070) by Bernát Gábor · 8 days ago
  17. 0272c72 release 20.39.1 by Bernát Gábor · 8 days ago 20.39.1
  18. b1ca37f 🐛 fix(create): add pythonw3.exe to Windows venvs (#3073) by Bernát Gábor · 8 days ago
  19. 1d4a338 ✨ feat(create): add RustPython support (#3071) by Bernát Gábor · 10 days ago
  20. a10c5d4 Align dependency versions across projects (#3069) by Bernát Gábor · 10 days ago
  21. 22a8860 [pre-commit.ci] pre-commit autoupdate (#3068) by pre-commit-ci[bot] · 10 days ago
  22. ad56e78 release 20.39.0 by Bernát Gábor · 10 days ago 20.39.0
  23. ae90556 Add auto-upgrade workflow for embedded dependencies (#3057) by rahuldevikar · 10 days ago
  24. 4582e41 🐛 fix(discovery): resolve version-manager shims to real binaries (#3067) by Bernát Gábor · 10 days ago
  25. e32d82d Add architecture (ISA) awareness to Python discovery (#3058) by rahuldevikar · 10 days ago
  26. f8f7f48 🧪 test(discovery): fix test_py_info_cache_clear outside venv (#3065) by Bernát Gábor · 10 days ago
  27. c22b548 👷 ci(brew): add missing Homebrew Python versions and fix discovery (#3066) by Bernát Gábor · 10 days ago
  28. a852cbb 🐛 fix(seed): add --ignore-installed to pip invoke seeder (#3064) by Bernát Gábor · 10 days ago
  29. 6d22c9e 🐛 fix(sdist): include tox.toml in sdist (#3063) by Bernát Gábor · 10 days ago
  30. 01e8f51 Move from extras to dependency-groups (#3056) by Bernát Gábor · 14 days ago
  31. fbbb97d release 20.38.0 by Bernát Gábor · 2 weeks ago 20.38.0
  32. c5240c7 🔧 chore(tox): migrate tox.ini to tox.toml (#3050) by Bernát Gábor · 2 weeks ago
  33. 6ff2e3e 🐛 fix(discovery): harden subprocess interrogation and test reliability (#3054) by Bernát Gábor · 2 weeks ago
  34. d7919e5 Fix bash activate PKG_CONFIG_PATH unbound variable under bash -u (#3047) by Fridayai700 · 2 weeks ago
  35. 39568b0 [pre-commit.ci] pre-commit autoupdate (#3043) by pre-commit-ci[bot] · 2 weeks ago
  36. f745000 🔒 security(workflows): add explicit permissions to all jobs by Bernát Gábor · 2 weeks ago
  37. fda5bbc 🐛 fix(release): clear coverage env vars in release env by Bernát Gábor · 2 weeks ago
  38. 1ecf0ed 👷 ci(release): split into release and tag-triggered publish (#3042) by Bernát Gábor · 2 weeks ago
  39. 4fb0401 📝 docs: restructure to follow Diataxis framework (#3041) by Bernát Gábor · 2 weeks ago
  40. 834c7ff 👷 ci(release): scope GH_RELEASE_TOKEN to release environment by Bernát Gábor · 2 weeks ago
  41. a238b9a 👷 ci(release): add workflow_dispatch release with zipapp and get-virtualenv (#3040) by Bernát Gábor · 2 weeks ago
  42. 44bce57 Improve error message when discovery plugin is not available (#3032) by Varun Chawla · 2 weeks ago
  43. 77ac227 Version bump filelock to latest (#3039) by Mr. Walls · 2 weeks ago
  44. bc1aec7 Python3.9 dependency range correction (#3038) by Mr. Walls · 2 weeks ago
  45. 44b7bd6 ✨ feat(create): sync with upstream CPython/PyPy venv (#3036) by Bernát Gábor · 2 weeks ago
  46. 85470d6 ⚡ perf(test): parallelize test suite with pytest-xdist (#3035) by Bernát Gábor · 3 weeks ago
  47. 004e463 Fix unhelpful KeyError when using invalid VIRTUALENV_DISCOVERY value (#3031) by Varun Chawla · 3 weeks ago
  48. c4779f8 Use user_cache_dir for app data with auto-migration from old location (#3033) by rahuldevikar · 3 weeks ago
  49. 6e80d06 Replace ty: ignore with proper type declarations for inheritance patterns (#3034) by rahuldevikar · 3 weeks ago
  50. 86897e9 Fix ty Type Narrowing (#3030) by rahuldevikar · 3 weeks ago
  51. e21287a [pre-commit.ci] pre-commit autoupdate (#3028) by pre-commit-ci[bot] · 3 weeks ago
  52. d27a884 Upgrade embedded dependencies (#3026) by rahuldevikar · 3 weeks ago
  53. 7fd3453 Add ty type checker to CI via tox (#3025) by rahuldevikar · 3 weeks ago
  54. 34066ec Add ``PKG_CONFIG_PATH`` environment variable support to all activation scripts (#3023) by rahuldevikar · 4 weeks ago
  55. cf4c0fc [pre-commit.ci] pre-commit autoupdate (#3019) by pre-commit-ci[bot] · 4 weeks ago
  56. 9909c18 Preserver Symlinks in pyvenv.cfg paths (#3022) by rahuldevikar · 4 weeks ago
  57. c4b80dc [pre-commit.ci] pre-commit autoupdate (#3018) by pre-commit-ci[bot] · 6 weeks ago
  58. 5a5f304 [pre-commit.ci] pre-commit autoupdate (#3017) by pre-commit-ci[bot] · 7 weeks ago
  59. f761bce update `Automated testing` documentation section (#3016) by Elmir · 7 weeks ago
  60. d908c11 Exclude pywintypes*.dll and pythoncom*.dll from being copied to Scripts directory (#3012) by rahuldevikar · 7 weeks ago
  61. fb651b0 Merge pull request #3015 from rahuldevikar/users/rahuldevikar/fix2985 by Bernát Gábor · 8 weeks ago
  62. c7dd7d5 add changelog by Rahul Devikar · 8 weeks ago
  63. b943149 Fix Windows activation scripts to handle Python paths with spaces by Rahul Devikar · 8 weeks ago
  64. 15f475a Merge pull request #3014 from pypa/release-20.36.1 by Bernát Gábor · 8 weeks ago 20.37.0
  65. d0ad11d release 20.36.1 by Bernát Gábor · 8 weeks ago 20.36.1
  66. dec4cec Merge pull request #3013 from gaborbernat/fix-sec by Bernát Gábor · 8 weeks ago
  67. 5fe5d38 release 20.36.0 (#3011) by Bernát Gábor · 8 weeks ago
  68. 9719376 release 20.36.0 by Bernát Gábor · 8 weeks ago 20.36.0
  69. 0276db6 Add support for PEP 440 version specifiers in the ``--python`` flag. (#3008) by rahuldevikar · 8 weeks ago
  70. 4f900c2 Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1 (#3006) by rahuldevikar · 8 weeks ago
  71. 13afcc6 fix: resolve EncodingWarning in tox upgrade environment (#3007) by Bernát Gábor · 9 weeks ago
  72. 31b5d31 [pre-commit.ci] pre-commit autoupdate (#2997) by pre-commit-ci[bot] · 9 weeks ago
  73. 7c28422 fix: update filelock dependency version to 3.20.1 to fix CVE CVE-2025-68146 (#3002) by Vetrichelvan · 9 weeks ago
  74. 365628c test_too_many_open_files: assert on `errno.EMFILE` instead of `strerror` (#3001) by pltrz · 3 months ago
  75. 5d09a90 fix: wrong path on migrated venv (#2996) by sk1234567891 · 3 months ago
  76. 23032cb [pre-commit.ci] pre-commit autoupdate (#2995) by pre-commit-ci[bot] · 3 months ago
  77. 70afcd7 [pre-commit.ci] pre-commit autoupdate (#2993) by pre-commit-ci[bot] · 4 months ago
  78. ead7b2b [pre-commit.ci] pre-commit autoupdate (#2992) by pre-commit-ci[bot] · 4 months ago
  79. 5a400ef [pre-commit.ci] pre-commit autoupdate (#2991) by pre-commit-ci[bot] · 4 months ago
  80. fc1337c release 20.35.4 (#2990) by Bernát Gábor · 4 months ago
  81. 25207be Merge pull request #2989 from gaborbernat/bump-pip by Bernát Gábor · 4 months ago
  82. d593841 Merge pull request #2984 from pypa/pre-commit-ci-update-config by Bernát Gábor · 4 months ago
  83. f742f8d [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 4 months ago
  84. 0a644b0 Merge pull request #2982 from gracetyy/fix/distutils_patch by Bernát Gábor · 5 months ago
  85. 2b125eb refactor: fix last commit according to review feedback by Grace Yuen · 5 months ago
  86. 71d5e09 [pre-commit.ci] auto fixes from pre-commit.com hooks by pre-commit-ci[bot] · 5 months ago
  87. fd0a834 refactor: fix last commit according to review feedback by Grace Yuen · 5 months ago
  88. c5e51d4 refactor: use pytest tmp_path fixture instead of tempfile.TemporaryDirectory by Grace Yuen · 5 months ago
  89. 629f7b8 Merge branch 'main' into fix/distutils_patch by Grace Yuen · 5 months ago
  90. ed439b8 [pre-commit.ci] auto fixes from pre-commit.com hooks by pre-commit-ci[bot] · 5 months ago
  91. 3706faf fix: Prevent NameError when accessing _DISTUTILS_PATCH during file overwrite by Grace Yuen · 5 months ago
  92. e9fd90d Merge pull request #2981 from pypa/release-20.35.3 by Bernát Gábor · 5 months ago
  93. 8a1160e release 20.35.3 by Bernát Gábor · 5 months ago 20.35.3
  94. a07135f test_too_many_open_files fails (#2979) by Bernát Gábor · 5 months ago
  95. e265338 Merge pull request #2980 from gaborbernat/release-20.35.2 by Bernát Gábor · 5 months ago
  96. 5387286 release 20.35.2 by Bernát Gábor · 5 months ago
  97. 9b47ce9 Merge pull request #2978 from gaborbernat/2977 by Bernát Gábor · 5 months ago
  98. c5674f2 Merge pull request #2976 from pypa/release-20.35.1 by Bernát Gábor · 5 months ago
  99. 78a8dc2 release 20.35.1 by Bernát Gábor · 5 months ago 20.35.1
  100. 2dbf4f2 Fix backwards incompatible changes on PythonInfo (#2975) by Bernát Gábor · 5 months ago