1. 7ec43a7 bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) by Pablo Galindo · 5 years ago
  2. f13072b bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461) by Pablo Galindo · 5 years ago
  3. 0361556 bpo-39481: PEP 585 for a variety of modules (GH-19423) by Batuhan Taşkaya · 5 years ago
  4. e3ec44d bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422) by Ethan Smith · 5 years ago
  5. 7c4185d bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421) by Ethan Smith · 5 years ago
  6. 2fa67df bpo-39481: PEP 585 for ipaddress.py (GH-19418) by Batuhan Taşkaya · 5 years ago
  7. a8403d0 Generic itertools.chain (GH-19417) by Ethan Smith · 5 years ago
  8. 38ada3b bpo-39943: Keep constness of pointer objects. (19405) by Andy Lester · 5 years ago
  9. 5cd2803 bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448) by pxinwr · 5 years ago
  10. dcb04d9 bpo-40077: Remove redundant cast in json module (GH-19438) by Hai Shi · 5 years ago
  11. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 5 years ago
  12. b54a99d bpo-40082: trip_signal() uses the main interpreter (GH-19441) by Victor Stinner · 5 years ago
  13. cfc3c2f bpo-37127: Remove _pending_calls.finishing (GH-19439) by Victor Stinner · 5 years ago
  14. dda5d6e bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436) by Victor Stinner · 5 years ago
  15. ac2cfe6 Remove extraneous ')' in abstract.h (GH-19146) by Jimmy Yang · 5 years ago
  16. f228bf2 bpo-40187: Refactor typing.TypedDict. (GH-19372) by Serhiy Storchaka · 5 years ago
  17. a2ec069 bpo-40185: Refactor typing.NamedTuple (GH-19371) by Serhiy Storchaka · 5 years ago
  18. 307b9d0 bpo-40170: Remove PyIndex_Check() macro (GH-19428) by Victor Stinner · 5 years ago
  19. a15e260 bpo-40170: Add _PyIndex_Check() internal function (GH-19426) by Victor Stinner · 5 years ago
  20. 45ec5b9 bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378) by Victor Stinner · 5 years ago
  21. ef5c615 bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376) by Victor Stinner · 5 years ago
  22. 9205520 bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) by Victor Stinner · 5 years ago
  23. f9dd51e bpo-39481: Make os.DirEntry generic (GH-19415) by Batuhan Taşkaya · 5 years ago
  24. 87255be bpo-40089: Add _at_fork_reinit() method to locks (GH-19195) by Victor Stinner · 5 years ago
  25. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 5 years ago
  26. 9cc3ebd bpo-40149: Implement traverse in _abc._abc_data (GH-19412) by Victor Stinner · 5 years ago
  27. d8acf0d bpo-37388: Don't check encoding/errors during finalization (GH-19409) by Victor Stinner · 5 years ago
  28. 74e1b6b Document missing methods of ssl.SSLObject (#19400) by Rémi Lapeyre · 5 years ago
  29. f407e20 bpo-40214: Temporarily disable a ctypes test (GH-19404) by Zachary Ware · 5 years ago
  30. 8ea10a9 closes bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points. (GH-19328) by amaajemyfren · 5 years ago
  31. 799d7d6 bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) by Pablo Galindo · 5 years ago
  32. 38aefc5 bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377) by Victor Stinner · 5 years ago
  33. 08050e9 bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389) by Zackery Spytz · 5 years ago
  34. c63629e bpo-40197: Better describe the benchmark results table (GH-19386) by Raymond Hettinger · 5 years ago
  35. 810f68f Fix misinformation about NaN != NaN comparison (GH-19357) by Mark Dickinson · 5 years ago
  36. 909f4a3 bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380) by Batuhan Taşkaya · 5 years ago
  37. 6fed3c8 bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) by Serhiy Storchaka · 5 years ago
  38. 1b21573 closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19369) by Batuhan Taşkaya · 5 years ago
  39. b709302 bpo-40077: Fix potential refleaks of _json: traverse memo (GH-19344) by Hai Shi · 5 years ago
  40. a94e627 bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363) by Serhiy Storchaka · 5 years ago
  41. 1ae6445 Convert tuples to sets for faster searches (GH-19365) by Raymond Hettinger · 5 years ago
  42. a1d4dbd bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) by Steve Dower · 5 years ago
  43. 52013e5 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Tal Einat · 5 years ago
  44. 6e623ff bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) by Chris Martinez · 5 years ago
  45. 40cf35c bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348) by Pablo Galindo · 5 years ago
  46. 254ec78 bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289) by Pablo Galindo · 5 years ago
  47. bd6a4c3 bpo-40131: Fix source and target order in zipapp example (GH-19290) by Zackery Spytz · 5 years ago
  48. 76db37b bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) by Michael Felt · 5 years ago
  49. b74468e bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by laike9m · 5 years ago
  50. 1767a04 bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) by Victor Stinner · 5 years ago
  51. b1ffb8b bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) by Victor Stinner · 5 years ago
  52. 7a51a7e bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) by Victor Stinner · 5 years ago
  53. 3c3aa45 lib2to3: Support named assignment expressions (GH-12702) by Tim Hatch · 5 years ago
  54. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 5 years ago
  55. 7a6f3bc bpo-1635741: Fix refleak in _locale init error handling (GH-19307) by Hai Shi · 5 years ago
  56. 45f7008 bpo-1635741: Port resource extension module to multiphase initialization (PEP 489) (GH-19252) by Hai Shi · 5 years ago
  57. 8ec7cb5 bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282) by Kyle Stanley · 5 years ago
  58. e7c98f0 bpo-40094: Fix which.py script exit code (GH-19286) by Victor Stinner · 5 years ago
  59. 9a679a0 bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285) by Victor Stinner · 5 years ago
  60. e27916b bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280) by Dong-hee Na · 5 years ago
  61. 224e1c3 bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) by Victor Stinner · 5 years ago
  62. 0b297d4 bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) by Victor Stinner · 5 years ago
  63. d57cf55 bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287) by Victor Stinner · 5 years ago
  64. 168660b bpo-40141: Add line and column information to ast.keyword nodes (GH-19283) by Pablo Galindo · 5 years ago
  65. 65a796e bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) by Victor Stinner · 5 years ago
  66. 5dd8360 bpo-38527: fix configure script for Solaris (GH-16845) by Arnon Yaari · 5 years ago
  67. eacc074 bpo-40071: Fix potential crash in _functoolsmodule.c (GH-19273) by Paulo Henrique Silva · 5 years ago
  68. 00002e6 bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support for "closing" a path by using it as a context manager (GH-18846) by Barney Gale · 5 years ago
  69. 975ac32 bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514) by Zackery Spytz · 5 years ago
  70. 7c72383 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) by Victor Stinner · 5 years ago
  71. 17b4733 bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265) by Serhiy Storchaka · 5 years ago
  72. 3ef4a7e bpo-40121: Fix exception type in test (GH-19267) by Steve Dower · 5 years ago
  73. 6eb9619 Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270) by Pablo Galindo · 5 years ago
  74. afeaea2 bpo-40094: Add missing import to wait_process() (GH-19268) by Victor Stinner · 5 years ago
  75. 6b982c2 bpo-40094: Add run_command() to setup.py (GH-19266) by Victor Stinner · 5 years ago
  76. 16d7567 bpo-31160: Fix race condition in test_os.PtyTests (GH-19263) by Victor Stinner · 5 years ago
  77. 40bfdb1 bpo-40094: Add _bootsubprocess._waitstatus_to_exitcode (GH-19264) by Victor Stinner · 5 years ago
  78. 2c003ef bpo-39943: Clean up marshal.c. (GH-19236) by Serhiy Storchaka · 5 years ago
  79. a9f9687 bpo-40094: Enhance threading tests (GH-19260) by Victor Stinner · 5 years ago
  80. 27c6231 bpo-40094: Enhance fork and wait tests (GH-19259) by Victor Stinner · 5 years ago
  81. 278c1e1 bpo-40094: Add test.support.wait_process() (GH-19254) by Victor Stinner · 5 years ago
  82. 400e1db Document most common signals (GH-19245) by Victor Stinner · 5 years ago
  83. cd16661 closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) by Benjamin Peterson · 5 years ago
  84. 01e743d bpo-40003: test.bisect_cmd copies Python options (GH-19246) by Victor Stinner · 5 years ago
  85. 8d84adc bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247) by Victor Stinner · 5 years ago
  86. 5be8241 bpo-1635741: Port math module to multiphase initialization (GH-19243) by Dong-hee Na · 5 years ago
  87. 1cb763b bpo-1635741: Port _uuid module to multiphase initialization (GH-19242) by Dong-hee Na · 5 years ago
  88. 63ba5cc bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) by Steve Dower · 5 years ago
  89. ef67512 bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239) by Pablo Galindo · 5 years ago
  90. c49016e fix comma location in various places (GH-19233) by Mathieu Dupuy · 5 years ago
  91. 51e3e45 bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083) by Alexander Riccio · 5 years ago
  92. fc2d8d6 bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209) by Andy Lester · 5 years ago
  93. 0c5ad54 Fix bug in test_collections.py (#19221) by Curtis Bucher · 5 years ago
  94. 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 5 years ago
  95. 53e4c91 bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202) by Dong-hee Na · 5 years ago
  96. ce10554 bpo-37207: Use vectorcall for list() (GH-18928) by Petr Viktorin · 5 years ago
  97. 614f172 bpo-39073: validate Address parts to disallow CRLF (#19007) by Ashwin Ramaswami · 5 years ago
  98. 0003c2d bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204) by Batuhan Taşkaya · 5 years ago
  99. 016bdd5 bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205) by Dong-hee Na · 5 years ago
  100. 34a49aa bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Terry Jan Reedy · 5 years ago