]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-11-04  Antoine PitrouGH-110829: Ensure Thread.join() joins the OS thread...
2023-11-04  Nikita Sobolevgh-111666: Speed up `BaseExceptionGroup.{derive,split...
2023-11-04  Nikita Sobolevgh-108303: Move `zip` and `tar` archives to `Lib/test...
2023-11-04  Nikita Sobolevgh-111159: Fix `SyntaxError` doctests for non-builtin...
2023-11-04  Serhiy Storchakagh-111495: Test C API functions with extreme sizes...
2023-11-04  Nikita Sobolevgh-111724: Fix doctest `ResourceWarning` in `howto...
2023-11-04  Victor Stinnergh-111644: Fix asyncio test_unhandled_exceptions()...
2023-11-04  Victor Stinnergh-111644: Fix support threading_cleanup() (#111714)
2023-11-03  Victor Stinnergh-109649: Fix test_os.test_process_cpu_count_affinity...
2023-11-03  Brad LarsenAdd a fuzz target for `_elementtree.XMLParser._parse_wh...
2023-11-03  Eric Snowgh-111684: Avoid a Compiler Warning (gh-111706)
2023-11-03  Victor Stinnergh-111506: Implement Py_SET_REFCNT() as opaque function...
2023-11-03  Tian Gaogh-103615: Use local events for opcode tracing (GH...
2023-11-03  Michael Droettboomgh-111652: Fix --enable-pystats build (GH-111653)
2023-11-03  Hugo van KemenadeCI: Make macOS Intel required to succeed (GH-110362)
2023-11-03  lefpdocs: specify that PyBytes_AsStringAndSize returns...
2023-11-03  Nikita Sobolevgh-111681: minor fixes to typing doctests; remove unuse...
2023-11-03  scodergh-106168: Revert the "size before item" setting (...
2023-11-03  Irit Katrielgh-111354: Simplify _PyGen_yf by moving some of its...
2023-11-03  Philippe Cerfongh-90026: support XATTRs on Cygwin (GH-105075)
2023-11-03  Nikita Sobolevgh-111490: Make the exception type check in test_pyexpa...
2023-11-03  Serhiy Storchakagh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
2023-11-03  Terry Jan Reedygh-54434: Make difflib.rst doctests pass. (#111677)
2023-11-03  AN Longgh-111654: remove redundant decref in LOAD_FROM_DICT_OR...
2023-11-03  Eric Snowgh-76785: Minor Fixes in crossinterp.c (gh-111671)
2023-11-02  LoipesMasFix typo in documentation of `SysLogHandler.createSocke...
2023-11-02  Michael Droettboomgh-111663: Restore the Tier 2 uop count pystats (#111664)
2023-11-02  Tian Gaogh-110892: Return NULL for `PyTrace_RETURN` events...
2023-11-02  Mark ShannonGH-109369 Add vectorcall to `PyLong_Type` (GH-111642)
2023-11-02  Victor Stinnergh-111482: Use Argument Clinic for clock_gettime()...
2023-11-02  partevgh-111625: Fix link to Info-ZIP homepage (#111626)
2023-11-02  dependabot... build(deps): bump hypothesis from 6.87.1 to 6.88.1...
2023-11-02  dependabot... build(deps): bump actions/setup-node from 3 to 4 (...
2023-11-02  Irit Katrielgh-111354: simplify detection of RESUME after YIELD_VAL...
2023-11-02  Serhiy Storchakagh-108082: Use PyErr_FormatUnraisable() (GH-111580)
2023-11-02  Serhiy StorchakaRemove unnecessary includes (GH-111633)
2023-11-02  Kumar AdityaGH-110894: Call loop exception handler for exceptions...
2023-11-02  Ayappan Perumalgh-111544: Fix mimalloc build on AIX (#111593)
2023-11-02  Anthony ShawGH-111435: Add Support for Sharing True and False Betwe...
2023-11-01  Eric Snowgh-76785: Crossinterp utils additions (gh-111530)
2023-11-01  Victor Stinnergh-111089: Use PyUnicode_AsUTF8() in getargs.c (#111620)
2023-11-01  Guido van RossumHigh level docs for the VM state (#111621)
2023-11-01  Guido van RossumGH-111485: Silence warnings in Python/executor_cases...
2023-11-01  Yilei Yanggh-106718: Treat PyConfig.stdlib_dir as highest-priorit...
2023-11-01  Victor Stinnergh-106168: Update PyList_SET_ITEM() What's New doc...
2023-11-01  Yilei Yanggh-111374: Add a new PYTHON_FROZEN_MODULES env var...
2023-11-01  Guido van Rossumgh-111520: Integrate the Tier 2 interpreter in the...
2023-11-01  Serhiy StorchakaSimplify trivial calls of PyUnicode_FromFormat() (GH...
2023-11-01  Victor Stinnergh-111089: Use PyUnicode_AsUTF8() in Argument Clinic...
2023-11-01  Serhiy Storchakagh-111495: Add tests for PyBytes and PyByteArray C...
2023-11-01  Serhiy StorchakaSimplify _PyPegen_join_names_with_dot() (GH-111602)
2023-11-01  Mark ShannonGH-111537: Avoid using `this_instr` in asserts. (GH...
2023-11-01  Mark ShannonGH-111485: Use micro-ops to split specialization code...
2023-11-01  Serhiy Storchakagh-111576: Improve documention for tkinter.messagebox...
2023-11-01  Sergey B Kirpichevgh-111495: add stub files for C API test modules (GH...
2023-11-01  Victor Stinnergh-110367: Make regrtest --verbose3 compatible with...
2023-11-01  Victor Stinnergh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was...
2023-10-31  Krzysiek Karbowiakgh-111282: Fix NamedTemporaryFile example code (GH...
2023-10-31  Thomas Graingergh-110774: allow setting the Runner(loop_factory=....
2023-10-31  Serhiy Storchakagh-108082: Add PyErr_FormatUnraisable() function (GH...
2023-10-31  Tomas Rgh-111420: Allow type comments in parenthesized `with...
2023-10-31  Victor Stinnergh-108765: Python.h no longer includes <stddef.h> on...
2023-10-31  Dino Viehlandgh-90815: Exclude mimalloc .c files from Windows build...
2023-10-31  Quentin Petergh-102249: Expand sys.call_tracing documentation (...
2023-10-31  Prometheus3375gh-93607: document `root` attribute of `iterparse`...
2023-10-31  xzmenggh-106861: Docs: Add availability directives to all...
2023-10-31  Hugo van Kemenadegh-111062: CI: Rename reusable-build-[X].yml to reusabl...
2023-10-31  Pablo Galindo... gh-109181: Speed up Traceback object creation by lazily...
2023-10-31  Anthony ShawGH-111438: Add Support for Sharing Floats Between Inter...
2023-10-31  Mark ShannonGH-111485: Remove some special cases from the code...
2023-10-31  Mark ShannonGH-111485: Increment `next_instr` consistently at the...
2023-10-31  Serhiy Storchakagh-111531: Tkinter: fix reference leaks in bind_class...
2023-10-31  Karolina Surmagh-111301: Move importlib.resources changes to the...
2023-10-31  Karolina Surmagh-111301: Move `importlib.resources.files` change...
2023-10-31  Hugo van Kemenadegh-111062 CI: Update skip lists for resuable workflows...
2023-10-31  Michael Droettboomgh-111277: In summarize_stats.py, don't fail fast on...
2023-10-31  Michael Droettboomgh-109329: Count tier2 opcode misses (#110561)
2023-10-30  Eric Snowgh-76785: Move the Cross-Interpreter Code to Its Own...
2023-10-30  Victor Stinnergh-110697: Use CLOCK_RES in test_os.TimerfdTests (...
2023-10-30  Victor Stinnergh-90815: Fix mimalloc atomic.h on Windows arm64 (...
2023-10-30  Victor Stinnergh-90815: Fix mimalloc build on WASI (#111524)
2023-10-30  Victor Stinnergh-90815: Fix _PyMem_MimallocEnabled() compiler warning...
2023-10-30  Ken JinRemove myself from typing CODEOWNERS (#111523)
2023-10-30  Nikita Sobolevgh-111181: Fix enum doctests (GH-111180)
2023-10-30  Pablo Galindo... gh-111366: Correctly show custom syntax error messages...
2023-10-30  Serhiy Storchakagh-111284: Make multiprocessing tests with threads...
2023-10-30  Donghee Nagh-110481: Fix _Py_ThreadId for non-free-threaded mode...
2023-10-30  Serhiy Storchakagh-108082: C API: Add tests for PyErr_WriteUnraisable...
2023-10-30  Riccardo Ghettagh-109515: When generating deep frozen modules on Windo...
2023-10-30  Sam Grossgh-110481: Implement biased reference counting (gh...
2023-10-30  Dino Viehlandgh-90815: Add mimalloc memory allocator (#109914)
2023-10-30  Donghee Nagh-111062: Reusable Windows build that supports free...
2023-10-30  Donghee Nagh-111062: Update name of reusable workflows for Ubuntu...
2023-10-30  NCLIgh-111062: Reusable ubuntu build that supports free...
2023-10-30  scodergh-106168: Check allocated instead of size index bounds...
2023-10-29  Savannah OstrowskiGH-111339: Fix initialization and finalization of stati...
2023-10-29  Serhiy Storchakagh-111165: Remove documentation for moved functions...
2023-10-29  Nikita Sobolevgh-101100: Fix sphinx warnings in `library/asyncio...
2023-10-29  zcxsythenewgh-111347: Remove wrong assertion in test_sendfile...
2023-10-29  Dima Tisnekgh-111062: Build both default and free-threaded on...
next