1. 68040ed bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415) by Miss Islington (bot) · 4 years, 9 months ago
  2. b3c35fe Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16412) by Miss Islington (bot) · 4 years, 9 months ago
  3. d75bf44 [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409) by Benjamin Peterson · 4 years, 9 months ago
  4. b92b8c5 [3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401) by Vinay Sajip · 4 years, 9 months ago
  5. 4267e8f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 4 years, 9 months ago
  6. ca14f04 bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) by Miss Islington (bot) · 4 years, 9 months ago
  7. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 4 years, 9 months ago
  8. 7444a5a bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391) by Miss Islington (bot) · 4 years, 9 months ago
  9. e4be8c9 bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-12202) (GH-16376) by Michael Felt · 4 years, 9 months ago
  10. 2e566bf bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) by Victor Stinner · 4 years, 9 months ago
  11. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 4 years, 9 months ago
  12. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 4 years, 9 months ago
  13. 4633355 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 4 years, 9 months ago
  14. ce62dcc bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370) by Miss Islington (bot) · 4 years, 9 months ago
  15. 1a17a05 [3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364) by Miss Islington (bot) · 4 years, 9 months ago
  16. 081641f bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 4 years, 9 months ago
  17. fea9ca1 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 4 years, 9 months ago
  18. 5b94eb8 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) by Miss Islington (bot) · 4 years, 9 months ago
  19. a7c73a0 closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) by Miss Islington (bot) · 4 years, 9 months ago
  20. 7f7cd89 bpo-38234: read_pth_file() now returns PyStatus (GH-16338) by Miss Islington (bot) · 4 years, 9 months ago
  21. 3f5409a bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336) by Victor Stinner · 4 years, 9 months ago
  22. c5c6425 bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) by Victor Stinner · 4 years, 9 months ago
  23. fe9089a Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327) by Miss Islington (bot) · 4 years, 10 months ago
  24. 24231ca bpo-38237: Shorter docstring (GH-16322) (GH-16323) by Miss Islington (bot) · 4 years, 10 months ago
  25. 37bc935 bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) by Miss Islington (bot) · 4 years, 10 months ago
  26. 865bb68 [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299) by Lisa Roach · 4 years, 10 months ago
  27. f4e0ceb Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by Miss Islington (bot) · 4 years, 10 months ago
  28. 960f52a Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311) by Miss Islington (bot) · 4 years, 10 months ago
  29. 8fe4755 Minor code and comment cleanup (GH-16315) (GH-16316) by Miss Islington (bot) · 4 years, 10 months ago
  30. 9f3dcf8 [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313) by Victor Stinner · 4 years, 10 months ago
  31. 245d439 bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306) by Victor Stinner · 4 years, 10 months ago
  32. b50edac bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) by Miss Islington (bot) · 4 years, 10 months ago
  33. c410390 bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 4 years, 10 months ago
  34. 0ab6b01 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Miss Islington (bot) · 4 years, 10 months ago
  35. fb7746d bpo-37531: sync regrtest with master branch (GH-16285) by Victor Stinner · 4 years, 10 months ago
  36. 8d9efc4 Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278) by Miss Islington (bot) · 4 years, 10 months ago
  37. 16eb623 Doc: Clarify dict equality irrespective of ordering. (GH-16266) by Miss Islington (bot) · 4 years, 10 months ago
  38. 6612a4f [3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16274) by Miss Islington (bot) · 4 years, 10 months ago
  39. 064e1e3 bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) by Victor Stinner · 4 years, 10 months ago
  40. 47bbab9 [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) by Victor Stinner · 4 years, 10 months ago
  41. 7a2f687 bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234) by Miss Islington (bot) · 4 years, 10 months ago
  42. 2adcd79 bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240) by Serhiy Storchaka · 4 years, 10 months ago
  43. 31af1cc bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253) by Miss Islington (bot) · 4 years, 10 months ago
  44. 54ba5f1 bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Miss Islington (bot) · 4 years, 10 months ago
  45. 3c1786f bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 4 years, 10 months ago
  46. 5f1590d bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224) by Miss Islington (bot) · 4 years, 10 months ago
  47. f668d2b bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) by Miss Islington (bot) · 4 years, 10 months ago
  48. 728bea6 Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Miss Islington (bot) · 4 years, 10 months ago
  49. 1ba7471 bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Miss Islington (bot) · 4 years, 10 months ago
  50. d8d653c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 4 years, 10 months ago
  51. 73ccc33 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 4 years, 10 months ago
  52. f04299d bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 4 years, 10 months ago
  53. d90bb23 Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210) by Miss Islington (bot) · 4 years, 10 months ago
  54. ad845be bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 4 years, 10 months ago
  55. 7076764 bpo-28556: Update the opening note in typing docs (GH-16204) by Miss Islington (bot) · 4 years, 10 months ago
  56. 1ecc75a bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) by Miss Islington (bot) · 4 years, 10 months ago
  57. 917c622 Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by Miss Islington (bot) · 4 years, 10 months ago
  58. cc8edfb bpo-38100: Fix spelling error in unittest.mock code (GH-16168) by Miss Islington (bot) · 4 years, 10 months ago
  59. 9dc381c Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16189) by Miss Islington (bot) · 4 years, 10 months ago
  60. 4924d55 bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156) by Miss Islington (bot) · 4 years, 10 months ago
  61. 26729ce bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) by Miss Islington (bot) · 4 years, 10 months ago
  62. 0067fc2 bpo-38153: detect shake independently from sha3 (GH-16143) by Miss Islington (bot) · 4 years, 10 months ago
  63. 07186c3 bpo-33095: Add reference to isolated mode in -m and script option (GH-7764) by Miss Islington (bot) · 4 years, 10 months ago
  64. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 4 years, 10 months ago
  65. 817227e Doc: remove duplicate word in controlflow tutorial (GH-16163) by Miss Islington (bot) · 4 years, 10 months ago
  66. 322309e [3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174) by Miss Islington (bot) · 4 years, 10 months ago
  67. 346b7c9 bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) by Miss Islington (bot) · 4 years, 10 months ago
  68. 1cd6e92 bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159) by Miss Islington (bot) · 4 years, 10 months ago
  69. d6fdfc8 bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (GH-16149) (GH-16160) by Miss Islington (bot) · 4 years, 10 months ago
  70. b65be6c bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154) by Miss Islington (bot) · 4 years, 10 months ago
  71. 4a71df8 bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Miss Islington (bot) · 4 years, 10 months ago
  72. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 4 years, 10 months ago
  73. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 4 years, 10 months ago
  74. 66da347 bpo-37953: Fix deprecation warnings in test_typing (GH-16133) by Miss Islington (bot) · 4 years, 10 months ago
  75. f05d39d [3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16135) by Stéphane Wirtel · 4 years, 10 months ago
  76. e91edfe bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) by Miss Islington (bot) · 4 years, 10 months ago
  77. cd85200 Fix typo in test_api.py. (GH-16119) by Miss Islington (bot) · 4 years, 10 months ago
  78. cf25765 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16113) by Miss Islington (bot) · 4 years, 10 months ago
  79. 1087383 Doc: fcntl.lockf() is more powerful than written (GH-6750) by Miss Islington (bot) · 4 years, 10 months ago
  80. e6b14c0 bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624) by Miss Islington (bot) · 4 years, 10 months ago
  81. 53ff2ca [3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-16115) (GH-16118) by Stéphane Wirtel · 4 years, 10 months ago
  82. 436b429 bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Miss Islington (bot) · 4 years, 10 months ago
  83. 83c21fd bpo-37199: Replace the early returns added in c2cda63. (GH-14535) by Miss Islington (bot) · 4 years, 10 months ago
  84. 97d7ba4 Run autoreconf. (GH-16106) by Miss Islington (bot) · 4 years, 10 months ago
  85. 590ed09 bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Miss Islington (bot) · 4 years, 10 months ago
  86. bd2e7cc closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Miss Islington (bot) · 4 years, 10 months ago
  87. c27bcc3 bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) by Miss Islington (bot) · 4 years, 10 months ago
  88. 6638c92 [3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093) by Andrew Svetlov · 4 years, 10 months ago
  89. 4556b1d bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095) by Miss Islington (bot) · 4 years, 10 months ago
  90. 60d5e2c Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) by Miss Islington (bot) · 4 years, 10 months ago
  91. 44cb89a bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Miss Islington (bot) · 4 years, 10 months ago
  92. b9bfe14 bpo-36889: Document Stream class and add docstrings (GH-14488) by Miss Islington (bot) · 4 years, 10 months ago
  93. 52c99ae Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Miss Islington (bot) · 4 years, 10 months ago
  94. 8750dfe bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 4 years, 10 months ago
  95. 664d56a bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) by Miss Islington (bot) · 4 years, 10 months ago
  96. 4145f62 Emphasize the need to always call PySequence_Fast. (GH-11140) by Miss Islington (bot) · 4 years, 10 months ago
  97. 21bfff9 closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 4 years, 10 months ago
  98. 6dc3e61 bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Miss Islington (bot) · 4 years, 10 months ago
  99. a0d4aac [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064) by Jason R. Coombs · 4 years, 10 months ago
  100. d04c85f bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062) by Miss Islington (bot) · 4 years, 10 months ago