1. 13915a3 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Miss Islington (bot) · 4 years, 9 months ago
  2. 985ec98 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Miss Islington (bot) · 4 years, 9 months ago
  3. f19b4d7 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Miss Islington (bot) · 4 years, 9 months ago
  4. ce3c913 bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) by Miss Islington (bot) · 4 years, 9 months ago
  5. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 4 years, 9 months ago
  6. 3af2733 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16576) by Miss Islington (bot) · 4 years, 9 months ago
  7. 8edde5c bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by Miss Islington (bot) · 4 years, 9 months ago
  8. e74fa70 bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) by Miss Islington (bot) · 4 years, 9 months ago
  9. 6067e1d bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Miss Islington (bot) · 4 years, 9 months ago
  10. de3195c [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) by Victor Stinner · 4 years, 9 months ago
  11. 183733d bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Miss Islington (bot) · 4 years, 9 months ago
  12. a72de93 bpo-36670: regrtest bug fixes (GH-16537) by Miss Islington (bot) · 4 years, 9 months ago
  13. a11df75 bpo-38343: Fixes version handling for nuget packages (GH-16527) by Miss Islington (bot) · 4 years, 9 months ago
  14. c4976a6 Correct typos in the codecs module documentation (GH-15135) by Miss Islington (bot) · 4 years, 9 months ago
  15. 3b2f4e9 Post v3.8.0rc1 by Łukasz Langa · 4 years, 9 months ago
  16. 34214de v3.8.0rc1 by Łukasz Langa · 4 years, 9 months ago
  17. bfe1f74 [3.8] bpo-3832: Fix compiler warnings (GH-16518) by Victor Stinner · 4 years, 9 months ago
  18. 6b4c70a bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 4 years, 9 months ago
  19. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 4 years, 9 months ago
  20. 938c00c bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) (#16506) by Miss Islington (bot) · 4 years, 9 months ago
  21. b361207 Restore tp_clear for function object. (#16502) by Neil Schemenauer · 4 years, 9 months ago
  22. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 4 years, 9 months ago
  23. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 4 years, 9 months ago
  24. 92ca515 Clear weakrefs in garbage found by the GC (GH-16495) (#16499) by Miss Islington (bot) · 4 years, 9 months ago
  25. 18c4ba9 bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16490) by Victor Stinner · 4 years, 9 months ago
  26. 81f6b03 bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488) by Victor Stinner · 4 years, 9 months ago
  27. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 4 years, 9 months ago
  28. 1aeb720 bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) (#16465) by Miss Islington (bot) · 4 years, 9 months ago
  29. 2f87a7d bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486) by Miss Islington (bot) · 4 years, 9 months ago
  30. 1c19d65 bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16485) by Yury Selivanov · 4 years, 9 months ago
  31. 21f24ea [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (GH-16484) by Lisa Roach · 4 years, 9 months ago
  32. 36e7e4a bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481) by Miss Islington (bot) · 4 years, 9 months ago
  33. b76ab35 bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470) by Miss Islington (bot) · 4 years, 9 months ago
  34. c9ed9e6 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Miss Islington (bot) · 4 years, 9 months ago
  35. 19cd595 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 4 years, 9 months ago
  36. 36c6fa9 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464) by Gregory P. Smith · 4 years, 10 months ago
  37. 8f478b4 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Miss Islington (bot) · 4 years, 10 months ago
  38. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 4 years, 10 months ago
  39. 8750bce bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16449) by Miss Islington (bot) · 4 years, 10 months ago
  40. 52bdd41 [3.8] bpo-38136: Updates await_count and call_count to be different things (GH-16192) (GH-16431) by Lisa Roach · 4 years, 10 months ago
  41. 6447b9f bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 4 years, 10 months ago
  42. 14ddca7 bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) by Miss Islington (bot) · 4 years, 10 months ago
  43. b2c2a0c cleanup ababstractproperty in typing.py (GH-16432) by Miss Islington (bot) · 4 years, 10 months ago
  44. 1931132 [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425) by Christian Heimes · 4 years, 10 months ago
  45. c989340 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) by Miss Islington (bot) · 4 years, 10 months ago
  46. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 4 years, 10 months ago
  47. 68040ed bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415) by Miss Islington (bot) · 4 years, 10 months ago
  48. b3c35fe Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16412) by Miss Islington (bot) · 4 years, 10 months ago
  49. d75bf44 [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409) by Benjamin Peterson · 4 years, 10 months ago
  50. b92b8c5 [3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401) by Vinay Sajip · 4 years, 10 months ago
  51. 4267e8f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 4 years, 10 months ago
  52. ca14f04 bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) by Miss Islington (bot) · 4 years, 10 months ago
  53. 66cd041 [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (GH-16393) by Miss Islington (bot) · 4 years, 10 months ago
  54. 7444a5a bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16391) by Miss Islington (bot) · 4 years, 10 months ago
  55. e4be8c9 bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-12202) (GH-16376) by Michael Felt · 4 years, 10 months ago
  56. 2e566bf bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389) by Victor Stinner · 4 years, 10 months ago
  57. c71c54c bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387) by Victor Stinner · 4 years, 10 months ago
  58. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 4 years, 10 months ago
  59. 4633355 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 4 years, 10 months ago
  60. ce62dcc bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370) by Miss Islington (bot) · 4 years, 10 months ago
  61. 1a17a05 [3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364) by Miss Islington (bot) · 4 years, 10 months ago
  62. 081641f bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 4 years, 10 months ago
  63. fea9ca1 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 4 years, 10 months ago
  64. 5b94eb8 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) by Miss Islington (bot) · 4 years, 10 months ago
  65. a7c73a0 closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) by Miss Islington (bot) · 4 years, 10 months ago
  66. 7f7cd89 bpo-38234: read_pth_file() now returns PyStatus (GH-16338) by Miss Islington (bot) · 4 years, 10 months ago
  67. 3f5409a bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336) by Victor Stinner · 4 years, 10 months ago
  68. c5c6425 bpo-38236: Dump path config at first import error (GH-16300) (GH-16332) by Victor Stinner · 4 years, 10 months ago
  69. fe9089a Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327) by Miss Islington (bot) · 4 years, 10 months ago
  70. 24231ca bpo-38237: Shorter docstring (GH-16322) (GH-16323) by Miss Islington (bot) · 4 years, 10 months ago
  71. 37bc935 bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320) by Miss Islington (bot) · 4 years, 10 months ago
  72. 865bb68 [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299) by Lisa Roach · 4 years, 10 months ago
  73. f4e0ceb Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by Miss Islington (bot) · 4 years, 10 months ago
  74. 960f52a Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311) by Miss Islington (bot) · 4 years, 10 months ago
  75. 8fe4755 Minor code and comment cleanup (GH-16315) (GH-16316) by Miss Islington (bot) · 4 years, 10 months ago
  76. 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
  77. 245d439 bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) (GH-16306) by Victor Stinner · 4 years, 10 months ago
  78. b50edac bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) by Miss Islington (bot) · 4 years, 10 months ago
  79. c410390 bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 4 years, 10 months ago
  80. 0ab6b01 bpo-37353: Updated parser note about source code compatibility(GH-14277) by Miss Islington (bot) · 4 years, 10 months ago
  81. fb7746d bpo-37531: sync regrtest with master branch (GH-16285) by Victor Stinner · 4 years, 10 months ago
  82. 8d9efc4 Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278) by Miss Islington (bot) · 4 years, 10 months ago
  83. 16eb623 Doc: Clarify dict equality irrespective of ordering. (GH-16266) by Miss Islington (bot) · 4 years, 10 months ago
  84. 6612a4f [3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16274) by Miss Islington (bot) · 4 years, 10 months ago
  85. 064e1e3 bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) by Victor Stinner · 4 years, 10 months ago
  86. 47bbab9 [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) by Victor Stinner · 4 years, 10 months ago
  87. 7a2f687 bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234) by Miss Islington (bot) · 4 years, 10 months ago
  88. 2adcd79 bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240) by Serhiy Storchaka · 4 years, 10 months ago
  89. 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
  90. 54ba5f1 bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) by Miss Islington (bot) · 4 years, 10 months ago
  91. 3c1786f bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 4 years, 10 months ago
  92. 5f1590d bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224) by Miss Islington (bot) · 4 years, 10 months ago
  93. f668d2b bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) by Miss Islington (bot) · 4 years, 10 months ago
  94. 728bea6 Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221) by Miss Islington (bot) · 4 years, 10 months ago
  95. 1ba7471 bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) by Miss Islington (bot) · 4 years, 10 months ago
  96. d8d653c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 4 years, 10 months ago
  97. 73ccc33 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 4 years, 10 months ago
  98. f04299d bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 4 years, 10 months ago
  99. d90bb23 Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210) by Miss Islington (bot) · 4 years, 10 months ago
  100. ad845be bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 4 years, 10 months ago