1. e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 5 years ago
  2. 95a8a0e bpo-41513: Remove broken tests that fail on Gentoo (GH-22249) by Raymond Hettinger · 5 years ago
  3. 457d4e9 bpo-41513: Add docs and tests for hypot() (GH-22238) by Raymond Hettinger · 5 years ago
  4. 2ec6752 bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370) by Zackery Spytz · 5 years ago
  5. 1b0f0e3 bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197) by Victor Stinner · 5 years ago
  6. 7e711ea bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206) by Terry Jan Reedy · 5 years ago
  7. 4712471 Update idlelib/help.html to current IDLE doc (GH-22181) by Terry Jan Reedy · 5 years ago
  8. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 5 years ago
  9. 58de1dd bpo-41525: Make the Python program help ASCII-only (GH-21836) by Serhiy Storchaka · 5 years ago
  10. 84ef33c Fix typo in typing.py (GH-22121) by Graham Bleaney · 5 years ago
  11. 3fd6999 bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22142) by Irit Katriel · 5 years ago
  12. 207c321 bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) by Erlend Egeberg Aasland · 5 years ago
  13. 22748a8 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Artem Bulgakov · 5 years ago
  14. fd4cafd bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) by Serhiy Storchaka · 5 years ago
  15. 8c0be6f bpo-41687: Fix sendfile implementation to work with Solaris (#22040) by Jakub Kulík · 5 years ago
  16. dd18001 bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098) by Steve Dower · 5 years ago
  17. 54a66ad bpo-41700: Skip test if the locale is not supported (GH-22081) by Dong-hee Na · 5 years ago
  18. e55a0e9 Fix 'gather' rules in the python parser generator (GH-22021) by Pablo Galindo · 5 years ago
  19. be435ae bpo-39010: Improve test shutdown (#22066) by Ben Darnell · 5 years ago
  20. 0770ad9 bpo-41696: Fix handling of debug mode in asyncio.run (#22069) by Shantanu · 5 years ago
  21. 3940333 closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058) by Benjamin Peterson · 5 years ago
  22. 749ed85 Fixed mistake in test for f-string error description (GH-22036) (GH-22059) by han-solo · 5 years ago
  23. 17dc1b7 bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) by Shantanu · 5 years ago
  24. 9b648a9 bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) by Pablo Galindo · 5 years ago
  25. 6844b56 bpo-41528: Use math module in turtle (GH-21837) by Marek Madejski · 5 years ago
  26. 0d6aa7f bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) by han-solo · 5 years ago
  27. ea5a636 bpo-39010: Fix errors logged on proactor loop restart (#22017) by Ben Darnell · 5 years ago
  28. 475a5fb bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) by Vinay Sharma · 5 years ago
  29. 582f137 bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892) by Irit Katriel · 5 years ago
  30. 022bc75 bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935) by Irit Katriel · 5 years ago
  31. 94ad6c6 bpo-33660: Fix PosixPath to resolve a relative path on root by Dong-hee Na · 7 years ago
  32. a2118a1 bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894) by Elvis Pranskevichus · 5 years ago
  33. c517fc7 bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895) by Elvis Pranskevichus · 5 years ago
  34. 1afb42c bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) by Cleber Rosa · 5 years ago
  35. 29f8429 bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852) by James Weaver · 5 years ago
  36. 99c0ee3 Fix typo in message from assert statement (GH-21283) by Allen · 5 years ago
  37. fbf43f0 bpo-41521: Rename blacklist parameter to not_exported (GH-21824) by Victor Stinner · 5 years ago
  38. 2353d77 bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) by Irit Katriel · 5 years ago
  39. fff3c28 bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803) by Raymond Hettinger · 5 years ago
  40. 39dab24 bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890) by Stefan Krah · 5 years ago
  41. 87d8287 bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) by Paul Ganssle · 5 years ago
  42. e55de68 bpo-41410: Fix outdated info in mkstemp docs (GH-21701) by Rishav Kundu · 5 years ago
  43. 20ae565 bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826) by Victor Stinner · 5 years ago
  44. c818b15 bpo-41520: Fix second codeop regression (GH-21848) by Terry Jan Reedy · 5 years ago
  45. c51db0e bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850) by Pablo Galindo · 5 years ago
  46. 369a1cb bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838) by Victor Stinner · 5 years ago
  47. 0e95bbf bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825) by Victor Stinner · 5 years ago
  48. 0ee0b29 bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823) by Victor Stinner · 5 years ago
  49. fabd7bb bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) by Victor Stinner · 5 years ago
  50. 490c542 bpo-40275: Fix failed test cases by using test helpers (GH-21811) by Hai Shi · 5 years ago
  51. 4ce6faa bpo-16995: add support for base32 extended hex (base32hex) (GH-20441) by Filipe Laíns · 5 years ago
  52. 39042e0 bpo-41324 Add a minimal decimal capsule API (#21519) by Stefan Krah · 5 years ago
  53. 416f0b7 bpo-41514: Fix buggy IDLE test (GH-21808) by Terry Jan Reedy · 5 years ago
  54. f2e161c bpo-41468: Improve and test IDLE run error exit (GH-21798) by Terry Jan Reedy · 5 years ago
  55. 8b67bf9 Improve renamed test_run.RecursionLimitTest (GH-21794) by Terry Jan Reedy · 5 years ago
  56. e28b8c9 bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958) by Zackery Spytz · 5 years ago
  57. c6f282f bpo-40275: Use new test.support helper submodules in tests (GH-21785) by Hai Shi · 5 years ago
  58. d94af3f bpo-40275: Remove test helpers aliases in test.support (GH-21771) by Hai Shi · 5 years ago
  59. a4084b9 bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757) by Konge · 5 years ago
  60. fcce8c6 bpo-40275: Use new test.support helper submodules in tests (GH-21772) by Hai Shi · 5 years ago
  61. e27a51c bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Victor Stinner · 5 years ago
  62. f44693e bpo-41477: Make ctypes optional in test_genericalias (GH-21766) by Victor Stinner · 5 years ago
  63. 598a951 bpo-40275: Use new test.support helper submodules in tests (GH-21764) by Hai Shi · 5 years ago
  64. 5f0769a bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734) by Nathan M · 5 years ago
  65. 79bb2c9 bpo-40275: Use new test.support helper submodules in tests (GH-21743) by Hai Shi · 5 years ago
  66. 52f9842 bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Eric L. Frederich · 5 years ago
  67. 8f4380d bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312) by Batuhan Taskaya · 5 years ago
  68. c7decc2 bpo-40275: Use new test.support helper submodules in tests (GH-21727) by Hai Shi · 5 years ago
  69. 604bba1 bpo-40275: Use new test.support helper submodules in tests (GH-21452) by Hai Shi · 5 years ago
  70. da4e09f bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536) by Hans Petter Jansson · 5 years ago
  71. db6d9a5 bpo-41431: Optimize dict_merge for copy (GH-21674) by Inada Naoki · 5 years ago
  72. 602a971 bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) by Victor Stinner · 5 years ago
  73. 701b638 bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) by Victor Stinner · 5 years ago
  74. 4660597 bpo-40275: Use new test.support helper submodules in tests (GH-21448) by Hai Shi · 5 years ago
  75. bb0424b bpo-40275: Use new test.support helper submodules in tests (GH-21451) by Hai Shi · 5 years ago
  76. a7f5d93 bpo-40275: Use new test.support helper submodules in tests (GH-21449) by Hai Shi · 5 years ago
  77. 6a613f9 random module: Convert a "while 1" to "while True (GH-21700) by Raymond Hettinger · 5 years ago
  78. 5c32709 bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695) by Raymond Hettinger · 5 years ago
  79. cadda52 bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694) by Karthikeyan Singaravelan · 5 years ago
  80. 6e8128f bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) by Mark Shannon · 5 years ago
  81. c82dda1 bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587) by Zackery Spytz · 5 years ago
  82. 67987ac bpo-41401: Fix test_fspath_support in test_io. (GH-21640) by Serhiy Storchaka · 5 years ago
  83. 855e688 bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447) by pxinwr · 5 years ago
  84. f1d40f9 bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) by Akuli · 5 years ago
  85. 508ed2d Delete remaining references to Grammar/Grammar from docs (#21624) by Guido van Rossum · 5 years ago
  86. b1a8730 bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) by Serhiy Storchaka · 5 years ago
  87. 0028c14 bpo-41314: fixed annotations __future__ version (GH-21616) by YoSTEALTH · 5 years ago
  88. daff390 bpo-38731: Add --quiet option to py_compile CLI (GH-17134) by Gregory Schevchenko · 5 years ago
  89. af08db7 bpo-37309: NEWS for #41373 (GH-21612) by Terry Jan Reedy · 5 years ago
  90. 0dd463c bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Serhiy Storchaka · 5 years ago
  91. 0dd98c2 bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595) by Alex Grönholm · 5 years ago
  92. 592527f bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Zackery Spytz · 5 years ago
  93. bcd4783 bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257) by Abhijeet Kasurde · 5 years ago
  94. 653f420 bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553) by wyfo · 5 years ago
  95. bf2f76e bpo-41364: Reduce import overhead of uuid module (GH-21586) by Steve Dower · 5 years ago
  96. 12f4334 bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) by Serhiy Storchaka · 5 years ago
  97. d42528a bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Vinay Sharma · 5 years ago
  98. 902356a bpo-41338: Fix DeprecationWarning in tests (GH-21542) by Inada Naoki · 5 years ago
  99. bfd0fbd bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139) by Vinay Sharma · 5 years ago
  100. c53b310 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by scoder · 5 years ago