1. 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
  2. 6db7033 bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620) by Oren Milman · 7 years ago
  3. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  4. 3f9eee6 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) by Eric Snow · 7 years ago
  5. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  6. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 7 years ago
  7. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 7 years ago
  8. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  9. 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
  10. 8728018 bpo-30860: Fix a refleak. (#3506) by Eric Snow · 7 years ago
  11. 9d984fd bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496) by Oren Milman · 7 years ago
  12. 2bb69a5 bpo-31373: remove overly strict float range checks (#3486) by Benjamin Peterson · 7 years ago
  13. 252033d bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (#3485) by Oren Milman · 7 years ago
  14. 829dacc bpo-26669: Fix nan arg value error in pytime.c (#3085) by Han Lee · 7 years ago
  15. db610e9 delete dead locale initialization code for windows (#3461) by Benjamin Peterson · 7 years ago
  16. e3b2b4b bpo-31393: Fix the use of PyUnicode_READY(). (#3451) by Serhiy Storchaka · 7 years ago
  17. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  18. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  19. a853a8b bpo-31373: fix undefined floating-point demotions (#3396) by Benjamin Peterson · 7 years ago
  20. c988ae0 remove current_filename optimization from marshal (#3423) (closes bpo-31384) by Benjamin Peterson · 7 years ago
  21. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  22. e7c566c bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800) by Łukasz Langa · 7 years ago
  23. bcaac81 Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383) by Antoine Pitrou · 7 years ago
  24. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  25. 8338606 pytime: include winsock2, so we can have a complete timeval type (#3377) by Benjamin Peterson · 7 years ago
  26. b0a9a5a correct initialization code (#3376) by Benjamin Peterson · 7 years ago
  27. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  28. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  29. 265fcc5 bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217) by Serhiy Storchaka · 7 years ago
  30. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 7 years ago
  31. bf9075a bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180) by Oren Milman · 7 years ago
  32. 58cf748 bpo-31236: Improved some error messages of min() and max(). by Oren Milman · 7 years ago
  33. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  34. 9b0d1d6 bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033) by Serhiy Storchaka · 7 years ago
  35. 2af565b Fix a shadow-compatible-local warning (#2180) by Yuan Chao Chou · 7 years ago
  36. 25e4f77 bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957) by Serhiy Storchaka · 7 years ago
  37. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  38. e4c06bc bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963) by scoder · 7 years ago
  39. c6ea897 bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919) by Zackery Spytz · 7 years ago
  40. e7bc7aa bpo-9566: Fix a warning in Python/getargs.c (#2890) by Segev Finer · 7 years ago
  41. ccfdb60 Fix a small typo in a comment (#2863) by Stéphane Wirtel · 7 years ago
  42. e72b135 bpo-30891: Fix again importlib _find_and_load() (#2665) by Victor Stinner · 7 years ago
  43. 8a9cd20 bpo-30876: Relative import from unloaded package now reimports the package (#2639) by Serhiy Storchaka · 7 years ago
  44. 4f9a446 bpo-30891: Fix importlib _find_and_load() race condition (#2646) by Victor Stinner · 7 years ago
  45. 7e60192 Remove _PyArg_NoStackKeywords(). (#2641) by Serhiy Storchaka · 7 years ago
  46. b4baace bpo-30814: Fixed a race condition when import a submodule from a package. (#2580) by Serhiy Storchaka · 7 years ago
  47. 0c31163 bpo-30854: Fix compile error when --without-threads (#2581) by Masayuki Yamamoto · 7 years ago
  48. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  49. aa0aa04 bpo-30832: Remove own implementation for thread-local storage (#2537) by Masayuki Yamamoto · 7 years ago
  50. 18974c3 bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374) by Nick Coghlan · 7 years ago
  51. 6b42eb1 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) by INADA Naoki · 7 years ago
  52. c08177a bpo-30703: Improve signal delivery (#2415) by Antoine Pitrou · 7 years ago
  53. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  54. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  55. f84ac42 bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403) by Antoine Pitrou · 7 years ago
  56. 50c2850 Trivial cleanup: remove redundant variable stores in ceval.c (#2012) by Adrian Wielgosik · 7 years ago
  57. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  58. c90e960 bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351) by haney · 7 years ago
  59. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  60. 11e97f2 bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) by ericvsmith · 7 years ago
  61. 145541c bpo-30626: Fix error handling in PyImport_Import(). (#2103) by Serhiy Storchaka · 7 years ago
  62. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 7 years ago
  63. 36ff451 bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) by Serhiy Storchaka · 7 years ago
  64. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  65. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  66. f9f1cca Fix regression in error message introduced in bpo-29951. (#2028) by Serhiy Storchaka · 7 years ago
  67. 2e9cd58 bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888) by Serhiy Storchaka · 7 years ago
  68. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  69. 865de27 bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998) by Victor Stinner · 7 years ago
  70. ab1cb80 bpo-30547: Fix multiple reference leaks (#1995) by Stéphane Wirtel · 7 years ago
  71. 5eb788b bpo-30534: Fixed error messages when pass keyword arguments (#1901) by Serhiy Storchaka · 7 years ago
  72. 48fb766 bpo-30567: Fix refleak in sys.getwindowsversion (#1940) by Segev Finer · 7 years ago
  73. 2e6bb44 Add reference to help('FORMATTING') in format() builtin (GH-166) by Amit Kumar · 7 years ago
  74. 4a8bcdf bpo-16500: Use register_at_fork() in the threading module (#1843) by Antoine Pitrou · 7 years ago
  75. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 7 years ago
  76. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  77. 18c1356 Drop a duplicate line. (#1809) by Eric Snow · 7 years ago
  78. 7ff1e88 Delete sigcheck.c since it appears unused (#1723) by Segev Finer · 7 years ago
  79. 0cd7a3f bpo-29104: Fixed parsing backslashes in f-strings. (#490) by Serhiy Storchaka · 7 years ago
  80. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  81. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  82. 9b33bf5 Improves test_underpth_nosite_file to reveal why it fails. (#1763) by Steve Dower · 7 years ago
  83. 84c6607 Update importlib.h (GH-1762) by Zachary Ware · 7 years ago
  84. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  85. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  86. f82c951 bpo-30395 _PyGILState_Reinit deadlock fix (#1734) by Jason Fried · 7 years ago
  87. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  88. 2ddf5a1 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) by Xiang Zhang · 7 years ago
  89. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  90. fdaeea6 bpo-30279: Remove unused Python/thread_foobar.h (#1473) by Masayuki Yamamoto · 7 years ago
  91. 1c4670e bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) by Victor Stinner · 7 years ago
  92. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  93. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  94. 813f943 bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) by Serhiy Storchaka · 7 years ago
  95. 64c8f70 bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916) by Michael Seifert · 7 years ago
  96. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 7 years ago
  97. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 7 years ago
  98. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 7 years ago
  99. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  100. d7fa6b2 bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741) by Daniel Birnstiel · 7 years ago