1. b5e170f bpo-38644: Add _PyEval_EvalCode() (GH-17183) by Victor Stinner · 6 years ago
  2. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 6 years ago
  3. b9e6812 bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131) by Victor Stinner · 6 years ago
  4. 7e43373 bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) by Victor Stinner · 6 years ago
  5. d12d0e7 bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) by Victor Stinner · 6 years ago
  6. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 6 years ago
  7. 62161ce closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) by Benjamin Peterson · 6 years ago
  8. 1726909 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) by Victor Stinner · 6 years ago
  9. be434dc bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) by Victor Stinner · 6 years ago
  10. f4b1e3d bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) by Victor Stinner · 6 years ago
  11. bdac32e closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) by Max Bernstein · 6 years ago
  12. 6c3e66a bpo-38640: Allow break and continue in always false while loops (GH-16992) by Pablo Galindo · 6 years ago
  13. 26ae9f6 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Serhiy Storchaka · 6 years ago
  14. 7320ec0 Fix typo in formatter_unicode (GH-16831) by Hansraj Das · 6 years ago
  15. 5bc6a7c bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869) by Serhiy Storchaka · 6 years ago
  16. 2798b60 Typo fix - implemention should be implementation (GH-16806) by Hansraj Das · 6 years ago
  17. 0b60f64 bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347) by Vinay Sajip · 6 years ago
  18. fd5c414 bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) by Pablo Galindo · 6 years ago
  19. e3babbd Correct signature of __build_class__ (GH-16735) by Pablo Galindo · 6 years ago
  20. a8e0d31 Typo fix: "throuhgh" should be "through". (GH-16704) by Hansraj Das · 6 years ago
  21. a05fcd3 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Dong-hee Na · 6 years ago
  22. 01171eb Typo fix: "empy" should be "empty". (GH-16666) by Hansraj Das · 6 years ago
  23. 5dfbb4d Fix typo in _warnings.warn_explicit() docstring (GH-16625) by Hansraj Das · 6 years ago
  24. c02b41b bpo-38353: getpath.c: allocates strings on the heap (GH-16585) by Victor Stinner · 6 years ago
  25. 8855e47 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) by Joannah Nanjekye · 6 years ago
  26. 03a8a56 bpo-38353: Add subfunctions to getpath.c (GH-16572) by Victor Stinner · 6 years ago
  27. 61691d8 bpo-38353: Cleanup includes in the internal C API (GH-16548) by Victor Stinner · 6 years ago
  28. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 6 years ago
  29. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 6 years ago
  30. fb4ae15 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Victor Stinner · 6 years ago
  31. f185a73 bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467) by Brandt Bucher · 6 years ago
  32. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 6 years ago
  33. 12f2f17 bpo-38234: Py_Initialize() sets global path configuration (GH-16421) by Victor Stinner · 6 years ago
  34. 8bf39b6 bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) by Victor Stinner · 6 years ago
  35. 1ce152a bpo-38234: Py_SetPath() uses the program full path (GH-16357) by Victor Stinner · 6 years ago
  36. 9c42f8c bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) by Victor Stinner · 6 years ago
  37. 88e6447 bpo-38236: Fix init_dump_ascii_wstr() (GH-16333) by Victor Stinner · 6 years ago
  38. fcdb027 bpo-38236: Dump path config at first import error (GH-16300) by Victor Stinner · 6 years ago
  39. b104ecb Shorter docstring (GH-16322) by Raymond Hettinger · 6 years ago
  40. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 6 years ago
  41. e267793 bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) by Victor Stinner · 6 years ago
  42. c422167 bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) by Victor Stinner · 6 years ago
  43. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 6 years ago
  44. 1ce16fb bpo-38070: Py_FatalError() logs runtime state (GH-16246) by Victor Stinner · 6 years ago
  45. d3b9041 bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) by Victor Stinner · 6 years ago
  46. 8fa3e17 bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) by Victor Stinner · 6 years ago
  47. 0247e80 Fix leaks in Python-ast.c (#16127) by Eddie Elizondo · 6 years ago
  48. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 6 years ago
  49. 3a4f667 Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013) by Greg Price · 6 years ago
  50. 8d88e8c bpo-38138: Fix memory leak introduced by interned strings (GH-16053) by Dino Viehland · 6 years ago
  51. 99b54d6 Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) by T. Wouters · 6 years ago
  52. 355f3e1 Fix depth-first-search computation in compile.c (GH-16042) by Mark Shannon · 6 years ago
  53. 8ed6503 bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) by Jason R. Coombs · 6 years ago
  54. 39de95b closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Benjamin Peterson · 6 years ago
  55. ac46eb4 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) by Dino Viehland · 6 years ago
  56. 145cf1f bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651) by Dong-hee Na · 6 years ago
  57. 5b172c2 bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) by Dino Viehland · 6 years ago
  58. 7117074 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) by Raymond Hettinger · 6 years ago
  59. 37c2220 bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057) by Joannah Nanjekye · 6 years ago
  60. 7a6873c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) by Jeroen Demeyer · 6 years ago
  61. 92420b3 bpo-37409: fix relative import with no parent (#14956) by Ben Lewis · 6 years ago
  62. 2ec7010 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) by Jordon Xu · 6 years ago
  63. 17499d8 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) by Jason R. Coombs · 6 years ago
  64. a511c7a bpo-38090: Fix reference leak in ceval.c (GH-15848) by Pablo Galindo · 6 years ago
  65. 88bdb92 bpo-36781: Optimize sum() for bools. (#13074) by Serhiy Storchaka · 6 years ago
  66. f1c1903 bpo-38068: Clean up gettimeofday configure logic. (GH-15775) by Benjamin Peterson · 6 years ago
  67. 43c9731 bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824) by Serhiy Storchaka · 6 years ago
  68. 65366bc bpo-20490: Improve circular import error message (GH-15308) by Anthony Sottile · 6 years ago
  69. 74b662c bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702) by Joannah Nanjekye · 6 years ago
  70. 2bc43cd bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) by Joannah Nanjekye · 6 years ago
  71. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 6 years ago
  72. 41c57b3 bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) by Serhiy Storchaka · 6 years ago
  73. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 6 years ago
  74. 6a650aa bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) by Sergey Fedoseev · 6 years ago
  75. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 6 years ago
  76. 0614523 bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593) by Nick Coghlan · 6 years ago
  77. e4a5e9b bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15424) by Zackery Spytz · 6 years ago
  78. 0138c4c Fix unused variable and signed/unsigned warnings (GH-15537) by Raymond Hettinger · 6 years ago
  79. bed4817 Make PyXXX_Fini() functions private (GH-15531) by Victor Stinner · 6 years ago
  80. 4901dc4 bpo-37954: Fix reference leak in the symtable (GH-15514) by Pablo Galindo · 6 years ago
  81. 0e4ea16 bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) by Pablo Galindo · 6 years ago
  82. 5dbe0f5 bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) by Nick Coghlan · 6 years ago
  83. ce6a070 bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) by Zackery Spytz · 6 years ago
  84. aef9ad8 bpo-37942: Improve argument clinic float converter (GH-15470) by Raymond Hettinger · 6 years ago
  85. ef61c52 bpo-37830: Fix compilation of break and continue in finally. (GH-15320) by Serhiy Storchaka · 6 years ago
  86. e9c90aa bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Serhiy Storchaka · 6 years ago
  87. 5be6660 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Zackery Spytz · 6 years ago
  88. 120b707 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) by Victor Stinner · 6 years ago
  89. 3842f29 bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) by Victor Stinner · 6 years ago
  90. c486825 bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) by Victor Stinner · 6 years ago
  91. df2d4a6 bpo-37834: Normalise handling of reparse points on Windows (GH-15231) by Steve Dower · 6 years ago
  92. 20f59fe bpo-37751: Fix codecs.lookup() normalization (GH-15092) by Jordon Xu · 6 years ago
  93. d13968b Delete stale comment in Python/getopt.c. (GH-14719) by Hansraj Das · 6 years ago
  94. 24fe460 bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) by shireenrao · 6 years ago
  95. 0567786 bpo-37540: vectorcall: keyword names must be strings (GH-14682) by Jeroen Demeyer · 6 years ago
  96. b4be87a bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) by Gregory P. Smith · 6 years ago
  97. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 6 years ago
  98. 9670ce7 bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081) by Michael Felt · 6 years ago
  99. c5fa449 bpo-37444: Update differing exception between builtins and importlib (GH-14869) by Ngalim Siregar · 6 years ago
  100. 1a057ba bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) by Ronald Oussoren · 6 years ago