Python 3.11.2
  1. 878ead1 Python 3.11.2 by Pablo Galindo · 2 years, 6 months ago v3.11.2
  2. d2aaf81 [3.11] gh-101037: Fix potential memory underallocation for zeros of int subtypes (GH-101038) (#101219) by Miss Islington (bot) · 2 years, 7 months ago
  3. 57e727a [3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182) (#100478) by Bill Fisher · 2 years, 8 months ago
  4. fbc3e1e Post 3.11.1 by Pablo Galindo · 2 years, 9 months ago
  5. a7a450f Python 3.11.1 by Pablo Galindo · 2 years, 9 months ago v3.11.1
  6. 0c6b3a2 [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573) by Victor Stinner · 2 years, 9 months ago
  7. 1082890 gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288) by Victor Stinner · 2 years, 9 months ago
  8. b3cafb6 [3.11] Fix v3.11.0 release merge problems (GH-98622) by Pablo Galindo Salgado · 2 years, 10 months ago
  9. 69b6b56 Merge tag 'v3.11.0' into 3.11 by Pablo Galindo · 2 years, 10 months ago
  10. deaf509 Python 3.11.0 by Pablo Galindo · 2 years, 10 months ago v3.11.0
  11. b092521 Post 3.11.0rc2 by Pablo Galindo · 2 years, 10 months ago
  12. 4d1de87 gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) by Miss Islington (bot) · 2 years, 11 months ago
  13. 14adf46 Post 3.11.0rc2 by Pablo Galindo · 3 years ago
  14. ed7c3ff Python 3.11.0rc2 by Pablo Galindo · 3 years ago v3.11.0rc2
  15. e72f469 [3.11] GH-96569: Avoid undefined behavior (#96616) by Mark Shannon · 3 years ago
  16. 8a776d1 gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) by Miss Islington (bot) · 3 years ago
  17. f8b71da [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500) by Gregory P. Smith · 3 years ago
  18. 1901ee7 gh-46845: clean up unused DK_IXSIZE (GH-96405) by Miss Islington (bot) · 3 years ago
  19. df9c12e Fix typo in internal/pycore_atomic.h (GH-95939) by Miss Islington (bot) · 3 years ago
  20. 19eed66 Post 3.11.0rc1 by Pablo Galindo · 3 years ago
  21. 41cb071 Python 3.11.0rc1 by Pablo Galindo · 3 years ago v3.11.0rc1
  22. f292635 gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008) by Miss Islington (bot) · 3 years ago
  23. 312dab2 Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647) by Mark Shannon · 3 years ago
  24. e62a0df [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) by Christian Heimes · 3 years, 1 month ago
  25. 00566a8 GH-90081: Run python tracers at full speed (GH-95328) (#95363) by Miss Islington (bot) · 3 years, 1 month ago
  26. 86eb500 [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208) by Miss Islington (bot) · 3 years, 1 month ago
  27. 2fb64a0 Post 3.11.0b5 by Pablo Galindo · 3 years, 1 month ago
  28. 0771d71 Python 3.11.0b5 by Pablo Galindo · 3 years, 1 month ago v3.11.0b5
  29. 7f73194 [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256) by Pablo Galindo Salgado · 3 years, 1 month ago
  30. e5ff5ec [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965) by Mark Shannon · 3 years, 1 month ago
  31. 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
  32. d9107aa0 gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849) by Miss Islington (bot) · 3 years, 1 month ago
  33. a4b98a7 Post 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago
  34. 5a7e1e0 Python 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago v3.11.0b4
  35. 68f5fa6 [3.11] GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371) (#94482) by Miss Islington (bot) · 3 years, 2 months ago
  36. 113b309 [3.11] GH-93354: Use exponential backoff to avoid excessive specialization attempts (GH-93355) (GH-93379) by Mark Shannon · 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. 56f5f90 [3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-94334) by Christian Heimes · 3 years, 2 months ago
  39. 852b4d4 [3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493) by Ken Jin · 3 years, 2 months ago
  40. 3ece6e6 [3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127) by Mark Shannon · 3 years, 2 months ago
  41. 96254a9 gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000) by Victor Stinner · 3 years, 2 months ago
  42. 7456109 gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid UB (GH-93700) by Miss Islington (bot) · 3 years, 2 months ago
  43. 8dc5df4 [3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412) (GH-93746) by Miss Islington (bot) · 3 years, 2 months ago
  44. ef591cf gh-91321: Fix compatibility with C++ older than C++11 (#93784) (#93802) by Victor Stinner · 3 years, 2 months ago
  45. d42b368 [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792) by Serhiy Storchaka · 3 years, 2 months ago
  46. d97e2c5 gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (GH-93500) (gh-93507) by Miss Islington (bot) · 3 years, 3 months ago
  47. ae0cf8e Post 3.11.0b3 by Pablo Galindo · 3 years, 3 months ago
  48. eb0004c Python 3.11.0b3 by Pablo Galindo · 3 years, 3 months ago v3.11.0b3
  49. 00f8fe9 [3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484) by Miss Islington (bot) · 3 years, 3 months ago
  50. 5024a9b Post 3.11.0b2 by Pablo Galindo · 3 years, 3 months ago
  51. 72f00f4 Python 3.11.0b2 by Pablo Galindo · 3 years, 3 months ago v3.11.0b2
  52. 3637425 [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306) by Eric Snow · 3 years, 3 months ago
  53. 9303a5a gh-92898: Enhance _testcppext test on cast to PyObject* (GH-93111) by Miss Islington (bot) · 3 years, 3 months ago
  54. c771cbe gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93145) by Miss Islington (bot) · 3 years, 3 months ago
  55. dd923c5 [3.11] GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951) (gh-93049) by Dong-hee Na · 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. 1df4550 gh-89653: PEP 670: Fix PyUnicode_READ() cast (GH-92872) by Miss Islington (bot) · 3 years, 3 months ago
  58. a3d2ce9 gh-92781: Avoid mixing declarations and code in C API (#92783) (#92813) by Victor Stinner · 3 years, 3 months ago
  59. 6e1a214 gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696) (GH-92703) by Miss Islington (bot) · 3 years, 3 months ago
  60. a1bef8c gh-89653: PEP 670: Use PyObject* type for parameters (GH-92694) by Miss Islington (bot) · 3 years, 3 months ago
  61. 6f92872 gh-89653: PEP 670: Limited API doesn't cast arguments (GH-92654) by Miss Islington (bot) · 3 years, 3 months ago
  62. 6546af3 gh-91731: Fix typo in pymacro.h (GH-92618) by Miss Islington (bot) · 3 years, 3 months ago
  63. 57ff498 gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559) (#92566) by Miss Islington (bot) · 3 years, 3 months ago
  64. 6fbb56d Post 3.11.0b1 by Pablo Galindo · 3 years, 3 months ago
  65. 8d32a5c Update the SOURCE_URI in pyspecific.py to point to the new branch by Pablo Galindo · 3 years, 3 months ago v3.11.0b1
  66. c33d67c gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396) by Victor Stinner · 3 years, 3 months ago
  67. 299692a gh-88279: Deprecate PySys_SetArgvEx() (#92363) by Victor Stinner · 3 years, 4 months ago
  68. ada8b6d gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) by Victor Stinner · 3 years, 4 months ago
  69. 1ed8d03 gh-87390: Fix starred tuple equality and pickling (GH-92337) by Serhiy Storchaka · 3 years, 4 months ago
  70. 08b562a gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302) by Victor Stinner · 3 years, 4 months ago
  71. d716a0d Use static inline function Py_EnterRecursiveCall() (#91988) by Victor Stinner · 3 years, 4 months ago
  72. 836b17c Add more stats for freelist use and allocations. (GH-92211) by Mark Shannon · 3 years, 4 months ago
  73. 3a35b62 gh-91321: Fix PyModuleDef_HEAD_INIT on C++ (#92259) by Victor Stinner · 3 years, 4 months ago
  74. 551d02b gh-91321: Add _Py_NULL macro (#92253) by Victor Stinner · 3 years, 4 months ago
  75. ff3e9cd gh-91320: Fix more old-style cast warnings in C++ (#92247) by Victor Stinner · 3 years, 4 months ago
  76. 2eca5da gh-89653: PEP 670: Convert PyBytes macros to functions (#91990) by Victor Stinner · 3 years, 4 months ago
  77. b156578 gh-92031: Deoptimize Static Code at Finalization (GH-92039) by Dennis Sweeney · 3 years, 4 months ago
  78. fbd5539 gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230) by Victor Stinner · 3 years, 4 months ago
  79. 6c7249f gh-92154: Expose PyCode_GetCode in the C API (GH-92168) by Ken Jin · 3 years, 4 months ago
  80. 0313970 gh-92135: Fix _Py_reinterpret_cast() for const (#92138) by Victor Stinner · 3 years, 4 months ago
  81. d414f7e gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-92071) by Ganesh Kathiresan · 3 years, 4 months ago
  82. e8c2f72 bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828) by Serhiy Storchaka · 3 years, 4 months ago
  83. 0ef8d92 gh-91603: Speed up isinstance/issubclass on union types (GH-91631) by Yurii Karabas · 3 years, 4 months ago
  84. 87c6cf9 gh-89479: Export _Py_GetSpecializationStats() internal function (#92011) by Victor Stinner · 3 years, 4 months ago
  85. 37c6db6 gh-91869: Fix tracing of specialized instructions with extended args (GH-91945) by Dennis Sweeney · 3 years, 4 months ago
  86. 29e2245 gh-91320: Add _Py_reinterpret_cast() macro (#91959) by Victor Stinner · 3 years, 4 months ago
  87. 64a54e5 gh-91719: Add pycore_opcode.h internal header file (#91906) by Victor Stinner · 3 years, 4 months ago
  88. 20cc695 gh-64783: Fix signal.NSIG value on FreeBSD (#91929) by Victor Stinner · 3 years, 4 months ago
  89. 61381d7 gh-89653: PEP 670: Functions don't cast pointers (#91697) by Victor Stinner · 3 years, 4 months ago
  90. 9e146bb gh-80527: Deprecate PEP 623 Unicode functions (#91801) by Victor Stinner · 3 years, 4 months ago
  91. 82ec638 Docs: Clarify availability of PyOS_CheckStack (GH-91816) by Petr Viktorin · 3 years, 4 months ago
  92. efe7fd4 gh-89653: Add assertions to unicodeobject.h functions (#91800) by Victor Stinner · 3 years, 4 months ago
  93. 636ad7b gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91799) by Victor Stinner · 3 years, 4 months ago
  94. 8a4e519 gh-79315: Add Include/cpython/pythread.h header (#91798) by Victor Stinner · 3 years, 4 months ago
  95. 6f9addb gh-79315: Add Include/cpython/modsupport.h header (#91797) by Victor Stinner · 3 years, 4 months ago
  96. c1474fa gh-89653: PEP 670: Group deprecated API in unicodeobject.h (#91796) by Victor Stinner · 3 years, 4 months ago
  97. eaa85cb gh-91768: C API no longer use "const PyObject*" type (#91769) by Victor Stinner · 3 years, 4 months ago
  98. 128d624 gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91773) by Victor Stinner · 3 years, 4 months ago
  99. f8dc618 GH-91719: Make MSVC generate somewhat faster switch code (#91718) by Guido van Rossum · 3 years, 4 months ago
  100. 944fffe GH-88116: Use a compact format to represent end line and column offsets. (GH-91666) by Mark Shannon · 3 years, 4 months ago