Python 3.7.6
  1. 9baa870 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by Miss Islington (bot) · 6 years ago
  2. 63f09e7 bpo-38823: Fix refleak in marshal init error path (GH-17260) by Miss Islington (bot) · 6 years ago
  3. 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
  4. 5207cc0 Fix typo in formatter_unicode (GH-16831) by Miss Skeleton (bot) · 6 years ago
  5. 928c68e bpo-38540: Revert a warning if PY_SSIZE_T_CLEAN is not defined. (GH-16876) by Serhiy Storchaka · 6 years ago
  6. 3dec84f bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) by Miss Skeleton (bot) · 6 years ago
  7. 079a1e6 Typo fix - implemention should be implementation (GH-16806) by Miss Islington (bot) · 6 years ago
  8. 08afed7 Typo fix: "throuhgh" should be "through". (GH-16704) by Miss Islington (bot) · 6 years ago
  9. d27a9b1 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Miss Islington (bot) · 6 years ago
  10. 443370d Typo fix: "empy" should be "empty". (GH-16666) by Miss Islington (bot) · 6 years ago
  11. 13bc152 Fix typo in _warnings.warn_explicit() docstring (GH-16625) by Miss Islington (bot) · 6 years ago
  12. b7a310d bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962) by Paul Ganssle · 6 years ago
  13. 8892a1d closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 6 years ago
  14. f3480ad [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Miss Islington (bot) · 6 years ago
  15. f8dc3e8 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Miss Islington (bot) · 6 years ago
  16. 843fd85 Adjust builtins.zip() docstring to better communicate its signature (GH-14833) by Miss Islington (bot) · 6 years ago
  17. 7d93eff [3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0 (GH-14605) by Pablo Galindo · 6 years ago
  18. 8cbffc4 bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) (GH-14515) by Victor Stinner · 6 years ago
  19. db4d7dd bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450) by Steve Dower · 6 years ago
  20. 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
  21. 81fecf7 bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (GH-14111) by Miss Islington (bot) · 6 years ago
  22. 5292179 [3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) (GH-14073) by Pablo Galindo · 6 years ago
  23. a58db96 bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487) by Victor Stinner · 6 years ago
  24. 85ed171 bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) by Miss Islington (bot) · 6 years ago
  25. b7e483b bpo-36791: Safer detection of integer overflow in sum(). (GH-13080) by Miss Islington (bot) · 6 years ago
  26. 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
  27. 8a9a6b4 [3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920) by Victor Stinner · 6 years ago
  28. b87a807 bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) (GH-12863) by Miss Islington (bot) · 6 years ago
  29. cdd8d4d bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504) by Miss Islington (bot) · 6 years ago
  30. bdb9c49 bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625) (GH-12496) by Zackery Spytz · 6 years ago
  31. f7959a9 bpo-36236: Handle removed cwd at Python init (GH-12450) by Victor Stinner · 6 years ago
  32. 9818360 bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (GH-12331) by Victor Stinner · 6 years ago
  33. 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
  34. c851dfc bpo-33316: PyThread_release_lock always fails (GH-6541) by Miss Islington (bot) · 7 years ago
  35. 97d6a56 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Miss Islington (bot) · 7 years ago
  36. 6d0254b bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(). (GH-9457) by Miss Islington (bot) · 7 years ago
  37. 3e3d57d bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128) by Miss Islington (bot) · 7 years ago
  38. d634abd [3.7] Bump copyright years to 2019. (GH-11406) by Benjamin Peterson · 7 years ago
  39. d823443 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Miss Islington (bot) · 7 years ago
  40. 3cae16d bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) by Serhiy Storchaka · 7 years ago
  41. 62674f3 bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) by Miss Islington (bot) · 7 years ago
  42. ea773eb bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075) by Miss Islington (bot) · 7 years ago
  43. fc79175 bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063) by Miss Islington (bot) · 7 years ago
  44. 8b7d8ac bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) by Miss Islington (bot) · 7 years ago
  45. 602d307 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) by Zackery Spytz · 7 years ago
  46. 2d594f8 bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) by Miss Islington (bot) · 7 years ago
  47. b135535 bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) by Miss Islington (bot) · 7 years ago
  48. 5ceb701 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Miss Islington (bot) · 7 years ago
  49. 6f5fa1b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) by Victor Stinner · 7 years ago
  50. f6e323c bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673) by Victor Stinner · 7 years ago
  51. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 7 years ago
  52. 6eff6b8 bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) by Victor Stinner · 7 years ago
  53. e851049 bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861) by Steve Dower · 7 years ago
  54. 0ee5409 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Miss Islington (bot) · 7 years ago
  55. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 7 years ago
  56. f6602f9 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Miss Islington (bot) · 7 years ago
  57. 5f4d05d [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) by Gregory P. Smith · 7 years ago
  58. f16ebcd bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) by Miss Islington (bot) · 7 years ago
  59. 7beb8c5 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Miss Islington (bot) · 7 years ago
  60. 192c547 bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Miss Islington (bot) · 7 years ago
  61. 7d35f79 bpo-34403: Always implement _Py_GetForceASCII() (GH-10235) by Victor Stinner · 7 years ago
  62. 21220bb bpo-34403: Fix initfsencoding() for ASCII (GH-10233) by Victor Stinner · 7 years ago
  63. 178d1c0 bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Miss Islington (bot) · 7 years ago
  64. 72927d0 Fix an incorrect check in compiler_try_except(). (GH-9810) by Miss Islington (bot) · 7 years ago
  65. 1c2cb51 Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) by Miss Islington (bot) · 7 years ago
  66. cd4dd93 closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Miss Islington (bot) · 7 years ago
  67. 0f161b3 bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Miss Islington (bot) · 7 years ago
  68. b54fc15 Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9586) by Victor Stinner · 7 years ago
  69. 187f2dd bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Miss Islington (bot) · 7 years ago
  70. 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
  71. 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
  72. 4007e4e Make sure the line comes from the same node as the col offset. (GH-9189) by Miss Islington (bot) · 7 years ago
  73. 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
  74. 4902017 bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Miss Islington (bot) · 7 years ago
  75. 84b0129 _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) (GH-9046) by Victor Stinner · 7 years ago
  76. 0b9ea4b [3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987) by Victor Stinner · 7 years ago
  77. 98c49c6 bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) (GH-8981) by Victor Stinner · 7 years ago
  78. 65ef742 bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974) by Victor Stinner · 7 years ago
  79. 2caf86f bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) by Miss Islington (bot) · 7 years ago
  80. a590363 closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) by Miss Islington (bot) · 7 years ago
  81. b8e7319 bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) by Miss Islington (bot) · 7 years ago
  82. 0c90d6f [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) by Victor Stinner · 7 years ago
  83. 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
  84. 25b87d3 bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418) by Miss Islington (bot) · 7 years ago
  85. 7638eb8 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371) by Miss Islington (bot) · 7 years ago
  86. 03ec4df bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) by Miss Islington (bot) · 7 years ago
  87. c721472 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by Miss Islington (bot) · 7 years ago
  88. 9beed0c bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Miss Islington (bot) · 7 years ago
  89. 48d2aeb bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Miss Islington (bot) · 7 years ago
  90. 6f4fbf8 bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194) by Miss Islington (bot) · 7 years ago
  91. f5197dd bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) by Miss Islington (bot) · 7 years ago
  92. 625755e Fix GCC warning in Python/hamt.c (GH-7618) by Miss Islington (bot) · 7 years ago
  93. 20ae4c6 bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8070) by Miss Islington (bot) · 7 years ago
  94. 4c20d2b bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Miss Islington (bot) · 7 years ago
  95. 56aaef0 bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by Miss Islington (bot) · 7 years ago
  96. 3747dd1 bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by Miss Islington (bot) · 7 years ago
  97. a971a6f bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505) by Miss Islington (bot) · 7 years ago
  98. 103058e bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Miss Islington (bot) · 7 years ago
  99. 150033d bpo-31849: Fix warning in pyhash.c (GH-6799) by Miss Islington (bot) · 7 years ago
  100. a4dd46a bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Miss Islington (bot) · 7 years ago