]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2023-10-29  Evan Kohilasgh-94808: Add coverage test for number check (gh-111445)
2023-10-29  Dima Tisnekgh-111062: Separate macOS build into a reusable workflo...
2023-10-29  c-batagh-66425: Remove the unreachable code to set `REMOTE_HO...
2023-10-28  Nikita Sobolevgh-111426: Remove `test_cmd.test_coverage` (#111427)
2023-10-28  Barney GaleGH-110109: Move tests for `pathlib.Path.walk()` into...
2023-10-28  Guido van Rossumgh-79033: Try to fix asyncio.Server.wait_closed() again...
2023-10-28  Hugo van KemenadeCI: Include Python version in cache.config key (#111410)
2023-10-28  Sergey B Kirpichevgh-111342: fix typo in math.sumprod (GH-111416)
2023-10-27  Guido van Rossumgh-110205: Fix asyncio ThreadedChildWatcher._join_threa...
2023-10-27  Tian Gaogh-59013: Make line number of function breakpoint more...
2023-10-27  Victor Stinnergh-108765: Include explicitly <unistd.h> in signalmodul...
2023-10-27  Zack Cerzagh-111406: Fix broken link to bpython's site (#111407)
2023-10-27  Jonathan BerthiasFix typos in import system docs (#111396)
2023-10-27  Nikita Sobolevgh-111386: Fix `uint32_t` cast in `generated_cases...
2023-10-27  Nikita Sobolevgh-111388: Add `show_group` parameter to `traceback...
2023-10-27  Łukasz Langagh-111276: Clarify docs and comments about the role...
2023-10-27  Satish Pokalano-issue: Remove unused variable in getpath.py (gh...
2023-10-27  Raymond Hettingergh-89519: Remove classmethod descriptor chaining, depre...
2023-10-27  Nikita Sobolevgh-111343: Fix `itertools` docs: `start` arg is optiona...
2023-10-27  gsallamgh-109587: Allow "precompiled" perf-trampolines to...
2023-10-27  Pablo Galindo... gh-111380: Show SyntaxWarnings only once when parsing...
2023-10-26  Tian GaoGH-94438: Fix RuntimeWarning for jump tests in test_sys...
2023-10-26  zcxsythenewGH-111293: Fix DirEntry.inode dropping higher bits...
2023-10-26  Irit Katrielgh-111354: define names for RESUME oparg values (#111365)
2023-10-26  Serhiy Storchakagh-111259: Optimize recursive wildcards in pathlib...
2023-10-26  Irit Katrielgh-109094: replace frame->prev_instr by frame->instr_pt...
2023-10-26  Serhiy StorchakaOutput more details in the re tracing (GH-111357)
2023-10-26  Nikita Sobolevgh-111348: Fix direct invocation of `test_doctest`...
2023-10-26  Mark ShannonGH-111213: Fix a few broken stats (GH-111216)
2023-10-26  Mark ShannonGH-111339: Change `valid` property of executors to...
2023-10-26  Batuhan Taskayabpo-43950: handle wide unicode characters in tracebacks...
2023-10-26  Pablo Galindo... gh-67224: Show source lines in tracebacks when using...
2023-10-25  Tian GaoDocs: Add `restart_events()` and positional arg semanti...
2023-10-25  Khalil Mouawadgh-110679: Improved markup in enum.rst (GH-110747)
2023-10-25  Irit Katrielgh-100762: Fix optimization in gen_close (#111069)
2023-10-25  Serhiy Storchakagh-111165: Add missed "support." prefix for "verbose...
2023-10-25  Erlend E. Aaslandgh-108590: Improve sqlite3 docs on encoding issues...
2023-10-25  Hugo van Kemenadegh-111187: Postpone removal version for locale.getdefau...
2023-10-25  Nikita Sobolevgh-111230: Fix errors checking in _ssl module init...
next