1. b3b4a9d bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739) by Alexey Izbyshev · 6 years ago
  2. 4c6955e bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) by Eric Snow · 6 years ago
  3. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 6 years ago
  4. c1e46e9 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) by Alexey Izbyshev · 6 years ago
  5. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 6 years ago
  6. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 6 years ago
  7. 4e9da0d bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507) by Eric Snow · 6 years ago
  8. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 6 years ago
  9. aa0735f bpo-32747: Remove trailing spaces in docstrings. (GH-5491) by oldk · 6 years ago
  10. 461d225 bpo-32674: Improve the docstring for __import__ (GH-5339) by oldk · 6 years ago
  11. 55e0839 bpo-32436: Fix compiler warning (#5483) by Yury Selivanov · 6 years ago
  12. 01a0cb8 Fix typo in hamt.c comments (#5478) by Dmitry Alimov · 6 years ago
  13. 83ab995 bpo-32711: Fix warnings for Python/ast_unparse.c (#5426) by Stéphane Wirtel · 6 years ago
  14. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 6 years ago
  15. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 6 years ago
  16. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 6 years ago
  17. b647d70 bpo-32707: Fix warnings in hamt.c (#5430) by Yury Selivanov · 6 years ago
  18. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 6 years ago
  19. 997478e bpo-32688: Make why the line is commented out clear (GH-5405) by Xiang Zhang · 6 years ago
  20. bc4123b bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363) by Yury Selivanov · 6 years ago
  21. 226e500 bpo-32436: Make PyContextVar_Get a little bit faster (#5350) by Yury Selivanov · 6 years ago
  22. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 6 years ago
  23. dba976b bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337) by Nathaniel J. Smith · 6 years ago
  24. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 6 years ago
  25. 6ab6292 bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) by Yury Selivanov · 6 years ago
  26. 93a6119 Fix 3rd level node's binary representation in HAMT algorithm description (#5319) by Dmitry Alimov · 6 years ago
  27. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 6 years ago
  28. b7a80d5 bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) by Yury Selivanov · 6 years ago
  29. 0bad4d6 bpo-32436: Fix potential NULL dereference (#5286) by Yury Selivanov · 6 years ago
  30. 83c8675 bpo-32436: Remove a redundant assert (#5275) by Yury Selivanov · 6 years ago
  31. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 6 years ago
  32. 9089a26 bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272) by Victor Stinner · 6 years ago
  33. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 6 years ago
  34. 3510334 bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263) by Yury Selivanov · 6 years ago
  35. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 6 years ago
  36. 05d68a8 bpo-9566: Fix size_t=>int downcast warnings (#5230) by Victor Stinner · 6 years ago
  37. 6027802 Fix typo in thread_nt.h code comment (GH-5211) by hui shang · 6 years ago
  38. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 6 years ago
  39. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 6 years ago
  40. cb064fc bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) by Victor Stinner · 6 years ago
  41. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 6 years ago
  42. 782d6fe bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) by Serhiy Storchaka · 6 years ago
  43. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 6 years ago
  44. d4864c6 bpo-24340: Fix estimation of the code stack size. (#5076) by Serhiy Storchaka · 7 years ago
  45. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  46. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 7 years ago
  47. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 7 years ago
  48. 65f2a6d advance copyright years to 2018 (#5094) by Benjamin Peterson · 7 years ago
  49. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 7 years ago
  50. 02b9ef2 bpo-32439: Clean up the code for compiling comparison expressions. (#5029) by Serhiy Storchaka · 7 years ago
  51. 13a6c09 bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) by Serhiy Storchaka · 7 years ago
  52. 3dfbaf5 bpo-32372: Move __debug__ optimization to the AST level. (#4925) by Serhiy Storchaka · 7 years ago
  53. 62ed6be remove the dynload_next.c file (closes bpo-32386) (#4957) by Benjamin Peterson · 7 years ago
  54. 9bee329 bpo-32030: Add _Py_FindEnvConfigValue() (#4963) by Victor Stinner · 7 years ago
  55. 9dd7620 bpo-32030: Add _Py_EncodeLocaleRaw() (#4961) by Victor Stinner · 7 years ago
  56. e47e698 bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960) by Victor Stinner · 7 years ago
  57. 31e9908 bpo-32030: Fix usage of memory allocators (#4953) by Victor Stinner · 7 years ago
  58. 9cfc002 bpo-32030: Complete _PyCoreConfig_Read() (#4946) by Victor Stinner · 7 years ago
  59. ca719ac bpo-32030: Add _PyCoreConfig.warnoptions (#4936) by Victor Stinner · 7 years ago
  60. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 7 years ago
  61. 1976086 bpo-32030: Cleanup pymain_main() (#4935) by Victor Stinner · 7 years ago
  62. 5d86246 bpo-32030: Fix compiler warnings (#4921) by Victor Stinner · 7 years ago
  63. bd6ec4d bpo-32365: Fix a reference leak when compile __debug__. (#4916) by Serhiy Storchaka · 7 years ago
  64. 87010e8 bpo-29469: peephole: Remove const_stack (GH-4879) by INADA Naoki · 7 years ago
  65. 0c644fc fix up signedness in PyImport_ExtendInittab (#4831) by Benjamin Peterson · 7 years ago
  66. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  67. d2b0231 bpo-29240: Don't define decode_locale() on macOS (#4895) by Victor Stinner · 7 years ago
  68. 2e3f570 bpo-30416: Protect the optimizer during constant folding. (#4860) by Serhiy Storchaka · 7 years ago
  69. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  70. 3325a67 bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880) by Serhiy Storchaka · 7 years ago
  71. e425bd7 move pygetopt.h to internal (closes bpo-32264) (#4830) by Benjamin Peterson · 7 years ago
  72. 41264f1 bpo-32030: Add _PyMainInterpreterConfig.executable (#4876) by Victor Stinner · 7 years ago
  73. da27341 bpo-32030: Add _PyCoreConfig_Copy() (#4874) by Victor Stinner · 7 years ago
  74. 358e5e1 bpo-32329: Fix -R option for hash randomization (#4873) by Victor Stinner · 7 years ago
  75. 2b5fd1e bpo-32226: Implementation of PEP 560 (core components) (#4732) by Ivan Levkivskyi · 7 years ago
  76. 15a8728 bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866) by Serhiy Storchaka · 7 years ago
  77. eadad1b bpo-29469: Remove unnecessary peephole optimizer (GH-4863) by INADA Naoki · 7 years ago
  78. 374c6e1 bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855) by Victor Stinner · 7 years ago
  79. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  80. b5fd9ad bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) by Victor Stinner · 7 years ago
  81. 11a247d bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845) by Victor Stinner · 7 years ago
  82. d5dda98 pymain_set_sys_argv() now copies argv (#4838) by Victor Stinner · 7 years ago
  83. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  84. fc5db95 Test atexit shutdown mechanism in a subprocess (#4828) by Antoine Pitrou · 7 years ago
  85. d233796 import.c: Fix a GCC warning (#4822) by Victor Stinner · 7 years ago
  86. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  87. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 7 years ago
  88. 60ed130 byte swap the raw hash secrets (more bpo-32260) (#4773) by Benjamin Peterson · 7 years ago
  89. 8362077 fix my byte-swapping implementation (#4772) by Benjamin Peterson · 7 years ago
  90. 4e3e156 bpo-32260: don't byte swap siphash keys (#4771) by Benjamin Peterson · 7 years ago
  91. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  92. 11cc289 Fix missing DECREF of mod. (#4749) by Neil Schemenauer · 7 years ago
  93. 92a3c6f bpo-32030: Add _PyImport_Fini2() (#4737) by Victor Stinner · 7 years ago
  94. 6bf992a bpo-32030: Add pymain_get_global_config() (#4735) by Victor Stinner · 7 years ago
  95. 672b6ba bpo-32030: pass interp to _PyImport_Init() (#4736) by Victor Stinner · 7 years ago
  96. 33c377e bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728) by Victor Stinner · 7 years ago
  97. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  98. eea3cc1 Refactor PyImport_ImportModuleLevelObject(). (#4680) by Neil Schemenauer · 7 years ago
  99. 078f181 bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) by Nick Coghlan · 7 years ago
  100. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago