]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-10-11  Serhiy Storchakagh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUni...
2023-10-11  Adam TurnerGH-107518: Remove the Argument Clinic How-To (#109900)
2023-10-11  Zackery Spytzgh-84489: Properly handle trailing spaces in Py_BuildVa...
2023-10-11  Serhiy Storchaka gh-76106: Remove the cleanup lock in test_socket ...
2023-10-11  Serhiy Storchakagh-84489: C API: Add tests for Py_BuildValue() (GH...
2023-10-11  Ezio Melottigh-110631: fix wrong indentation in the `Doc/whatsnew...
2023-10-11  Barney GaleGH-110488: Fix two small issues in `pathlib.PurePath...
2023-10-11  Victor Stinnergh-110662: multiprocessing test_async_timeout() increas...
2023-10-11  Victor Stinnergh-110666: Fix multiprocessing test_terminate() elapsed...
2023-10-11  Victor Stinnergh-110656: Fix logging test_post_fork_child_no_deadlock...
2023-10-11  Victor Stinnergh-108277: test_os tolerates 1 ms diff for timerfd...
2023-10-10  Victor Stinnergh-110647: Fix signal test_stress_modifying_handlers...
2023-10-10  Barney GaleGH-110109: Simplify pathlib test setup (#110308)
2023-10-10  Radislav Chugunovgh-108826: Document `dis` module CLI and rename `_test...
2023-10-10  Nikita Sobolevgh-108303: Move all inspect test files to `test_inspect...
2023-10-10  Nikita Sobolevgh-110525: Add tests for internal `set` CAPI (GH-110630)
2023-10-10  Hugo van Kemenadegh-110631: Set three-space indents for reST in EditorCo...
2023-10-10  Donghee Nagh-109693: Update pycore_interp.h to use pyatomic.h...
2023-10-10  Adam TurnerGH-109408: Move the C file whitespace check from patchc...
2023-10-10  Adam TurnerDon't doubly-parallelise sphinx-lint (#110617)
2023-10-10  Yilei Yanggh-110050: Adjust the newline position in the TypeError...
2023-10-10  Nikita Sobolevgh-101100: Fix sphinx warnings in `library/socketserver...
2023-10-10  Serhiy Storchakagh-110388: Add tests for tty (GH-110394)
2023-10-10  Serhiy Storchakagh-81002: Add tests for termios (GH-110386)
2023-10-10  Nikita Sobolevgh-110590: Fix a bug where _sre.compile would overwrite...
2023-10-10  Donghee Nagh-109595: Add -Xcpu_count=<n> cmdline for container...
2023-10-10  Serhiy Storchakagh-110378: Fix test_async_gen_propagates_generator_exit...
2023-10-10  Alex Waygoodgh-110558: Enable ruff's pyupgrade rules when running...
2023-10-10  Eric Snowgh-84570: Implement Waiting in SendChannel.send() ...
2023-10-10  Nikita Sobolevgh-107652: Fix CIFuzz typo (#110602)
2023-10-10  Adam TurnerGH-109408: Move the Python file whitespace check from...
2023-10-10  Brandt BucherRemove an old macro from executor.c (#110597)
2023-10-10  Brandt BucherGH-104584: Fix refleak when tracing through calls ...
2023-10-10  Alex WaygoodAdd some 'meta hooks' to our pre-commit config (#110587)
2023-10-10  Hugo van Kemenadegh-109408: Add the docs whitespace check from patchchec...
2023-10-10  Alex Waygoodgh-110558: Run ruff on Argument Clinic in CI (#110559)
2023-10-10  Serhiy Storchakagh-110378: Close invalid generators in contextmanager...
2023-10-10  Nikita SobolevFix CIFuzz build (#110576)
2023-10-09  Donghee Nagh-109693: Use pyatomic.h for signal module (gh-110480)
2023-10-09  Ezio MelottiRemove unused `SPHINXLINT` var from `Doc/Makefile`...
2023-10-09  Jakub Kulíkgh-78469: Declare missing sethostname for Solaris 10...
2023-10-09  Ashish Shirodkargh-106765: Updates Windows installer build instructions...
2023-10-09  Illia Volochiigh-107652: Set up CIFuzz to run fuzz targets continuous...
2023-10-09  Serhiy Storchakagh-110519: Improve deprecation warning in the gettext...
2023-10-09  Eric Snowgh-76785: Add SendChannel.send_buffer() (#110246)
2023-10-09  Bo Andersongh-109191: Fix build with newer editline (gh-110239)
2023-10-09  Steve Dowergh-110437: Allow overriding VCRuntimeDLL with a semicol...
2023-10-09  Nikita Sobolevgh-110525: Cover PySet_Add corner case with frozenset...
2023-10-09  Nikita Sobolevgh-110549: Remove unused includes of <stddef.h> in...
2023-10-09  jtranquilligh-109286: Update macOS installer to use SQLite 3.43...
2023-10-09  Nikita Sobolevgh-110497: Add note about `OSError` being an alias...
2023-10-09  Nikita Sobolevgh-110525: Add CAPI tests for set and frozenset objects...
2023-10-09  Tian Gaogh-110514: Add PY_THROW to `sys.setprofile` events...
2023-10-09  Tian Gaogh-106670: Set convenience variable for post mortem...
2023-10-09  Albert Villanova... Remove unused imports in multiprocessing docs example...
2023-10-09  partevgh-110534 fix a URL redirect to wikipedia article on...
2023-10-08  Victor Stinnergh-108277: Fix test_os TimerfdTests (#110515)
2023-10-08  Serhiy Storchakagh-89902: Deprecate non-standard format specifier ...
2023-10-08  Nikita Sobolevgh-110378: Move to `IsolatedAsyncTestCase` in `test_con...
2023-10-08  zippererUpdate floatingpoint.rst (#110509)
2023-10-08  denballakhgh-110237: Check `PyList_Append` for errors in `_PyEval...
2023-10-07  Masaru Tsuchiyamagh-108277: Add os.timerfd_create() function (#108382)
2023-10-07  Victor Stinnergh-110397: Add Py_IsFinalizing() to the stable ABI...
2023-10-07  Serhiy Storchakagh-109848: Make test_rot13_func in test_codecs independ...
2023-10-07  Serhiy Storchakagh-109864: Make test_gettext tests order independent...
2023-10-06  Eric Snowgh-76785: Support Running Some Functions in Subinterpre...
2023-10-06  Charlie Zhaogh-106078: Suppress the warning caused by multi-phase...
2023-10-06  Brett CannonGH-110455: Guard `assert(tstate->thread_id > 0)` with...
2023-10-06  Shantanugh-110489: Optimise math.ceil for known exact float...
2023-10-06  jtranquilligh-109286: Update Windows installer to use SQLite 3...
2023-10-06  InSyncFix typo in Doc/library/textwrap.rst (#110328)
2023-10-06  Victor Stinnergh-110184: Fix subprocess test_pipesize_default() ...
2023-10-06  Victor Stinnergh-103053: Fix test_tools.test_freeze on FreeBSD (...
2023-10-06  Victor Stinnergh-103053: Fix make check-clean-src: check "python...
2023-10-06  Victor StinnerAdd support.MS_WINDOWS constant (#110446)
2023-10-05  Carl Meyergh-109287: fix overrides in cases generator (#110419)
2023-10-05  Victor Stinnergh-85283: Add PySys_AuditTuple() function (#108965)
2023-10-05  Victor Stinnergh-109888: Fix test_os _kill_with_event() on Windows...
2023-10-05  Victor Stinnergh-110429: Fix race condition in "make regen-all" ...
2023-10-05  Bradley Reynoldsgh-110383: Swap 'the all' -> 'all the' in socket docs...
2023-10-05  Sam Grossgh-110119: Fix test_importlib `--disable-gil` Windows...
2023-10-05  Victor Stinnergh-109840: Fix multiprocessing test_waitfor_timeout...
2023-10-05  Victor Stinnergh-110167: Increase support.LOOPBACK_TIMEOUT to 10...
2023-10-05  Victor Stinnergh-110167: Fix test_socket deadlock in doCleanups(...
2023-10-05  AN Longgh-110147: test_msvcrt: run console I/O tests in new...
2023-10-05  Harmen StoppelsFix env var typo in perf profiling docs (#110404)
2023-10-05  Towster15gh-110383 TimeIt Docs Spelling Fix (#110407)
2023-10-05  Victor Stinnergh-110391: socket NetworkConnectionAttributesTest alway...
2023-10-05  Sam Grossgh-109549: Add new states to PyThreadState to support...
2023-10-05  Michael Droettboomgh-109329: Add stat for "trace too short" (GH-110402)
2023-10-05  Victor Stinnergh-110393: Remove watchdog with hardcoded timeout ...
2023-10-05  박문식gh-82367: Use `FindFirstFile` Win32 API in `ntpath...
2023-10-05  sunmy2019gh-110309: Prune empty constant in format specs (#110320)
2023-10-05  Pablo Galindo... gh-110259: Fix f-strings with multiline expressions...
2023-10-05  Victor Stinnergh-110367: Fix regrtest test_worker_output_on_failure...
2023-10-05  Nikita Sobolevgh-110365: Fix error overwrite in `termios.tcsetattr...
2023-10-05  Victor Stinnergh-110367: Enhance regrtest -jN --verbose3 (#110368)
2023-10-05  Benjamin PetersonRemove duplicate word. (#110376)
2023-10-04  Sam Grossgh-88402: Add new sysconfig variables on Windows (GH... 110252/head
2023-10-04  Eric Snowgh-110310: Add a Per-Interpreter XID Registry for Heap...
next