Python 3.11.2
  1. 31b82ab [3.11] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051) (#101085) by Pablo Galindo Salgado · 2 years, 7 months ago
  2. d8073ee [3.11] gh-89419: gdb: fix bug causing AttributeError in py-locals when no frame is available (GH-100611) (#100738) by Eli Schwartz · 2 years, 8 months ago
  3. ebe4288 [3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343). (#100568) by Kumar Aditya · 2 years, 8 months ago
  4. a3dbd4c [3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368) by colorfulappl · 2 years, 8 months ago
  5. 341bdd6 [3.11] gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100486) by Gregory P. Smith · 2 years, 8 months ago
  6. ba8e30c [3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) (#100352) by colorfulappl · 2 years, 8 months ago
  7. c42a4ad [3.11] gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (GH-99233) (#100338) by colorfulappl · 2 years, 8 months ago
  8. dd323af [3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230) by colorfulappl · 2 years, 8 months ago
  9. 49f2eee [3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (GH-99693) by Serhiy Storchaka · 2 years, 9 months ago
  10. b5874fa [3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98281) by Miss Islington (bot) · 2 years, 10 months ago
  11. f07ee41 [3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97757) by Serhiy Storchaka · 2 years, 11 months ago
  12. 0fbee30 gh-90989: Clarify some installer text (GH-97668) by Steve Dower · 2 years, 11 months ago
  13. 94582bb gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) by Miss Islington (bot) · 2 years, 11 months ago
  14. 876606f [3.11] gh-96883: browser: include concurrent.futures (GH-96886) (GH-96888) by Christian Heimes · 3 years ago
  15. fe4f2f9 gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755) by Miss Islington (bot) · 3 years ago
  16. 8238fa9 gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303) by Miss Islington (bot) · 3 years ago
  17. 4958820 [3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749) by Christian Heimes · 3 years ago
  18. 390123b [3.11] gh-96320: WASI socket fixes (GH-96388) (GH-#96748) by Miss Islington (bot) · 3 years ago
  19. 882c7cf gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) by Miss Islington (bot) · 3 years ago
  20. 7604456 bpo-46744: Support "-Win32" and make platform flags case insensitive in Windows build scripts. (GH-31803) by Miss Islington (bot) · 3 years ago
  21. a42215c gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) (GH-95780) by Miss Islington (bot) · 3 years ago
  22. f5011df gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95631) by Miss Islington (bot) · 3 years ago
  23. 3192fd7 gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465) by Miss Islington (bot) · 3 years, 1 month ago
  24. e62a0df [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) by Christian Heimes · 3 years, 1 month ago
  25. 06b5f78 [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308) by Christian Heimes · 3 years, 1 month ago
  26. 25086f1 gh-95174: Move WASIX logic into wasi-env (GH-95320) by Miss Islington (bot) · 3 years, 1 month ago
  27. 202311c [3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-95307) by Miss Islington (bot) · 3 years, 1 month ago
  28. 6284f23 gh-95205: Improve WASM README.md (GH-95267) (GH-95270) by Miss Islington (bot) · 3 years, 1 month ago
  29. df95ad3 gh-95205: Improve wasm README (GH-95206) by Miss Islington (bot) · 3 years, 1 month ago
  30. 5a48ab0 [3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143) by Brandt Bucher · 3 years, 1 month ago
  31. e98728a gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035) by Miss Islington (bot) · 3 years, 1 month ago
  32. cdd0cab gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775) by Miss Islington (bot) · 3 years, 1 month ago
  33. c0b7868 [3.11] gh-94430: Allow params named `module` or `self` with custom C names in AC (GH-94431) (#94649) by Erlend Egeberg Aasland · 3 years, 1 month ago
  34. e284468 gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555) by Miss Islington (bot) · 3 years, 1 month ago
  35. 9fa9661 gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (GH-93953) by Miss Islington (bot) · 3 years, 2 months ago
  36. ca58ca8 gh-84461: Improve WebAssembly in-browser demo (GH-91879) by Miss Islington (bot) · 3 years, 2 months ago
  37. 3b4f5ed [3.11] GH-93516: Backport GH-93769 (GH-94231) by Mark Shannon · 3 years, 2 months ago
  38. c966e08 gh-84461: Build Emscripten with WASM BigInt support (GH-94219) by Miss Islington (bot) · 3 years, 2 months ago
  39. 4d2c972 gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) by Miss Islington (bot) · 3 years, 2 months ago
  40. ee82f0f gh-93771: Clarify how deepfreeze.py is run (GH-94150) by Miss Islington (bot) · 3 years, 2 months ago
  41. 852b4d4 [3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493) by Ken Jin · 3 years, 2 months ago
  42. 3ece6e6 [3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127) by Mark Shannon · 3 years, 2 months ago
  43. 8c2af49 gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94121) by Miss Islington (bot) · 3 years, 2 months ago
  44. 1073184 [3.11] gh-84461: Fix Emscripten umask and permission issues (GH-94002) (GH-94006) by Christian Heimes · 3 years, 2 months ago
  45. 6c8eb95 gh-84461: Fix pydebug Emscripten browser builds (GH-93982) by Miss Islington (bot) · 3 years, 2 months ago
  46. 6e28032 gh-84461: Document how to install SDKs manually (GH-93844) by Miss Islington (bot) · 3 years, 2 months ago
  47. 8786407 gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825) by Miss Islington (bot) · 3 years, 2 months ago
  48. 02ff1cc gh-84461: Fix parallel testing on WebAssembly (GH-93768) by Miss Islington (bot) · 3 years, 2 months ago
  49. 4c88104 gh-84461: Use HOSTRUNNER to run regression tests (GH-93694) by Miss Islington (bot) · 3 years, 2 months ago
  50. 5203255 gh-84461: Emscripten's faccessat() does not accept flags (GHß92353) by Miss Islington (bot) · 3 years, 2 months ago
  51. 6787a8f gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550) by Miss Islington (bot) · 3 years, 2 months ago
  52. 20be4a1 gh-90473: WASI requires proper open(2) flags (GH-93529) by Miss Islington (bot) · 3 years, 2 months ago
  53. 1d2b766 gh-90473: Skip and document more failing tests on WASI (GH-93436) by Miss Islington (bot) · 3 years, 3 months ago
  54. 0fb70ce gh-90473: Misc test fixes for WASI (GH-93218) by Miss Islington (bot) · 3 years, 3 months ago
  55. a29b1f8 gh-90473: WASI: skip gethostname tests (GH-93092) by Miss Islington (bot) · 3 years, 3 months ago
  56. 7afccd3 gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803) by Miss Islington (bot) · 3 years, 3 months ago
  57. de33490 gh-92256: Improve Argument Clinic parser error messages (GH-92268) by Miss Islington (bot) · 3 years, 3 months ago
  58. 329afe7 gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358) by Victor Stinner · 3 years, 4 months ago
  59. 1f631ae gh-81057: Fix indent. (gh-92267) by Eric Snow · 3 years, 4 months ago
  60. 804f252 gh-91320: Use _PyCFunction_CAST() (#92251) by Victor Stinner · 3 years, 4 months ago
  61. 456cd51 gh-81057: Get the c-analyzer tool working again. (gh-92246) by Eric Snow · 3 years, 4 months ago
  62. b270b82 gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) by Victor Stinner · 3 years, 4 months ago
  63. b156578 gh-92031: Deoptimize Static Code at Finalization (GH-92039) by Dennis Sweeney · 3 years, 4 months ago
  64. a055dac gh-91583: AC: Fix regression for functions with defining_class (GH-91739) by Serhiy Storchaka · 3 years, 4 months ago
  65. 83bce8e gh-91324: Convert the stable ABI manifest to TOML (GH-92026) by Petr Viktorin · 3 years, 4 months ago
  66. 89c6b2b bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH-32354) by Hugo van Kemenade · 3 years, 4 months ago
  67. 6dcbc08 gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415) by Petr Viktorin · 3 years, 4 months ago
  68. 64a54e5 gh-91719: Add pycore_opcode.h internal header file (#91906) by Victor Stinner · 3 years, 4 months ago
  69. 92c1037 gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820) by Christian Heimes · 3 years, 4 months ago
  70. 9b5ca54 gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781) by Christian Heimes · 3 years, 4 months ago
  71. f912cc0 gh-91575: Add a script for generating data for case-insensitive matching in re (GH-91660) by Serhiy Storchaka · 3 years, 4 months ago
  72. f8dc618 GH-91719: Make MSVC generate somewhat faster switch code (#91718) by Guido van Rossum · 3 years, 4 months ago
  73. ac4ffd3 bpo-47169: Export PyOS_CheckStack on Windows (GH-32414) by Petr Viktorin · 3 years, 4 months ago
  74. 944fffe GH-88116: Use a compact format to represent end line and column offsets. (GH-91666) by Mark Shannon · 3 years, 4 months ago
  75. ab0d35d bpo-46712: share more global strings in deepfreeze (gh-32152) by Kumar Aditya · 3 years, 4 months ago
  76. dbd9d75 Add some information about where pynche has moved to (#91650) by Barry Warsaw · 3 years, 4 months ago
  77. 7173fd5 Remove the ancient Pynche color editor (#91554) by Barry Warsaw · 3 years, 4 months ago
  78. 37965d2 gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619) by Dennis Sweeney · 3 years, 4 months ago
  79. 9300b6d gh-91595: fix the comparison of character and integer by using ord() (#91596) by Yu Liu · 3 years, 4 months ago
  80. 1b34b56 gh-91404: Use computed gotos and reduce indirection in re (#91495) by Brandt Bucher · 3 years, 4 months ago
  81. c9d41bc gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467) by Dennis Sweeney · 3 years, 4 months ago
  82. 13b17e2 gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056) by Inada Naoki · 3 years, 4 months ago
  83. 474fdbe bpo-47152: Automatically regenerate sre_constants.h (GH-91439) by Serhiy Storchaka · 3 years, 4 months ago
  84. 8a35ce3 gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430) by Dennis Sweeney · 3 years, 4 months ago
  85. defbbd6 bpo-40280: WASM docs and smaller browser builds (GH-32412) by Christian Heimes · 3 years, 4 months ago
  86. 1c2fddd Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365) by Petr Viktorin · 3 years, 4 months ago
  87. ef6a482 bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208) by Brandt Bucher · 3 years, 4 months ago
  88. 612e422 bpo-46576: Speed up test_peg_generator by using a static library for shared sources (GH-32338) by Jeremy Kloth · 3 years, 4 months ago
  89. d79f118 bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196) by Petr Viktorin · 3 years, 4 months ago
  90. 96e0983 bpo-40280: Add limited Emscripten REPL (GH-32284) by Christian Heimes · 3 years, 5 months ago
  91. c9844cb bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253) by Christian Heimes · 3 years, 5 months ago
  92. 1578f06 bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) by Serhiy Storchaka · 3 years, 5 months ago
  93. 4ed8a9a bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238) by Christian Heimes · 3 years, 5 months ago
  94. e7bb7c2 bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32218) by Eric Snow · 3 years, 5 months ago
  95. db4dada bpo-47146: Avoid Using make Recursively (gh-32206) by Eric Snow · 3 years, 5 months ago
  96. 2ab609d bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203) by Steve Dower · 3 years, 5 months ago
  97. 6881ea9 bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) by Hugo van Kemenade · 3 years, 5 months ago
  98. bad86a6 bpo-46566: Add new py.exe launcher implementation (GH-32062) by Steve Dower · 3 years, 5 months ago
  99. 785cc67 bpo-46429: tweak deepfreeze output (#32107) by Kumar Aditya · 3 years, 5 months ago
  100. febf54b bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects (gh-32061) by Eric Snow · 3 years, 5 months ago