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