1. 2145c8c bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110) by native-api · 4 years, 4 months ago
  2. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 4 months ago
  3. 5edb832 bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735) by Victor Stinner · 4 years, 4 months ago
  4. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 4 years, 4 months ago
  5. c896666 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Zackery Spytz · 4 years, 5 months ago
  6. ef16958 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miro Hrončok · 4 years, 5 months ago
  7. 7864f11 [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) by Andre Delfino · 4 years, 5 months ago
  8. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 4 years, 6 months ago
  9. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 6 months ago
  10. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 4 years, 7 months ago
  11. c580981 fix typo: add space (GH-18853) by Julin S · 4 years, 8 months ago
  12. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 4 years, 9 months ago
  13. 148610d bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935) by Inada Naoki · 4 years, 9 months ago
  14. b9783d2 bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) by Victor Stinner · 4 years, 9 months ago
  15. 84b1ff6 bpo-38899: virtual environment activation for fish should use `source` (GH-17359) by Brett Cannon · 5 years ago
  16. 0fe0b88 Updated missing periods in cmdline.rst (GH-17173) by Jules Lasne (jlasne) · 5 years ago
  17. 4d20228 bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791) by Steve Dower · 5 years ago
  18. bdd6945 bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) by Xtreak · 5 years ago
  19. e9c90aa bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Serhiy Storchaka · 5 years ago
  20. cf9360e Remove 'unstable' warning for Windows Store package in docs (GH-15334) by Steve Dower · 5 years ago
  21. 91e4957 bpo-32910: Remove implementation detail in venv documentation. (GH-14968) by Derek Keeler · 5 years ago
  22. 9d9893a bpo-35524: Update Windows installer image in docs (GH-14966) by Steve Dower · 5 years ago
  23. 8f040b7 bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850) by aldwinaldwin · 5 years ago
  24. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 5 years ago
  25. f9f8e3c bpo-37403: Touch up venv docs (GH-14458) by Brett Cannon · 5 years ago
  26. 7a177c0 Improve Windows commands in tutorial (GH-14379) by Steve Dower · 5 years ago
  27. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 5 years ago
  28. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 5 years ago
  29. 905e19a bpo-37216: update version to 3.9 in mac using document (GH-13966) by Makdon · 5 years ago
  30. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 5 years ago
  31. 7114c65 Docs: FIX broken links. (GH-13491) by Julien Palard · 5 years ago
  32. cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 years ago
  33. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 5 years ago
  34. f4e4703 bpo-36465: Make release and debug ABI compatible (GH-12615) by Victor Stinner · 5 years ago
  35. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 6 years ago
  36. 4423504 bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786) by Victor Stinner · 6 years ago
  37. 3208880 Include the --prompt flag in venv's help output (GH-10711) by Holger Frey · 6 years ago
  38. a1f9a33 bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700) by Steve Dower · 6 years ago
  39. f5107df bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144) by mkkot · 6 years ago
  40. 0cd6391 bpo-34977: Add Windows App Store package (GH-11027) by Steve Dower · 6 years ago
  41. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 6 years ago
  42. d936a8f bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) by Julien Palard · 6 years ago
  43. 9404e77 Linkify PEP 8 in unix.rst (GH-10482) by Andrés Delfino · 6 years ago
  44. 9e95eb0 Fix grammar in using/unix build instruction docs (GH-10009) by Stéphane Wirtel · 6 years ago
  45. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 6 years ago
  46. 06e7608 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) by Victor Stinner · 6 years ago
  47. dbdee00 bpo-34589: Add -X coerce_c_locale command line option (GH-9378) by Victor Stinner · 6 years ago
  48. 46ebe61 bpo-34317: Fix a dead url to Windows documentation (GH-8622) by HiyashiChuka · 6 years ago
  49. 8e7e8bd Fix typos & formatting in Using Python on Windows doc (GH-8559) by Segev Finer · 6 years ago
  50. 5032692 bpo-24356: Specify which Python binary will be used with venv (GH-6589) by Elena Oat · 6 years ago
  51. c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 6 years ago
  52. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  53. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  54. 1bcb8a6 bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Nick Coghlan · 6 years ago
  55. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  56. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 7 years ago
  57. 186b606 bpo-17232: Clarify docs for -O and -OO command line options (#5839) by Cheryl Sabella · 7 years ago
  58. e8eb972 Correct venv doc (fix #32540) (#5736) by TROUVERIE Joachim · 7 years ago
  59. 3384d38 Fix installation instructions for *nix (GH-5605) by Eitan Adler · 7 years ago
  60. 15ea3a6 bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399) by Steve Dower · 7 years ago
  61. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  62. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  63. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  64. 642d67b bpo-32329: Add versionchanged to -R option doc (#4884) by Victor Stinner · 7 years ago
  65. 358e5e1 bpo-32329: Fix -R option for hash randomization (#4873) by Victor Stinner · 7 years ago
  66. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  67. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  68. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  69. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  70. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  71. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  72. 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 7 years ago
  73. bc9b6e2 bpo-32043: Rephrase -X dev documentation (#4478) by Victor Stinner · 7 years ago
  74. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  75. c5a2071 bpo-32050: Fix -x option documentation (#4475) by Victor Stinner · 7 years ago
  76. 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 7 years ago
  77. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 7 years ago
  78. 962e2a7 Fix a minor typo and hyphenate "multi-threading" (#4237) by Barry Warsaw · 7 years ago
  79. 700d2e4 bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240) by Barry Warsaw · 7 years ago
  80. d609b0c bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) by cocoatomo · 7 years ago
  81. 7f58097 bpo-28647: Update -u documentation after bpo-30404 (GH-3961) by Berker Peksag · 7 years ago
  82. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  83. 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 7 years ago
  84. 1a87de7 bpo-31415: Add `-X importtime` option (GH-3490) by INADA Naoki · 7 years ago
  85. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  86. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  87. 4ebf03d Fix trivial typo in Readme (GH-2185) by csabella · 7 years ago
  88. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  89. 87fa8a7 bpo-29898: Fix incorrect env variable name (GH-1576) by Berker Peksag · 7 years ago
  90. 80a3da4 Improve the grammar in windows.rst (GH-1330) by Wieland Hoffmann · 7 years ago
  91. d1ae24e Correct the README link in Unix install docs (#1245) by Sebastian Vetter · 8 years ago
  92. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 8 years ago
  93. 35a1f7f massage English for -X descriptions a bit by Benjamin Peterson · 8 years ago
  94. b0d0e19 issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 8 years ago
  95. 2036742 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 8 years ago
  96. f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 8 years ago
  97. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 8 years ago
  98. 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  99. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
  100. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago