Python 3.10.0a4
  1. 445f7f5 Python 3.10.0a4 by Pablo Galindo · 4 years, 8 months ago v3.10.0a4
  2. de833b6 Fix 'make suspicious' for the itertools module (GH-24097) by Pablo Galindo · 4 years, 8 months ago
  3. c8a87ad bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222) by Mohamed Koubaa · 4 years, 8 months ago
  4. bf06b20 Delete the now unused c_do_not_emit_bytecode field. (#24094) by Mark Shannon · 4 years, 8 months ago
  5. df21f50 bpo-42692: fix __builtin_available check on older compilers (GH-23873) by Joshua Root · 4 years, 8 months ago
  6. b6fc0c4 bpo-42789: Enable using /dev/tty in test_curses. (GH-24085) by Serhiy Storchaka · 4 years, 8 months ago
  7. 0f3b96b Update Sphinx version for macOS installer build. (GH-24082) by Ned Deily · 4 years, 8 months ago
  8. a38e04b bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081) by Ned Deily · 4 years, 8 months ago
  9. 14097a2 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) by Ned Deily · 4 years, 8 months ago
  10. c94ee13 bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) by Erlend Egeberg Aasland · 4 years, 8 months ago
  11. 1470edd bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) by Serhiy Storchaka · 4 years, 8 months ago
  12. 7c83eaa bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061) by Hai Shi · 4 years, 8 months ago
  13. b8eb376 bpo-40077: Add traverse/clear/free to arraymodule (GH-24066) by Erlend Egeberg Aasland · 4 years, 8 months ago
  14. 6613676 bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919) by Zackery Spytz · 4 years, 8 months ago
  15. 5d3553b bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073) by Zackery Spytz · 4 years, 8 months ago
  16. 9e8fe19 bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache (GH-24070) by Pablo Galindo · 4 years, 8 months ago
  17. bd2728b bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) by Pablo Galindo · 4 years, 8 months ago
  18. 2ea320d bpo-40631: Disallow single parenthesized star target (GH-24027) by Lysandros Nikolaou · 4 years, 8 months ago
  19. 8f8de73 No need to test "istep==1" twice. (GH-24064) by Raymond Hettinger · 4 years, 8 months ago
  20. 768fa14 bpo-42772: Step argument ignored when stop is None. (GH-24018) by Raymond Hettinger · 4 years, 8 months ago
  21. 607501a bpo-42789: Don't skip curses tests on non-tty. (GH-24009) by Serhiy Storchaka · 4 years, 8 months ago
  22. a25011b bpo-42809: Improve pickle tests for recursive data. (GH-24060) by Serhiy Storchaka · 4 years, 8 months ago
  23. 75bf107 bpo-40077: Convert arraymodule to use heap types and establish module state (GH-23124) by Erlend Egeberg Aasland · 4 years, 8 months ago
  24. 49cd68f bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059) by Ken Jin · 4 years, 8 months ago
  25. d914283 handle empty string in variable executable in platform.libc_ver() (#23140) by Kurochan · 4 years, 8 months ago
  26. 11276cd bpo-41559: Documentation for PEP 612 (GH-24000) by Ken Jin · 4 years, 8 months ago
  27. 3bf0532 bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) by Ross · 4 years, 8 months ago
  28. de6f20a Bring Python into the new year. (GH-24036) by Dong-hee Na · 4 years, 8 months ago
  29. ec31653 bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) by Dong-hee Na · 4 years, 8 months ago
  30. c8a7b8f bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) by Raymond Hettinger · 4 years, 8 months ago
  31. b5711c9 bpo-37193: Remove thread objects which finished process its request (GH-23127) by Jason R. Coombs · 4 years, 8 months ago
  32. 3631d6d Fixes a typo in importlib.metadata. (#23921) by Tao He · 4 years, 8 months ago
  33. a6fd0f4 bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (#23010) by Jason R. Coombs · 4 years, 8 months ago
  34. dfdca85 bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) by Jason R. Coombs · 4 years, 8 months ago
  35. f4936ad bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980) by Erlend Egeberg Aasland · 4 years, 8 months ago
  36. 9655434 bpo-39068: Fix race condition in base64 (GH-17627) by Brandon Stansbury · 4 years, 8 months ago
  37. f421bfc Minor improvements to the convolve() recipe (GH-24012) by Raymond Hettinger · 4 years, 8 months ago
  38. 4ac923f bpo-42773: fix tests not being run on pushes (GH-24004) by Filipe Laíns · 4 years, 8 months ago
  39. 277ce30 bpo-27640: Add --disable-test-modules configure option (GH-23886) by pxinwr · 4 years, 8 months ago
  40. c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 4 years, 8 months ago
  41. ba0e49a bpo-40137: Fix refleak in _functools_exec() (GH-24006) by Victor Stinner · 4 years, 8 months ago
  42. 056c082 bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) by Petr Viktorin · 4 years, 8 months ago
  43. 2edfc86 bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) by Andre Delfino · 4 years, 8 months ago
  44. 84d79cf bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964) by Erlend Egeberg Aasland · 4 years, 8 months ago
  45. 0159e5e bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762) by Jakub Kulík · 4 years, 8 months ago
  46. dd39123 bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405) by Hai Shi · 4 years, 8 months ago
  47. 84402eb bpo-42700: Swap descriptions in pyexpat.errors (GH-23876) by Michael Wayne Goodman · 4 years, 8 months ago
  48. a4258e8 Fix minor typo in comments in readline.c (GH-23911) by Jero Bado · 4 years, 8 months ago
  49. 030a713 Allow / character in username,password fields in _PROXY envvars. (#23973) by Senthil Kumaran · 4 years, 8 months ago
  50. c1af128 bpo-41781: Fix typo in internal function name in typing (GH-23957) by Ross · 4 years, 8 months ago
  51. 40c2c83 Fix typo in NEWS (GH23958) by Zackery Spytz · 4 years, 8 months ago
  52. 1df56bc bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) by Serhiy Storchaka · 4 years, 8 months ago
  53. 156b7f7 bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966) by Serhiy Storchaka · 4 years, 8 months ago
  54. c56988b8 bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982) by Zackery Spytz · 4 years, 8 months ago
  55. efb1f09 bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942) by Ken Jin · 4 years, 8 months ago
  56. a6d63a2 Fix compiler warnings regarding loss of data (GH-23983) by Pablo Galindo · 4 years, 8 months ago
  57. 290f5ae Use Py_NewRef in Modules/_struct.c (GH-23981) by Pablo Galindo · 4 years, 8 months ago
  58. 4140f10 bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963) by Ken Jin · 4 years, 8 months ago
  59. a9621bb bpo-42222: Modernize integer test/conversion in randrange() (#23064) by Raymond Hettinger · 4 years, 8 months ago
  60. 1031f23 [workflow] Use MSVC problem matcher for Windows action build (GH-18532) by Ammar Askar · 4 years, 8 months ago
  61. bf108bb bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975) by Erlend Egeberg Aasland · 4 years, 8 months ago
  62. 897387d bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972) by Erlend Egeberg Aasland · 4 years, 8 months ago
  63. abba83b bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) by Erlend Egeberg Aasland · 4 years, 8 months ago
  64. bf64d90 bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170) by Erlend Egeberg Aasland · 4 years, 8 months ago
  65. 3ccef1c bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838) by Erlend Egeberg Aasland · 4 years, 8 months ago
  66. 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 · 4 years, 8 months ago
  67. f450723 bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953) by Victor Stinner · 4 years, 8 months ago
  68. 3bcc4ea Add small validator utility for PEG grammars (GH-23519) by Pablo Galindo · 4 years, 8 months ago
  69. 7865f51 bpo-16396: fix BPO number in changelog (GH-23951) by Shantanu · 4 years, 8 months ago
  70. 0b281f9 bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954) by Dong-hee Na · 4 years, 8 months ago
  71. ea25180 bpo-40521: Per-interpreter interned strings (GH-20085) by Victor Stinner · 4 years, 8 months ago
  72. 993e88c bpo-42694: Prevent creating _curses_panel.panel (GH-23948) by Victor Stinner · 4 years, 8 months ago
  73. 4101018 bpo-42745: Make the type cache per-interpreter (GH-23947) by Victor Stinner · 4 years, 8 months ago
  74. 77fde8d Add convolve() to the itertools recipes (GH-23928) by Raymond Hettinger · 4 years, 8 months ago
  75. ba3d67c bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) by Victor Stinner · 4 years, 8 months ago
  76. f0853bc Sync what's new in 3.9 with 3.9 branch (GH-23943) by Ken Jin · 4 years, 8 months ago
  77. 5ae9be6 bpo-36876: [c-analyzer tool] Additional CLI updates for "capi" command. (gh-23929) by Eric Snow · 4 years, 8 months ago
  78. c1ae21c Rename Tkinter tests for widget options (GH-23944) by Serhiy Storchaka · 4 years, 8 months ago
  79. 36a779e bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) by Desmond Cheong · 4 years, 8 months ago
  80. 675c97e bpo-42721: Improve using simple dialogs without root window (GH-23897) by Serhiy Storchaka · 4 years, 8 months ago
  81. 586f3db bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677) by Irit Katriel · 4 years, 8 months ago
  82. bb70b2a bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904) by Serhiy Storchaka · 4 years, 8 months ago
  83. 954a742 bpo-42734: Fix crasher bogus_code_obj.py (GH-23939) by Serhiy Storchaka · 4 years, 8 months ago
  84. 7f162e8 bpo-29076: Add fish support to macOS installer (GH-23302) by Erlend Egeberg Aasland · 4 years, 8 months ago
  85. 64abf37 bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) by Gregory P. Smith · 4 years, 8 months ago
  86. 8badade bpo-42727: Fix the NEWS entry .rst (GH-23932) by Gregory P. Smith · 4 years, 8 months ago
  87. 786d97a bpo-42727: [Enum] use super() and include **kwds (GH-23927) by Ethan Furman · 4 years, 8 months ago
  88. c6c43b2 bpo-42685: Improve placing of simple query windows. (GH-23856) by Serhiy Storchaka · 4 years, 8 months ago
  89. 6ec0ade [Enum] EnumMeta.__prepare__ now accepts **kwds (#23917) by Ethan Furman · 4 years, 8 months ago
  90. 7ec59d8 bpo-36876: [c-analyzer tool] Add a "capi" subcommand to the c-analyzer tool. (gh-23918) by Eric Snow · 4 years, 8 months ago
  91. b57ada9 closes bpo-42726: gdb libpython: InstanceProxy support for py3 (GH-23912) by Augusto Hack · 4 years, 8 months ago
  92. a9ef95b GH: Add isidentical to the CODEOWNERS (GH-23923) by Batuhan Taskaya · 4 years, 8 months ago
  93. 73607be bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) by kj · 4 years, 8 months ago
  94. cc3467a bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) by Raymond Hettinger · 4 years, 8 months ago
  95. 6dd3da3 bpo-42195: Override _CallableGenericAlias's __getitem__ (GH-23915) by kj · 4 years, 8 months ago
  96. eee1c77 bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) by Batuhan Taskaya · 4 years, 8 months ago
  97. 6b1ac80 bpo-25246: Optimize deque.remove() (GH-23898) by Raymond Hettinger · 4 years, 8 months ago
  98. a124916 bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724) by Victor Stinner · 4 years, 8 months ago
  99. 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 4 years, 8 months ago
  100. bfda4f5 bpo-28468: Fix typo in _os_release_candidates (GH-23913) by Victor Stinner · 4 years, 8 months ago