1. c02b41b bpo-38353: getpath.c: allocates strings on the heap (GH-16585) by Victor Stinner · 5 years ago
  2. 8855e47 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) by Joannah Nanjekye · 5 years ago
  3. 03a8a56 bpo-38353: Add subfunctions to getpath.c (GH-16572) by Victor Stinner · 5 years ago
  4. 61691d8 bpo-38353: Cleanup includes in the internal C API (GH-16548) by Victor Stinner · 5 years ago
  5. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 5 years ago
  6. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 5 years ago
  7. fb4ae15 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Victor Stinner · 5 years ago
  8. f185a73 bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467) by Brandt Bucher · 5 years ago
  9. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 5 years ago
  10. 12f2f17 bpo-38234: Py_Initialize() sets global path configuration (GH-16421) by Victor Stinner · 5 years ago
  11. 8bf39b6 bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) by Victor Stinner · 5 years ago
  12. 1ce152a bpo-38234: Py_SetPath() uses the program full path (GH-16357) by Victor Stinner · 5 years ago
  13. 9c42f8c bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) by Victor Stinner · 5 years ago
  14. 88e6447 bpo-38236: Fix init_dump_ascii_wstr() (GH-16333) by Victor Stinner · 5 years ago
  15. fcdb027 bpo-38236: Dump path config at first import error (GH-16300) by Victor Stinner · 5 years ago
  16. b104ecb Shorter docstring (GH-16322) by Raymond Hettinger · 5 years ago
  17. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 5 years ago
  18. e267793 bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) by Victor Stinner · 5 years ago
  19. c422167 bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) by Victor Stinner · 5 years ago
  20. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 5 years ago
  21. 1ce16fb bpo-38070: Py_FatalError() logs runtime state (GH-16246) by Victor Stinner · 5 years ago
  22. d3b9041 bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) by Victor Stinner · 5 years ago
  23. 8fa3e17 bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) by Victor Stinner · 5 years ago
  24. 0247e80 Fix leaks in Python-ast.c (#16127) by Eddie Elizondo · 5 years ago
  25. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 5 years ago
  26. 3a4f667 Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013) by Greg Price · 5 years ago
  27. 8d88e8c bpo-38138: Fix memory leak introduced by interned strings (GH-16053) by Dino Viehland · 5 years ago
  28. 99b54d6 Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) by T. Wouters · 5 years ago
  29. 355f3e1 Fix depth-first-search computation in compile.c (GH-16042) by Mark Shannon · 5 years ago
  30. 8ed6503 bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) by Jason R. Coombs · 5 years ago
  31. 39de95b closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Benjamin Peterson · 5 years ago
  32. ac46eb4 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) by Dino Viehland · 5 years ago
  33. 145cf1f bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651) by Dong-hee Na · 5 years ago
  34. 5b172c2 bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) by Dino Viehland · 5 years ago
  35. 7117074 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) by Raymond Hettinger · 5 years ago
  36. 37c2220 bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057) by Joannah Nanjekye · 5 years ago
  37. 7a6873c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) by Jeroen Demeyer · 5 years ago
  38. 92420b3 bpo-37409: fix relative import with no parent (#14956) by Ben Lewis · 5 years ago
  39. 2ec7010 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) by Jordon Xu · 5 years ago
  40. 17499d8 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) by Jason R. Coombs · 5 years ago
  41. a511c7a bpo-38090: Fix reference leak in ceval.c (GH-15848) by Pablo Galindo · 5 years ago
  42. 88bdb92 bpo-36781: Optimize sum() for bools. (#13074) by Serhiy Storchaka · 5 years ago
  43. f1c1903 bpo-38068: Clean up gettimeofday configure logic. (GH-15775) by Benjamin Peterson · 5 years ago
  44. 43c9731 bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824) by Serhiy Storchaka · 5 years ago
  45. 65366bc bpo-20490: Improve circular import error message (GH-15308) by Anthony Sottile · 5 years ago
  46. 74b662c bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702) by Joannah Nanjekye · 5 years ago
  47. 2bc43cd bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) by Joannah Nanjekye · 5 years ago
  48. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 5 years ago
  49. 41c57b3 bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) by Serhiy Storchaka · 5 years ago
  50. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 5 years ago
  51. 6a650aa bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) by Sergey Fedoseev · 5 years ago
  52. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 5 years ago
  53. 0614523 bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593) by Nick Coghlan · 5 years ago
  54. e4a5e9b bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15424) by Zackery Spytz · 5 years ago
  55. 0138c4c Fix unused variable and signed/unsigned warnings (GH-15537) by Raymond Hettinger · 5 years ago
  56. bed4817 Make PyXXX_Fini() functions private (GH-15531) by Victor Stinner · 5 years ago
  57. 4901dc4 bpo-37954: Fix reference leak in the symtable (GH-15514) by Pablo Galindo · 5 years ago
  58. 0e4ea16 bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) by Pablo Galindo · 5 years ago
  59. 5dbe0f5 bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) by Nick Coghlan · 5 years ago
  60. ce6a070 bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) by Zackery Spytz · 5 years ago
  61. aef9ad8 bpo-37942: Improve argument clinic float converter (GH-15470) by Raymond Hettinger · 5 years ago
  62. ef61c52 bpo-37830: Fix compilation of break and continue in finally. (GH-15320) by Serhiy Storchaka · 5 years ago
  63. e9c90aa bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Serhiy Storchaka · 5 years ago
  64. 5be6660 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Zackery Spytz · 5 years ago
  65. 120b707 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) by Victor Stinner · 5 years ago
  66. 3842f29 bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) by Victor Stinner · 5 years ago
  67. c486825 bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) by Victor Stinner · 5 years ago
  68. df2d4a6 bpo-37834: Normalise handling of reparse points on Windows (GH-15231) by Steve Dower · 5 years ago
  69. 20f59fe bpo-37751: Fix codecs.lookup() normalization (GH-15092) by Jordon Xu · 5 years ago
  70. d13968b Delete stale comment in Python/getopt.c. (GH-14719) by Hansraj Das · 5 years ago
  71. 24fe460 bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) by shireenrao · 5 years ago
  72. 0567786 bpo-37540: vectorcall: keyword names must be strings (GH-14682) by Jeroen Demeyer · 5 years ago
  73. b4be87a bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) by Gregory P. Smith · 5 years ago
  74. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 5 years ago
  75. 9670ce7 bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081) by Michael Felt · 5 years ago
  76. c5fa449 bpo-37444: Update differing exception between builtins and importlib (GH-14869) by Ngalim Siregar · 5 years ago
  77. 1a057ba bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) by Ronald Oussoren · 5 years ago
  78. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
  79. 049460d bpo-37697: Sync with importlib_metadata 0.19 (#14993) by Jason R. Coombs · 5 years ago
  80. 96e12d5 Fix typos in docs, comments and test assert messages (#14872) by Min ho Kim · 5 years ago
  81. af2f5b1 Adjust builtins.zip() docstring to better communicate its signature (GH-14833) by Sergey Fedoseev · 5 years ago
  82. 18c5f9d bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612) by Pablo Galindo · 5 years ago
  83. cd6e83b bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) by Pablo Galindo · 5 years ago
  84. 05f2d84 bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) by Minmin Gong · 5 years ago
  85. 1dbd084 bpo-29548: no longer use PyEval_Call* functions (GH-14683) by Jeroen Demeyer · 5 years ago
  86. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 5 years ago
  87. 110a47c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Carl Friedrich Bolz-Tereick · 5 years ago
  88. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 5 years ago
  89. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 5 years ago
  90. 6e43d07 bpo-37483: fix reference leak in _PyCodec_Lookup (GH-14600) by Jeroen Demeyer · 5 years ago
  91. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 5 years ago
  92. 469d1a7 bpo-37484: use _PyObject_Vectorcall for __exit__ (GH-14557) by Jeroen Demeyer · 5 years ago
  93. 36242fd bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) by Victor Stinner · 5 years ago
  94. f9b7457 bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) by Victor Stinner · 5 years ago
  95. 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 5 years ago
  96. 9048c49 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) by Steve Dower · 5 years ago
  97. b1263d5 bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) by Jeroen Demeyer · 5 years ago
  98. 6915066 bpo-37414: Remove sys.callstats() (GH-14398) by Victor Stinner · 5 years ago
  99. 3939c32 bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) by Victor Stinner · 5 years ago
  100. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 5 years ago