1. 6876257 bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) by Victor Stinner · 4 years, 10 months ago
  2. 321def8 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Ben Harper · 4 years, 10 months ago
  3. 303475e Fix a compile warning in selectmodule.c. (GH-16617) by Xiang Zhang · 4 years, 10 months ago
  4. 038503e bpo-38391: Fixing a typo for Py_DECREF (GH-16616) by Krishna Oza · 4 years, 10 months ago
  5. b96145a bpo-38353: Simplify calculate_pybuilddir() (GH-16614) by Victor Stinner · 4 years, 10 months ago
  6. d97f1ce bpo-38210: Fix compiler warning in dictobject.c (GH-16611) by Victor Stinner · 4 years, 10 months ago
  7. ed8efd8 Fix a compile warning in dictobject.c (GH-16610) by Hai Shi · 4 years, 10 months ago
  8. ef092fe bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596) by Serhiy Storchaka · 4 years, 10 months ago
  9. 9e71917 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) by Adam J. Stewart · 4 years, 10 months ago
  10. 24ddd9c bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) by Hai Shi · 4 years, 10 months ago
  11. c38e725 bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602) by Dong-hee Na · 4 years, 10 months ago
  12. 65dcc8a bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Andrei Troie · 4 years, 10 months ago
  13. 3faf826 bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525) by nde · 4 years, 10 months ago
  14. c02b41b bpo-38353: getpath.c: allocates strings on the heap (GH-16585) by Victor Stinner · 4 years, 10 months ago
  15. abd7cd8 bpo-38353: getpath.c uses dynamically allocated strings (GH-16582) by Victor Stinner · 4 years, 10 months ago
  16. 8855e47 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) by Joannah Nanjekye · 4 years, 10 months ago
  17. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 4 years, 10 months ago
  18. 2290b23 Updated CODEOWNERS to indicate ownership of some modules. (GH-16578) by Vinay Sajip · 4 years, 10 months ago
  19. 3142c66 bpo-38235: Correct some arguments names in logging documentation (GH-16571) by Ashley Whetter · 4 years, 10 months ago
  20. f0c8579 bpo-38353: Rework ismodule() in getpath.c (GH-16574) by Victor Stinner · 4 years, 10 months ago
  21. 03a8a56 bpo-38353: Add subfunctions to getpath.c (GH-16572) by Victor Stinner · 4 years, 10 months ago
  22. e982d8b bpo-38353: Fix compiler warning in internal headers (GH-16573) by Victor Stinner · 4 years, 10 months ago
  23. c515b57 bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570) by Victor Stinner · 4 years, 10 months ago
  24. 86ec5c6 bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549) by Victor Stinner · 4 years, 10 months ago
  25. b23a842 bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by idomic · 4 years, 10 months ago
  26. 353fb1e bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) by Steve Dower · 4 years, 10 months ago
  27. a0e3d27 bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) by Steve Dower · 4 years, 10 months ago
  28. 098e256 bpo-36670: Enhance regrtest (GH-16556) by Victor Stinner · 4 years, 10 months ago
  29. c65119d bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553) by Victor Stinner · 4 years, 10 months ago
  30. 3e04cd2 bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) by Victor Stinner · 4 years, 10 months ago
  31. 61691d8 bpo-38353: Cleanup includes in the internal C API (GH-16548) by Victor Stinner · 4 years, 10 months ago
  32. b3e7045 bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Victor Stinner · 4 years, 10 months ago
  33. 2ea71a0 bpo-36670: regrtest bug fixes (GH-16537) by Victor Stinner · 4 years, 10 months ago
  34. b9a8b82 bpo-38343: Fixes version handling for nuget packages (GH-16527) by Steve Dower · 4 years, 10 months ago
  35. 6314abc bpo-37802: Fix a compiler warning in longobject.c (GH-16517) by Victor Stinner · 4 years, 10 months ago
  36. 5e0ea75 bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515) by Victor Stinner · 4 years, 10 months ago
  37. 2f90261 bpo-38321: Fix compiler warning in _randommodule.c (GH-16512) by Victor Stinner · 4 years, 10 months ago
  38. 982bfa4 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Victor Stinner · 4 years, 10 months ago
  39. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 4 years, 10 months ago
  40. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 4 years, 10 months ago
  41. 94e1650 bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491) by Giampaolo Rodola · 4 years, 10 months ago
  42. cf57cab bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326) by Maxwell A McKinnon · 4 years, 10 months ago
  43. e407013 Fix and improve `asyncio.run()` docs (GH-16403) by Kyle Stanley · 4 years, 11 months ago
  44. aca8c40 bpo-38321: Fix _testcapimodule.c warning (GH-16494) by Victor Stinner · 4 years, 11 months ago
  45. bcda460 Clear weakrefs in garbage found by the GC (#16495) by Neil Schemenauer · 4 years, 11 months ago
  46. c9a413e bpo-38321: Fix PyCStructUnionType_update_stgdict() warning (GH-16492) by Victor Stinner · 4 years, 11 months ago
  47. efe74b6 bpo-38321: Fix _asynciomodule.c compiler warning (GH-16493) by Victor Stinner · 4 years, 11 months ago
  48. dec3971 bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489) by Victor Stinner · 4 years, 11 months ago
  49. 89f8177 bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16487) by Victor Stinner · 4 years, 11 months ago
  50. fc4a044 bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468) by Yury Selivanov · 4 years, 11 months ago
  51. 6758e6e bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) by Yury Selivanov · 4 years, 11 months ago
  52. 3667e1e bpo-38163: Child mocks detect their type as sync or async (GH-16471) by Lisa Roach · 4 years, 11 months ago
  53. 5bcc6d8 bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676) by Giampaolo Rodola · 4 years, 11 months ago
  54. 25e115e bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) by Lisa Roach · 4 years, 11 months ago
  55. fb4ae15 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Victor Stinner · 4 years, 11 months ago
  56. 58498bc bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Andrew Svetlov · 4 years, 11 months ago
  57. 9a7d951 bpo-38108: Makes mock objects inherit from Base (GH-16060) by Lisa Roach · 4 years, 11 months ago
  58. f185a73 bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467) by Brandt Bucher · 4 years, 11 months ago
  59. c5a7e0c bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389) by Pascal Chambon · 4 years, 11 months ago
  60. c816503 bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) by T. Wouters · 4 years, 11 months ago
  61. 7774d78 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Jason R. Coombs · 4 years, 11 months ago
  62. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 4 years, 11 months ago
  63. 52d1b86 bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (#16446) by Jesús Cea · 4 years, 11 months ago
  64. e8650a4 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Dong-hee Na · 4 years, 11 months ago
  65. dd6117c Fix typo in the "Porting to Python 3.8" section. (GH-16435) by bariod · 4 years, 11 months ago
  66. 5d6f5b6 bpo-32820: Simplify __format__ implementation for ipaddress. (GH-16378) by Serhiy Storchaka · 4 years, 11 months ago
  67. 6693f73 bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304) by Eric Snow · 4 years, 11 months ago
  68. 9055815 bpo-38270: More fixes for strict crypto policy (GH-16418) by Christian Heimes · 4 years, 11 months ago
  69. 5faff97 bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248) by Ammar Askar · 4 years, 11 months ago
  70. 6ce03ec cleanup ababstractproperty in typing.py (GH-16432) by HongWeipeng · 4 years, 11 months ago
  71. 0bcbfa4 bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672) by Michael Felt · 4 years, 11 months ago
  72. 9f77268 bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428) by Christian Heimes · 4 years, 11 months ago
  73. df6ac7e bpo-38275: Skip ssl tests for disabled versions (GH-16386) by Christian Heimes · 4 years, 11 months ago
  74. 64b4a3a bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) by Victor Stinner · 4 years, 11 months ago
  75. 12f2f17 bpo-38234: Py_Initialize() sets global path configuration (GH-16421) by Victor Stinner · 4 years, 11 months ago
  76. 3d984a1 compileall tests: Use shorter name for long_path test (GH-16419) by Petr Viktorin · 4 years, 11 months ago
  77. 4f2eac0 bpo-38223: Reorganize test_shutil. (GH-16281) by Serhiy Storchaka · 4 years, 11 months ago
  78. 4267c98 bpo-38112: compileall: Skip long path path on Windows if the path can't be created (GH-16414) by Petr Viktorin · 4 years, 11 months ago
  79. a741457 bpo-38244: [Documentation] Fix unreliable link to sever in ftplib.rst (#16319) by Prateek Nayak · 4 years, 11 months ago
  80. 1ad7be2 bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) by Mohammad Dehghan · 4 years, 11 months ago
  81. 6a10d59 Doc: Several fixes and improvements for 3.9 whatsnew (GH-16375) by Kyle Stanley · 4 years, 11 months ago
  82. 5d326ab Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) by Stéphane Wirtel · 4 years, 11 months ago
  83. 8e7bb99 bpo-38112: Compileall improvements (GH-16012) by Lumír 'Frenzy' Balhar · 4 years, 11 months ago
  84. 52b9408 closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) by Benjamin Peterson · 4 years, 11 months ago
  85. 49d99f0 bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406) by Victor Stinner · 4 years, 11 months ago
  86. 88feaec bpo-38234: Complete init config documentation (GH-16404) by Victor Stinner · 4 years, 11 months ago
  87. 8bf39b6 bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) by Victor Stinner · 4 years, 11 months ago
  88. df69e75 bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071) by Christian Heimes · 4 years, 11 months ago
  89. cc28ed2 bpo-22273: Removed temporary test skipping on PPC platforms. (GH-16399) by Vinay Sajip · 4 years, 11 months ago
  90. bfd0c96 bpo-38271: encrypt private key test files with AES256 (GH-16385) by Christian Heimes · 4 years, 11 months ago
  91. 543a395 bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227) by Serhiy Storchaka · 4 years, 11 months ago
  92. 15ccc4f bpo-38255: super() can search attributes as well as methods (GH-16368) by Raymond Hettinger · 4 years, 11 months ago
  93. 00508a7 bpo-38234: Fix test_embed pathconfig tests (GH-16390) by Victor Stinner · 4 years, 11 months ago
  94. c64a1a6 bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) by Christian Heimes · 4 years, 11 months ago
  95. 417089e bpo-22273: Re-enabled ctypes test on ARM machines. (GH-16388) by Vinay Sajip · 4 years, 11 months ago
  96. faca855 bpo-36046: posix_spawn() doesn't support uid/gid (GH-16384) by Victor Stinner · 4 years, 11 months ago
  97. 1dc1acb bpo-37064: Add option -a to pathfix.py tool (GH-15717) by PatrikKopkan · 4 years, 11 months ago
  98. 468f8a6 bpo-38140: Document offsets in PyMemberDef (GH-16354) by Petr Viktorin · 4 years, 11 months ago
  99. edad4d8 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) by Yury Selivanov · 4 years, 11 months ago
  100. c64af8f Changed conditions for ctypes array-in-struct handling. (GH-16381) by Vinay Sajip · 4 years, 11 months ago