1. ff023ed bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323) by Eddie Elizondo · 5 years ago
  2. 7264e92 bpo-36373: Fix deprecation warnings (GH-15889) by Andrew Svetlov · 5 years ago
  3. efd5741 bpo-38034: Fix typo in logging.handlers.rst (GH-15708) by wwuck · 5 years ago
  4. 3f4db4a bpo-28494: Test existing zipfile working behavior. (GH-15853) by Gregory P. Smith · 5 years ago
  5. afdeb18 Remove unneeded assignment in PyBytes_Concat() (GH-15274) by Sergey Fedoseev · 5 years ago
  6. 9cbb97b bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by jdkandersson · 5 years ago
  7. 2ec7010 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) by Jordon Xu · 5 years ago
  8. 801f925 bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) by Steve Dower · 5 years ago
  9. 7d952de bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995) by Gordon P. Hemsley · 5 years ago
  10. a9b6033 bpo-36253: Remove use after free reference in ctypes test suite (GH-12257) by Ben Harper · 5 years ago
  11. 9121088 bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) by Andre Delfino · 5 years ago
  12. b6dafe5 Docs: Small tweaks to c-api/intro#Include_Files (GH-14698) by Kyle Stanley · 5 years ago
  13. faff81c Correct info about "f.read(size)". (GH13852) by William Andrea · 5 years ago
  14. 0518451 Correct minor grammatical mistake in open docs (GH-15865) by Andre Delfino · 5 years ago
  15. c3d679f bpo-37504: Fix documentation build with texinfo builder (GH-14606) by Dmitry Shachnev · 5 years ago
  16. a39a4c7 bpo-37913: Link to NotImplemented from new docs (GH-15860) by Steve Dower · 5 years ago
  17. 009ef29 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Jeroen Demeyer · 5 years ago
  18. 17499d8 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) by Jason R. Coombs · 5 years ago
  19. 97d7906 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 5 years ago
  20. cd82211 bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) by Steve Dower · 5 years ago
  21. 182e1d1 Fix subprocess docstring typo (GH-15812) by Matthias · 5 years ago
  22. c2f056b Fix typo in ssl.RAND_bytes documentation (GH-14791) by Zach Thompson · 5 years ago
  23. a511c7a bpo-38090: Fix reference leak in ceval.c (GH-15848) by Pablo Galindo · 5 years ago
  24. 88bdb92 bpo-36781: Optimize sum() for bools. (#13074) by Serhiy Storchaka · 5 years ago
  25. c1d8c1c Note regarding + mode truncation applies to both text and binary mode (#11314) by Andre Delfino · 5 years ago
  26. b7f8e52 bpo-38073: Make pwd module PEP-384 compatible (GH-15790) by Dino Viehland · 5 years ago
  27. 12c122a bpo-38066: Hide internal Stream methods (GH-15762) by Andrew Svetlov · 5 years ago
  28. 9a94093 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) by Arun Persaud · 5 years ago
  29. 734f120 closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836) by Bernt Røskar Brenna · 5 years ago
  30. 9008be3 bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) by Emmanuel Arias · 5 years ago
  31. 57ea335 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-14836) by Jeroen Demeyer · 5 years ago
  32. f958377 bpo-37499: Test various C calling conventions (GH-15776) by Petr Viktorin · 5 years ago
  33. f1a297a bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) by Lisa Roach · 5 years ago
  34. 5a7d2e1 bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780) by Dino Viehland · 5 years ago
  35. 537877d bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Emmanuel Arias · 5 years ago
  36. 9669931 bpo-36971: add subsections in C API "Common Object Structures" page (#13446) by Jeroen Demeyer · 5 years ago
  37. f1c1903 bpo-38068: Clean up gettimeofday configure logic. (GH-15775) by Benjamin Peterson · 5 years ago
  38. c8dfa73 bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) by Xtreak · 5 years ago
  39. bd0c7a1 bpo-38071: Make termios PEP-384 compatible (GH-15785) by Dino Viehland · 5 years ago
  40. 40a5313 bpo-38072: PEP-384 grpmodule (GH-15788) by Dino Viehland · 5 years ago
  41. 9e61066 Fix calling order of PyEval_InitThreads. (GH-4602) by Kenta Murata · 5 years ago
  42. e45b217 Remove macOS tests from Travis. (GH-15809) by Benjamin Peterson · 5 years ago
  43. 8e7ff6a Skip zoneinfo tests on VxWorks (#13535) by hliu0 · 5 years ago
  44. a1ffad0 bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792) by Dino Viehland · 5 years ago
  45. 4f384af bpo-38076: Make struct module PEP-384 compatible (#15805) by Dino Viehland · 5 years ago
  46. 43c9731 bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824) by Serhiy Storchaka · 5 years ago
  47. 359143c Fix typo in dict object comment (#15814) by dalgarno · 5 years ago
  48. c6bbcd2 bpo-37725: have "make clean" remove PGO task data (#15033) by Neil Schemenauer · 5 years ago
  49. 1ad0c77 bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712) by Greg Price · 5 years ago
  50. 5b00dd8 Expand comment explaining update_one_slot (GH-14810) by Jeroen Demeyer · 5 years ago
  51. 80428ed bpo-25237: Documentation for tkinter modules (GH-1870) by Nikhil · 5 years ago
  52. 0711642 Cut tricky `goto` that isn't needed, in _PyBytes_DecodeEscape. (GH-15825) by Greg Price · 5 years ago
  53. 2fc1160 bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821) by Vinay Sharma · 5 years ago
  54. c59295a bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Terry Jan Reedy · 5 years ago
  55. b5381f6 bpo-34293: Fix PDF documentation paper size (GH-8585) by Jean-François B · 5 years ago
  56. 55d12ce bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH-14431) by Paul Monson · 5 years ago
  57. 755d4ef Correct overflow check in PyTuple_New() (GH-14838) by Sergey Fedoseev · 5 years ago
  58. 832e864 bpo-38049: Add command-line interface for the ast module. (GH-15724) by Serhiy Storchaka · 5 years ago
  59. b9f65f0 bpo-37383: Updates docs to reflect AsyncMock call_count after await. (#15761) by Lisa Roach · 5 years ago
  60. d14e39c bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662) by Vinay Sharma · 5 years ago
  61. 64c6ac7 bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301) by Greg Price · 5 years ago
  62. 850573b bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631) by Serhiy Storchaka · 5 years ago
  63. 92709a2 bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250) by Sergey Fedoseev · 5 years ago
  64. 915cd3f bpo-35941: Fix performance regression in new code (GH-12610) by Christian Heimes · 5 years ago
  65. 09090d0 bpo-37649: Fix exec_prefix check (GH-14897) by Orivej Desh · 5 years ago
  66. fb6807b Fix punctuation in `os.execvpe` docstring. (GH-15051) by Hasan Ramezani · 5 years ago
  67. 370138b bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Anthony Sottile · 5 years ago
  68. 9488a52 Clarify that shutil's copy functions can accept path-like values (GH-15141) by Boris Verhovsky · 5 years ago
  69. bb668f7 Fix docs bz.open default mode (GH-15100) by Richard Sanger · 5 years ago
  70. 682107c bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111) by Zackery Spytz · 5 years ago
  71. d91d4de bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782) by Victor Stinner · 5 years ago
  72. 3cbc23a bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) by Greg Price · 5 years ago
  73. 65366bc bpo-20490: Improve circular import error message (GH-15308) by Anthony Sottile · 5 years ago
  74. 88b24f9 Minor changes in Doc/faq/library. (#15449) by Antoine · 5 years ago
  75. a2af05a bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) by Victor Stinner · 5 years ago
  76. b3b48c8 bpo-37876: Tests for ROT-13 codec (GH-15314) by Zeth · 5 years ago
  77. f5e7f39 docs: Add references to AsyncMock in unittest.mock.patch (#13681) by Mario Corchero · 5 years ago
  78. fa3a38d Mark files as executable that are meant as scripts. (GH-15354) by Greg Price · 5 years ago
  79. e3c59a7 bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) by Alan Yee · 5 years ago
  80. 24b11b8 bpo-38053 Update documentation for plistlib (GH-15727) by Jon Janzen · 5 years ago
  81. c638521 Fix typo in the algorithm description (GH-15774) by Pablo Galindo · 5 years ago
  82. d5fd75c bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082) by Naitree Zhu · 5 years ago
  83. 264e034 bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) by Vinay Sajip · 5 years ago
  84. 77643c4 bpo-38037: Fix reference counters in signal module (GH-15753) by animalize · 5 years ago
  85. ef66f31 bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766) by Steve Dower · 5 years ago
  86. 992347d bpo-26185: Fix repr() on empty ZipInfo object (#13441) by Mickaël Schoentgen · 5 years ago
  87. 1a8de82 Fix typo in math.prod example (GH-15614) by Ashwin Vishnu · 5 years ago
  88. ed70129 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by neonene · 5 years ago
  89. b4612f5 bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) by T. Wouters · 5 years ago
  90. 3a0ddbc bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) by Steve Dower · 5 years ago
  91. bed04b6 bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758) by Benjamin Peterson · 5 years ago
  92. 4f0f9f0 logging.Formatter docs: Add missing `validate` parameter, clarify `style` parameter (GH-15222) by David Röthlisberger · 5 years ago
  93. 9d60706 bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) by Xtreak · 5 years ago
  94. 63c98ed Doc: Fix PDF build (NoUri). (GH-15739) by Julien Palard · 5 years ago
  95. bba9207 Future-proof .travis.yml for Python 3.10 (GH-14831) by Anthony Sottile · 5 years ago
  96. 8d64bfa bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) by Daniel Hahler · 5 years ago
  97. 19052a1 bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) by Zackery Spytz · 5 years ago
  98. 5e5e951 bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) by Greg Price · 5 years ago
  99. e223ba1 bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) by Zackery Spytz · 5 years ago
  100. a656365 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Zackery Spytz · 5 years ago