1. f919531 bpo-42452: Improve colorsys.rgb_to_hls code (GH-23306) by Julien Jerphanion · 3 years, 8 months ago
  2. 44ca05a bpo-42474: test TracebackException comparison to non-equal instances (GH-23522) by Irit Katriel · 3 years, 8 months ago
  3. f5a19ea bpo-41818: Make test_openpty() avoid unexpected success due to number of rows and/or number of columns being == 0. (GH-23526) by Soumendra Ganguly · 3 years, 8 months ago
  4. c8aaf71 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Volker-Weissmann · 3 years, 8 months ago
  5. a1652da Document optional 'task'/'asyncgen' fields in call_exception_handler (#21735) by Shane Harvey · 3 years, 8 months ago
  6. e3ef4d7 bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533) by Alex Grönholm · 3 years, 8 months ago
  7. f533cb8 bpo-42392: Remove loop parameter from asyncio.streams (GH-23517) by Yurii Karabas · 3 years, 8 months ago
  8. 87f7ab5 bpo-41818: test_openpty succeed on Gentoo, don't expect to fail on this platform (GH-23514) by Andrew Svetlov · 3 years, 8 months ago
  9. 9d09e17 Typo: fix inverted sense of statement (GH-23288) by basak · 3 years, 8 months ago
  10. c13d899 bpo-41818: Updated tests for the standard pty library (GH-22962) by Soumendra Ganguly · 3 years, 8 months ago
  11. be319c0 bpo-42299: Remove formatter module (GH-23476) by Dong-hee Na · 3 years, 8 months ago
  12. b9127dd bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499) by Yurii Karabas · 3 years, 8 months ago
  13. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 8 months ago
  14. 85c8492 Add more tests to the descriptor howto guide (GH-23506) by Raymond Hettinger · 3 years, 8 months ago
  15. 4fedd71 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Julien Palard · 3 years, 8 months ago
  16. c9c6e9f bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313) by Julien Palard · 3 years, 8 months ago
  17. 8d17d2b Doc: Minor fixes (GH-23422) by kj · 3 years, 8 months ago
  18. 2d44a6b Add doctests to the descriptor HowTo (GH-23500) by Raymond Hettinger · 3 years, 8 months ago
  19. ed1a5a5 bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235) by Hai Shi · 3 years, 8 months ago
  20. 0ec34ca bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420) by Yurii Karabas · 3 years, 8 months ago
  21. b0b4285 bpo-42370: Check element before making mouse click in ttk tests (GH-23491) by Serhiy Storchaka · 3 years, 8 months ago
  22. ac7d016 bpo-42212: smelly.py also checks the dynamic library (GH-23423) by Victor Stinner · 3 years, 8 months ago
  23. 14d81dc bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488) by Serhiy Storchaka · 3 years, 8 months ago
  24. c0c23ea bpo-41100: in test_platform, ignore 10.16 (GH-23485) by Ned Deily · 3 years, 8 months ago
  25. 936533c bpo-41100: minor build installer fixes (GH-23480) by Ned Deily · 3 years, 8 months ago
  26. 989af25 Typo (#23482) by Jesús Cea · 3 years, 8 months ago
  27. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 3 years, 8 months ago
  28. ffae932 Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) by Raymond Hettinger · 3 years, 8 months ago
  29. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 3 years, 8 months ago
  30. ff420f0 bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small containers (GH-22120) by Irit Katriel · 3 years, 8 months ago
  31. dd844a2 bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) by Serhiy Storchaka · 3 years, 8 months ago
  32. 313467e bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461) by Serhiy Storchaka · 3 years, 8 months ago
  33. 5ef53a8 Doc: fix typo in typing.Type docs (GH-23460) by John Belmonte · 3 years, 8 months ago
  34. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 3 years, 8 months ago
  35. c4d45ee bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449) by Serhiy Storchaka · 3 years, 8 months ago
  36. bd8c22e bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348) by Ram Rachum · 3 years, 8 months ago
  37. 404a719 bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) by Ronald Oussoren · 3 years, 8 months ago
  38. 453bc1d bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) by Serhiy Storchaka · 3 years, 8 months ago
  39. 442746a bpo-41100: Stripping '-arch arm64' didn't work after all (GH-23280) by Ronald Oussoren · 3 years, 8 months ago
  40. 690a5fa bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-23293) by Ronald Oussoren · 3 years, 8 months ago
  41. 0f20bd9 bpo-38443: Check that the specified universal architectures work (GH-22910) by Ronald Oussoren · 3 years, 8 months ago
  42. 68f68fa Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272) by Richard Levasseur · 3 years, 8 months ago
  43. ea97eba bpo-1635741: Port select module to multiphase init (GH-23409) by Christian Heimes · 3 years, 8 months ago
  44. 035deee bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406) by Christian Heimes · 3 years, 8 months ago
  45. ed1007c bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446) by Serhiy Storchaka · 3 years, 8 months ago
  46. 0e62efc bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) by David CARLIER · 3 years, 8 months ago
  47. 1db7639 bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Serhiy Storchaka · 3 years, 8 months ago
  48. 01a202a bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal. (GH-20010) by Filipe Laíns · 3 years, 8 months ago
  49. 3172936 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Devin Jeanpierre · 3 years, 8 months ago
  50. aa3a352 bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) by Quentin Hibon · 3 years, 8 months ago
  51. 6edf06b bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) by ArioA · 3 years, 8 months ago
  52. 9f02b47 bpo-36876: [c-analyzer tool] Tighten up the results and output. (GH-23431) by Eric Snow · 3 years, 8 months ago
  53. a993e90 bpo-28002: Roundtrip f-strings with ast.unparse better (#19612) by Shantanu · 3 years, 8 months ago
  54. 9fc319d bpo-42360: Add advice to help avoid pickling issues. (GH-23305) by Raymond Hettinger · 3 years, 8 months ago
  55. 4c24b08 Fix wrong availability for signal.SIGCHLD (#23285) by Zhang Maiyun · 3 years, 8 months ago
  56. 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 3 years, 8 months ago
  57. d20b7ed bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042) by Filipe Laíns · 3 years, 8 months ago
  58. 3be8e22 bpo-42403: Use @staticmethod in importlib (GH-23395) by Victor Stinner · 3 years, 8 months ago
  59. a6109ef bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393) by Erlend Egeberg Aasland · 3 years, 8 months ago
  60. 2db8e35 bpo-1635741: Enhance _datetime error handling (GH-23139) by Mohamed Koubaa · 3 years, 8 months ago
  61. 5c36da7 bpo-42333: Port _ssl extension module to heap types (GH-23392) by Christian Heimes · 3 years, 8 months ago
  62. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 8 months ago
  63. 7ddbaa7 bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416) by Terry Jan Reedy · 3 years, 8 months ago
  64. e1dc0db bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386) by kj · 3 years, 8 months ago
  65. 1b54077 bpo-42345: Fix hash implementation of typing.Literal (GH-23383) by Yurii Karabas · 3 years, 8 months ago
  66. b437aa8 bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404) by Christian Heimes · 3 years, 8 months ago
  67. 588c7c9 bpo-1635741: Fix _struct for build bot error (GH-23402) by Dong-hee Na · 3 years, 8 months ago
  68. 646d7fd bpo-1635741: Port gc module to multiphase initialization (GH-23377) by Christian Heimes · 3 years, 8 months ago
  69. cfeb543 bpo-1635741: Port _struct to multiphase initialization (GH-23398) by Christian Heimes · 3 years, 8 months ago
  70. 3390347 bpo-42403: Simplify importlib external bootstrap (GH-23397) by Victor Stinner · 3 years, 8 months ago
  71. 7d9d25d bpo-42403: Fix pyflakes warnings in importlib (GH-23396) by Victor Stinner · 3 years, 8 months ago
  72. bf9d70a bpo-1635741: Port spwd to multiphase initialization (GH-23390) by Christian Heimes · 3 years, 8 months ago
  73. 3094dd5 bpo-1635741: Port _queue to multiphase initialization (GH-23376) by Christian Heimes · 3 years, 8 months ago
  74. fa2eee9 bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) by Christian Heimes · 3 years, 8 months ago
  75. cc0cd43 bpo-1635741: Port _random to multiphase initialization (GH-23359) by Christian Heimes · 3 years, 8 months ago
  76. 13b865f bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) by David CARLIER · 3 years, 8 months ago
  77. 4687338 bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385) by kj · 3 years, 8 months ago
  78. a85fefe bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382) by Lysandros Nikolaou · 3 years, 8 months ago
  79. 6f4635f bpo-1635741: Port _warnings to the multi-phase init (GH-23379) by Victor Stinner · 3 years, 8 months ago
  80. 829b177 [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) by Andre Delfino · 3 years, 8 months ago
  81. 6223071 bpo-1635741: Convert _imp to multi-phase init (GH-23378) by Victor Stinner · 3 years, 8 months ago
  82. e025178 bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375) by Miro Hrončok · 3 years, 8 months ago
  83. 7c9487d bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374) by Vladimir Matveev · 3 years, 8 months ago
  84. 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 3 years, 8 months ago
  85. 2156d96 bpo-42336: Improve PCbuild batch files (GH-23275) by Steve Dower · 3 years, 8 months ago
  86. 07f2ade bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Christian Heimes · 3 years, 8 months ago
  87. 46f59eb bpo-1635741: Port _hashlib to multiphase initialization (GH-23358) by Christian Heimes · 3 years, 8 months ago
  88. c701101 bpo-1635741: Port symtable module to multiphase initialization (GH-23361) by Christian Heimes · 3 years, 8 months ago
  89. d1e38d4 bpo-40998: Fix a refleak in create_filter() (GH-23365) by Victor Stinner · 3 years, 8 months ago
  90. 8fba952 bpo-42398: Fix "make regen-all" race condition (GH-23362) by Victor Stinner · 3 years, 8 months ago
  91. ce04e71 bpo-41561: skip test_min_max_version_mismatch (GH-22308) by Christian Heimes · 3 years, 8 months ago
  92. ccdcb20 bpo-40656: Clean up detect_socket() (GH-20148) by Erlend Egeberg Aasland · 3 years, 8 months ago
  93. d0d4a45 bpo-42395: Add aclosing to __all__ (GH-23356) by Tom Gringauz · 3 years, 8 months ago
  94. 9c98e8c bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357) by Tom Gringauz · 3 years, 8 months ago
  95. 7f9b25a bpo-41713: Port _signal module to multi-phase init (GH-23355) by Victor Stinner · 3 years, 8 months ago
  96. 1de61d3 bpo-41625: Skip os.splice() tests on AIX (GH-23354) by Victor Stinner · 3 years, 8 months ago
  97. 29aa624 bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353) by Victor Stinner · 3 years, 8 months ago
  98. 282282a Fix: Docstrings hidden by slots. (GH-23352) by Julien Palard · 3 years, 8 months ago
  99. 2a9eddf bpo-41625: Add a guard for Linux for splice() constants in the os module (GH-23350) by Pablo Galindo · 3 years, 8 months ago
  100. e59958f bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351) by Pablo Galindo · 3 years, 8 months ago