Python 3.6.12
  1. 46cbf61 [3.6] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21298) (#21354) by Steve Dower · 5 years ago
  2. a9964b0 [3.6] Bring Python into the next decade. (GH-17804) by Benjamin Peterson · 6 years ago
  3. c234061 [3.6] Bump copyright years to 2019. (GH-11407) by Benjamin Peterson · 7 years ago
  4. be6ec44 bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) (GH-11108) by Miss Islington (bot) · 7 years ago
  5. 8855d93 [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) (GH-11106) by Serhiy Storchaka · 7 years ago
  6. 25555e0 bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) by Miss Islington (bot) · 7 years ago
  7. 2d6bc25 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) (GH-11026) by Serhiy Storchaka · 7 years ago
  8. afb07fc bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) by Miss Islington (bot) · 7 years ago
  9. 03b1200 bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10822) by Victor Stinner · 7 years ago
  10. 29d2f3c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (GH-10749) by Serhiy Storchaka · 7 years ago
  11. fc4a44b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH-10720) by Victor Stinner · 7 years ago
  12. df3051b bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (GH-10621) by Victor Stinner · 7 years ago
  13. 0124040 Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) by Miss Islington (bot) · 7 years ago
  14. 60cf265 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Miss Islington (bot) · 7 years ago
  15. 3b5b1c0 [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493) by Gregory P. Smith · 7 years ago
  16. 65e1a1f bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-10422) by Gregory P. Smith · 7 years ago
  17. 7054e5c [3.6] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335) by Serhiy Storchaka · 7 years ago
  18. ff56597 bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) (GH-10270) by Victor Stinner · 7 years ago
  19. a5ebc20 [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937) by Stéphane Wirtel · 7 years ago
  20. f39defe Fix an incorrect check in compiler_try_except(). (GH-9810) by Miss Islington (bot) · 7 years ago
  21. 1a23abe Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) by Miss Islington (bot) · 7 years ago
  22. 7455bf4 closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) by Miss Islington (bot) · 7 years ago
  23. 3707bcf Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9587) by Victor Stinner · 7 years ago
  24. afb25bc bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) by Miss Islington (bot) · 7 years ago
  25. 4ff3887 bpo-34527: Fix FreeBSD with POSIX locale (GH-8975) by Victor Stinner · 7 years ago
  26. 204fb45 bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) by Miss Islington (bot) · 7 years ago
  27. 7d470f3 closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) by Miss Islington (bot) · 7 years ago
  28. 0ef61ee bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) by Miss Islington (bot) · 7 years ago
  29. ec729d5 bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8424) by Miss Islington (bot) · 7 years ago
  30. b2f8aa0 bpo-34087: Backport tests for int/float/complex (GH-8274) by INADA Naoki · 7 years ago
  31. 3b06285d bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257) by Miss Islington (bot) · 7 years ago
  32. ec75620 bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Miss Islington (bot) · 7 years ago
  33. eeaae26 [3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) (GH-8198) by Serhiy Storchaka · 7 years ago
  34. e1ebf51 bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8069) by Miss Islington (bot) · 7 years ago
  35. 8f8ad2c bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by Miss Islington (bot) · 7 years ago
  36. 4251d2a bpo-31849: Fix warning in pyhash.c (GH-6799) by Miss Islington (bot) · 7 years ago
  37. 500a419 [3.6] bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (GH-5337) (#6536) by T. Wouters · 7 years ago
  38. 0fe3be0 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (GH-7269) by Miss Islington (bot) · 7 years ago
  39. 0d17e60 bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Miss Islington (bot) · 7 years ago
  40. b16681f [3.6] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH-6604) by Serhiy Storchaka · 7 years ago
  41. 3468a05 [3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6400) by Miss Islington (bot) · 7 years ago
  42. 2350a47 bpo-33231: Fix potential leak in normalizestring() (GH-6386) by Miss Islington (bot) · 7 years ago
  43. 4fd6c27 bpo-29922: Improve error messages in 'async with' (GH-6352) by Miss Islington (bot) · 7 years ago
  44. 25c869e [3.6] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (GH-6321) by Serhiy Storchaka · 7 years ago
  45. 18d7edf [3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154). (GH-6199) by Serhiy Storchaka · 7 years ago
  46. f3e6ead [3.6] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6160) by Miss Islington (bot) · 7 years ago
  47. d082634 [3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060) by Miss Islington (bot) · 7 years ago
  48. 86ea851 Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)" (#5911) by Barry Warsaw · 7 years ago
  49. 65a13c1 bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739) by Miss Islington (bot) · 7 years ago
  50. b90c685 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563) by Miss Islington (bot) · 8 years ago
  51. c90a5de [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) by Terry Jan Reedy · 8 years ago
  52. a71397f [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504) by Barry Warsaw · 8 years ago
  53. f61951b bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489) by Miss Islington (bot) · 8 years ago
  54. f31c70b Fix typo in thread_nt.h code comment (GH-5211) (GH-5226) by Miss Islington (bot) · 8 years ago
  55. b92c159 [3.6] bpo-32555: Fix locale encodings (#5193) by Victor Stinner · 8 years ago
  56. 5f959c4 [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) by Victor Stinner · 8 years ago
  57. e295739 advance copyright years to 2018 (GH-5094) (#5104) by Miss Islington (bot) · 8 years ago
  58. 5659743 bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918) by Miss Islington (bot) · 8 years ago
  59. da2b798 compile.c: Remove unused varible (#4886) by Victor Stinner · 8 years ago
  60. b580f4f [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865) by Serhiy Storchaka · 8 years ago
  61. b82da9e [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time. (GH-4880) (#4882) by Serhiy Storchaka · 8 years ago
  62. 22097aa bpo-32329: Fix sys.flags.hash_randomization (#4875) by Victor Stinner · 8 years ago
  63. c8f32aa [3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684) by Nick Coghlan · 8 years ago
  64. 9881e4e Don't hide unexpected errors in PyErr_WarnExplicitObject(). (GH-4585) (#4662) by Miss Islington (bot) · 8 years ago
  65. e10c9de bpo-20891: Fix PyGILState_Ensure() (#4650) (#4655) by Victor Stinner · 8 years ago
  66. d15bb5f bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (GH-4381) (#4405) by Miss Islington (bot) · 8 years ago
  67. 3864248 [3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (GH-4289) (#4406) by Serhiy Storchaka · 8 years ago
  68. ea5b545 [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379) by xdegaye · 8 years ago
  69. 4b27d51 [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) by xdegaye · 8 years ago
  70. 2b5cbbb [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118) (#4128) by Serhiy Storchaka · 8 years ago
  71. d5d7954 [3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107) by xdegaye · 8 years ago
  72. 1e78ed6 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059) by Miss Islington (bot) · 8 years ago
  73. 95602b3 [3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022) by Pablo Galindo · 8 years ago
  74. 2712247 [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024) by Miss Islington (bot) · 8 years ago
  75. 59b5c13 [3.6] bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (GH-4002) (#4004) by Miss Islington (bot) · 8 years ago
  76. 6f059ab [3.6] bpo-31642: Restore blocking "from" import by setting None in sys.modules. (GH-3834). (#3923) by Serhiy Storchaka · 8 years ago
  77. 8aafd5f [3.6] remove tabs from getcompiler.c (GH-3892) (#3893) by Miss Islington (bot) · 8 years ago
  78. a4dfe1c [3.6] bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (GH-3767) (#3836) by Miss Islington (bot) · 8 years ago
  79. 66c2b9f [3.6] bpo-31285: Remove splitlines identifier from Python/_warnings.c (GH-3803) (#3829) by Miss Islington (bot) · 8 years ago
  80. 084f80b [3.6] bpo-31588: Validate return value of __prepare__() methods (GH-3790) by Miss Islington (bot) · 8 years ago
  81. 90fe25a [3.6] bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (GH-3219) (#3775) by Serhiy Storchaka · 8 years ago
  82. f0db2df [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773) by Serhiy Storchaka · 8 years ago
  83. 415cc1f [3.6] bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (GH-3717) (#3730) by Miss Islington (bot) · 8 years ago
  84. 99a51d4 [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (GH-3257) (#3653) by Miss Islington (bot) · 8 years ago
  85. 5dbb28e [3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (GH-3539) (#3556) by Miss Islington (bot) · 8 years ago
  86. c0e7736 [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0 (#3518) by Victor Stinner · 8 years ago
  87. 9adc87b [3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (GH-3496) (#3509) by Serhiy Storchaka · 8 years ago
  88. cb356c2 [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495) by Benjamin Peterson · 8 years ago
  89. 7972ed2 [3.6] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3494) by Serhiy Storchaka · 8 years ago
  90. c67838d [3.6] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-166). (#3491) by Serhiy Storchaka · 8 years ago
  91. a4baf1c [3.6] bpo-26669: Fix nan arg value error in pytime.c (GH-3085) (GH-3467) by Miss Islington (bot) · 8 years ago
  92. ddb536b [3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453) by Serhiy Storchaka · 8 years ago
  93. f032e92 [3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (GH-2919) (#2964) by Zackery Spytz · 8 years ago
  94. b036232 [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424) by Miss Islington (bot) · 8 years ago
  95. aa1afc7 bpo-30465: Fix lineno and col_offset in fstring AST nodes (GH-1800) (gh-3409) by Miss Islington (bot) · 8 years ago
  96. 2eea952 bpo-31095: fix potential crash during GC (GH-3195) by INADA Naoki · 8 years ago
  97. f3b8917 [3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-3033). (#3038) by Serhiy Storchaka · 8 years ago
  98. a0cb7db Fix a shadow-compatible-local warning (#2181) by Yuan Chao Chou · 8 years ago
  99. 946a0b6 [3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (GH-2957) (#2991) by Serhiy Storchaka · 8 years ago
  100. bb323b2 bpo-30891: Fix again importlib _find_and_load() (#2665) (#2801) by Victor Stinner · 8 years ago