summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-105927: finalize_modules_clear_weaklist() uses _PyWeakref_GET_REF() (#105971)Victor Stinner2023-06-213-6/+7
* gh-105927: type_from_ref() uses _PyWeakref_GET_REF() (#105963)Victor Stinner2023-06-211-13/+24
* gh-105927: Fix test_weakref_capi() refleak (#105966)Victor Stinner2023-06-211-16/+32
* gh-105927: _ctypes use PyWeakref_GetRef() (#105964)Victor Stinner2023-06-211-18/+26
* gh-105927: _ssl uses _PyWeakref_GET_REF() (#105965)Victor Stinner2023-06-212-18/+29
* stdtypes.rst: remove a period (#105959)Mathieu Dupuy2023-06-211-1/+1
* gh-105927: _abc and _thread use PyWeakref_GetRef() (#105961)Victor Stinner2023-06-212-21/+20
* Use CSV-separated outputs @ get-changed-files @ CI (#105151)Sviatoslav Sydorenko2023-06-213-21/+32
* gh-105927: Add PyWeakref_GetRef() function (#105932)Victor Stinner2023-06-2111-8/+133
* Add Py_TYPE() to Doc/data/refcounts.dat (#105949)Victor Stinner2023-06-201-0/+3
* gh-105915: Fix SyntaxWarning becoming a SyntaxError with -We in test_fstring ...Lysandros Nikolaou2023-06-201-3/+3
* gh-105915: Add 'r' prefix to not emit SyntaxWarning in test_fstring (#105940)Lysandros Nikolaou2023-06-201-1/+1
* gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (#105939)Lysandros Nikolaou2023-06-203-6/+18
* make regen-stdlib-module-names rejects test modules (#105921)Victor Stinner2023-06-201-2/+17
* gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)Victor Stinner2023-06-205-49/+88
* gh-105922: Add PyImport_AddModuleRef() function (#105923)Victor Stinner2023-06-2013-24/+149
* gh-105927: Refactor weakrefobject.c (#105928)Victor Stinner2023-06-191-60/+56
* gh-105922: Refactor PyRun_InteractiveOneObjectEx() (#105925)Victor Stinner2023-06-191-74/+108
* gh-105481: generate _specializations and _specialized_instructions from bytec...Irit Katriel2023-06-1912-277/+345
* gh-105908: fix `barry_as_FLUFL` future import (#105909)Crowthebird2023-06-193-6/+19
* GH-105808: Fix a regression introduced in GH-101251 (#105910)T. Wouters2023-06-193-1/+52
* gh-104212: Explain how to port imp code to importlib (#105905)Victor Stinner2023-06-191-1/+32
* gh-71299: Fix __all__ in tokenize (#105907)Lysandros Nikolaou2023-06-192-135/+137
* GH-104584: Assorted fixes for the optimizer API. (GH-105683)Mark Shannon2023-06-196-203/+297
* typing docs: Improve the intro to each section (#105901)Alex Waygood2023-06-181-36/+40
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-1813-202/+61
* Docs: move sphinx-lint to pre-commit (#105750)Hugo van Kemenade2023-06-185-14/+11
* gh-105844: Use devguide terminology to denote versions (#105882)Erlend E. Aasland2023-06-181-3/+3
* gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...Irit Katriel2023-06-1712-138/+38
* CI: Bump macOS build to use OpenSSL v3.0 (#105538)Erlend E. Aasland2023-06-161-2/+2
* GH-105840: Fix assertion failures when specializing calls with too many __def...Brandt Bucher2023-06-163-2/+33
* gh-105678: document SET_FUNCTION_ATTRIBUTE (#105843)Carl Meyer2023-06-161-9/+20
* gh-104799: PEP 695 backward compatibility for ast.unparse (#105846)Jelle Zijlstra2023-06-163-3/+80
* gh-105834: Add tests for calling `issubclass()` between two protocols (#105835)Alex Waygood2023-06-161-0/+74
* CI: Remove docs build from Azure Pipelines (#105823)Hugo van Kemenade2023-06-164-85/+0
* gh-105844: Consistently use 'minor version' for X.Y versions (#105851)Erlend E. Aasland2023-06-162-3/+3
* Fix inaccuracies in "Assorted Topics" section of "Defining Extension Types" t...chgnrdv2023-06-161-5/+5
* gh-105433: Add `pickle` tests for PEP695 (#105443)Nikita Sobolev2023-06-162-4/+131
* bpo-44530: Document the change in MAKE_FUNCTION behavior (#93189)Alex Doe2023-06-161-2/+5
* GH-103124: Multiline statement support for pdb (GH-103125)Tian Gao2023-06-153-4/+56
* GH-105588: Add missing error checks to some obj2ast_* converters (GH-105589)Brandt Bucher2023-06-154-0/+37
* gh-105831: Fix NEWS blurb from gh-105828 (#105833)Lysandros Nikolaou2023-06-151-1/+3
* gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)Lysandros Nikolaou2023-06-154-4/+36
* gh-105751, test_ctypes: Remove disabled tests (#105826)Victor Stinner2023-06-155-131/+2
* gh-105821: Use a raw f-string in test_httpservers.py (#105822)Pablo Galindo Salgado2023-06-151-2/+2
* gh-105751: Remove platform usage in test_ctypes (#105819)Victor Stinner2023-06-151-7/+0
* gh-105751: Reenable disable test_ctypes tests (#105818)Victor Stinner2023-06-152-31/+25
* gh-105751: Remove dead code in test_ctypes (#105817)Victor Stinner2023-06-1515-128/+37
* More reorganisation of the typing docs (#105787)Alex Waygood2023-06-151-101/+117
* Improve docs for `typing.dataclass_transform` (#105792)Alex Waygood2023-06-151-37/+69