1. 1ce16fb bpo-38070: Py_FatalError() logs runtime state (GH-16246) by Victor Stinner · 5 years ago
  2. d3b9041 bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) by Victor Stinner · 5 years ago
  3. b39afb7 bpo-38070: Enhance _PyObject_Dump() (GH-16243) by Victor Stinner · 5 years ago
  4. 8fa3e17 bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) by Victor Stinner · 5 years ago
  5. 8fc5839 bpo-38191: Turn warnings into errors in NamedTuple() and TypedDict(). (GH-16238) by Serhiy Storchaka · 5 years ago
  6. 2bf31cc bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Serhiy Storchaka · 5 years ago
  7. b574813 bpo-37904: Edition on python tutorial - section 4 (GH-16169) by Diego Alberto Barriga Martínez · 5 years ago
  8. 6fbc924 bpo-38187: Fix reference leak in test_tools (GH-16233) by Pablo Galindo · 5 years ago
  9. c275312 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Andrew Svetlov · 5 years ago
  10. 5f5f11f bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) by Abraham Toriz Cruz · 5 years ago
  11. 219fb9d Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Jörn Heissler · 5 years ago
  12. 46b0b81 bpo-37531: regrtest main process uses shorter timeout (GH-16220) by Victor Stinner · 5 years ago
  13. 5d359cc bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Hrvoje Nikšić · 5 years ago
  14. f669581 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Serhiy Storchaka · 5 years ago
  15. dfd34a9 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Terry Jan Reedy · 5 years ago
  16. 63dedef Doc: Add list(dict) in stdtypes library (GH-16209) by Adorilson Bezerra · 5 years ago
  17. 0048afc bpo-38183: Test_idle ignores user config directory GH-16198) by Terry Jan Reedy · 5 years ago
  18. 81528ba bpo-28556: Update the opening note in typing docs (GH-16204) by Ivan Levkivskyi · 5 years ago
  19. 724f1a5 bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) by Christian Heimes · 5 years ago
  20. 336b306 Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by amist · 5 years ago
  21. 8debfa5 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Serhiy Storchaka · 5 years ago
  22. a9187c3 bpo-38100: Fix spelling error in unittest.mock code (GH-16168) by marcoramirezmx · 5 years ago
  23. f18242b Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) by Adorilson Bezerra · 5 years ago
  24. 89b8933 bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156) by Steve Dower · 5 years ago
  25. 3ab73f6 bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) by Steve Dower · 5 years ago
  26. b7af4e7 Doc: remove duplicate word in controlflow tutorial (GH-16163) by Adorilson Bezerra · 5 years ago
  27. 56a4514 Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) by Hai Shi · 5 years ago
  28. 24d1597 bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) by Ned Deily · 5 years ago
  29. c717c73 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Hrvoje Nikšić · 5 years ago
  30. 6e27a0d bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (#16149) by Raymond Hettinger · 5 years ago
  31. 09dc2c6 Fix missing dec ref (#16158) by Dino Viehland · 5 years ago
  32. 8b31a11 bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) by t k · 5 years ago
  33. ff603f6 bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Kyle Stanley · 5 years ago
  34. eb2b0c6 bpo-38153: detect shake independently from sha3 (GH-16143) by Christian Heimes · 5 years ago
  35. f919054 bpo-38116: Convert select module to PEP-384 (#15971) by Dino Viehland · 5 years ago
  36. 0247e80 Fix leaks in Python-ast.c (#16127) by Eddie Elizondo · 5 years ago
  37. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 5 years ago
  38. d057b89 bpo-37953: Fix deprecation warnings in test_typing (GH-16133) by Zackery Spytz · 5 years ago
  39. a26ace1 Doc: Fix link to window.getch in curses documentation (GH-16132) by Anthony Sottile · 5 years ago
  40. bdd6945 bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) by Xtreak · 5 years ago
  41. bf16991 bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) by Serhiy Storchaka · 5 years ago
  42. e082e7c bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) by plokmijnuhby · 5 years ago
  43. 77cd0ce Doc: fcntl.lockf() is more powerful than written (GH-6750) by Eric O. LEBIGOT (EOL) · 5 years ago
  44. 0bc17ea Fix typo in test_api.py. (GH-16119) by Benjamin Peterson · 5 years ago
  45. d44542f bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) by bchhabra2490 · 5 years ago
  46. a67ac2f bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115) by Eddie Elizondo · 5 years ago
  47. 14fd925 bpo-38122: minor fixes to AsyncMock spec handling (GH-16099) by Michael Foord · 5 years ago
  48. f2b7556 bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Steve Dower · 5 years ago
  49. 5b9ff7a bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) by Gregory P. Smith · 5 years ago
  50. 2ccb50c bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109) by Joannah Nanjekye · 5 years ago
  51. d6a9d17 bpo-37555: Update _CallList.__contains__ to respect ANY (#14700) by Elizabeth Uselton · 5 years ago
  52. 81319a8 bpo-37199: Replace the early returns added in c2cda63. (GH-14535) by Zackery Spytz · 5 years ago
  53. f3095b0 Run autoreconf. (GH-16106) by Benjamin Peterson · 5 years ago
  54. b761e3a bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Zackery Spytz · 5 years ago
  55. 693aa80 bpo-36046: Fix buildbot failures (GH-16091) by Gregory P. Smith · 5 years ago
  56. 0519d49 closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Doyle Rowland · 5 years ago
  57. 0765411 Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100) by Gregory P. Smith · 5 years ago
  58. 9585f46 bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) by Windson yang · 5 years ago
  59. 995b5d3 bpo-38153: Normalize hashlib algorithm names (GH-16083) by Christian Heimes · 5 years ago
  60. 375a3e2 bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) by Julien Palard · 5 years ago
  61. 53f78ec Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) by Kexuan Sun · 5 years ago
  62. 9eb35ab bpo-38148: Add slots to asyncio transports (GH-16077) by Andrew Svetlov · 5 years ago
  63. ff2e182 bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) by Ashwin Ramaswami · 5 years ago
  64. bb41147 bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Xtreak · 5 years ago
  65. d31b315 bpo-36889: Document Stream class and add docstrings (GH-14488) by Xtreak · 5 years ago
  66. 6a517c6 bpo-8538: Add support for boolean actions to argparse (GH-11478) by Rémi Lapeyre · 5 years ago
  67. 04f0bbf bpo-38075: Port _randommodule.c to PEP-384 (GH-15798) by Dino Viehland · 5 years ago
  68. 42671ae bpo-37785: Fix xgettext warning in argparse (GH-15161) by Jakub Kulík · 5 years ago
  69. 7183064 Doc: Add example snippet for str.isupper() (GH-14681) by Kishore Vancheeshwaran · 5 years ago
  70. 7cad53e bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) by Christian Heimes · 5 years ago
  71. 3a4f667 Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013) by Greg Price · 5 years ago
  72. a44f3dc Move Eric's TODO file into his directory. (GH-16072) by Benjamin Peterson · 5 years ago
  73. ed93a88 bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) by Steve Dower · 5 years ago
  74. 2b2ead7 bpo-36046: Add user and group parameters to subprocess (GH-11950) by Patrick McLean · 5 years ago
  75. 57b7dbc Emphasize the need to always call PySequence_Fast. (GH-11140) by Matti Picus · 5 years ago
  76. 088b63e bpo-36876: Fix the globals checker tool. (gh-16058) by Eric Snow · 5 years ago
  77. 855df7f closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Daniel Hahler · 5 years ago
  78. b1a2abd bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Hai Shi · 5 years ago
  79. 4210ad5 bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) by Raymond Hettinger · 5 years ago
  80. c6734ee bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192) by Sergey Fedoseev · 5 years ago
  81. 8d88e8c bpo-38138: Fix memory leak introduced by interned strings (GH-16053) by Dino Viehland · 5 years ago
  82. 9a4963b bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) by Christian Heimes · 5 years ago
  83. 4ffd05d bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by animalize · 5 years ago
  84. 2f1b857 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Berker Peksag · 5 years ago
  85. 99b54d6 Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) by T. Wouters · 5 years ago
  86. 355f3e1 Fix depth-first-search computation in compile.c (GH-16042) by Mark Shannon · 5 years ago
  87. 8c74574 bpo-38132: Check EVP_DigestUpdate for error (GH-16041) by Christian Heimes · 5 years ago
  88. a45b0ef Doc: Add -m reference in context of code execution (GH-16045) by Julien Palard · 5 years ago
  89. ed4b321 bpo-37363: Document internal audit events (GH-14663) by Christian Heimes · 5 years ago
  90. f9dc2ad bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) by Serhiy Storchaka · 5 years ago
  91. 5a4f82f bpo-38132: Simplify _hashopenssl code (GH-16023) by Christian Heimes · 5 years ago
  92. a488879 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Andrew Svetlov · 5 years ago
  93. 3ab6147 Enhance Py_UNREACHABLE macro (GH-16032) by Zachary Ware · 5 years ago
  94. 224b8aa bpo-26868: Fix example usage of PyModule_AddObject. (#15725) by Brandt Bucher · 5 years ago
  95. 967b84c bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Windson yang · 5 years ago
  96. 64117e0 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Christian Heimes · 5 years ago
  97. 31a82e2 bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Emmanuel Arias · 5 years ago
  98. 2c910c1 bpo-36675: Remove obsolete code. (GH-16024) by Julien Palard · 5 years ago
  99. 894d0f7 bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) by Christian Heimes · 5 years ago
  100. f545638 bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) by Hai Shi · 5 years ago