]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-10-09  Miss Islington... [3.12] gh-110534 fix a URL redirect to wikipedia articl...
2023-10-08  Miss Islington... [3.12] gh-110237: Check `PyList_Append` for errors...
2023-10-08  Miss Islington... [3.12] Update floatingpoint.rst (GH-110509) (#110513)
2023-10-07  Miss Islington... [3.12] gh-109848: Make test_rot13_func in test_codecs...
2023-10-07  Miss Islington... [3.12] gh-109864: Make test_gettext tests order indepen...
2023-10-06  Miss Islington... [3.12] GH-110455: Guard `assert(tstate->thread_id ...
2023-10-06  Miss Islington... [3.12] Fix typo in Doc/library/textwrap.rst (GH-110328...
2023-10-06  Miss Islington... [3.12] gh-110184: Fix subprocess test_pipesize_default...
2023-10-06  Miss Islington... [3.12] gh-103053: Fix test_tools.test_freeze on FreeBSD...
2023-10-06  Victor Stinner[3.12] Add support.MS_WINDOWS constant (#110446) (...
2023-10-06  Miss Islington... [3.12] gh-103053: Fix make check-clean-src: check ...
2023-10-05  Miss Islington... [3.12] gh-109888: Fix test_os _kill_with_event() on...
2023-10-05  Miss Islington... [3.12] gh-110393: Remove watchdog with hardcoded timeou...
2023-10-05  Miss Islington... [3.12] gh-110429: Fix race condition in "make regen...
2023-10-05  Victor Stinner[3.12] gh-110167: Increase support.LOOPBACK_TIMEOUT...
2023-10-05  Miss Islington... [3.12] gh-110383: Swap 'the all' -> 'all the' in socket...
2023-10-05  Miss Islington... [3.12] gh-109840: Fix multiprocessing test_waitfor_time...
2023-10-05  Miss Islington... [3.12] gh-110167: Fix test_socket deadlock in doCleanup...
2023-10-05  Miss Islington... [3.12] gh-110383 TimeIt Docs Spelling Fix (GH-110407...
2023-10-05  Miss Islington... [3.12] Fix env var typo in perf profiling docs (GH...
2023-10-05  Miss Islington... [3.12] gh-110391: socket NetworkConnectionAttributesTes...
2023-10-05  Miss Islington... [3.12] gh-110259: Fix f-strings with multiline expressi...
2023-10-05  Miss Islington... [3.12] gh-110365: Fix error overwrite in `termios.tcset...
2023-10-05  Miss Islington... [3.12] Remove duplicate word. (GH-110376) (GH-110377)
2023-10-04  Miss Islington... [3.12] Add back bltin-boolean-values ref tag (GH-110371...
2023-10-04  Hugo van Kemenade[3.12] Lint: Remove files that no longer fail to parse...
2023-10-04  Miss Islington... [3.12] gh-109151: Enable readline in the sqlite3 CLI...
2023-10-04  Miss Islington... [3.12] gh-85984: Document change in return type of...
2023-10-04  Miss Islington... [3.12] Enhance TypedDict docs around required/optional...
2023-10-04  Victor Stinner[3.12] gh-109972: Enhance test_gdb (#110026) (#110351)
2023-10-04  Victor Stinner[3.12] gh-109974: Fix threading lock_tests race conditi...
2023-10-04  Miss Islington... [3.12] gh-110332: Remove mentions of `random.WichmannHi...
2023-10-04  Victor Stinner[3.12] gh-108987: Fix _thread.start_new_thread() race...
2023-10-04  Miss Islington... [3.12] gh-110335: asyncio test_unix_events cleans multi...
2023-10-04  Victor Stinner[3.12] gh-109615: Fix support test_copy_python_src_igno...
2023-10-04  Victor Stinner[3.12] gh-109972: Split test_gdb.py into test_gdb packa...
2023-10-04  Miss Islington... [3.12] gh-110267: Add tests for pickling and copying...
2023-10-03  Miss Islington... [3.12] gh-109917: Fix test instability in test_concurre...
2023-10-03  Adam Turner[3.12] Docs: Avoid the deprecated ``.. cmdoption::...
2023-10-03  Miss Islington... [3.12] gh-109234: Hint to contextlib.closing in sqlite3...
2023-10-03  Alex Waygood[3.12] Enable ruff on `Lib/test/test_typing.py` (#11017...
2023-10-03  Miss Islington... [3.12] Bump various dependencies in `Doc/requirements...
2023-10-03  Miss Islington... [3.12] Fix typo in py312 whatsnew: add missing closing...
2023-10-03  Miss Islington... [3.12] Remove unused Misc/requirements-test.txt (GH...
2023-10-02  Miss Islington... [3.12] gh-109653: Reduce the import time of `random...
2023-10-02  Miss Islington... [3.12] gh-110241: Add missing error check to `record_ev...
2023-10-02  Miss Islington... [3.12] gh-108494: Document how to add a project in...
2023-10-02  Victor Stinner[3.12] gh-110088, gh-109878: Fix test_asyncio timeouts...
2023-10-02  Victor Stinner[3.12] gh-110031: Skip test_threading fork tests if...
2023-10-02  Alex Waygood[3.12] gh-109782: Ensure `os.path.isdir` has the same...
2023-10-02  Raymond Hettinger[3.12] Sync factor() recipe with main branch (gh-110231)
2023-10-02  Alex Waygood[3.12] Fix typos in docs and comments (#109619) (#109621)
2023-10-02  Miss Islington... [3.12] Code: Update Donghee Na's name (GH-109744) ...
2023-10-02  Miss Islington... [3.12] gh-110178: Use fewer weakrefs in test_typing...
2023-10-02  Miss Islington... [3.12] 3.12 What's New: Remove duplicate "up to" (GH...
2023-10-02  Victor Stinner[3.12] gh-108963: using random to generate unique strin...
2023-10-02  Miss Islington... [3.12] gh-109590: Update shutil.which on Windows to...
2023-10-02  Miss Islington... [3.12] gh-110160: Fix flaky `test_find_periodic_pattern...
2023-10-02  Victor Stinner[3.12] gh-109649: Enhance os.cpu_count() documentation...
2023-10-02  Miss Islington... [3.12] gh-110088: Fix asyncio test_prompt_cancellation...
2023-10-02  Miss Islington... [3.12] Add example for linear_regression() with proport...
2023-10-02  Victor Stinner[3.12] gh-109047: concurrent.futures catches RuntimeErr...
2023-10-02  Miss Islington... [3.12] gh-109592: test_eintr tolerates 20 ms when compa...
2023-10-02  Victor Stinner[3.12] gh-110052: Fix faulthandler for freed tstate...
2023-10-02  Miss Islington... [3.12] gh-110036: multiprocessing Popen.terminate(...
2023-10-02  Miss Islington... [3.12] gh-109960: Remove test_pty timeout of 10 seconds...
2023-10-02  Miss Islington... [3.12] gh-109889: fix compiler's redundant NOP detectio...
2023-10-02  Davide Rizzo[3.12] gh-110038: KqueueSelector must count all read...
2023-10-02  Miss Islington... [3.12] gh-110033: Fix signal test_interprocess_signal...
2023-10-02  Miss Islington... [3.12] gh-109594: Fix concurrent.futures test_timeout...
2023-10-02  Jelle Zijlstra[3.12] gh-109818: `reprlib.recursive_repr` copies ...
2023-10-02  Miss Islington... [3.12] gh-109955 : Update state transition comments...
2023-10-02  Miss Islington... [3.12] gh-109565: Fix concurrent.futures test_future_ti...
2023-10-02  Victor Stinner[3.12] gh-109615: Fix test_tools.test_freeze SRCDIR...
2023-10-02  Miss Islington... [3.12] Remove loop from docstring for asyncio.streams...
2023-10-02  Miss Islington... [3.12] gh-109098: Fuzz re module instead of internal...
2023-10-02  Miss Islington... [3.12] gh-109845: Make test_ftplib more stable under...
2023-10-02  Miss Islington... [3.12] More informative docstrings in the random module...
2023-10-02  Miss Islington... [3.12] gh-109593: Fix reentrancy issue in multiprocessi...
2023-10-02  Miss Islington... [3.12] gh-109832: concurrent.futures test_deadlock...
2023-10-02  Miss Islington... [3.12] gh-109631: Allow interruption of short repeated...
2023-10-02  Miss Islington... [3.12] gh-89363: Skip threading test_is_alive_after_for...
2023-10-02  Miss Islington... [3.12] gh-109702: Increase concurrent_futures deadlock...
2023-10-02  Miss Islington... [3.12] gh-109625: Move _ready_to_import() from test_imp...
2023-10-02  Miss Islington... [3.12] gh-109833: Fix asyncio test_wait_for() (GH-10983...
2023-10-02  elfstrom[3.12] gh-105829: Fix concurrent.futures.ProcessPoolExe...
2023-10-02  Miss Islington... [3.12] gh-109521: Fix obscure cases handling in PyImpor...
2023-10-02  Miss Islington... [3.12] gh-109706: Fix multiprocessing test_nested_start...
2023-10-02  Pablo Galindo... [3.12] gh-109596: Ensure repeated rules in the grammar...
2023-10-02  Miss Islington... [3.12] gh-109709: Fix asyncio test_stdin_broken_pipe...
2023-10-02  Miss Islington... [3.12] gh-106584: Fix exit code for unittest in Python...
2023-10-02  Victor Stinner[3.12] gh-108948: Skip test_tarfile.test_modes() on...
2023-10-02  Miss Islington... [3.12] gh-109582: test_fork_signal_handling should...
2023-10-02  Victor Stinner[3.12] gh-108303: Move `test_future` into its own test_...
2023-10-02  Victor Stinner[3.12] gh-108303: Move tokenize-related data to Lib...
2023-10-02  Miss Islington... [3.12] gh-108303: Create Lib/test/test_dataclasses...
2023-10-02  Miss Islington... [3.12] gh-108303: Move `ann_module*.py` files to `typin...
2023-10-02  Miss Islington... [3.12] gh-108303: Remove unused Lib/test/sgml_input...
2023-10-02  Miss Islington... [3.12] gh-109613: _pystat_fromstructstat() checks for...
2023-10-02  Victor Stinner[3.12] gh-103053: Skip test_freeze_simple_script()...
next