1. 374c6e1 bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855) by Victor Stinner · 7 years ago
  2. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  3. b5fd9ad bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) by Victor Stinner · 7 years ago
  4. 11a247d bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845) by Victor Stinner · 7 years ago
  5. d5dda98 pymain_set_sys_argv() now copies argv (#4838) by Victor Stinner · 7 years ago
  6. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  7. fc5db95 Test atexit shutdown mechanism in a subprocess (#4828) by Antoine Pitrou · 7 years ago
  8. d233796 import.c: Fix a GCC warning (#4822) by Victor Stinner · 7 years ago
  9. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  10. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 7 years ago
  11. 60ed130 byte swap the raw hash secrets (more bpo-32260) (#4773) by Benjamin Peterson · 7 years ago
  12. 8362077 fix my byte-swapping implementation (#4772) by Benjamin Peterson · 7 years ago
  13. 4e3e156 bpo-32260: don't byte swap siphash keys (#4771) by Benjamin Peterson · 7 years ago
  14. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  15. 11cc289 Fix missing DECREF of mod. (#4749) by Neil Schemenauer · 7 years ago
  16. 92a3c6f bpo-32030: Add _PyImport_Fini2() (#4737) by Victor Stinner · 7 years ago
  17. 6bf992a bpo-32030: Add pymain_get_global_config() (#4735) by Victor Stinner · 7 years ago
  18. 672b6ba bpo-32030: pass interp to _PyImport_Init() (#4736) by Victor Stinner · 7 years ago
  19. 33c377e bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728) by Victor Stinner · 7 years ago
  20. 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
  21. eea3cc1 Refactor PyImport_ImportModuleLevelObject(). (#4680) by Neil Schemenauer · 7 years ago
  22. 078f181 bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675) by Nick Coghlan · 7 years ago
  23. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  24. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 7 years ago
  25. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  26. ebac19d bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667) by Victor Stinner · 7 years ago
  27. a561862 Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585) by Serhiy Storchaka · 7 years ago
  28. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  29. b4d1e1f bpo-20891: Fix PyGILState_Ensure() (#4650) by Victor Stinner · 7 years ago
  30. bc8ac6b bpo-32030: Fix _Py_InitializeEx_Private() (#4649) by Victor Stinner · 7 years ago
  31. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  32. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  33. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  34. c975878 bpo-27535: Fix memory leak with warnings ignore (#4489) by Victor Stinner · 7 years ago
  35. 21c7730 bpo-32089: Use default action for ResourceWarning (#4584) by Victor Stinner · 7 years ago
  36. cef88b9 mark fatal_error as noreturn (#4563) by Benjamin Peterson · 7 years ago
  37. 9316ee4 bpo-32030: Add _PyPathConfig_Init() (#4551) by Victor Stinner · 7 years ago
  38. f04ebe2 bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) by Victor Stinner · 7 years ago
  39. 46972b7 bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) by Victor Stinner · 7 years ago
  40. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 7 years ago
  41. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  42. b98f171 bpo-27535: Cleanup create_filter() (#4516) by Victor Stinner · 7 years ago
  43. 0327bde bpo-32030: Rewrite calculate_path() (#4521) by Victor Stinner · 7 years ago
  44. 1f15111 bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) by Victor Stinner · 7 years ago
  45. e32e79f bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) by Victor Stinner · 7 years ago
  46. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 7 years ago
  47. 8265627 bpo-27535: Optimize warnings.warn() (#4508) by Victor Stinner · 7 years ago
  48. 25420fe bpo-32030: Add more options to _PyCoreConfig (#4485) by Victor Stinner · 7 years ago
  49. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  50. 895862a bpo-32088: Display Deprecation in debug mode (#4474) by Victor Stinner · 7 years ago
  51. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 7 years ago
  52. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 7 years ago
  53. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  54. aca7f57 bpo-30950: Convert round() to Argument Clinic. (#2740) by Serhiy Storchaka · 7 years ago
  55. 00987f6 bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (#4381) by Serhiy Storchaka · 7 years ago
  56. ddbce13 bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) by Serhiy Storchaka · 7 years ago
  57. edad8ee bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (#4289) by Serhiy Storchaka · 7 years ago
  58. 9165f77 bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) by Serhiy Storchaka · 7 years ago
  59. e0582a3 bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160) by xdegaye · 7 years ago
  60. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 7 years ago
  61. bba2239 bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725) by Serhiy Storchaka · 7 years ago
  62. d4f8480 bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731) by Serhiy Storchaka · 7 years ago
  63. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  64. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  65. 088929c bpo-31415: Improve error handling and caching of the importtime option. (#4138) by Serhiy Storchaka · 7 years ago
  66. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  67. cf29653 bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035) by Serhiy Storchaka · 7 years ago
  68. 700d2e4 bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240) by Barry Warsaw · 7 years ago
  69. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 7 years ago
  70. 8c83c23 bpo-28936: Detect lexically first syntax error first (#4097) by Ivan Levkivskyi · 7 years ago
  71. bdf4298 Fix trailing whitespaces in C files. (#4130) by Serhiy Storchaka · 7 years ago
  72. 56d1f5c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) by xdegaye · 7 years ago
  73. 41c5694 bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) by Serhiy Storchaka · 7 years ago
  74. 1896793 bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) by pdox · 7 years ago
  75. 95f1a7b remove support for splitting the ceval switch into multiple switches (#4099) by Benjamin Peterson · 7 years ago
  76. d7ac061 bpo-31845: Fix reading flags from environment (GH-4105) by Nick Coghlan · 7 years ago
  77. 850a18e bpo-30768: Recompute timeout on interrupted lock (GH-4103) by Victor Stinner · 7 years ago
  78. 66caacf bpo-30817: Fix PyErr_PrintEx() when no memory (#2526) by xdegaye · 7 years ago
  79. ae3087c Move exc state to generator. Fixes bpo-25612 (#1773) by Mark Shannon · 7 years ago
  80. 56cb465 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) by Serhiy Storchaka · 7 years ago
  81. 20faa68 Move opcode tracing to occur after the possible update to f_lineno. (GH-3798) by George King · 7 years ago
  82. de86073 bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014) by Zane Bitter · 7 years ago
  83. 2c15b29 bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) by Pablo Galindo · 7 years ago
  84. bdaeb7d bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983) by Victor Stinner · 7 years ago
  85. 28773ca bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002) by Dargor · 7 years ago
  86. cba9a0c bpo-31773: time.perf_counter() uses again double (GH-3964) by Victor Stinner · 7 years ago
  87. 277c840 Cleanup pytime.c (#3955) by Victor Stinner · 7 years ago
  88. a997c7b bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) by Victor Stinner · 7 years ago
  89. f07e2b6 bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) by Serhiy Storchaka · 7 years ago
  90. 02e82a0 bpo-31709: Update importlib magic (#3906) by Yury Selivanov · 7 years ago
  91. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  92. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  93. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  94. 7faf7e5 closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) by Benjamin Peterson · 7 years ago
  95. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  96. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  97. a8ed117 remove tabs from getcompiler.c (#3892) by Benjamin Peterson · 7 years ago
  98. 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 7 years ago
  99. 8d5a3aa bpo-31683: Py_FatalError() now supports long error messages (#3878) by Victor Stinner · 7 years ago
  100. 1a87de7 bpo-31415: Add `-X importtime` option (GH-3490) by INADA Naoki · 7 years ago