Python 3.12.0a7
  1. b861ba4 Python 3.12.0a7 by Thomas Wouters · 2 years, 5 months ago v3.12.0a7
  2. c00dcf0 gh-103092: Isolate `_pickle` module (#102982) by Erlend E. Aasland · 2 years, 5 months ago
  3. 810d365 gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231) by Ethan Furman · 2 years, 5 months ago
  4. 5ffc1e5 gh-98298, gh-74730: [Enum] update docs (GH-103163) by Ethan Furman · 2 years, 5 months ago
  5. d3a7732 gh-103215: Remove redundant if stmt from `enum.EnumType._find_data_type_` (GH-103222) by Sadra Barikbin · 2 years, 5 months ago
  6. 11c3020 GH-76846, GH-85281: Call `__new__()` and `__init__()` on pathlib subclasses (GH-102789) by Barney Gale · 2 years, 5 months ago
  7. 2a72125 gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866) by Nikita Sobolev · 2 years, 5 months ago
  8. 385b5d6 gh-102038: Skip a sometimes unnecessary stat in site.py (#102039) by Shantanu · 2 years, 5 months ago
  9. 32937d6 gh-103109: Document ignore_warnings() test support helper (#103110) by Charlie Zhao · 2 years, 5 months ago
  10. 6883007 bpo-4080: unittest durations (#12271) by Giampaolo Rodola · 2 years, 5 months ago
  11. 6d59c9e gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancecheck__` (#103034) by Alex Waygood · 2 years, 5 months ago
  12. d828b35 GH-102456: Fix docstring and getopt options for base64 (gh-102457) by Partha P. Mukherjee · 2 years, 5 months ago
  13. 361a3ea gh-74690: Micro-optimise `typing._get_protocol_attrs` (#103152) by Alex Waygood · 2 years, 5 months ago
  14. 2a4d8c0 gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149) by Ethan Furman · 2 years, 5 months ago
  15. dfc4c95 gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151) by Eric Snow · 2 years, 5 months ago
  16. 9048d73 gh-74690: typing: Don't unnecessarily call `_get_protocol_attrs` twice in `_ProtocolMeta.__instancecheck__` (#103141) by Alex Waygood · 2 years, 5 months ago
  17. b0422e1 gh-102871: Remove obsolete browsers from webbrowser (#102872) by James De Bias · 2 years, 5 months ago
  18. 44bd3fe gh-102799: use exception instance instead of sys.exc_info() (#102885) by Irit Katriel · 2 years, 5 months ago
  19. 21e9de3 gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-103086) by Jeong, YunWon · 2 years, 5 months ago
  20. 121057a GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022) by Brandt Bucher · 2 years, 5 months ago
  21. d052a38 gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (#103113) by Bernhard Wagner · 2 years, 5 months ago
  22. e375bff gh-103068: Check condition expression of breakpoints for pdb (#103069) by gaogaotiantian · 2 years, 5 months ago
  23. 60bdc16 gh-103054: typing: Improve `Callable` type substitution tests (#103055) by Nikita Sobolev · 2 years, 5 months ago
  24. f4ed2c6 gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060) by Ethan Furman · 2 years, 5 months ago
  25. b838d80 gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-103062) by Ethan Furman · 2 years, 5 months ago
  26. 56d055a gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424) by Oleg Iarygin · 2 years, 5 months ago
  27. 34eb6f7 gh-103046: Display current line correctly for `dis.disco()` with CACHE entries (#103047) by gaogaotiantian · 2 years, 5 months ago
  28. 3606753 gh-103023: Add SyntaxError check in pdb's `display` command (#103024) by gaogaotiantian · 2 years, 5 months ago
  29. 30a306c Fix typo in _swappedbytes_ in ctypes comment (#102773) by Matthias Görgens · 2 years, 5 months ago
  30. 718e866 gh-98886: Fix issues with dataclass fields with special underscore names (#102032) by Shantanu · 2 years, 5 months ago
  31. 8ec6486 gh-103027: Update `dataclass.make_dataclass` docstring (gh-103028) by Nikita Sobolev · 2 years, 5 months ago
  32. 1fd603f GH-102833: Mention the key function in the docstrings (GH-103009) by Raymond Hettinger · 2 years, 5 months ago
  33. 64cb1a4 gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#100132) by JakobDev · 2 years, 5 months ago
  34. ded9a7f gh-102980: Add tests for pdf's display, alias and where commands (#102981) by gaogaotiantian · 2 years, 5 months ago
  35. acfe02f gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373) by David Benjamin · 2 years, 5 months ago
  36. 413b7db gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709) by MonadChains · 2 years, 5 months ago
  37. 0444ae2 GH-100982: Break up COMPARE_AND_BRANCH (GH-102801) by Brandt Bucher · 2 years, 5 months ago
  38. bd06375 gh-102558: [Enum] fix AttributeError during member repr() (GH-102601) by Dong-hee Na · 2 years, 5 months ago
  39. 4695709 Move binomialvariate() to a section for discrete distributions (GH-102955) by Raymond Hettinger · 2 years, 5 months ago
  40. bf42eb8 gh-102943: Stop checking localized error text in socket tests on Windows (GH-102944) by AN Long · 2 years, 5 months ago
  41. adb0621 gh-88965: typing: fix type substitution of a list of types after initial `ParamSpec` substitution (#102808) by Nikita Sobolev · 2 years, 5 months ago
  42. baf4eb0 gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948) by Alex Waygood · 2 years, 5 months ago
  43. 3468c76 gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870) by Irit Katriel · 2 years, 5 months ago
  44. 04adf2d gh-102780: Fix uncancel() call in asyncio timeouts (#102815) by Kristján Valur Jónsson · 2 years, 5 months ago
  45. 713df2c GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282) by Stanislav Zmiev · 2 years, 5 months ago
  46. af9c34f gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932) by Benjamin Fogle · 2 years, 5 months ago
  47. 61405da gh-101947: Remove size check from sqlite3 serialize test (#102914) by Erlend E. Aasland · 2 years, 5 months ago
  48. 3d7eb66 gh-101313: Add -h and --help arguments to the webbrowser module (gh-101374) by Icelain · 2 years, 5 months ago
  49. 420bbb7 GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) by David Benjamin · 2 years, 5 months ago
  50. 76350e8 gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407) by Irit Katriel · 2 years, 5 months ago
  51. 4bb1dd3 gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877) by wim glenn · 2 years, 5 months ago
  52. 7f760c2 gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850) by Irit Katriel · 2 years, 5 months ago
  53. 868490e gh-102799: Let pydoc use the exception instead of sys.exc_info (#102830) by Irit Katriel · 2 years, 5 months ago
  54. 5c471f3 gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Display as well (GH-102849) by Irit Katriel · 2 years, 5 months ago
  55. 5e6661b gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450) by Alan Williams · 2 years, 5 months ago
  56. 40d4f15 gh-102828: fix test failure (add missing skip instructions) (#102835) by Irit Katriel · 2 years, 5 months ago
  57. 382ee2f gh-102491: Remove IronPython version check in sys_version (#102492) by Pieter Eendebak · 2 years, 5 months ago
  58. 699cb20 gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (#102811) by JosephSBoyle · 2 years, 5 months ago
  59. d51a6dc gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829) by Irit Katriel · 2 years, 5 months ago
  60. 4d1f033 gh-102778: revert changes to idlelib (#102825) by Irit Katriel · 2 years, 5 months ago
  61. e1e9bab gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779) by Irit Katriel · 2 years, 5 months ago
  62. b3cc11a gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800) by Irit Katriel · 2 years, 5 months ago
  63. 65fb7c4 gh-102701: Fix overflow in dictobject.c (GH-102750) by Inada Naoki · 2 years, 5 months ago
  64. 4f5774f GH-78530: add support for generators in `asyncio.wait` (#102761) by Kumar Aditya · 2 years, 5 months ago
  65. 3f9285a gh-102755: Add PyErr_DisplayException(exc) (#102756) by Irit Katriel · 2 years, 5 months ago
  66. 0f17576 gh-99726: Improves correctness of stat results for Windows, and uses faster API when available (GH-102149) by Steve Dower · 2 years, 5 months ago
  67. adaed17 GH-102748: remove legacy support for generator based coroutines from `asyncio.iscoroutine` (#102749) by Kumar Aditya · 2 years, 5 months ago
  68. fbe82fd gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (#102722) by Nikita Sobolev · 2 years, 5 months ago
  69. a297d59 Add comments to `{typing,_collections_abc}._type_repr` about each other (#102752) by Nikita Sobolev · 2 years, 5 months ago
  70. 51d693c gh-102594: PyErr_SetObject adds note to exception raised on normalization error (#102675) by Irit Katriel · 2 years, 5 months ago
  71. 2dc9463 gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468) by yonatanp · 2 years, 5 months ago
  72. a44553e GH-100112: avoid using iterable coroutines in asyncio internally (#100128) by Kumar Aditya · 2 years, 5 months ago
  73. 1c9f339 gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691) by Jamoo721 · 2 years, 5 months ago
  74. 00d1ef7 Fix typo in code comment (#102726) by Martin Breuss · 2 years, 5 months ago
  75. 2b5781d gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637) by Nikita Sobolev · 2 years, 5 months ago
  76. 5e0865f gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378) by Andre Hora · 2 years, 5 months ago
  77. e94edab gh-102560 Add docstrings to asyncio.TaskGroup (#102565) by JosephSBoyle · 2 years, 5 months ago
  78. 5fce813 gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706) by Steve Dower · 2 years, 5 months ago
  79. a028778 Rename redundant enum tests so that they run (#102535) by JosephSBoyle · 2 years, 5 months ago
  80. d77c487 gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685) by Dong-hee Na · 2 years, 5 months ago
  81. 1ff81c0 gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506) by Eric Snow · 2 years, 5 months ago
  82. 457e4d1 GH-102670: Use sumprod() to simplify, speed up, and improve accuracy of statistics functions (GH-102649) by Raymond Hettinger · 2 years, 5 months ago
  83. d97757f gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#102075) by Nikita Sobolev · 2 years, 5 months ago
  84. 71e37d9 gh-98169 dataclasses.astuple support DefaultDict (#98170) by T · 2 years, 5 months ago
  85. 634cb61 gh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct (#102562) by Irit Katriel · 2 years, 5 months ago
  86. 9a8b66b Fix broken link to MSDN (#102355) by 谭九鼎 · 2 years, 5 months ago
  87. 78e4e6c gh-101100: Fix Sphinx warnings in `turtle` module (#102340) by Hugo van Kemenade · 2 years, 5 months ago
  88. 5d677c5 GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674) by gaogaotiantian · 2 years, 5 months ago
  89. 6cd7572 Optimize fmean() weighted average (#102626) by Raymond Hettinger · 2 years, 5 months ago
  90. bb396ee gh-101821: Test coverage for `ast.main` function (#101822) by Nikita Sobolev · 2 years, 5 months ago
  91. 534660f gh-79940: skip `TestGetAsyncGenState` on wasm as it requires working sockets (GH-102605) by Thomas Krennwallner · 2 years, 5 months ago
  92. ced13c9 gh-79940: add introspection API for asynchronous generators to `inspect` module (#11590) by Thomas Krennwallner · 2 years, 5 months ago
  93. 5ffdaf7 gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (#102449) by Alex Waygood · 2 years, 5 months ago
  94. 08b67fb GH-90997: Shrink the LOAD_GLOBAL caches (#102569) by Brandt Bucher · 2 years, 5 months ago
  95. 767d3a8 gh-88071: Update docstrings of dataclass' astuple and asdict (#101806) by Ilya V. Schurov · 2 years, 5 months ago
  96. b48be8f gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104) by Nikita Sobolev · 2 years, 5 months ago
  97. ee6f841 gh-102578: Optimise setting and deleting mutable attributes on non-dataclass subclasses of frozen dataclasses (gh-102573) by Xuehai Pan · 2 years, 5 months ago
  98. 90f1d77 GH-80486: Fix handling of NTFS alternate data streams in pathlib (GH-102454) by Barney Gale · 2 years, 5 months ago
  99. 64bde50 GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538) by Paul Ganssle · 2 years, 5 months ago
  100. cb35882 gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544) by Steve Dower · 2 years, 5 months ago