Python 3.11.10
  1. 051b8a2 [3.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (GH-117034) by Serhiy Storchaka · 1 year, 5 months ago
  2. d83b4c5 [3.11] gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765) (GH-116797) (GH-116803) by Miss Islington (bot) · 1 year, 5 months ago
  3. 0ecdaf0 [3.11] gh-90300: Document equivalent -X options for envvars in the Python CLI help (GH-116756) (GH-116786) (GH-116796) by Miss Islington (bot) · 1 year, 5 months ago
  4. 1080dd1 [3.11] gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116739) (GH-116766) (GH-116779) by Serhiy Storchaka · 1 year, 5 months ago
  5. 76c4ab3 [3.11] gh-90300: Fix cmdline.rst (GH-116721) (GH-116725) by Miss Islington (bot) · 1 year, 5 months ago
  6. 3abf267 [3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116497) by Miss Islington (bot) · 1 year, 5 months ago
  7. e8fb762 [3.11] gh-90300: Reformat the Python CLI help output (GH-115847) (GH-116418) by Łukasz Langa · 1 year, 5 months ago
  8. 23c17f3 [3.11] gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodule` (GH-116339) (#116388) by Nikita Sobolev · 1 year, 5 months ago
  9. 8ee7e91 [3.11] gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (GH-115321) (#116324) by Miss Islington (bot) · 1 year, 6 months ago
  10. 99ab0d4 [3.11] gh-116034: fix location info on the error of a failed assertion (#116052) by Irit Katriel · 1 year, 6 months ago
  11. 51b974b [3.11] gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope' (GH-96561) (GH-115604) by Serhiy Storchaka · 1 year, 6 months ago
  12. 7273a58 [3.11] gh-115011: Improve support of __index__() in setters of members with unsigned integer type (GH-115029) (GH-115295) by Serhiy Storchaka · 1 year, 6 months ago
  13. a113124 [3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045) by Peter Lazorchak · 1 year, 6 months ago
  14. 0244e96 [3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114391) (GH-115002) by Serhiy Storchaka · 1 year, 7 months ago
  15. ee3ca96 [3.11] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH-114701) by Miss Islington (bot) · 1 year, 7 months ago
  16. 3bd4c3a [3.11] gh-113358 Fix rendering tracebacks with exceptions with a broken __getattr__ : Normalize exception (#114379) by Jérome Perrin · 1 year, 7 months ago
  17. d2cfb5b2 [3.11] gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implementation (GH-114385) (#114387) by Miss Islington (bot) · 1 year, 7 months ago
  18. 20f7cf2 [3.11] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359) (#114118) by Jérome Perrin · 1 year, 7 months ago
  19. 50efd7d [3.11] gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH-113843) (GH-113852) by Miss Islington (bot) · 1 year, 7 months ago
  20. 4b358d7 [3.11] gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) (GH-113472) (GH-113476) by Serhiy Storchaka · 1 year, 8 months ago
  21. d423493 [3.11] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770) (GH-113105) by Serhiy Storchaka · 1 year, 8 months ago
  22. 581b244 [3.11] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112461) by Serhiy Storchaka · 1 year, 9 months ago
  23. 8222ad0 [3.11] [3.12] gh-109181: Fix refleak in tb_get_lineno() (GH-111948) (#111951) by Miss Islington (bot) · 1 year, 9 months ago
  24. a4aa213 [3.11] gh-109181: Speed up Traceback object creation by lazily compute the line number (GH-111548) (#111550) by Pablo Galindo Salgado · 1 year, 10 months ago
  25. 22cde39 [3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#111373) by Pablo Galindo Salgado · 1 year, 10 months ago
  26. e16922f [3.11] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109323) by Nikita Sobolev · 1 year, 10 months ago
  27. f21c09c [3.11] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (GH-110238) (#110512) by Miss Islington (bot) · 1 year, 10 months ago
  28. 6a33529 [3.11] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522) (GH-109781) by Serhiy Storchaka · 1 year, 11 months ago
  29. 615d7fc [3.11] gh-110052: Fix faulthandler for freed tstate (#110069) (#110072) by Victor Stinner · 1 year, 11 months ago
  30. 17a335d [3.11] Fix error handling in _PySys_UpdateConfig() (GH-109524) (GH-109551) by Miss Islington (bot) · 1 year, 11 months ago
  31. f1f85a4 [3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352) (#109380) by Miss Islington (bot) · 1 year, 11 months ago
  32. 1e86961 [3.11] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197) (#109283) by Irit Katriel · 2 years ago
  33. 82a1806 [3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272) by Victor Stinner · 2 years ago
  34. c206582 [3.11] gh-109207: Fix SystemError when printing symtable entry object. (GH-109225) (GH-109228) by Miss Islington (bot) · 2 years ago
  35. 50e4143 [3.11] Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146) (GH-109158) by Serhiy Storchaka · 2 years ago
  36. c1a2ef5 [3.11] gh-106922: Fix error location for constructs with spaces and parentheses (GH-108959) (#109148) by Miss Islington (bot) · 2 years ago
  37. b55cf2c [3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109134) by Victor Stinner · 2 years ago
  38. b9fc536 [3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-108524) by Serhiy Storchaka · 2 years ago
  39. ed67e60 [3.11] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929) (GH-108206) by Miss Islington (bot) · 2 years ago
  40. 92a5784 [3.11] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918) (GH-108135) by Serhiy Storchaka · 2 years ago
  41. ccf81e1 [3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982) by Steve Dower · 2 years ago
  42. fced79f [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863) by Serhiy Storchaka · 2 years, 1 month ago
  43. ddfe8eb [3.11] Document PYTHONSAFEPATH along side -P (GH-106122) (#106353) by Miss Islington (bot) · 2 years, 1 month ago
  44. b937ca0 [3.11] gh-101006: Improve error handling when read marshal data (GH-101007) (GH-106227) by Miss Islington (bot) · 2 years, 2 months ago
  45. 307c59a [3.11] gh-105979: Fix exception handling in unmarshal_frozen_code (`Python/import.c`) (GH-105980). (#106100) by Kumar Aditya · 2 years, 2 months ago
  46. dbe416b [3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#106040) by Serhiy Storchaka · 2 years, 2 months ago
  47. 26d87fd [3.11] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106… (GH-106039) by Serhiy Storchaka · 2 years, 2 months ago
  48. 2944a6c [3.11] GH-105840: Fix assertion failures when specializing calls with too many __defaults__ (GH-105864) by Miss Islington (bot) · 2 years, 2 months ago
  49. c0c4186 [3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105839) by Miss Islington (bot) · 2 years, 2 months ago
  50. 171aa08 [3.11] gh-105673: Fix uninitialized warning in sysmodule.c (GH-105674) (#105676) by Miss Islington (bot) · 2 years, 2 months ago
  51. f98d475 [3.11] gh-105375: Improve error handling in the sys extension module (#105611) (#105666) by Erlend E. Aasland · 2 years, 2 months ago
  52. 05c73e1 [3.11] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#105660) by Miss Islington (bot) · 2 years, 2 months ago
  53. b3d95d4 [3.11] gh-105375: Improve error handling in the builtins extension module (GH-105585) (#105650) by Miss Islington (bot) · 2 years, 2 months ago
  54. 90e357b [3.11] gh-105375: Improve error handling in compiler_enter_scope() (#105494) (#105582) by Erlend E. Aasland · 2 years, 2 months ago
  55. 4895788 [3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314) by Jelle Zijlstra · 2 years, 2 months ago
  56. 8de607a [3.11] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105219) by Miss Islington (bot) · 2 years, 3 months ago
  57. 7b3bc95 [3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH-104650) by Mark Shannon · 2 years, 3 months ago
  58. 667e4ec [3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). (#104636) by Carl Meyer · 2 years, 3 months ago
  59. 52a18fe [3.11] gh-104482: Fix error handling bugs in ast.c (#104514) by Irit Katriel · 2 years, 3 months ago
  60. fbb6def [3.11] GH-104405: Add missing PEP 523 checks (GH-104441) by Brandt Bucher · 2 years, 3 months ago
  61. a09d390 [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195) by Lysandros Nikolaou · 2 years, 3 months ago
  62. 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
  63. 8f23cad [3.11] gh-103886: Improve `builtins.__doc__` (GH-104179) (#104257) by Miss Islington (bot) · 2 years, 3 months ago
  64. fee3c91 [3.11] GH-103971: Fix incorrect locations for code following case blocks by Tian Gao · 2 years, 4 months ago
  65. 93a9535 [3.11] gh-101517: fix line number propagation in code generated for except* (#103550) (#103816) by Irit Katriel · 2 years, 4 months ago
  66. b28f919 [3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#103040) by Max Bachmann · 2 years, 5 months ago
  67. 4c6b354 gh-98608: Fix Failure-handling in new_interpreter() (gh-102658) by Miss Islington (bot) · 2 years, 5 months ago
  68. d149f15 [3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803) (GH-102807) by Mark Shannon · 2 years, 5 months ago
  69. 63fd954 gh-102356: Add thrashcan macros to filter object dealloc (GH-102426) by Miss Islington (bot) · 2 years, 6 months ago
  70. 026faf2 [3.11] GH-102126: fix deadlock at shutdown when clearing thread state… (#102234) by Kumar Aditya · 2 years, 6 months ago
  71. ddb65c4 [3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102062) by Miss Islington (bot) · 2 years, 6 months ago
  72. 1633aea [3.11] gh-101967: add a missing error check (GH-101968) (#102015) by Miss Islington (bot) · 2 years, 6 months ago
  73. e8ce85de gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615) by Miss Islington (bot) · 2 years, 6 months ago
  74. 955ba28 [3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (GH-101127) (#101636) by Łukasz Langa · 2 years, 6 months ago
  75. 0c37ea9 [3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101447) by Dong-hee Na · 2 years, 7 months ago
  76. 07d1f99 [3.11] Update copyright years to 2023. (gh-100848) (GH-100849) by Miss Islington (bot) · 2 years, 7 months ago
  77. be7c197 [3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100841) by Shantanu · 2 years, 7 months ago
  78. b1e314a gh-95778: add doc missing in some places (GH-100627) by Miss Islington (bot) · 2 years, 8 months ago
  79. a3dbd4c [3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368) by colorfulappl · 2 years, 8 months ago
  80. a852c5f [3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476) by Gregory P. Smith · 2 years, 8 months ago
  81. bed1d14 [3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100385) by colorfulappl · 2 years, 8 months ago
  82. 2182a71 [3.11] GH-99729: Unlink frames before clearing them (#100047) by Brandt Bucher · 2 years, 9 months ago
  83. a3480ec [3.11] gh-99103: Normalize specialized traceback anchors against the current line (#99423) by Batuhan Taskaya · 2 years, 9 months ago
  84. 9dda902 gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) by Miss Islington (bot) · 2 years, 9 months ago
  85. aa06786 [3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638) by Miss Islington (bot) · 2 years, 9 months ago
  86. a06fb51 [3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS code paths (gh-99461) (#99514) by Hood Chatham · 2 years, 9 months ago
  87. f4cb828 gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) by Miss Islington (bot) · 2 years, 9 months ago
  88. 1119ee4 [3.11] GH-99298: Don't perform jumps before error handling (GH-99343) by Brandt Bucher · 2 years, 9 months ago
  89. f9a68be [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324) by Miss Islington (bot) · 2 years, 9 months ago
  90. 7c9c993 GH-99205: Mark new interpreters and threads as non-static (GH-99268) by Miss Islington (bot) · 2 years, 9 months ago
  91. 41a9f49 gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066) by Miss Islington (bot) · 2 years, 10 months ago
  92. 39e0627 [3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979) by Miss Islington (bot) · 2 years, 10 months ago
  93. 57dd110 [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874) by Miss Islington (bot) · 2 years, 10 months ago
  94. 0a67f82 [3.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011) by Brandt Bucher · 2 years, 10 months ago
  95. 0a84b7a Add a warning message about PyOS_snprintf (GH-95993) by Miss Islington (bot) · 2 years, 11 months ago
  96. 89e9474 [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002) by Miss Islington (bot) · 2 years, 11 months ago
  97. eecbeec [3.11] gh-96017: Fix some compiler warnings (GH-96018) (#96106) by Christian Heimes · 2 years, 11 months ago
  98. 015b49a [3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97886) by Miss Islington (bot) · 2 years, 11 months ago
  99. 4591dae [3.11] GH-97752: Clear the previous member of newly-created generator/coroutine frames (GH-97812) by Miss Islington (bot) · 2 years, 11 months ago
  100. 4d4b1e6 [3.11] Fix typos in `bltinmodule.c`. (GH-97789) by Benjamin Peterson · 2 years, 11 months ago