]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-06-28  Hood ChathamGH-106214: Fix `test_opcache` to skip threaded tests... 106215/head
2023-06-28  Guido van Rossumgh-104584: Emit macro expansions to opcode_metadata...
2023-06-28  Nikita Sobolevgh-106197: Deduplicate tests in `test_buffer` (#106198)
2023-06-28  F3eQnxN3RriKgh-101100: Fix reference to `parse_args` in `optparse...
2023-06-28  Nikita Sobolevgh-106200: Remove unused imports (#106201)
2023-06-28  Erlend E. Aaslandgh-106118: Add O_CLOEXEC preprocessor guard (#106120)
2023-06-28  F3eQnxN3RriKgh-101100: Fix reference to asynchronous methods (...
2023-06-28  Sam Bullgh-105993: Add possible `None` return type to `asyncio...
2023-06-28  Inada Naokigh-106162: fix test_array modifies warning filter ...
2023-06-28  lightdrkRefer to `TimeoutError` instead of `asyncio.TimeoutErro...
2023-06-28  Victor StinnerFix c-analyzer for GCC: ignore LANG env var (#106173)
2023-06-28  Victor StinnerGH-104584: Fix test_capi.test_counter_optimizer() when...
2023-06-28  Victor Stinnergh-101634: regrtest reports decoding error as failed...
2023-06-28  Victor Stinnergh-106168: PyTuple_SET_ITEM() now checks the index...
2023-06-28  T. WoutersGH-106160: Fix test_gzip failing under WASI, which...
2023-06-27  Victor Stinnergh-106084: Remove _PyObject_CallMethod() function ...
2023-06-27  Guido van Rossumgh-104584: Change DEOPT_IF in uops executor (#106146)
2023-06-27  Irit Katrielgh-106149: move jump target resolution from optimizer...
2023-06-27  Terry Jan ReedyIDLE: Condense run.main threading.Thread start. (#106125)
2023-06-27  Pablo Galindo... gh-106140: Reorder some more fields to facilitate out...
2023-06-27  Pablo Galindo... gh-106140: Reorder some fields to facilitate out-of...
2023-06-27  Guido van Rossumgh-104584: Fix assert in DEOPT macro -- should fix...
2023-06-27  Guido van Rossumgh-104584: Add #line directives to executor_cases.c...
2023-06-27  Nikita Sobolevgh-92788: Add docs for `ast.Module`, `ast.Expression...
2023-06-27  Raymond HettingerGH-105774: Clarify operation of normalize() (GH-106093)
2023-06-27  Skip Montanarogh-106123: Modules/_sha3 appears to no longer be necess...
2023-06-27  Guido van Rossumgh-104584: Baby steps towards generating and executing...
2023-06-26  Łukasz LangaRevert "GH-96145: Add AttrDict to JSON module for use...
2023-06-26  Roderich Schuppgh-106107: document correct error that's raised when...
2023-06-26  Barney GaleGH-105793: Add follow_symlinks argument to `pathlib...
2023-06-26  Paul Mooregh-106111: Remove zipapp documentation on creating...
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...
next