1. cba9a0c bpo-31773: time.perf_counter() uses again double (GH-3964) by Victor Stinner · 7 years ago
  2. 277c840 Cleanup pytime.c (#3955) by Victor Stinner · 7 years ago
  3. a997c7b bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) by Victor Stinner · 7 years ago
  4. f07e2b6 bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) by Serhiy Storchaka · 7 years ago
  5. 02e82a0 bpo-31709: Update importlib magic (#3906) by Yury Selivanov · 7 years ago
  6. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  7. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  8. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 7 years ago
  9. 7faf7e5 closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) by Benjamin Peterson · 7 years ago
  10. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  11. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  12. a8ed117 remove tabs from getcompiler.c (#3892) by Benjamin Peterson · 7 years ago
  13. 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 7 years ago
  14. 8d5a3aa bpo-31683: Py_FatalError() now supports long error messages (#3878) by Victor Stinner · 7 years ago
  15. 1a87de7 bpo-31415: Add `-X importtime` option (GH-3490) by INADA Naoki · 7 years ago
  16. 7dc46d8 bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767) by Oren Milman · 7 years ago
  17. 3d2b407 bpo-31574: importlib dtrace (#3749) by Christian Heimes · 7 years ago
  18. 8b4ff53 bpo-31285: Remove splitlines identifier from Python/_warnings.c (#3803) by Oren Milman · 7 years ago
  19. 288d1da remove support for BSD/OS (closes bpo-31624) (#3812) by Benjamin Peterson · 7 years ago
  20. 5837d04 bpo-31588: Validate return value of __prepare__() methods (GH-3764) by Oren Milman · 7 years ago
  21. 5d3e800 bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717) by Oren Milman · 7 years ago
  22. 91fb0af bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (#3219) by Oren Milman · 7 years ago
  23. 9974e1b bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257) by Oren Milman · 7 years ago
  24. 6db7033 bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) by Oren Milman · 7 years ago
  25. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  26. 3f9eee6 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) by Eric Snow · 7 years ago
  27. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  28. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 7 years ago
  29. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 7 years ago
  30. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  31. f6e61df bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539) by Oren Milman · 7 years ago
  32. 8728018 bpo-30860: Fix a refleak. (#3506) by Eric Snow · 7 years ago
  33. 9d984fd bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496) by Oren Milman · 7 years ago
  34. 2bb69a5 bpo-31373: remove overly strict float range checks (#3486) by Benjamin Peterson · 7 years ago
  35. 252033d bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (#3485) by Oren Milman · 7 years ago
  36. 829dacc bpo-26669: Fix nan arg value error in pytime.c (#3085) by Han Lee · 7 years ago
  37. db610e9 delete dead locale initialization code for windows (#3461) by Benjamin Peterson · 7 years ago
  38. e3b2b4b bpo-31393: Fix the use of PyUnicode_READY(). (#3451) by Serhiy Storchaka · 7 years ago
  39. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  40. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  41. a853a8b bpo-31373: fix undefined floating-point demotions (#3396) by Benjamin Peterson · 7 years ago
  42. c988ae0 remove current_filename optimization from marshal (#3423) (closes bpo-31384) by Benjamin Peterson · 7 years ago
  43. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  44. e7c566c bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800) by Łukasz Langa · 7 years ago
  45. bcaac81 Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383) by Antoine Pitrou · 7 years ago
  46. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  47. 8338606 pytime: include winsock2, so we can have a complete timeval type (#3377) by Benjamin Peterson · 7 years ago
  48. b0a9a5a correct initialization code (#3376) by Benjamin Peterson · 7 years ago
  49. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  50. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  51. 265fcc5 bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217) by Serhiy Storchaka · 7 years ago
  52. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  53. bf9075a bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180) by Oren Milman · 7 years ago
  54. 58cf748 bpo-31236: Improved some error messages of min() and max(). by Oren Milman · 7 years ago
  55. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  56. 9b0d1d6 bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033) by Serhiy Storchaka · 7 years ago
  57. 2af565b Fix a shadow-compatible-local warning (#2180) by Yuan Chao Chou · 7 years ago
  58. 25e4f77 bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957) by Serhiy Storchaka · 7 years ago
  59. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  60. e4c06bc bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963) by scoder · 7 years ago
  61. c6ea897 bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919) by Zackery Spytz · 7 years ago
  62. e7bc7aa bpo-9566: Fix a warning in Python/getargs.c (#2890) by Segev Finer · 7 years ago
  63. ccfdb60 Fix a small typo in a comment (#2863) by Stéphane Wirtel · 7 years ago
  64. e72b135 bpo-30891: Fix again importlib _find_and_load() (#2665) by Victor Stinner · 7 years ago
  65. 8a9cd20 bpo-30876: Relative import from unloaded package now reimports the package (#2639) by Serhiy Storchaka · 7 years ago
  66. 4f9a446 bpo-30891: Fix importlib _find_and_load() race condition (#2646) by Victor Stinner · 7 years ago
  67. 7e60192 Remove _PyArg_NoStackKeywords(). (#2641) by Serhiy Storchaka · 7 years ago
  68. b4baace bpo-30814: Fixed a race condition when import a submodule from a package. (#2580) by Serhiy Storchaka · 7 years ago
  69. 0c31163 bpo-30854: Fix compile error when --without-threads (#2581) by Masayuki Yamamoto · 7 years ago
  70. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  71. aa0aa04 bpo-30832: Remove own implementation for thread-local storage (#2537) by Masayuki Yamamoto · 7 years ago
  72. 18974c3 bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374) by Nick Coghlan · 7 years ago
  73. 6b42eb1 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) by INADA Naoki · 7 years ago
  74. c08177a bpo-30703: Improve signal delivery (#2415) by Antoine Pitrou · 7 years ago
  75. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  76. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  77. f84ac42 bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403) by Antoine Pitrou · 7 years ago
  78. 50c2850 Trivial cleanup: remove redundant variable stores in ceval.c (#2012) by Adrian Wielgosik · 7 years ago
  79. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  80. c90e960 bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351) by haney · 7 years ago
  81. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  82. 11e97f2 bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) by ericvsmith · 7 years ago
  83. 145541c bpo-30626: Fix error handling in PyImport_Import(). (#2103) by Serhiy Storchaka · 7 years ago
  84. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 7 years ago
  85. 36ff451 bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) by Serhiy Storchaka · 7 years ago
  86. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  87. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  88. f9f1cca Fix regression in error message introduced in bpo-29951. (#2028) by Serhiy Storchaka · 7 years ago
  89. 2e9cd58 bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888) by Serhiy Storchaka · 7 years ago
  90. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  91. 865de27 bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998) by Victor Stinner · 7 years ago
  92. ab1cb80 bpo-30547: Fix multiple reference leaks (#1995) by Stéphane Wirtel · 7 years ago
  93. 5eb788b bpo-30534: Fixed error messages when pass keyword arguments (#1901) by Serhiy Storchaka · 7 years ago
  94. 48fb766 bpo-30567: Fix refleak in sys.getwindowsversion (#1940) by Segev Finer · 7 years ago
  95. 2e6bb44 Add reference to help('FORMATTING') in format() builtin (GH-166) by Amit Kumar · 7 years ago
  96. 4a8bcdf bpo-16500: Use register_at_fork() in the threading module (#1843) by Antoine Pitrou · 7 years ago
  97. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 7 years ago
  98. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  99. 18c1356 Drop a duplicate line. (#1809) by Eric Snow · 7 years ago
  100. 7ff1e88 Delete sigcheck.c since it appears unused (#1723) by Segev Finer · 7 years ago