1. dcfaa52 bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091) by Serhiy Storchaka · 4 years ago
  2. 7219e27 Enum: make `Flag` and `IntFlag` members iterable (GH-22221) by Ethan Furman · 4 years ago
  3. fc23a94 _auto_called cleanup (GH-22285) by Ethan Furman · 4 years ago
  4. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 4 years ago
  5. 5c1b46d acknowledge Weipeng Hong's contributions (GH-22284) by Ethan Furman · 4 years ago
  6. c95ad7a bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) by Ethan Furman · 4 years ago
  7. 83f6dcd [doc] Minor improvements to is_typeddict (GH-22280) by Andre Delfino · 4 years ago
  8. 3064dbf bpo-41517: do not allow Enums to be extended (#22271) by Ethan Furman · 4 years ago
  9. 0705ec8 bpo-41792: Add is_typeddict function to typing.py (GH-22254) by Patrick Reader · 4 years ago
  10. 22415ad bpo-41789: honor object overrides in Enum classes (GH-22250) by Ethan Furman · 4 years ago
  11. 47f6ec4 Doc: Fix broken manpage link (GH-21937) by Tim Burke · 4 years ago
  12. bff01f3 bpo-39587: Enum - use correct mixed-in data type (GH-22263) by Ethan Furman · 4 years ago
  13. 2e87774 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Batuhan Taskaya · 4 years ago
  14. ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 4 years ago
  15. 5a565b3 minor reformat of enum tests (GH-22259) by Ethan Furman · 4 years ago
  16. 5531269 Improve the description of difflib in the documentation (GH-22253) by Mandeep · 4 years ago
  17. e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 4 years ago
  18. 7bcc645 bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234) by Neeraj Samtani · 4 years ago
  19. 95a8a0e bpo-41513: Remove broken tests that fail on Gentoo (GH-22249) by Raymond Hettinger · 4 years ago
  20. 542e1df bpo-40721: add note about enum member name case (GH-22231) by Ethan Furman · 4 years ago
  21. 7c11a9a bpo-41744: Package python.props with correct name in NuGet package (GH-22154) by Václav Slavík · 4 years ago
  22. 8f2b991 bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208) by Zackery Spytz · 4 years ago
  23. efcbe78 Fix a typo in locale Docs (#22233) by abdo · 4 years ago
  24. 457d4e9 bpo-41513: Add docs and tests for hypot() (GH-22238) by Raymond Hettinger · 4 years ago
  25. 7dbbea7 bpo-39883: Update macOS installer copy of LICENSE. (GH-22235) by Ned Deily · 4 years ago
  26. 94bfdee bpo-41778: Change a punctuation on documentation. (GH-22229) by Emmanuel Arias · 4 years ago
  27. 2ec6752 bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370) by Zackery Spytz · 4 years ago
  28. b48389d bpo-33239: Fix default value of 'buffering' parameter in docs of tempfile.* functions (GH-21763) by Sergey Fedoseev · 4 years ago
  29. c753306 bpo-41672: Fix type mismatches in imaplib docs (GH-22207) by Norbert Cyran · 4 years ago
  30. 1b0f0e3 bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Victor Stinner · 4 years ago
  31. 7e711ea bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206) by Terry Jan Reedy · 4 years ago
  32. 31c9828 bpo-41729: Fix test_winconsole failures (3) and hang (GH-22146) by Terry Jan Reedy · 4 years ago
  33. fb27187 [doc] struct: update note about network byte order form to be more helpful (GH-22201) by Stargirl Flowers · 4 years ago
  34. 3304cbd Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194) by Benjamin Peterson · 4 years ago
  35. 06d0b8b bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188) by Mark Roseman · 4 years ago
  36. f76d894 bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165) by Mohamed Koubaa · 4 years ago
  37. 1e874d5 Update logging documentation to tidy up formatting (GH-22173) by Bar Harel · 4 years ago
  38. 788b79f [doc] Remove superfluous comment about equal in f-strings (GH-22006) by Andre Delfino · 4 years ago
  39. 4712471 Update idlelib/help.html to current IDLE doc (GH-22181) by Terry Jan Reedy · 4 years ago
  40. 7a797a3 Add missing colon to IDLE doc markup (GH-22007) by Andre Delfino · 4 years ago
  41. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 4 years ago
  42. fa8c9e7 bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128) by Jakub Kulík · 4 years ago
  43. 76553e5 Add minor clarification in logging documentation. (GH-22167) by Vinay Sajip · 4 years ago
  44. 640e8e1 Fix compiler warnings in init_dump_ascii_wstr() (GH-22150) by Victor Stinner · 4 years ago
  45. 1e2f051 bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) by Hai Shi · 4 years ago
  46. 3ff6975 bpo-1635741: port scproxy to multi-phase init (GH-22164) by Mohamed Koubaa · 4 years ago
  47. 58de1dd bpo-41525: Make the Python program help ASCII-only (GH-21836) by Serhiy Storchaka · 4 years ago
  48. 594f0ce [doc] Fix padding in timeit (GH-22152) by Andre Delfino · 4 years ago
  49. 84ef33c Fix typo in typing.py (GH-22121) by Graham Bleaney · 4 years ago
  50. 3fd6999 bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22142) by Irit Katriel · 4 years ago
  51. 2de50f2 Fix incorrect bpo number in change notes. (GH-22151) by Mark Shannon · 4 years ago
  52. f315142 bpo-1635741: Port mashal module to multi-phase init (#22149) by Victor Stinner · 4 years ago
  53. bb083d3 bpo-1635741: Port _string module to multi-phase init (GH-22148) by Victor Stinner · 4 years ago
  54. 52a2df1 bpo-1635741: Convert _sha256 types to heap types (GH-22134) by Mohamed Koubaa · 4 years ago
  55. 15dcdb2 bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139) by Mohamed Koubaa · 4 years ago
  56. b0ac5d7 bpo-41732: add iterator to memoryview (GH-22119) by dxflores · 4 years ago
  57. 207c321 bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) by Erlend Egeberg Aasland · 4 years ago
  58. 22748a8 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Artem Bulgakov · 4 years ago
  59. fd4cafd bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Serhiy Storchaka · 4 years ago
  60. 1baf030 bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986) by Mohamed Koubaa · 4 years ago
  61. 2aabc32 bpo-1635741: Port _overlapped module to multi-phase init (GH-22051) by Mohamed Koubaa · 4 years ago
  62. 426f2b4 bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050) by Mohamed Koubaa · 4 years ago
  63. 1aaa21f bpo-1635741 port zlib module to multi-phase init (GH-21995) by Mohamed Koubaa · 4 years ago
  64. 5bfd60f [doc] Add link to Generic in typing (GH-22125) by Andre Delfino · 4 years ago
  65. 67c998d bpo-41513: Expand comments and add references for a better understanding (GH-22123) by Raymond Hettinger · 4 years ago
  66. 63f102f bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818) by Mohamed Koubaa · 4 years ago
  67. 5371a46 closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110) by Zackery Spytz · 4 years ago
  68. 2623868 [doc] Fix padding in some typing definitions (GH-22114) by Andre Delfino · 4 years ago
  69. 1264d04 Fix documented Python version for venv --upgrade-deps (GH-22113) by johnthagen · 4 years ago
  70. 7f331c8 bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581) by Erlend Egeberg Aasland · 4 years ago
  71. 8c0be6f bpo-41687: Fix sendfile implementation to work with Solaris (#22040) by Jakub Kulík · 4 years ago
  72. dd18001 bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098) by Steve Dower · 4 years ago
  73. 51b84f8 bpo-38585: Remove references to defusedexpat (GH-22095) by Zackery Spytz · 4 years ago
  74. 84a7917 bpo-41721: Add xlc options (GH-22096) by Stefan Krah · 4 years ago
  75. 306cfb3 bpo-40486: Specify what happens if directory content change diring iteration (GH-22025) by Serhiy Storchaka · 4 years ago
  76. 8171580 bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999) by Serhiy Storchaka · 4 years ago
  77. 4b8032e bpo-41713: _signal doesn't use multi-phase init (GH-22087) by Victor Stinner · 4 years ago
  78. 54a66ad bpo-41700: Skip test if the locale is not supported (GH-22081) by Dong-hee Na · 4 years ago
  79. cdbff35 [doc] Update documentation on logging optimization. (GH-22075) by Vinay Sajip · 4 years ago
  80. e55a0e9 Fix 'gather' rules in the python parser generator (GH-22021) by Pablo Galindo · 4 years ago
  81. 315a61f bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) by Pablo Galindo · 4 years ago
  82. 8516060 [doc] Fix a typo in the graphlib docs (#22030) by Mario Šaško · 4 years ago
  83. 71d1bd9 bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049) by Mohamed Koubaa · 4 years ago
  84. e223d06 bpo-39883: Use BSD0 license for code in docs (GH-17635) by Todd · 4 years ago
  85. be435ae bpo-39010: Improve test shutdown (#22066) by Ben Darnell · 4 years ago
  86. 0770ad9 bpo-41696: Fix handling of debug mode in asyncio.run (#22069) by Shantanu · 4 years ago
  87. 4a97b15 bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053) by Pablo Galindo · 4 years ago
  88. 3940333 closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058) by Benjamin Peterson · 4 years ago
  89. 5a4a963 Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047) by Pablo Galindo · 4 years ago
  90. f9c5e3f bpo-41675: Modernize siginterrupt calls (GH-22028) by Pablo Galindo · 4 years ago
  91. 51fece1 bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062) by Victor Stinner · 4 years ago
  92. c0d5c13 bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043) by Victor Stinner · 4 years ago
  93. 93d50a6 bpo-1635741: Port _sha3 module to multi-phase init (GH-21855) by Mohamed Koubaa · 4 years ago
  94. a7f0268 bpo-1635741: Port _blake2 module to multi-phase init (GH-21856) by Mohamed Koubaa · 4 years ago
  95. 749ed85 Fixed mistake in test for f-string error description (GH-22036) (GH-22059) by han-solo · 4 years ago
  96. 5b24d15 Improve hypot() accuracy with three separate accumulators (GH-22032) by Raymond Hettinger · 4 years ago
  97. 1d25f5b Remove reference to Boa Constructor. (GH-22012) by Andre Delfino · 4 years ago
  98. dea82b6 [doc] Remove references to PyChecker. (GH-22011) by Andre Delfino · 4 years ago
  99. 700fa1b Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH-22031) by Benjamin Peterson · 4 years ago
  100. 17dc1b7 bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) by Shantanu · 4 years ago