]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-06-26  Bruce EckelUpdate test.support.interpreters to include missing...
2023-06-26  Victor Stinnergh-106084: Remove _PyObject_RealIsInstance() function...
2023-06-26  Victor Stinnergh-106084: Remove _PyObject_HasLen() function (#106103)
2023-06-26  Victor Stinnergh-105927: Deprecate PyWeakref_GetObject() function...
2023-06-26  Gabriel Venberggh-104527: zippapp will now avoid appending an archive...
2023-06-26  James Webbergh-106075: add `asyncio.taskgroups.__all__` to `asyncio...
2023-06-26  Alex WaygoodImprove typing docs on the type of class objects (...
2023-06-26  Victor Stinnergh-106084: Remove _PySequence_BytesToCharpArray() funct...
2023-06-26  Victor Stinnergh-106084: Remove old PyObject call aliases (#106085)
2023-06-25  Alex Waygoodgh-106046: Improve error message from `os.fspath` if...
2023-06-25  Hugo van KemenadeAdd end-of-file-fixer to pre-commit (#106065)
2023-06-25  Erlend E. AaslandDocs: add links to 'callable' term in sqlite3 docs...
2023-06-24  Gregory P.... gh-106033: [docs] Improve C API GetItem & HasAttr notes...
2023-06-24  Barney GaleGH-104375: Use `versionchanged` to describe new argumen...
2023-06-24  chgnrdvgh-105987: Fix reference counting issue in `_asyncio...
2023-06-23  Erlend E. Aaslandgh-102251: Disable non-rerunnable test in test_import...
2023-06-23  Eamon TraceyTyping docs: fix typo in annotating tuples comment...
2023-06-23  Irit Katrielgh-105730: support more callables in ExceptionGroup...
2023-06-23  Serhiy Storchakagh-106033: Get rid of new occurrences of PyDict_GetItem...
2023-06-23  Erlend E. Aaslandgh-105063: Disable test_peg_generator.TestCParser bco...
2023-06-23  Serhiy Storchakagh-106030: Miscellaneous fixes in Python/suggestions...
2023-06-23  Alex Waygoodgh-105974: Revert unintentional behaviour change for...
2023-06-23  Alex WaygoodTyping docs: improve the guidance on annotating tuples...
2023-06-23  Erlend E. Aaslandgh-85136: Remove disabled remote IMAP tests (#106022)
2023-06-23  Mark ShannonGH-106012: Fix monitoring of static code objects (GH...
2023-06-23  Alex WaygoodDocs: Avoid a DeprecationWarning in `pyspecific.py...
2023-06-23  Victor Stinnergh-105927: Remove _PyWeakref_GetWeakrefCount() (#106007)
2023-06-23  Victor Stinnergh-105927: _ssl GET_SOCKET() uses _PyWeakref_GET_REF...
2023-06-22  Victor Stinnergh-105927: PyImport_AddModule() uses _PyWeakref_GET_REF...
2023-06-22  Victor Stinnergh-105922: Use PyImport_AddModuleRef() function (#105999)
2023-06-22  Brandt BucherTest specialization's thread-safety (GH-105953)
2023-06-22  chgnrdvgh-105979: Fix exception handling in `unmarshal_frozen_...
2023-06-22  Victor Stinnergh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997)
2023-06-22  Victor Stinnergh-105927: Add _PyWeakref_IS_DEAD() function (#105992)
2023-06-22  YAMAMOTO Takashigh-101538: Add experimental wasi-threads build (#101537)
2023-06-22  Pablo Galindo... gh-98931: Add custom error messages to invalid import...
2023-06-22  Barney GaleGH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)
2023-06-22  Mark ShannonGH-91095: Specialize calls to normal Python classes...
2023-06-21  Irit Katrielgh-105481: refactor instr flag related code into a...
2023-06-21  Victor Stinnergh-104212: Explain how to port imp.load_source() (...
2023-06-21  Irit Katrielgh-84436: update docs on Py_None/Py_True/Py_False/Py_El...
2023-06-21  Victor Stinnergh-105927: finalize_modules_clear_weaklist() uses _PyWe...
2023-06-21  Victor Stinnergh-105927: type_from_ref() uses _PyWeakref_GET_REF...
2023-06-21  Victor Stinnergh-105927: Fix test_weakref_capi() refleak (#105966)
2023-06-21  Victor Stinnergh-105927: _ctypes use PyWeakref_GetRef() (#105964)
2023-06-21  Victor Stinnergh-105927: _ssl uses _PyWeakref_GET_REF() (#105965)
2023-06-21  Mathieu Dupuystdtypes.rst: remove a period (#105959)
2023-06-21  Victor Stinnergh-105927: _abc and _thread use PyWeakref_GetRef()...
2023-06-21  Sviatoslav... Use CSV-separated outputs @ get-changed-files @ CI...
2023-06-21  Victor Stinnergh-105927: Add PyWeakref_GetRef() function (#105932)
2023-06-20  Victor StinnerAdd Py_TYPE() to Doc/data/refcounts.dat (#105949)
2023-06-20  Lysandros Nikolaough-105915: Fix SyntaxWarning becoming a SyntaxError...
2023-06-20  Lysandros Nikolaough-105915: Add 'r' prefix to not emit SyntaxWarning...
2023-06-20  Lysandros Nikolaough-105938: Emit a SyntaxWarning for escaped braces...
2023-06-20  Victor Stinnermake regen-stdlib-module-names rejects test modules...
2023-06-20  Victor Stinnergh-105927: Add _PyWeakref_GET_REF() internal function...
2023-06-20  Victor Stinnergh-105922: Add PyImport_AddModuleRef() function (#105923)
2023-06-19  Victor Stinnergh-105927: Refactor weakrefobject.c (#105928)
2023-06-19  Victor Stinnergh-105922: Refactor PyRun_InteractiveOneObjectEx()...
2023-06-19  Irit Katrielgh-105481: generate _specializations and _specialized_i...
2023-06-19  Crowthebirdgh-105908: fix `barry_as_FLUFL` future import (#105909)
2023-06-19  T. WoutersGH-105808: Fix a regression introduced in GH-101251...
2023-06-19  Victor Stinnergh-104212: Explain how to port imp code to importlib...
2023-06-19  Lysandros Nikolaough-71299: Fix __all__ in tokenize (#105907)
2023-06-19  Mark ShannonGH-104584: Assorted fixes for the optimizer API. (GH...
2023-06-18  Alex Waygoodtyping docs: Improve the intro to each section (#105901)
2023-06-18  Erlend E. Aaslandgh-105875: Require SQLite 3.15.2 or newer (#105876)
2023-06-18  Hugo van KemenadeDocs: move sphinx-lint to pre-commit (#105750)
2023-06-18  Erlend E. Aaslandgh-105844: Use devguide terminology to denote versions...
2023-06-17  Irit Katrielgh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE...
2023-06-16  Erlend E. AaslandCI: Bump macOS build to use OpenSSL v3.0 (#105538)
2023-06-16  Brandt BucherGH-105840: Fix assertion failures when specializing...
2023-06-16  Carl Meyergh-105678: document SET_FUNCTION_ATTRIBUTE (#105843)
2023-06-16  Jelle Zijlstragh-104799: PEP 695 backward compatibility for ast.unpar...
2023-06-16  Alex Waygoodgh-105834: Add tests for calling `issubclass()` between...
2023-06-16  Hugo van KemenadeCI: Remove docs build from Azure Pipelines (#105823)
2023-06-16  Erlend E. Aaslandgh-105844: Consistently use 'minor version' for X.Y...
2023-06-16  chgnrdvFix inaccuracies in "Assorted Topics" section of "Defin...
2023-06-16  Nikita Sobolevgh-105433: Add `pickle` tests for PEP695 (#105443)
2023-06-16  Alex Doebpo-44530: Document the change in MAKE_FUNCTION behavio...
2023-06-15  Tian GaoGH-103124: Multiline statement support for pdb (GH...
2023-06-15  Brandt BucherGH-105588: Add missing error checks to some obj2ast_...
2023-06-15  Lysandros Nikolaough-105831: Fix NEWS blurb from gh-105828 (#105833)
2023-06-15  Lysandros Nikolaough-105820: Fix tok_mode expression buffer in file ...
2023-06-15  Victor Stinnergh-105751, test_ctypes: Remove disabled tests (#105826)
2023-06-15  Pablo Galindo... gh-105821: Use a raw f-string in test_httpservers.py...
2023-06-15  Victor Stinnergh-105751: Remove platform usage in test_ctypes (#105819)
2023-06-15  Victor Stinnergh-105751: Reenable disable test_ctypes tests (#105818)
2023-06-15  Victor Stinnergh-105751: Remove dead code in test_ctypes (#105817)
2023-06-15  Alex WaygoodMore reorganisation of the typing docs (#105787)
2023-06-15  Alex WaygoodImprove docs for `typing.dataclass_transform` (#105792)
2023-06-15  Barney GaleGH-89812: Churn `pathlib.Path` test methods (#105807)
2023-06-15  Pablo Galindo... gh-105800: Issue SyntaxWarning in f-strings for invalid...
2023-06-14  Victor Stinnergh-105751: Cleanup test_ctypes imports (#105803)
2023-06-14  Irit Katrielgh-105481: add HAS_JUMP flag to opcode metadata (#105791)
2023-06-14  Victor Stinnergh-105751: test_ctypes avoids the operator module ...
2023-06-14  Victor Stinnergh-105751: test_ctypes: Remove @need_symbol decorator...
2023-06-14  Guido van Rossumgh-104909: Implement conditional stack effects for...
2023-06-14  Victor Stinnergh-75905: Remove test_xmlrpc_net: skipped since 2017...
2023-06-14  Guido van Rossumgh-105481: Fix types and a bug for pseudos (#105788)
next