]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2023-10-04  Michael DroettboomGH-109329: Add tier 2 stats (GH-109913)
2023-10-04  P. L. LimAdd back bltin-boolean-values ref tag (#110371)
2023-10-04  Eric Snowgh-76785: Print the Traceback from Interpreter.run...
2023-10-04  Xuehai Pangh-110222: Add support of PyStructSequence in copy...
2023-10-04  Xuehai Pangh-110235: Raise TypeError for duplicate/unknown fields...
2023-10-04  Mark ShannonGH-109369: Merge all eval-breaker flags and monitoring...
2023-10-04  Guido van Rossumgh-104909: Split more LOAD_ATTR specializations (GH...
2023-10-04  Hugo van KemenadeLint: Remove files that no longer fail to parse or...
2023-10-04  Nikita Sobolevgh-110260: Check for PyList_SetItem() errors in termios...
2023-10-04  Serhiy Storchakagh-109151: Enable readline in the sqlite3 CLI (GH-109152)
2023-10-04  Nikita Sobolevgh-110332: Remove mentions of `random.WichmannHill...
2023-10-04  Victor Stinnergh-109276: regrtest: shorter list of resources (#110326)
2023-10-04  Victor Stinnergh-110335: asyncio test_unix_events cleans multiprocess...
2023-10-04  Victor Stinnergh-110166: Fix gdb CFunctionFullTests on ppc64le clang...
2023-10-04  Nikita Sobolevgh-110171: `libregrtest` always sets `random.seed`...
2023-10-04  Serhiy Storchakagh-110273: dataclasses.replace() now raise TypeError...
2023-10-04  Alex Waygoodgh-109653: Defer importing `warnings` in several module...
2023-10-04  Jelle Zijlstragh-85984: Document change in return type of tty functio...
2023-10-04  Eric Snowgh-110300: Fix Refleaks in test_interpreters and test__...
2023-10-03  Guido van Rossumgh-109979: Unify _GUARD_TYPE_VERSION{,_STORE} (#110301)
2023-10-03  elfstromgh-109917: Fix test instability in test_concurrent_futu...
2023-10-03  Eric SnowRevert "gh-76785: Print the Traceback from Interpreter...
next