1. f4936ad bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980) by Erlend Egeberg Aasland · 3 years, 7 months ago
  2. 9655434 bpo-39068: Fix race condition in base64 (GH-17627) by Brandon Stansbury · 3 years, 7 months ago
  3. c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 3 years, 7 months ago
  4. dd39123 bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405) by Hai Shi · 3 years, 7 months ago
  5. 030a713 Allow / character in username,password fields in _PROXY envvars. (#23973) by Senthil Kumaran · 3 years, 7 months ago
  6. c1af128 bpo-41781: Fix typo in internal function name in typing (GH-23957) by Ross · 3 years, 7 months ago
  7. 1df56bc bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) by Serhiy Storchaka · 3 years, 7 months ago
  8. 156b7f7 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Serhiy Storchaka · 3 years, 7 months ago
  9. efb1f09 bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942) by Ken Jin · 3 years, 7 months ago
  10. 4140f10 bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963) by Ken Jin · 3 years, 7 months ago
  11. a9621bb bpo-42222: Modernize integer test/conversion in randrange() (#23064) by Raymond Hettinger · 3 years, 7 months ago
  12. b02ad24 bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) by Serhiy Storchaka · 3 years, 7 months ago
  13. 3bcc4ea Add small validator utility for PEG grammars (GH-23519) by Pablo Galindo · 3 years, 7 months ago
  14. 0b281f9 bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954) by Dong-hee Na · 3 years, 7 months ago
  15. c1ae21c Rename Tkinter tests for widget options (GH-23944) by Serhiy Storchaka · 3 years, 7 months ago
  16. 36a779e bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) by Desmond Cheong · 3 years, 7 months ago
  17. 675c97e bpo-42721: Improve using simple dialogs without root window (GH-23897) by Serhiy Storchaka · 3 years, 7 months ago
  18. 586f3db bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677) by Irit Katriel · 3 years, 7 months ago
  19. bb70b2a bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904) by Serhiy Storchaka · 3 years, 7 months ago
  20. 954a742 bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) by Serhiy Storchaka · 3 years, 7 months ago
  21. 64abf37 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Gregory P. Smith · 3 years, 7 months ago
  22. 786d97a bpo-42727: [Enum] use super() and include **kwds (GH-23927) by Ethan Furman · 3 years, 7 months ago
  23. c6c43b2 bpo-42685: Improve placing of simple query windows. (GH-23856) by Serhiy Storchaka · 3 years, 7 months ago
  24. 6ec0ade [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917) by Ethan Furman · 3 years, 7 months ago
  25. 73607be bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) by kj · 3 years, 7 months ago
  26. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 3 years, 7 months ago
  27. 6dd3da3 bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915) by kj · 3 years, 7 months ago
  28. eee1c77 bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) by Batuhan Taskaya · 3 years, 7 months ago
  29. a124916 bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724) by Victor Stinner · 3 years, 7 months ago
  30. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 3 years, 7 months ago
  31. bfda4f5 bpo-28468: Fix typo in _os_release_candidates (GH-23913) by Victor Stinner · 3 years, 7 months ago
  32. 28b75c8 bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896) by Mark Shannon · 3 years, 7 months ago
  33. 069560b bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) by Irit Katriel · 3 years, 7 months ago
  34. b8fde8b bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668) by AMIR · 3 years, 7 months ago
  35. 711381d Fix typo in docstring (GH-23515) by Fernando Toledo · 3 years, 7 months ago
  36. f2dbfd7 bpo-42634: Mark reraise after except blocks as artificial. (GH-23877) by Mark Shannon · 3 years, 7 months ago
  37. 37a6d5f [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967) by Daniel Hahler · 3 years, 7 months ago
  38. ab74c01 bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) by pxinwr · 3 years, 7 months ago
  39. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 3 years, 7 months ago
  40. 1e27b57 bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665) by masklinn · 3 years, 7 months ago
  41. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 3 years, 7 months ago
  42. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 3 years, 7 months ago
  43. e8d2264 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) by Andre Delfino · 3 years, 7 months ago
  44. 17ef431 bpo-41891: ensure asyncio.wait_for waits for task completion (#22461) by Richard Kojedzinszky · 3 years, 7 months ago
  45. 6e799be bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031) by Max Bernstein · 3 years, 7 months ago
  46. 75dabfe bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530) by pxinwr · 3 years, 7 months ago
  47. bf353f3 bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) by Mark Shannon · 3 years, 7 months ago
  48. ba760f3 bpo-31904: Skip some asyncio tests on VxWorks (#23815) by pxinwr · 3 years, 7 months ago
  49. c143cc3 Correct referenced RFC number in cgi module (GH-22827) by Mike Lei · 3 years, 7 months ago
  50. 051b981 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Daniel Hahler · 3 years, 7 months ago
  51. 66d3b58 bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756) by Chris Jerdonek · 3 years, 7 months ago
  52. 5274b68 bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) by Mark Shannon · 3 years, 7 months ago
  53. c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 3 years, 7 months ago
  54. 99d28c5 bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798) by Victor Stinner · 3 years, 7 months ago
  55. 5f0fe8e bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) by Serhiy Storchaka · 3 years, 7 months ago
  56. 79782fe bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) by Victor Stinner · 3 years, 7 months ago
  57. b32d8b4 bpo-42644: Validate values in logging.disable() (#23786) by Matthias Bussonnier · 3 years, 7 months ago
  58. 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 3 years, 7 months ago
  59. b230409 bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776) by pxinwr · 3 years, 7 months ago
  60. 9a0dea6 bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716) by pxinwr · 3 years, 7 months ago
  61. e1e3c2d bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) by pxinwr · 3 years, 7 months ago
  62. b9ced83cf bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) by E-Paine · 3 years, 7 months ago
  63. 7f14a37 bpo-42641: Enhance test_select.test_select() (GH-23782) by Victor Stinner · 3 years, 7 months ago
  64. 3ca2b8f bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) by Victor Stinner · 3 years, 7 months ago
  65. f7049b5 bpo-42639: Add script_helper.run_test_script() (GH-23777) by Victor Stinner · 3 years, 7 months ago
  66. b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 3 years, 7 months ago
  67. 8473cf8 bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743) by Mark Shannon · 3 years, 7 months ago
  68. 6f79e60 bpo-33610: Edit idlelib.codecontext (GH-23773) by Terry Jan Reedy · 3 years, 7 months ago
  69. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 3 years, 7 months ago
  70. 83d5204 bpo-42639: Cleanup atexitmodule.c (GH-23770) by Victor Stinner · 3 years, 7 months ago
  71. fdb9efc bpo-41877: Check for misspelled speccing arguments (GH-23737) by vabr-g · 3 years, 7 months ago
  72. 42c9f0f bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) by Gregory P. Smith · 3 years, 7 months ago
  73. f5e97b7 bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spurious line events. (GH-23761) by Mark Shannon · 3 years, 7 months ago
  74. 56aa20f Don't generate spurious line number in try-except-finally. (#23760) by Mark Shannon · 3 years, 7 months ago
  75. 463c7d3 bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060) by kj · 3 years, 7 months ago
  76. 43c4fb6 bpo-30858: Improve error location for expressions with assignments (GH-23753) by Pablo Galindo · 3 years, 7 months ago
  77. b5a6db9 bpo-39717: [tarfile] update nested exception raising (GH-23739) by Ethan Furman · 3 years, 7 months ago
  78. 67b769f bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) by Alex Grönholm · 3 years, 7 months ago
  79. a658287 bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725) by Ethan Furman · 3 years, 7 months ago
  80. efb13be bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) by Ethan Furman · 3 years, 7 months ago
  81. 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 3 years, 7 months ago
  82. 7cf0aad bpo-42517: [Enum] do not convert private names into members (GH-23722) by Ethan Furman · 3 years, 7 months ago
  83. 6bd94de bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) by Ethan Furman · 3 years, 7 months ago
  84. 98a5417 bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684) by pxinwr · 3 years, 7 months ago
  85. eb7594f bpo-41443: Add more attribute checking in test_posix (GH-21688) by pxinwr · 3 years, 7 months ago
  86. 6d3dfee [Enum] reformat and add doc strings (GH-23705) by Ethan Furman · 3 years, 7 months ago
  87. 37440ee bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) by Ethan Furman · 3 years, 7 months ago
  88. c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 3 years, 7 months ago
  89. 8bae2a9 Python 3.10.0a3 by Pablo Galindo · 3 years, 7 months ago
  90. c0afb7f bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088) by Matti Picus · 3 years, 7 months ago
  91. c266736 bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) by Ethan Furman · 3 years, 7 months ago
  92. 57e5113 bpo-42508: Keep IDLE running on macOS (GH-23577) by Terry Jan Reedy · 3 years, 7 months ago
  93. 8a62887 bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664) by Serhiy Storchaka · 3 years, 7 months ago
  94. c598a04 bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH23613) by idanw206 · 3 years, 7 months ago
  95. 804d689 bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by kj · 3 years, 8 months ago
  96. da3d2ab GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638) by Senthil Kumaran · 3 years, 8 months ago
  97. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 3 years, 8 months ago
  98. 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 3 years, 8 months ago
  99. 2e0760b bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Irit Katriel · 3 years, 8 months ago
  100. 8d4f57d bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419) by pxinwr · 3 years, 8 months ago