summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Typing docs: fix typo in annotating tuples comment (#106048)Eamon Tracey2023-06-231-2/+2
* gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...Irit Katriel2023-06-234-26/+59
* gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr ...Serhiy Storchaka2023-06-235-31/+32
* gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (#106024)Erlend E. Aasland2023-06-231-0/+10
* gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106031)Serhiy Storchaka2023-06-231-15/+27
* gh-105974: Revert unintentional behaviour change for protocols with non-calla...Alex Waygood2023-06-233-32/+79
* Typing docs: improve the guidance on annotating tuples (#106021)Alex Waygood2023-06-231-21/+72
* gh-85136: Remove disabled remote IMAP tests (#106022)Erlend E. Aasland2023-06-231-95/+0
* GH-106012: Fix monitoring of static code objects (GH-106017)Mark Shannon2023-06-231-13/+18
* Docs: Avoid a DeprecationWarning in `pyspecific.py` when running with Sphinx ...Alex Waygood2023-06-231-11/+9
* gh-105927: Remove _PyWeakref_GetWeakrefCount() (#106007)Victor Stinner2023-06-234-22/+20
* gh-105927: _ssl GET_SOCKET() uses _PyWeakref_GET_REF() (#106002)Victor Stinner2023-06-231-2/+12
* gh-105927: PyImport_AddModule() uses _PyWeakref_GET_REF() (#106001)Victor Stinner2023-06-221-3/+19
* gh-105922: Use PyImport_AddModuleRef() function (#105999)Victor Stinner2023-06-222-3/+2
* Test specialization's thread-safety (GH-105953)Brandt Bucher2023-06-221-1/+511
* gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....chgnrdv2023-06-223-0/+10
* gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997)Victor Stinner2023-06-223-7/+21
* gh-105927: Add _PyWeakref_IS_DEAD() function (#105992)Victor Stinner2023-06-223-14/+30
* gh-101538: Add experimental wasi-threads build (#101537)YAMAMOTO Takashi2023-06-225-3/+53
* gh-98931: Add custom error messages to invalid import/from with multiple targ...Pablo Galindo Salgado2023-06-224-597/+738
* GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)Barney Gale2023-06-225-13/+91
* GH-91095: Specialize calls to normal Python classes. (GH-99331)Mark Shannon2023-06-2220-189/+511
* gh-105481: refactor instr flag related code into a new InstructionFlags class...Irit Katriel2023-06-211-36/+78
* gh-104212: Explain how to port imp.load_source() (#105978)Victor Stinner2023-06-211-1/+15
* gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming immort...Irit Katriel2023-06-213-19/+25
* 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