Python 3.11.4
  1. d2340ef Python 3.11.4 by Pablo Galindo · 2 years, 2 months ago v3.11.4
  2. a09d390 [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195) by Lysandros Nikolaou · 2 years, 3 months ago
  3. 15ffcf7 [3.11] gh-104018: remove unused format "z" handling in string formatfloat() (GH-104107) (#104260) by Miss Islington (bot) · 2 years, 3 months ago
  4. 851e744 gh-99069: Consolidate checks for static_assert (GH-94766) by Miss Islington (bot) · 2 years, 5 months ago
  5. ff844aa Post 3.11.3 by Pablo Galindo · 2 years, 5 months ago
  6. f3909b8 Python 3.11.3 by Pablo Galindo · 2 years, 5 months ago v3.11.3
  7. e396888 Post 3.11.2 by Pablo Galindo · 2 years, 6 months ago
  8. 878ead1 Python 3.11.2 by Pablo Galindo · 2 years, 6 months ago v3.11.2
  9. 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
  10. 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
  11. fbc3e1e Post 3.11.1 by Pablo Galindo · 2 years, 8 months ago
  12. a7a450f Python 3.11.1 by Pablo Galindo · 2 years, 9 months ago v3.11.1
  13. 0c6b3a2 [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573) by Victor Stinner · 2 years, 9 months ago
  14. 1082890 gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288) by Victor Stinner · 2 years, 9 months ago
  15. b3cafb6 [3.11] Fix v3.11.0 release merge problems (GH-98622) by Pablo Galindo Salgado · 2 years, 10 months ago
  16. 69b6b56 Merge tag 'v3.11.0' into 3.11 by Pablo Galindo · 2 years, 10 months ago
  17. deaf509 Python 3.11.0 by Pablo Galindo · 2 years, 10 months ago v3.11.0
  18. b092521 Post 3.11.0rc2 by Pablo Galindo · 2 years, 10 months ago
  19. 4d1de87 gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) by Miss Islington (bot) · 2 years, 11 months ago
  20. 14adf46 Post 3.11.0rc2 by Pablo Galindo · 3 years ago
  21. ed7c3ff Python 3.11.0rc2 by Pablo Galindo · 3 years ago v3.11.0rc2
  22. e72f469 [3.11] GH-96569: Avoid undefined behavior (#96616) by Mark Shannon · 3 years ago
  23. 8a776d1 gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) by Miss Islington (bot) · 3 years ago
  24. f8b71da [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500) by Gregory P. Smith · 3 years ago
  25. 1901ee7 gh-46845: clean up unused DK_IXSIZE (GH-96405) by Miss Islington (bot) · 3 years ago
  26. df9c12e Fix typo in internal/pycore_atomic.h (GH-95939) by Miss Islington (bot) · 3 years ago
  27. 19eed66 Post 3.11.0rc1 by Pablo Galindo · 3 years ago
  28. 41cb071 Python 3.11.0rc1 by Pablo Galindo · 3 years ago v3.11.0rc1
  29. f292635 gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008) by Miss Islington (bot) · 3 years ago
  30. 312dab2 Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647) by Mark Shannon · 3 years ago
  31. e62a0df [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) by Christian Heimes · 3 years, 1 month ago
  32. 00566a8 GH-90081: Run python tracers at full speed (GH-95328) (#95363) by Miss Islington (bot) · 3 years, 1 month ago
  33. 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
  34. 2fb64a0 Post 3.11.0b5 by Pablo Galindo · 3 years, 1 month ago
  35. 0771d71 Python 3.11.0b5 by Pablo Galindo · 3 years, 1 month ago v3.11.0b5
  36. 7f73194 [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256) by Pablo Galindo Salgado · 3 years, 1 month ago
  37. e5ff5ec [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965) by Mark Shannon · 3 years, 1 month ago
  38. 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
  39. d9107aa0 gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849) by Miss Islington (bot) · 3 years, 1 month ago
  40. a4b98a7 Post 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago
  41. 5a7e1e0 Python 3.11.0b4 by Pablo Galindo · 3 years, 1 month ago v3.11.0b4
  42. 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
  43. 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
  44. 3b4f5ed [3.11] GH-93516: Backport GH-93769 (GH-94231) by Mark Shannon · 3 years, 2 months ago
  45. 56f5f90 [3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-94334) by Christian Heimes · 3 years, 2 months ago
  46. 852b4d4 [3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493) by Ken Jin · 3 years, 2 months ago
  47. 3ece6e6 [3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127) by Mark Shannon · 3 years, 2 months ago
  48. 96254a9 gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000) by Victor Stinner · 3 years, 2 months ago
  49. 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
  50. 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
  51. ef591cf gh-91321: Fix compatibility with C++ older than C++11 (#93784) (#93802) by Victor Stinner · 3 years, 2 months ago
  52. d42b368 [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792) by Serhiy Storchaka · 3 years, 2 months ago
  53. d97e2c5 gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (GH-93500) (gh-93507) by Miss Islington (bot) · 3 years, 2 months ago
  54. ae0cf8e Post 3.11.0b3 by Pablo Galindo · 3 years, 3 months ago
  55. eb0004c Python 3.11.0b3 by Pablo Galindo · 3 years, 3 months ago v3.11.0b3
  56. 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
  57. 5024a9b Post 3.11.0b2 by Pablo Galindo · 3 years, 3 months ago
  58. 72f00f4 Python 3.11.0b2 by Pablo Galindo · 3 years, 3 months ago v3.11.0b2
  59. 3637425 [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306) by Eric Snow · 3 years, 3 months ago
  60. 9303a5a gh-92898: Enhance _testcppext test on cast to PyObject* (GH-93111) by Miss Islington (bot) · 3 years, 3 months ago
  61. 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
  62. 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
  63. 7afccd3 gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803) by Miss Islington (bot) · 3 years, 3 months ago
  64. 1df4550 gh-89653: PEP 670: Fix PyUnicode_READ() cast (GH-92872) by Miss Islington (bot) · 3 years, 3 months ago
  65. a3d2ce9 gh-92781: Avoid mixing declarations and code in C API (#92783) (#92813) by Victor Stinner · 3 years, 3 months ago
  66. 6e1a214 gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696) (GH-92703) by Miss Islington (bot) · 3 years, 3 months ago
  67. a1bef8c gh-89653: PEP 670: Use PyObject* type for parameters (GH-92694) by Miss Islington (bot) · 3 years, 3 months ago
  68. 6f92872 gh-89653: PEP 670: Limited API doesn't cast arguments (GH-92654) by Miss Islington (bot) · 3 years, 3 months ago
  69. 6546af3 gh-91731: Fix typo in pymacro.h (GH-92618) by Miss Islington (bot) · 3 years, 3 months ago
  70. 57ff498 gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559) (#92566) by Miss Islington (bot) · 3 years, 3 months ago
  71. 6fbb56d Post 3.11.0b1 by Pablo Galindo · 3 years, 3 months ago
  72. 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
  73. c33d67c gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396) by Victor Stinner · 3 years, 3 months ago
  74. 299692a gh-88279: Deprecate PySys_SetArgvEx() (#92363) by Victor Stinner · 3 years, 3 months ago
  75. ada8b6d gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) by Victor Stinner · 3 years, 3 months ago
  76. 1ed8d03 gh-87390: Fix starred tuple equality and pickling (GH-92337) by Serhiy Storchaka · 3 years, 4 months ago
  77. 08b562a gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302) by Victor Stinner · 3 years, 4 months ago
  78. d716a0d Use static inline function Py_EnterRecursiveCall() (#91988) by Victor Stinner · 3 years, 4 months ago
  79. 836b17c Add more stats for freelist use and allocations. (GH-92211) by Mark Shannon · 3 years, 4 months ago
  80. 3a35b62 gh-91321: Fix PyModuleDef_HEAD_INIT on C++ (#92259) by Victor Stinner · 3 years, 4 months ago
  81. 551d02b gh-91321: Add _Py_NULL macro (#92253) by Victor Stinner · 3 years, 4 months ago
  82. ff3e9cd gh-91320: Fix more old-style cast warnings in C++ (#92247) by Victor Stinner · 3 years, 4 months ago
  83. 2eca5da gh-89653: PEP 670: Convert PyBytes macros to functions (#91990) by Victor Stinner · 3 years, 4 months ago
  84. b156578 gh-92031: Deoptimize Static Code at Finalization (GH-92039) by Dennis Sweeney · 3 years, 4 months ago
  85. fbd5539 gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230) by Victor Stinner · 3 years, 4 months ago
  86. 6c7249f gh-92154: Expose PyCode_GetCode in the C API (GH-92168) by Ken Jin · 3 years, 4 months ago
  87. 0313970 gh-92135: Fix _Py_reinterpret_cast() for const (#92138) by Victor Stinner · 3 years, 4 months ago
  88. 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
  89. e8c2f72 bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828) by Serhiy Storchaka · 3 years, 4 months ago
  90. 0ef8d92 gh-91603: Speed up isinstance/issubclass on union types (GH-91631) by Yurii Karabas · 3 years, 4 months ago
  91. 87c6cf9 gh-89479: Export _Py_GetSpecializationStats() internal function (#92011) by Victor Stinner · 3 years, 4 months ago
  92. 37c6db6 gh-91869: Fix tracing of specialized instructions with extended args (GH-91945) by Dennis Sweeney · 3 years, 4 months ago
  93. 29e2245 gh-91320: Add _Py_reinterpret_cast() macro (#91959) by Victor Stinner · 3 years, 4 months ago
  94. 64a54e5 gh-91719: Add pycore_opcode.h internal header file (#91906) by Victor Stinner · 3 years, 4 months ago
  95. 20cc695 gh-64783: Fix signal.NSIG value on FreeBSD (#91929) by Victor Stinner · 3 years, 4 months ago
  96. 61381d7 gh-89653: PEP 670: Functions don't cast pointers (#91697) by Victor Stinner · 3 years, 4 months ago
  97. 9e146bb gh-80527: Deprecate PEP 623 Unicode functions (#91801) by Victor Stinner · 3 years, 4 months ago
  98. 82ec638 Docs: Clarify availability of PyOS_CheckStack (GH-91816) by Petr Viktorin · 3 years, 4 months ago
  99. efe7fd4 gh-89653: Add assertions to unicodeobject.h functions (#91800) by Victor Stinner · 3 years, 4 months ago
  100. 636ad7b gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#91799) by Victor Stinner · 3 years, 4 months ago