Python 3.12.0a7
  1. b861ba4 Python 3.12.0a7 by Thomas Wouters · 2 years, 5 months ago v3.12.0a7
  2. 89e6a34 Fix a compiler warning in _xxsubinterpretermodule.c (#103245) by T. Wouters · 2 years, 5 months ago
  3. c00dcf0 gh-103092: Isolate `_pickle` module (#102982) by Erlend E. Aasland · 2 years, 5 months ago
  4. 810d365 gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231) by Ethan Furman · 2 years, 5 months ago
  5. c71756f Specify more settings for the C extension of VS Code for dev containers (GH-103229) by Brett Cannon · 2 years, 5 months ago
  6. 02f9920 gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063) by David Benjamin · 2 years, 5 months ago
  7. 5ffc1e5 gh-98298, gh-74730: [Enum] update docs (GH-103163) by Ethan Furman · 2 years, 5 months ago
  8. d3a7732 gh-103215: Remove redundant if stmt from `enum.EnumType._find_data_type_` (GH-103222) by Sadra Barikbin · 2 years, 5 months ago
  9. 24facd6 gh-101100: Use list of 'dirty' docs, with warnings, instead of a clean list (#103191) by Hugo van Kemenade · 2 years, 5 months ago
  10. 11c3020 GH-76846, GH-85281: Call `__new__()` and `__init__()` on pathlib subclasses (GH-102789) by Barney Gale · 2 years, 5 months ago
  11. 2a72125 gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866) by Nikita Sobolev · 2 years, 5 months ago
  12. e6f7d35 GH-103182: use vectorcall in `_asyncio` instead of variadic calling APIs (#103175) by Kumar Aditya · 2 years, 5 months ago
  13. 385b5d6 gh-102038: Skip a sometimes unnecessary stat in site.py (#102039) by Shantanu · 2 years, 5 months ago
  14. 55decb7 gh-102994: Profile docs has typo in example (#103074) by Nouran Ali · 2 years, 5 months ago
  15. 32937d6 gh-103109: Document ignore_warnings() test support helper (#103110) by Charlie Zhao · 2 years, 5 months ago
  16. 6883007 bpo-4080: unittest durations (#12271) by Giampaolo Rodola · 2 years, 5 months ago
  17. a0305c5 fix typo in _ssl.c (GH-103192) by Ikko Eltociear Ashimine · 2 years, 5 months ago
  18. 6d59c9e gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancecheck__` (#103034) by Alex Waygood · 2 years, 5 months ago
  19. d828b35 GH-102456: Fix docstring and getopt options for base64 (gh-102457) by Partha P. Mukherjee · 2 years, 5 months ago
  20. 06249ec gh-102192: deprecate _PyErr_ChainExceptions (#102935) by Irit Katriel · 2 years, 5 months ago
  21. 848bdbe gh-102192: use PyErr_SetHandledException instead of the legacy PyErr_SetExcInfo (#103157) by Irit Katriel · 2 years, 5 months ago
  22. d97aef8 Add missing variables to `bytecodes.c` (GH-103153) by Brett Cannon · 2 years, 5 months ago
  23. 361a3ea gh-74690: Micro-optimise `typing._get_protocol_attrs` (#103152) by Alex Waygood · 2 years, 5 months ago
  24. 2a4d8c0 gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149) by Ethan Furman · 2 years, 5 months ago
  25. dfc4c95 gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151) by Eric Snow · 2 years, 5 months ago
  26. dde0284 gh-100227: Fix Cleanup of the Extensions Cache (gh-103150) by Eric Snow · 2 years, 5 months ago
  27. 9048d73 gh-74690: typing: Don't unnecessarily call `_get_protocol_attrs` twice in `_ProtocolMeta.__instancecheck__` (#103141) by Alex Waygood · 2 years, 5 months ago
  28. 80163e1 gh-87092: move CFG related code from compile.c to flowgraph.c (#103021) by Irit Katriel · 2 years, 5 months ago
  29. b0422e1 gh-102871: Remove obsolete browsers from webbrowser (#102872) by James De Bias · 2 years, 5 months ago
  30. 048d624 GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146) by Furkan Onder · 2 years, 5 months ago
  31. f6405a4 Quote literal tokens in standard format specifier grammar (GH-102902) by Petr Viktorin · 2 years, 5 months ago
  32. 20c0f19 gh-101100: Expand list of clean docs (GH-103135) by Hugo van Kemenade · 2 years, 5 months ago
  33. 44bd3fe gh-102799: use exception instance instead of sys.exc_info() (#102885) by Irit Katriel · 2 years, 5 months ago
  34. c1e71ce Minor docs improvements fix for `codeop` (#103123) by gaogaotiantian · 2 years, 5 months ago
  35. 01a49d1 gh-102110: Add all tools description missed (GH-102625) by Missoupro · 2 years, 5 months ago
  36. ecc5441 Add IPv6 into to the docstring for socket.getsockname (#102961) by Brian Haley · 2 years, 5 months ago
  37. f192a55 gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116) by Hugo van Kemenade · 2 years, 5 months ago
  38. 21e9de3 gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-103086) by Jeong, YunWon · 2 years, 5 months ago
  39. fda95aa gh-103099: Link mypy docs from typing.rst (#103100) by Shantanu · 2 years, 5 months ago
  40. dcd6f22 gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (gh-103084) by Eric Snow · 2 years, 5 months ago
  41. 121057a GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022) by Brandt Bucher · 2 years, 5 months ago
  42. e647dba gh-90110: Bring the whitelists up to date. (gh-103114) by Eric Snow · 2 years, 5 months ago
  43. 0b1d9c4 GH-102973: add a dev container (GH-102975) by Brett Cannon · 2 years, 5 months ago
  44. d052a38 gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (#103113) by Bernhard Wagner · 2 years, 5 months ago
  45. e375bff gh-103068: Check condition expression of breakpoints for pdb (#103069) by gaogaotiantian · 2 years, 5 months ago
  46. d835b3f gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) by Matěj Cepl · 2 years, 5 months ago
  47. 60bdc16 gh-103054: typing: Improve `Callable` type substitution tests (#103055) by Nikita Sobolev · 2 years, 5 months ago
  48. 24ba507 gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098) by Steve Dower · 2 years, 5 months ago
  49. ba65a06 gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339) by Eric Snow · 2 years, 5 months ago
  50. 7703def GH-102711: Fix warnings found by clang (#102712) by Chenxi Mao · 2 years, 5 months ago
  51. f4ed2c6 gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060) by Ethan Furman · 2 years, 5 months ago
  52. b838d80 gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-103062) by Ethan Furman · 2 years, 5 months ago
  53. 56d055a gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424) by Oleg Iarygin · 2 years, 5 months ago
  54. 89e67ad gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters" (gh-103063) by Eric Snow · 2 years, 5 months ago
  55. 34eb6f7 gh-103046: Display current line correctly for `dis.disco()` with CACHE entries (#103047) by gaogaotiantian · 2 years, 5 months ago
  56. 3606753 gh-103023: Add SyntaxError check in pdb's `display` command (#103024) by gaogaotiantian · 2 years, 5 months ago
  57. 2cdc518 gh-102941: Fix "‘subobj’ may be used uninitialized in this function" warning in `bytes_methods.c` (#102942) by Nikita Sobolev · 2 years, 5 months ago
  58. 30a306c Fix typo in _swappedbytes_ in ctypes comment (#102773) by Matthias Görgens · 2 years, 5 months ago
  59. 718e866 gh-98886: Fix issues with dataclass fields with special underscore names (#102032) by Shantanu · 2 years, 5 months ago
  60. 027223d Update pdb docs for arguments (#102965) by gaogaotiantian · 2 years, 5 months ago
  61. 11ed70b Fix typos in faulthandler, testcapi error messages (#103020) by Liyang Zhang · 2 years, 5 months ago
  62. 8ec6486 gh-103027: Update `dataclass.make_dataclass` docstring (gh-103028) by Nikita Sobolev · 2 years, 5 months ago
  63. 0708437 gh-103025: fix two ctypes doc issues (#103026) by Peter Jiping Xie · 2 years, 5 months ago
  64. 1fd603f GH-102833: Mention the key function in the docstrings (GH-103009) by Raymond Hettinger · 2 years, 5 months ago
  65. 87adc63 gh-101100: Test only Doc/ files in nit-picky mode (#103019) by Hugo van Kemenade · 2 years, 5 months ago
  66. 64cb1a4 gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#100132) by JakobDev · 2 years, 5 months ago
  67. ded9a7f gh-102980: Add tests for pdf's display, alias and where commands (#102981) by gaogaotiantian · 2 years, 5 months ago
  68. f2e5a6e gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#102875) by Amin Alaee · 2 years, 5 months ago
  69. acfe02f gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373) by David Benjamin · 2 years, 5 months ago
  70. 6a1c49a gh-101100: Test docs in nit-picky mode (#102513) by Hugo van Kemenade · 2 years, 5 months ago
  71. d494091 GH-100989: remove annotation from docstring (GH-102991) by Raymond Hettinger · 2 years, 5 months ago
  72. 7f01a11 GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-102979) by Raymond Hettinger · 2 years, 5 months ago
  73. 413b7db gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709) by MonadChains · 2 years, 5 months ago
  74. f1e3eee gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION (GH-102976) by Steve Dower · 2 years, 5 months ago
  75. 0444ae2 GH-100982: Break up COMPARE_AND_BRANCH (GH-102801) by Brandt Bucher · 2 years, 5 months ago
  76. bd06375 gh-102558: [Enum] fix AttributeError during member repr() (GH-102601) by Dong-hee Na · 2 years, 5 months ago
  77. 16f6165 Minor readability improvement to the factor() recipe (GH-102971) by Raymond Hettinger · 2 years, 5 months ago
  78. b613208 gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689) by Nikita Sobolev · 2 years, 5 months ago
  79. 58d2b30 gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (#102937) by Alex Waygood · 2 years, 5 months ago
  80. 4695709 Move binomialvariate() to a section for discrete distributions (GH-102955) by Raymond Hettinger · 2 years, 5 months ago
  81. f13fdac gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934) by JosephSBoyle · 2 years, 5 months ago
  82. bf42eb8 gh-102943: Stop checking localized error text in socket tests on Windows (GH-102944) by AN Long · 2 years, 5 months ago
  83. 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
  84. baf4eb0 gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948) by Alex Waygood · 2 years, 5 months ago
  85. 08254be Docs: fixup incorrect escape char in sqlite3 docs (#102945) by Erlend E. Aasland · 2 years, 5 months ago
  86. 0f2ba65 gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-102940) by Nikita Sobolev · 2 years, 5 months ago
  87. 87be8d9 gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-102925) by Eric Snow · 2 years, 5 months ago
  88. 8709697 [doc] Fix error in tutorial example: type(exc) is the type rather than the instance (#102751) by Jens-Hilmar Bradt · 2 years, 5 months ago
  89. 9b19d39 gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plural (#102922) by Kevin Kirsche · 2 years, 5 months ago
  90. 3468c76 gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870) by Irit Katriel · 2 years, 5 months ago
  91. 04adf2d gh-102780: Fix uncancel() call in asyncio timeouts (#102815) by Kristján Valur Jónsson · 2 years, 5 months ago
  92. 1ca3155 gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066) by Nikita Sobolev · 2 years, 5 months ago
  93. 7559f5f GH-101291: Rearrange the size bits in PyLongObject (GH-102464) by Mark Shannon · 2 years, 5 months ago
  94. 713df2c GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282) by Stanislav Zmiev · 2 years, 5 months ago
  95. af9c34f gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932) by Benjamin Fogle · 2 years, 5 months ago
  96. ea93bde gh-102027: Fix macro name (#102124) by Max Bachmann · 2 years, 5 months ago
  97. 61405da gh-101947: Remove size check from sqlite3 serialize test (#102914) by Erlend E. Aasland · 2 years, 5 months ago
  98. 3d7eb66 gh-101313: Add -h and --help arguments to the webbrowser module (gh-101374) by Icelain · 2 years, 5 months ago
  99. 420bbb7 GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) by David Benjamin · 2 years, 5 months ago
  100. 7b2d53d Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904) by Erlend E. Aasland · 2 years, 5 months ago