Python 3.9.7
  1. 1016ef3 Python 3.9.7 by Łukasz Langa · 4 years ago v3.9.7
  2. 298ee65 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) by Miss Islington (bot) · 4 years, 1 month ago
  3. 0787a1b Post 3.9.6 by Łukasz Langa · 4 years, 2 months ago
  4. db3ff76 Python 3.9.6 by Łukasz Langa · 4 years, 2 months ago v3.9.6
  5. 8652694 bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 4 years, 2 months ago
  6. d3cc689 [3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) (GH-25847) by Jakub Kulík · 4 years, 3 months ago
  7. bf12424 Post 3.9.5 by Łukasz Langa · 4 years, 4 months ago
  8. 0a7dcbd Python 3.9.5 by Łukasz Langa · 4 years, 4 months ago v3.9.5
  9. 15ad30d bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) (GH-25387) by Miss Islington (bot) · 4 years, 4 months ago
  10. c3c43dc Post 3.9.4 by Łukasz Langa · 4 years, 5 months ago
  11. 1f2e308 Python 3.9.4 by Łukasz Langa · 4 years, 5 months ago v3.9.4
  12. c7b0fec [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#25179) by Gregory P. Smith · 4 years, 5 months ago
  13. 9350cc0 Post 3.9.3 by Łukasz Langa · 4 years, 5 months ago
  14. e723086 Python 3.9.3 by Łukasz Langa · 4 years, 5 months ago v3.9.3
  15. 8b795ab bpo-42500: Fix recursion in or after except (GH-23568) (#24501) by Mark Shannon · 4 years, 6 months ago
  16. 8cc6e27 Post 3.9.2 by Łukasz Langa · 4 years, 6 months ago
  17. 1a79785 Python 3.9.2 by Łukasz Langa · 4 years, 6 months ago v3.9.2
  18. eba45a8 Post 3.9.2rc1 by Łukasz Langa · 4 years, 6 months ago
  19. 4064156 Python 3.9.2rc1 by Łukasz Langa · 4 years, 6 months ago v3.9.2rc1
  20. b0b0181 bpo-35295: Remove outdated comment. (GH-24453) by Miss Islington (bot) · 4 years, 6 months ago
  21. 995a6c0 bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) by Miss Islington (bot) · 4 years, 7 months ago
  22. 6e72ab9 [3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24005) by Miss Islington (bot) · 4 years, 8 months ago
  23. 6b2ed38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) (GH-23734) by Victor Stinner · 4 years, 8 months ago
  24. 170dec3 Post 3.9.1 by Łukasz Langa · 4 years, 8 months ago
  25. 1e5d33e Python 3.9.1 by Łukasz Langa · 4 years, 8 months ago v3.9.1
  26. 761c5a1 Post 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago
  27. 88db374 Python 3.9.1rc1 by Łukasz Langa · 4 years, 9 months ago v3.9.1rc1
  28. 05a5d69 bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) by Victor Stinner · 4 years, 9 months ago
  29. ec306a2 bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262) by Victor Stinner · 4 years, 9 months ago
  30. ebc5a6b bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621) by Miss Skeleton (bot) · 4 years, 10 months ago
  31. 1691435 Post 3.9.0 by Łukasz Langa · 4 years, 11 months ago
  32. 9cf6752 Python 3.9.0 by Łukasz Langa · 4 years, 11 months ago v3.9.0
  33. d636089 Fix a compiler warning in pycore_pylifecycle.h (GH-22331) by Pablo Galindo · 4 years, 11 months ago
  34. df71b65 bpo-41875: Use __builtin_unreachable when possible (GH-22433) by Miss Islington (bot) · 4 years, 11 months ago
  35. 1f7c99c Post 3.9.0rc2 by Łukasz Langa · 5 years ago
  36. 2bd31b5 Python 3.9.0rc2 by Łukasz Langa · 5 years ago v3.9.0rc2
  37. 55e0836 [3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258) by Pablo Galindo · 5 years ago
  38. 4217b3c bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044) by Victor Stinner · 5 years ago
  39. 6e21a30 Post 3.9.0rc1 by Łukasz Langa · 5 years ago
  40. 439c93d Python 3.9.0rc1 by Łukasz Langa · 5 years ago v3.9.0rc1
  41. b2514c4 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Miss Islington (bot) · 5 years ago
  42. e8dda90 bpo-41366: Fix clang warning for sign conversion (GH-21592) by Miss Islington (bot) · 5 years ago
  43. 9e84a2c Post 3.9.0b5 by Łukasz Langa · 5 years ago
  44. 8ad7d50 Python 3.9.0b5 by Łukasz Langa · 5 years ago v3.9.0b5
  45. a0a6f11 Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390) by Miss Islington (bot) · 5 years ago
  46. 1ce59f0 bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309) by Miss Islington (bot) · 5 years ago
  47. 9c38408 Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318) by Miss Islington (bot) · 5 years ago
  48. c1feaa5 Post 3.9.0b4 by Łukasz Langa · 5 years ago
  49. 69dec9c Python 3.9.0b4 by Łukasz Langa · 5 years ago v3.9.0b4
  50. 8ae5e8e [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036) by Lysandros Nikolaou · 5 years ago
  51. 5b1a311 [3.9] Do not emit deprecation warnings inside CPython for old parser APIs (GH-21025) by Pablo Galindo · 5 years ago
  52. d301d94 [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012) by Lysandros Nikolaou · 5 years ago
  53. 610a60c bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 5 years ago
  54. 2c6d6c1 bpo-19569: Add a macro to suppress deprecation warnings (GH-9004) by Miss Islington (bot) · 5 years ago
  55. b498c7f bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Miss Islington (bot) · 5 years ago
  56. 6c645cb Post 3.9.0b3 by Łukasz Langa · 5 years ago
  57. b484871 Python 3.9.0b3 by Łukasz Langa · 5 years ago v3.9.0b3
  58. 459cb12 Post 3.9.0b2 by Łukasz Langa · 5 years ago
  59. 0b1a1c8 Python 3.9.0b2 by Łukasz Langa · 5 years ago v3.9.0b2
  60. 8175064 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725) by Victor Stinner · 5 years ago
  61. dedaac0 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723) by Victor Stinner · 5 years ago
  62. 1e4fa91 bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683) by Miss Islington (bot) · 5 years ago
  63. 6d62dc1 [3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618) by Victor Stinner · 5 years ago
  64. 5d2396c [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) by Victor Stinner · 5 years ago
  65. 50e847a bpo-40244: Remove XLC's support from the noreturn flag (GH-20588) by Miss Islington (bot) · 5 years ago
  66. 7f77ac4 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Miss Islington (bot) · 5 years ago
  67. 9512ad7 [3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228) by Victor Stinner · 5 years ago
  68. 5e6f198 Post 3.9.0b1 by Łukasz Langa · 5 years ago
  69. 97fe9cf Python 3.9.0b1 by Łukasz Langa · 5 years ago v3.9.0b1
  70. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 5 years ago
  71. 1aa8767 Update code comment re: location of struct _is. (GH-20067) by Chris Jerdonek · 5 years ago
  72. a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 5 years ago
  73. 3d17c04 bpo-40521: Add PyInterpreterState.unicode (GH-20081) by Victor Stinner · 5 years ago
  74. d6fb53f bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) by Victor Stinner · 5 years ago
  75. 5b0a303 bpo-40609: _Py_hashtable_t values become void* (GH-20065) by Victor Stinner · 5 years ago
  76. d95bd42 bpo-40609: _tracemalloc allocates traces (GH-20064) by Victor Stinner · 5 years ago
  77. 2d0a3d6 bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) by Victor Stinner · 5 years ago
  78. f9b3b58 bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) by Victor Stinner · 5 years ago
  79. 9e2ca17 bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059) by Victor Stinner · 5 years ago
  80. f453221 bpo-40602: Add _Py_HashPointerRaw() function (GH-20056) by Victor Stinner · 5 years ago
  81. 4c9ea09 bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) by scoder · 5 years ago
  82. 7c6e970 bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051) by Victor Stinner · 5 years ago
  83. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 5 years ago
  84. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 5 years ago
  85. 8963a7f bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978) by Victor Stinner · 5 years ago
  86. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 5 years ago
  87. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 5 years ago
  88. 7be4e35 bpo-40513: Per-interpreter GIL (GH-19943) by Victor Stinner · 5 years ago
  89. e838a93 bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939) by Victor Stinner · 5 years ago
  90. 299b8c6 Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932) by Victor Stinner · 5 years ago
  91. 6351d9e bpo-40520: Remove redundant comment in pydebug.h (GH-19931) by Hai Shi · 5 years ago
  92. 4e30ed3 bpo-40513: Per-interpreter recursion_limit (GH-19929) by Victor Stinner · 5 years ago
  93. 0b1e330 bpo-40513: Per-interpreter gil_drop_request (GH-19927) by Victor Stinner · 5 years ago
  94. 4e01946 bpo-40513: Per-interpreter signals pending (GH-19924) by Victor Stinner · 5 years ago
  95. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 5 years ago
  96. 03b7642 bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) by Lysandros Nikolaou · 5 years ago
  97. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 5 years ago
  98. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 5 years ago
  99. ae00a5a8 bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 5 years ago
  100. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 5 years ago