1. 6aeb2fe bpo-26806: IDLE should run without docstrings (#14657) by Terry Jan Reedy · 5 years ago
  2. 73ea546 bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670) by Victor Stinner · 5 years ago
  3. 430a9f4 bpo-18374: fix tests to check the correct thing about line numbers (GH-14659) by Carl Friedrich Bolz-Tereick · 5 years ago
  4. 61b1bc5 Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)" (GH-14669) by Victor Stinner · 5 years ago
  5. 91b4f7a bpo-37526: Add support.catch_threading_exception() (GH-14664) by Victor Stinner · 5 years ago
  6. cf9c41c bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662) by Victor Stinner · 5 years ago
  7. 110a47c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Carl Friedrich Bolz-Tereick · 5 years ago
  8. e676244 bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) by Victor Stinner · 5 years ago
  9. 38f44b4 bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) by Jason R. Coombs · 5 years ago
  10. fcf1d00 bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944) by Tal Einat · 5 years ago
  11. bad02cc Move test_threaded_import.py to test_importlib/ (GH-14582) by Kyle Stanley · 5 years ago
  12. 8fbeb14 bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) by Victor Stinner · 5 years ago
  13. 0d722f3 bpo-36974: separate vectorcall functions for each calling convention (GH-13781) by Jeroen Demeyer · 5 years ago
  14. 1da4462 bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Victor Stinner · 5 years ago
  15. 2f19e82 bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545) by thatneat · 5 years ago
  16. 9d40554 bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572) by Victor Stinner · 5 years ago
  17. 56ec4f1 bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466) by Kyle Stanley · 5 years ago
  18. 74c9dd5 bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) by Victor Stinner · 5 years ago
  19. 684cb47 bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563) by Victor Stinner · 5 years ago
  20. b71d8d6 bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) by Victor Stinner · 5 years ago
  21. 477b1b2 bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499) by Christian Heimes · 5 years ago
  22. 7cb9204 bpo-37421: urllib.request tests call urlcleanup() (GH-14529) by Victor Stinner · 5 years ago
  23. 039fb49 bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) by Victor Stinner · 5 years ago
  24. 61bf97e bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447) by Jakub Kulík · 5 years ago
  25. 5bbbc73 bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) by Ned Deily · 5 years ago
  26. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 5 years ago
  27. 6731002 bpo-36763: Use PyConfig_Clear() (GH-14445) by Victor Stinner · 5 years ago
  28. e21b45a bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516) by Victor Stinner · 5 years ago
  29. 8f4ef3b Remove unused imports in tests (GH-14518) by Victor Stinner · 5 years ago
  30. f9b7457 bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) by Victor Stinner · 5 years ago
  31. 72cd653 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miro Hrončok · 5 years ago
  32. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 5 years ago
  33. f0f5930 bpo-37428: Don't set PHA verify flag on client side (GH-14421) by Christian Heimes · 5 years ago
  34. c2cda63 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480) by Zackery Spytz · 5 years ago
  35. 0d671c0 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Andrew Svetlov · 5 years ago
  36. 5cbbbd7 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Ammar Askar · 5 years ago
  37. eb97b92 bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) by tmblweed · 5 years ago
  38. 9048c49 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) by Steve Dower · 5 years ago
  39. 80097e0 bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303) by Kyle Stanley · 5 years ago
  40. 242c26f bpo-31783: Fix a race condition creating workers during shutdown (#13171) by Brian Quinlan · 5 years ago
  41. 29f609e bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452) by Victor Stinner · 5 years ago
  42. 042821a bpo-37380: subprocess: don't use _active on win (GH-14360) by Ruslan Kuprieiev · 5 years ago
  43. 64580da bpo-37412: pythoninfo: add Windows long paths (GH-14434) by Victor Stinner · 5 years ago
  44. ec3e20a bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) by Victor Stinner · 5 years ago
  45. 44f91c3 bpo-37390: Add audit event table to documentations (GH-14406) by Steve Dower · 5 years ago
  46. 45a30af closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Brandt Bucher · 5 years ago
  47. 97d15b1 Replace deprecation warning with RuntimeError (GH-14397) by Andrew Svetlov · 5 years ago
  48. a719c8f bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418) by Victor Stinner · 5 years ago
  49. 4c26abd bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) by Victor Stinner · 5 years ago
  50. 06a8916 bpo-37376: pprint support for SimpleNamespace (GH-14318) by Carl Bordum Hansen · 5 years ago
  51. 7213df7 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) by Abhilash Raj · 5 years ago
  52. 2a7d596 bpo-37417: Fix error handling in bytearray.extend. (GH-14407) by Brandt Bucher · 5 years ago
  53. 5150d32 bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) by Victor Stinner · 5 years ago
  54. 2d88e63 bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390) by Serhiy Storchaka · 5 years ago
  55. 689830e bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Victor Stinner · 5 years ago
  56. c6a2320 bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) by Victor Stinner · 5 years ago
  57. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 5 years ago
  58. e1a63c4 bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) by Pierre Glaser · 5 years ago
  59. 594d9b9 bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) by Pierre Glaser · 5 years ago
  60. 0225701 bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) by Abhilash Raj · 5 years ago
  61. d7c87d9 bpo-37400: Fix test_os.test_chown() (GH-14374) by Victor Stinner · 5 years ago
  62. 3939c32 bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) by Victor Stinner · 5 years ago
  63. 9cb2741 bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373) by Victor Stinner · 5 years ago
  64. 894263b bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) by Serhiy Storchaka · 5 years ago
  65. 9fe42b4 bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357) by Zackery Spytz · 5 years ago
  66. 1791128 bpo-36546: Mark first argument as position only (GH-14363) by Raymond Hettinger · 5 years ago
  67. 3f5b908 bpo-37394: Fix pure Python implementation of the queue module (GH-14351) by Pablo Galindo · 5 years ago
  68. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 5 years ago
  69. 9fc720e bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062) by David K. Hess · 5 years ago
  70. 549f7d4 Get rid of exception traceback printing in asyncio tests (GH-14343) by Andrew Svetlov · 5 years ago
  71. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  72. 9bbf4d7 bpo-37359: Fix regrtest --cleanup (GH-14336) by Victor Stinner · 5 years ago
  73. a8b27e6 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) by Jeroen Demeyer · 5 years ago
  74. 47fbc4e bpo-37359: Add --cleanup option to python3 -m test (GH-14332) by Victor Stinner · 5 years ago
  75. 2ac3bab bpo-37345: Add formal UDPLITE support (GH-14258) by Gabe Appleton · 5 years ago
  76. b3ca797 bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320) by Pablo Galindo · 5 years ago
  77. 663131a bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) by Pablo Galindo · 5 years ago
  78. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 5 years ago
  79. bb110cc Improve threading.daemon docstring (GH-14278) by mbarkhau · 5 years ago
  80. 186f709 bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293) by Xtreak · 5 years ago
  81. 184f3d4 bpo-37364: Use io.open_code() to read .pth files (GH-14299) by Steve Dower · 5 years ago
  82. e56a123 bpo-37362: test_gdb now ignores stderr (GH-14287) by Victor Stinner · 5 years ago
  83. a0d73a1 bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847) by Joannah Nanjekye · 5 years ago
  84. 08286d5 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Zackery Spytz · 5 years ago
  85. b9600b0 Remove redundant if check from optional argument function in argparse. (GH-8766) by Shashank Parekh · 5 years ago
  86. 1e61504 bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect regressions (GH-14127) by Pablo Galindo · 5 years ago
  87. 8713aa6 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) by İsmail Arılık · 5 years ago
  88. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 5 years ago
  89. 0150001 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) by Vinay Sajip · 5 years ago
  90. 54cf2e0 bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) by Terry Jan Reedy · 5 years ago
  91. 6b9c204 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Mike Gleen · 5 years ago
  92. a514f78 bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) by Ned Deily · 5 years ago
  93. 201bc2d bpo-5680: IDLE: Customize running a module (GH-13763) by Cheryl Sabella · 5 years ago
  94. dbdc991 Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172) by Victor Stinner · 5 years ago
  95. ac7b1a3 bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) by Victor Stinner · 5 years ago
  96. 8fac122 bpo-37321: Edit IDLE subprocess connection error messages. (#14170) by Terry Jan Reedy · 5 years ago
  97. 5bff3c8 bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Tal Einat · 5 years ago
  98. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 5 years ago
  99. ca7b504 bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) by Vinay Sajip · 5 years ago
  100. 1b8a46d bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) by Serhiy Storchaka · 5 years ago