]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
67 min ago  Vyron Vasileiadisgh-150076: Fix the documented signature of warnings... main
116 min ago  Serhiy Storchakagh-80678: Document the preferred delimiters of csv...
2 hours ago  Hugo van Kemenadegh-153872: macOS: free-threading support is installed...
2 hours ago  sobolevngh-154431: Fix data race in `sys.audithook` (#154462)
2 hours ago  Serhiy Storchakagh-154460: Do not use wcsftime() on OpenBSD (#154461)
2 hours ago  Hood Chathamgh-154465: Add configure flag to exclude emscripten_sys...
3 hours ago  Serhiy Storchakagh-154272: Skip forkserver tests when the start method...
3 hours ago  Serhiy Storchakagh-84649: Fix unstable test_rollover_at_midnight (GH...
4 hours ago  Bhuvanshgh-154014: Initialize cold executor vm_data fields...
5 hours ago  Serhiy Storchakagh-154437: Fix test_getcwd_long_path on DragonFly BSD...
5 hours ago  Serhiy Storchakagh-154435: Fix os.posix_fadvise() and os.posix_fallocat...
5 hours ago  Serhiy Storchakagh-154443: Fix test_makedev on DragonFly BSD (GH-154444)
6 hours ago  Serhiy Storchakagh-154441: Skip the scheduler tests if the API requires...
6 hours ago  Piotr Kaznowskigh-154007: Improve test coverage for the `shlex` module...
7 hours ago  Serhiy Storchakagh-154427: Check the access time in UtimeTests only...
8 hours ago  Serhiy Storchakagh-154419: Find the fish shell in test_venv (GH-154420)
9 hours ago  Serhiy Storchakagh-154416: Fix hanging test_tcflow on DragonFly BSD...
9 hours ago  Serhiy Storchakagh-154414: Skip test_tcsendbreak on DragonFly BSD ...
9 hours ago  Harjoth Kharagh-153291: Fix data race in readline.get_completer...
9 hours ago  Serhiy Storchakagh-154395: Skip test_environment_is_not_modified withou...
10 hours ago  Serhiy Storchakagh-154394: Skip test_tcsendbreak on OpenBSD (GH-154397)
10 hours ago  Serhiy Storchakagh-154399: Fix venv activate.csh in a non-interactive...
12 hours ago  hpkfft.comgh-152902: Add Intel `icx` compiler to `configure.ac...
12 hours ago  Serhiy Storchakagh-153741: Harden IDLE GUI tests for newer Tk and displ...
20 hours ago  Kumar Adityagh-103847: fix some asyncio subprocess cancellation...
20 hours ago  Serhiy Storchakagh-154389: Do not use uuid_create() on OpenBSD (GH...
22 hours ago  Serhiy Storchakagh-154379: Fix test_epoll on Solaris (GH-154380)
23 hours ago  DavidTest `object_hook` and pickleability of some JSON compo...
23 hours ago  Serhiy Storchakagh-154366: Fix test_asyncio.test_sendfile timing out...
24 hours ago  Serhiy Storchakagh-154352: Fix killing a worker process in regrtest...
25 hours ago  Serhiy Storchakagh-154345: Fix test_posix_pty_functions() killing the...
25 hours ago  Solaris-stargh-154320: Fix swapped __defaults__/__kwdefaults__...
26 hours ago  Brij Kapadiagh-153881: Atomically load `dk_nentries` in `_PyObject_...
27 hours ago  sobolevngh-154275: Fix cleanup code in `_Py_make_parameters...
29 hours ago  Kumar Adityagh-139373: Fix asyncio Process.communicate() losing...
29 hours ago  Kumar Adityagh-145685: per-type method cache implementation (#150160)
31 hours ago  Serhiy Storchakagh-154326: Fix test_fsize_not_too_big() on Solaris...
31 hours ago  Serhiy Storchakagh-83273: Rewrite csv.Sniffer dialect detection using...
32 hours ago  Serhiy Storchakagh-154325: Skip test_add_file_after_2107() if the file...
32 hours ago  Zhou Weigh-103925: Fix csv.Sniffer for a quoted field ending...
37 hours ago  Gyeongjae Choigh-148665: Enable socket.shutdown function for emscript...
39 hours ago  Serhiy Storchakagh-154308: Clear file flags in os_helper.rmtree() ...
39 hours ago  Serhiy Storchakagh-154307: Fix TemporaryDirectory cleanup on DragonFly...
40 hours ago  sobolevngh-154275: Do not crash on deeply nested `__parameters_...
40 hours ago  Serhiy Storchakagh-154303: Skip test_sqlite3 CLI completion tests on...
40 hours ago  Steve Dowergh-153511: Removes Tools/msi, Tools/nuget, and legacy...
42 hours ago  Serhiy Storchakagh-154291: Fix socket.has_dualstack_ipv6() on DragonFly...
42 hours ago  Serhiy Storchakagh-154289: Fix test_socket.testGetServBy on DragonFly...
43 hours ago  Serhiy Storchakagh-154283: Make threading.get_native_id() unique across...
43 hours ago  Serhiy Storchakagh-154279: Skip readline completion tests that fail...
47 hours ago  Serhiy Storchakagh-154240: Skip cmsg truncation socket tests on OpenBSD...
47 hours ago  Serhiy Storchakagh-154260: Fix test_flush_parameters on DragonFly BSD...
47 hours ago  Hugo van Kemenadegh-99968: FAQ: dev versions end in `+dev` (#153262)
2 days ago  Serhiy Storchakagh-154167: Fix test suite hang when SIGINT is ignored...
2 days ago  Serhiy Storchakagh-154258: Fix mmap.resize() crash on NetBSD growing...
2 days ago  thexaigh-152433: Alternate implementation of _winapi.GetVersi...
2 days ago  Javad KoushyarFix two typos in two stdlib docstrings (#153479)
2 days ago  Stan UlbrychBump `profiling.sampling.cli._SYNC_TIMEOUT_SEC` to...
2 days ago  Michael NewmanFix typo in C API Type Object Structures documentation...
2 days ago  Serhiy Storchakagh-125860: Skip separate-SCM_RIGHTS socket tests on...
2 days ago  Serhiy Storchakagh-154226: Fix test_posix_pty_functions on Solaris...
2 days ago  Serhiy Storchakagh-154225: Fix os.openpty() acquiring a controlling...
2 days ago  Serhiy Storchakagh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228)
2 days ago  Serhiy Storchakagh-154218: Fix test_posix_fallocate on file systems...
2 days ago  Kumar Adityagh-127049: fix race condition in asyncio signalling...
2 days ago  Serhiy Storchakagh-154176: Fix locale.strxfrm() crash on DragonFly...
2 days ago  Serhiy Storchakagh-154211: Skip C-stack exhaustion tests when the C...
2 days ago  Serhiy Storchakagh-154146: Fix accuracy of the math.acospi() fallback...
2 days ago  Serhiy Storchakagh-154136: Define _ISOC23_SOURCE to fix building the...
2 days ago  Pranav Choudharygh-154046: docs: fix dead link to codahale timing attac...
2 days ago  Victor Stinnergh-154137: Fix handle leak in test_winapi (#154201)
2 days ago  Hood Chathamgh-145177: Upgrade to Emscripten 6.0.3 (#154029)
2 days ago  ilyaFix grammatical typos in documentation (#154181)
2 days ago  Goutam Adwantgh-151022: Fix remote debugging linetable reads (#151036)
2 days ago  Kumar Adityafix ResourceWarnings of test_kill_issue43884 in asyncio...
2 days ago  Michael NewmanFix typos in `Py_tp_base` macro documentation (#154150)
2 days ago  Victor Stinnergh-104533: Fix ctypes test_pointer_proto_missing_argtyp...
2 days ago  Tobias Alex... gh-119710: fix asyncio Process.wait() to finish on...
2 days ago  soreavisgh-62534: Document that three-argument type() does...
2 days ago  Serhiy Storchakagh-139806: Mention pickle error changes in What's New...
2 days ago  Victor Stinnergh-153903: Use `@ctypes.util.wrap_dll_function()` ...
2 days ago  Serhiy Storchakagh-154144: Fix false positive from the stdbool.h guard...
2 days ago  Hugo van Kemenadegh-153906: Show 'Data' in code formatting (#154132)
3 days ago  L. Legh-153932: protect read of en_index during enumerate...
3 days ago  thexaigh-152433: Windows: ``_uuid`` module: improve UWP compa...
3 days ago  Davidimprove json test coverage (GH-154123)
3 days ago  Vyron Vasileiadisgh-151949: Fix Sphinx reference warnings in `Doc/librar...
3 days ago  Ajob Kustraurllib: Add tests for HTTP errors to complete coverage...
3 days ago  Serhiy Storchakagh-154055: Gate optional curses functions absent on...
3 days ago  Victor Stinnergh-104533: Use `@ctypes.util.struct` decorator (#154031)
3 days ago  Victor Stinnergh-153903: Use `@ctypes.util.wrap_dll_function()` with...
3 days ago  Dominic H.Add test for explicit `cls` argument bypassing default...
3 days ago  Victor Stinnergh-104533: Update test_ctypes.test_structures (#154091)
3 days ago  Florian FreitagDocument getopt and gnu_getopt longopts argument as...
3 days ago  Victor Stinnergh-104533: Fix `@ctypes.util.struct` with endian (...
3 days ago  Victor Stinnergh-104533: Fix `@ctypes.util.struct` with string annota...
3 days ago  Victor Stinnergh-153903: Fix ctypes wrap_dll_function() with string...
3 days ago  Serhiy Storchakagh-153906: Modernize pydoc HTML output (GH-153909)
3 days ago  Rodrigo Girão... Docs: add frozendict to data types theme (#154063)
3 days ago  MonadChainsImprove colorsys coverage (#153982)
next