1. 25b87d3 bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418) by Miss Islington (bot) · 7 years ago
  2. 7638eb8 bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371) by Miss Islington (bot) · 7 years ago
  3. 03ec4df bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) by Miss Islington (bot) · 7 years ago
  4. c721472 bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274) by Miss Islington (bot) · 7 years ago
  5. 9beed0c bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Miss Islington (bot) · 7 years ago
  6. 48d2aeb bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) by Miss Islington (bot) · 7 years ago
  7. 6f4fbf8 bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194) by Miss Islington (bot) · 7 years ago
  8. f5197dd bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) by Miss Islington (bot) · 7 years ago
  9. 625755e Fix GCC warning in Python/hamt.c (GH-7618) by Miss Islington (bot) · 7 years ago
  10. 20ae4c6 bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8070) by Miss Islington (bot) · 7 years ago
  11. 4c20d2b bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Miss Islington (bot) · 7 years ago
  12. 56aaef0 bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) by Miss Islington (bot) · 7 years ago
  13. 3747dd1 bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by Miss Islington (bot) · 7 years ago
  14. a971a6f bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505) by Miss Islington (bot) · 7 years ago
  15. 103058e bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Miss Islington (bot) · 7 years ago
  16. 150033d bpo-31849: Fix warning in pyhash.c (GH-6799) by Miss Islington (bot) · 7 years ago
  17. a4dd46a bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Miss Islington (bot) · 7 years ago
  18. 2641ee5 bpo-32911: Revert bpo-29463. (GH-7121) by Serhiy Storchaka · 7 years ago
  19. 508d769 bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074) by Miss Islington (bot) · 7 years ago
  20. b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) by Serhiy Storchaka · 7 years ago
  21. 820219f bpo-33509: Fix _warnings for module_globals=None (GH-6833) by Miss Islington (bot) · 7 years ago
  22. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  23. 8ed545f bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Miss Islington (bot) · 7 years ago
  24. a93a663 [3.7] bpo-33363: raise SyntaxError for async for/with outside async functions (GH-6616). (GH-6619) by Zsolt Dollenstein · 7 years ago
  25. 291c9d4 bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564) by Miss Islington (bot) · 7 years ago
  26. 52a5a17 bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) by Miss Islington (bot) · 7 years ago
  27. 3295529 Spelling fixes to docs, docstrings, and comments (GH-6374) by Miss Islington (bot) · 7 years ago
  28. a09bb87 [3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403) by Brett Cannon · 7 years ago
  29. 3c193cf [3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399) by Miss Islington (bot) · 7 years ago
  30. 64421d9 bpo-33231: Fix potential leak in normalizestring() (GH-6386) by Miss Islington (bot) · 7 years ago
  31. fcd4e03 bpo-29922: Improve error messages in 'async with' (GH-6352) by Miss Islington (bot) · 7 years ago
  32. 9e96e7b bpo-33132: Fix more reference counting issues in the compiler. (GH-6323) by Miss Islington (bot) · 7 years ago
  33. ee37845 bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236) by Nick Coghlan · 7 years ago
  34. c6d94c3 bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Miss Islington (bot) · 7 years ago
  35. 471364b bpo-33132: Fix reference counting issues in the compiler. (GH-6209) by Miss Islington (bot) · 7 years ago
  36. b9744e9 bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154) by Serhiy Storchaka · 7 years ago
  37. 56cce1c [3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6159) by Miss Islington (bot) · 7 years ago
  38. 5506d60 bpo-32836: Remove obsolete code from symtable pass (GH-5680) by Miss Islington (bot) · 7 years ago
  39. 9e94c0d [3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060) by Serhiy Storchaka · 7 years ago
  40. e724dd4 Add two missing error checks in hamt.c (GH-5851) by Miss Islington (bot) · 7 years ago
  41. 31e2b76 bpo-33005: Fix _PyGILState_Reinit() (GH-6001) by Miss Islington (bot) · 7 years ago
  42. 8d9d4b5 bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658) by Miss Islington (bot) · 7 years ago
  43. eed3c7a bpo-32604: Swap threads only if the interpreter is different. (gh-5783) by Miss Islington (bot) · 7 years ago
  44. ca82e3c bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739) by Miss Islington (bot) · 7 years ago
  45. 3db05a3 bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710) by Miss Islington (bot) · 7 years ago
  46. 7df8049 Fix some warnings produced by different compilers. (GH-5593) (GH-5600) by Miss Islington (bot) · 8 years ago
  47. 2bb0bfa bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562) by Miss Islington (bot) · 8 years ago
  48. e86db34 [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) by Miss Islington (bot) · 8 years ago
  49. f33eced bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507) by Miss Islington (bot) · 8 years ago
  50. a23d30f bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503) by Barry Warsaw · 8 years ago
  51. e985afc bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5488) by Miss Islington (bot) · 8 years ago
  52. 7876778 bpo-32436: Fix compiler warning (GH-5483) (GH-5486) by Miss Islington (bot) · 8 years ago
  53. 5d2dcd0 Fix typo in hamt.c comments (GH-5478) (#5484) by Miss Islington (bot) · 8 years ago
  54. 78758f2 [3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475) by Miss Islington (bot) · 8 years ago
  55. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 8 years ago
  56. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 8 years ago
  57. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 8 years ago
  58. b647d70 bpo-32707: Fix warnings in hamt.c (#5430) by Yury Selivanov · 8 years ago
  59. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 8 years ago
  60. 997478e bpo-32688: Make why the line is commented out clear (GH-5405) by Xiang Zhang · 8 years ago
  61. bc4123b bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363) by Yury Selivanov · 8 years ago
  62. 226e500 bpo-32436: Make PyContextVar_Get a little bit faster (#5350) by Yury Selivanov · 8 years ago
  63. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 8 years ago
  64. dba976b bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337) by Nathaniel J. Smith · 8 years ago
  65. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 8 years ago
  66. 6ab6292 bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) by Yury Selivanov · 8 years ago
  67. 93a6119 Fix 3rd level node's binary representation in HAMT algorithm description (#5319) by Dmitry Alimov · 8 years ago
  68. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 8 years ago
  69. b7a80d5 bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) by Yury Selivanov · 8 years ago
  70. 0bad4d6 bpo-32436: Fix potential NULL dereference (#5286) by Yury Selivanov · 8 years ago
  71. 83c8675 bpo-32436: Remove a redundant assert (#5275) by Yury Selivanov · 8 years ago
  72. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 8 years ago
  73. 9089a26 bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272) by Victor Stinner · 8 years ago
  74. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 8 years ago
  75. 3510334 bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263) by Yury Selivanov · 8 years ago
  76. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 8 years ago
  77. 05d68a8 bpo-9566: Fix size_t=>int downcast warnings (#5230) by Victor Stinner · 8 years ago
  78. 6027802 Fix typo in thread_nt.h code comment (GH-5211) by hui shang · 8 years ago
  79. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 8 years ago
  80. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 8 years ago
  81. cb064fc bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) by Victor Stinner · 8 years ago
  82. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 8 years ago
  83. 782d6fe bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) by Serhiy Storchaka · 8 years ago
  84. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 8 years ago
  85. d4864c6 bpo-24340: Fix estimation of the code stack size. (#5076) by Serhiy Storchaka · 8 years ago
  86. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 8 years ago
  87. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 8 years ago
  88. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 8 years ago
  89. 65f2a6d advance copyright years to 2018 (#5094) by Benjamin Peterson · 8 years ago
  90. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 8 years ago
  91. 02b9ef2 bpo-32439: Clean up the code for compiling comparison expressions. (#5029) by Serhiy Storchaka · 8 years ago
  92. 13a6c09 bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) by Serhiy Storchaka · 8 years ago
  93. 3dfbaf5 bpo-32372: Move __debug__ optimization to the AST level. (#4925) by Serhiy Storchaka · 8 years ago
  94. 62ed6be remove the dynload_next.c file (closes bpo-32386) (#4957) by Benjamin Peterson · 8 years ago
  95. 9bee329 bpo-32030: Add _Py_FindEnvConfigValue() (#4963) by Victor Stinner · 8 years ago
  96. 9dd7620 bpo-32030: Add _Py_EncodeLocaleRaw() (#4961) by Victor Stinner · 8 years ago
  97. e47e698 bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960) by Victor Stinner · 8 years ago
  98. 31e9908 bpo-32030: Fix usage of memory allocators (#4953) by Victor Stinner · 8 years ago
  99. 9cfc002 bpo-32030: Complete _PyCoreConfig_Read() (#4946) by Victor Stinner · 8 years ago
  100. ca719ac bpo-32030: Add _PyCoreConfig.warnoptions (#4936) by Victor Stinner · 8 years ago