1. d86ab5d [3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122119) by Łukasz Langa · 1 year, 1 month ago
  2. bef189b gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Miss Islington (bot) · 2 years, 6 months ago
  3. df38f7c [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698) by Miss Islington (bot) · 2 years, 6 months ago
  4. 6aabbe2 Fix trivial typo in shebang example (GH-101385) by Miss Islington (bot) · 2 years, 7 months ago
  5. f786485 [3.10] Change links to label refs (GH-98454) (#98726) by Stanley · 2 years, 10 months ago
  6. dddbbd9 [3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-98466) by Vinay Sajip · 2 years, 10 months ago
  7. b2db1c2 [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373) by C.A.M. Gerlach · 2 years, 11 months ago
  8. bb21bc3 [3.10] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98008) by Miss Islington (bot) · 2 years, 11 months ago
  9. 2911521 gh-97754: Update doc for default location of per-user installs on Windows (GH-97756) by Miss Islington (bot) · 2 years, 11 months ago
  10. 2e315d8 gh-96959: Update more HTTP links (GH-97536) by Miss Islington (bot) · 3 years ago
  11. 8f0fa4b [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501) by Gregory P. Smith · 3 years ago
  12. 32b71ff gh-95155: Update "Using Python on a Mac" documentation (GH-95284) (GH-95743) by Miss Islington (bot) · 3 years, 1 month ago
  13. 54d4b4d [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95644) by Serhiy Storchaka · 3 years, 1 month ago
  14. 8e1952a gh-92219: Clarify that some options to the installer may break the install (GH-95548) (#95550) by Miss Islington (bot) · 3 years, 1 month ago
  15. b60c3d2 GH-95029: Describe Windows Store package isolation and redirection in more detail (GH-95030) by Miss Islington (bot) · 3 years, 1 month ago
  16. 6e47020 [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94558) by Łukasz Langa · 3 years, 2 months ago
  17. 38fdff9 [3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078) by Łukasz Langa · 3 years, 2 months ago
  18. 2454dbe gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754) by Miss Islington (bot) · 3 years, 2 months ago
  19. dd0e8a6 [3.10] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92609) by Miss Islington (bot) · 3 years, 4 months ago
  20. 826ceab Doc: Update py2app link. (GH-91585) by Miss Islington (bot) · 3 years, 4 months ago
  21. 29ffac2 Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383) by Miss Islington (bot) · 3 years, 5 months ago
  22. d04fb92 [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504) by Miss Islington (bot) · 3 years, 6 months ago
  23. 34895f6 Optimize images by IMGbot (GH-21348) by Miss Islington (bot) · 3 years, 7 months ago
  24. d15f47d [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758) by Christian Clauss · 3 years, 11 months ago
  25. 02fdd73 bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-28616) by Miss Islington (bot) · 4 years ago
  26. 8f9d398 [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607) by Łukasz Langa · 4 years ago
  27. 1493e1a bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523) by Miss Islington (bot) · 4 years ago
  28. a11158e bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by Miss Islington (bot) · 4 years, 1 month ago
  29. ddc503c bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349) by Miss Islington (bot) · 4 years, 3 months ago
  30. e983252 bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778) by Christian Heimes · 4 years, 4 months ago
  31. abfd638 bpo-43774: Enhance debug build documentation (GH-25712) by Victor Stinner · 4 years, 4 months ago
  32. 645ed62 bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711) by Victor Stinner · 4 years, 4 months ago
  33. d28b346 Fix broken links and improve stand-alone tools list in FAQ GH-22124 by Andre Delfino · 4 years, 4 months ago
  34. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 4 years, 4 months ago
  35. 62ec638 bpo-43862: Enhance -W cmdline option documentation (GH-25439) by Victor Stinner · 4 years, 4 months ago
  36. 85918e4 bpo-43774: Add more links to configure options (GH-25363) by Victor Stinner · 4 years, 5 months ago
  37. bd88ccb bpo-43774: Document the Python Build System (GH-25302) by Victor Stinner · 4 years, 5 months ago
  38. 5436695 bpo-43774: Enhance configure documentation (GH-25293) by Victor Stinner · 4 years, 5 months ago
  39. a41782c bpo-43774: Document configure options (GH-25283) by Victor Stinner · 4 years, 5 months ago
  40. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 4 years, 5 months ago
  41. 32eba61 bpo-43466: Add --with-openssl-rpath configure option (GH-24820) by Christian Heimes · 4 years, 5 months ago
  42. 743932d Remove all links to mingw.org (GH-24552) by Jeremy Paige · 4 years, 6 months ago
  43. 1ba08a1 Add link to Microsoft docs for limitations in Windows Store package (GH-24422) by Steve Dower · 4 years, 7 months ago
  44. db68544 bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) by Zackery Spytz · 4 years, 9 months ago
  45. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years, 10 months ago
  46. ff1ae3d bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281) by Zackery Spytz · 4 years, 10 months ago
  47. ebc8c38 bpo-41192: Fix some broken anchors for audit event entries (#21310) by Saiyang Gou · 4 years, 10 months ago
  48. 1264d04 Fix documented Python version for venv --upgrade-deps (GH-22113) by johnthagen · 5 years ago
  49. 3584d4b [doc] Document VIRTUAL_ENV environment variable (GH-21970) by Andre Delfino · 5 years ago
  50. 2145c8c bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) by native-api · 5 years ago
  51. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 5 years ago
  52. 5edb832 bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735) by Victor Stinner · 5 years ago
  53. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 5 years ago
  54. c896666 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Zackery Spytz · 5 years ago
  55. ef16958 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miro Hrončok · 5 years ago
  56. 7864f11 [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) by Andre Delfino · 5 years ago
  57. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 5 years ago
  58. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
  59. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 5 years ago
  60. c580981 fix typo: add space (GH-18853) by Julin S · 5 years ago
  61. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 6 years ago
  62. 148610d bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935) by Inada Naoki · 6 years ago
  63. b9783d2 bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) by Victor Stinner · 6 years ago
  64. 84b1ff6 bpo-38899: virtual environment activation for fish should use `source` (GH-17359) by Brett Cannon · 6 years ago
  65. 0fe0b88 Updated missing periods in cmdline.rst (GH-17173) by Jules Lasne (jlasne) · 6 years ago
  66. 4d20228 bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791) by Steve Dower · 6 years ago
  67. bdd6945 bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) by Xtreak · 6 years ago
  68. e9c90aa bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Serhiy Storchaka · 6 years ago
  69. cf9360e Remove 'unstable' warning for Windows Store package in docs (GH-15334) by Steve Dower · 6 years ago
  70. 91e4957 bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Derek Keeler · 6 years ago
  71. 9d9893a bpo-35524: Update Windows installer image in docs (GH-14966) by Steve Dower · 6 years ago
  72. 8f040b7 bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850) by aldwinaldwin · 6 years ago
  73. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 6 years ago
  74. f9f8e3c bpo-37403: Touch up venv docs (GH-14458) by Brett Cannon · 6 years ago
  75. 7a177c0 Improve Windows commands in tutorial (GH-14379) by Steve Dower · 6 years ago
  76. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 6 years ago
  77. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 6 years ago
  78. 905e19a bpo-37216: update version to 3.9 in mac using document (GH-13966) by Makdon · 6 years ago
  79. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 6 years ago
  80. 7114c65 Docs: FIX broken links. (GH-13491) by Julien Palard · 6 years ago
  81. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 6 years ago
  82. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 6 years ago
  83. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 6 years ago
  84. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 6 years ago
  85. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 6 years ago
  86. 3208880 Include the --prompt flag in venv's help output (GH-10711) by Holger Frey · 7 years ago
  87. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 7 years ago
  88. f5107df bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144) by mkkot · 7 years ago
  89. 0cd6391 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 7 years ago
  90. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 7 years ago
  91. d936a8f bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) by Julien Palard · 7 years ago
  92. 9404e77 Linkify PEP 8 in unix.rst (GH-10482) by Andrés Delfino · 7 years ago
  93. 9e95eb0 Fix grammar in using/unix build instruction docs (GH-10009) by Stéphane Wirtel · 7 years ago
  94. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  95. 06e7608 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) by Victor Stinner · 7 years ago
  96. dbdee00 bpo-34589: Add -X coerce_c_locale command line option (GH-9378) by Victor Stinner · 7 years ago
  97. 46ebe61 bpo-34317: Fix a dead url to Windows documentation (GH-8622) by HiyashiChuka · 7 years ago
  98. 8e7e8bd Fix typos & formatting in Using Python on Windows doc (GH-8559) by Segev Finer · 7 years ago
  99. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 7 years ago
  100. c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 7 years ago