Python 3.7.12
  1. 2f01c56 [3.7] bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075). (GH-25085) by Pablo Galindo · 4 years, 5 months ago
  2. 117830d Bring Python into the new year. (GH-24036) (GH-24052) by Miss Islington (bot) · 4 years, 8 months ago
  3. 110dd15 [3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (#21298) by Steve Dower · 5 years ago
  4. 5aa40e5 bpo-24048: Save the live exception during import.c's remove_module() (GH-13005) by Miss Islington (bot) · 5 years ago
  5. 4330014 [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192) by Batuhan Taskaya · 5 years ago
  6. 930badd bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Steve Dower · 5 years ago
  7. 8e49c1f bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) by Miss Islington (bot) · 5 years ago
  8. d64fd61 [3.7] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19935) by Robert Rouhani · 5 years ago
  9. d1c0989 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) (GH-19137) by Victor Stinner · 5 years ago
  10. feaf0c3 [3.7] bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) (GH-18959) by bobince · 5 years ago
  11. d0837d2 bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Miss Islington (bot) · 5 years ago
  12. 89fabe5 [3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18765) by Serhiy Storchaka · 5 years ago
  13. 852aee6 bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746) by Stefan Krah · 5 years ago
  14. 499c926 [3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18760) by Pablo Galindo · 5 years ago
  15. 8978ae9 [3.7] Bring Python into the next decade. (GH-17801). (GH-17803) by Benjamin Peterson · 6 years ago
  16. 4b75466 [3.7] Fix elif start column offset when there is an else following (GH-17596) (GH-17601) by Pablo Galindo · 6 years ago
  17. 0ed45d0 [3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) (#17584) by Pablo Galindo · 6 years ago
  18. 9baa870 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by Miss Islington (bot) · 6 years ago
  19. 63f09e7 bpo-38823: Fix refleak in marshal init error path (GH-17260) by Miss Islington (bot) · 6 years ago
  20. 91fc9cf [3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16930) by Serhiy Storchaka · 6 years ago
  21. 5207cc0 Fix typo in formatter_unicode (GH-16831) by Miss Skeleton (bot) · 6 years ago
  22. 928c68e bpo-38540: Revert a warning if PY_SSIZE_T_CLEAN is not defined. (GH-16876) by Serhiy Storchaka · 6 years ago
  23. 3dec84f bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) by Miss Skeleton (bot) · 6 years ago
  24. 079a1e6 Typo fix - implemention should be implementation (GH-16806) by Miss Islington (bot) · 6 years ago
  25. 08afed7 Typo fix: "throuhgh" should be "through". (GH-16704) by Miss Islington (bot) · 6 years ago
  26. d27a9b1 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Miss Islington (bot) · 6 years ago
  27. 443370d Typo fix: "empy" should be "empty". (GH-16666) by Miss Islington (bot) · 6 years ago
  28. 13bc152 Fix typo in _warnings.warn_explicit() docstring (GH-16625) by Miss Islington (bot) · 6 years ago
  29. b7a310d bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962) by Paul Ganssle · 6 years ago
  30. 8892a1d closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 6 years ago
  31. f3480ad [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Miss Islington (bot) · 6 years ago
  32. f8dc3e8 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Miss Islington (bot) · 6 years ago
  33. 843fd85 Adjust builtins.zip() docstring to better communicate its signature (GH-14833) by Miss Islington (bot) · 6 years ago
  34. 7d93eff [3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0 (GH-14605) by Pablo Galindo · 6 years ago
  35. 8cbffc4 bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) (GH-14515) by Victor Stinner · 6 years ago
  36. db4d7dd bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450) by Steve Dower · 6 years ago
  37. 7158949 bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14141) by Miss Islington (bot) · 6 years ago
  38. 81fecf7 bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (GH-14111) by Miss Islington (bot) · 6 years ago
  39. 5292179 [3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) (GH-14073) by Pablo Galindo · 6 years ago
  40. a58db96 bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487) by Victor Stinner · 6 years ago
  41. 85ed171 bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) by Miss Islington (bot) · 6 years ago
  42. b7e483b bpo-36791: Safer detection of integer overflow in sum(). (GH-13080) by Miss Islington (bot) · 6 years ago
  43. 34ed40f [3.7] bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767) (GH-13237) by Pablo Galindo · 6 years ago
  44. 8a9a6b4 [3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920) by Victor Stinner · 6 years ago
  45. b87a807 bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) (GH-12863) by Miss Islington (bot) · 6 years ago
  46. cdd8d4d bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504) by Miss Islington (bot) · 6 years ago
  47. bdb9c49 bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625) (GH-12496) by Zackery Spytz · 6 years ago
  48. f7959a9 bpo-36236: Handle removed cwd at Python init (GH-12450) by Victor Stinner · 6 years ago
  49. 9818360 bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (GH-12331) by Victor Stinner · 6 years ago
  50. 783bed4 [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (GH-12322) by Serhiy Storchaka · 6 years ago
  51. c851dfc bpo-33316: PyThread_release_lock always fails (GH-6541) by Miss Islington (bot) · 7 years ago
  52. 97d6a56 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Miss Islington (bot) · 7 years ago
  53. 6d0254b bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(). (GH-9457) by Miss Islington (bot) · 7 years ago
  54. 3e3d57d bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128) by Miss Islington (bot) · 7 years ago
  55. d634abd [3.7] Bump copyright years to 2019. (GH-11406) by Benjamin Peterson · 7 years ago
  56. d823443 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Miss Islington (bot) · 7 years ago
  57. 3cae16d bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) by Serhiy Storchaka · 7 years ago
  58. 62674f3 bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) by Miss Islington (bot) · 7 years ago
  59. ea773eb bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075) by Miss Islington (bot) · 7 years ago
  60. fc79175 bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063) by Miss Islington (bot) · 7 years ago
  61. 8b7d8ac bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) by Miss Islington (bot) · 7 years ago
  62. 602d307 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) by Zackery Spytz · 7 years ago
  63. 2d594f8 bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) by Miss Islington (bot) · 7 years ago
  64. b135535 bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Miss Islington (bot) · 7 years ago
  65. 5ceb701 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Miss Islington (bot) · 7 years ago
  66. 6f5fa1b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) by Victor Stinner · 7 years ago
  67. f6e323c bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673) by Victor Stinner · 7 years ago
  68. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 7 years ago
  69. 6eff6b8 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) by Victor Stinner · 7 years ago
  70. e851049 bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861) by Steve Dower · 7 years ago
  71. 0ee5409 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Miss Islington (bot) · 7 years ago
  72. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 7 years ago
  73. f6602f9 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Miss Islington (bot) · 7 years ago
  74. 5f4d05d [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) by Gregory P. Smith · 7 years ago
  75. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 7 years ago
  76. 7beb8c5 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Miss Islington (bot) · 7 years ago
  77. 192c547 bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Miss Islington (bot) · 7 years ago
  78. 7d35f79 bpo-34403: Always implement _Py_GetForceASCII() (GH-10235) by Victor Stinner · 7 years ago
  79. 21220bb bpo-34403: Fix initfsencoding() for ASCII (GH-10233) by Victor Stinner · 7 years ago
  80. 178d1c0 bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Miss Islington (bot) · 7 years ago
  81. 72927d0 Fix an incorrect check in compiler_try_except(). (GH-9810) by Miss Islington (bot) · 7 years ago
  82. 1c2cb51 Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) by Miss Islington (bot) · 7 years ago
  83. cd4dd93 closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Miss Islington (bot) · 7 years ago
  84. 0f161b3 bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Miss Islington (bot) · 7 years ago
  85. b54fc15 Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9586) by Victor Stinner · 7 years ago
  86. 187f2dd bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Miss Islington (bot) · 7 years ago
  87. 95cc3ee Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) by Victor Stinner · 7 years ago
  88. 144f1e2 [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379) by Victor Stinner · 7 years ago
  89. 4007e4e Make sure the line comes from the same node as the col offset. (GH-9189) by Miss Islington (bot) · 7 years ago
  90. d8bc7a6 closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) by Miss Islington (bot) · 7 years ago
  91. 4902017 bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Miss Islington (bot) · 7 years ago
  92. 84b0129 _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) (GH-9046) by Victor Stinner · 7 years ago
  93. 0b9ea4b [3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987) by Victor Stinner · 7 years ago
  94. 98c49c6 bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) (GH-8981) by Victor Stinner · 7 years ago
  95. 65ef742 bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974) by Victor Stinner · 7 years ago
  96. 2caf86f bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) by Miss Islington (bot) · 7 years ago
  97. a590363 closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) by Miss Islington (bot) · 7 years ago
  98. b8e7319 bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) by Miss Islington (bot) · 7 years ago
  99. 0c90d6f [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) by Victor Stinner · 7 years ago
  100. 220afff bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8423) by Miss Islington (bot) · 7 years ago