summaryrefslogtreecommitdiffstats
path: root/Modules/clinic
Commit message (Expand)AuthorAgeFilesLines
* gh-48752: Add readline.get_pre_input_hook() function (#141586)Sanyam Khurana2025-12-051-1/+27
* GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)Brandt Bucher2025-11-171-10/+36
* gh-135801: Add the module parameter to compile() etc (GH-139652)Serhiy Storchaka2025-11-131-8/+50
* gh-140615: Update docstrings in the fcntl module (GH-140619)Serhiy Storchaka2025-11-081-43/+47
* gh-81313: Add the math.integer module (PEP-791) (GH-133909)Serhiy Storchaka2025-10-312-156/+160
* gh-55531: Implement `normalize_encoding` in C (#136643)Stan Ulbrych2025-10-301-1/+65
* gh-137821: Improve Argument Clinic definitions in the ``_json`` module (#140780)Donghee Na2025-10-301-1/+45
* gh-129117: Add unicodedata.isxidstart() function (#140269)Stan Ulbrych2025-10-301-1/+73
* gh-137821: Convert _json module to use Argument Clinic (gh-140778)Yoonho Hann2025-10-301-0/+84
* gh-116738: Make _suggestions module thread-safe (gh-140321)Alper2025-10-221-1/+4
* fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140237)mdehoon2025-10-201-3/+3
* gh-83714: Implement os.statx() function (#139178)Jeffrey Bosboom2025-10-151-1/+139
* gh-139482: Add `posix._clearenv()` function (#139965)Victor Stinner2025-10-111-1/+26
* gh-111489: Remove _PyTuple_FromArray() alias (#139973)Victor Stinner2025-10-114-25/+24
* gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)Nadeshiko Manju2025-10-101-2/+3
* gh-116738: make `mmap` module thread-safe (#139237)Alper2025-10-091-0/+799
* gh-139748: fix leaks in AC error paths when using unicode FS-based converters...Bénédikt Tran2025-10-083-6/+15
* gh-90949: expose Expat API to tune exponential expansion protections (#139368)Bénédikt Tran2025-09-281-3/+147
* gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#...Bénédikt Tran2025-09-261-1/+135
* gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)Serhiy Storchaka2025-09-232-6/+6
* gh-138709: Implement CPU time profiling in profiling.sample (#138710)Pablo Galindo Salgado2025-09-191-10/+34
* fixes gh-139090: add os.RWF_DONTCACHE (#139091)Benjamin Peterson2025-09-181-1/+3
* gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)Adam Turner2025-09-181-0/+184
* GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)Adam Turner2025-09-171-0/+765
* gh-97517: Add documentation links to datetime strftime/strptime docstrings (#...Mehdi Hassan2025-09-151-6/+21
* gh-129813, PEP 782: Use PyBytesWriter in fcntl (#138921)Victor Stinner2025-09-151-26/+12
* gh-138385: Sample all interpreters in the tachyon profiler (#138398)Pablo Galindo Salgado2025-09-081-16/+25
* gh-138252: Add support in SSL module for getting and setting TLS signature al...Ron Frederick2025-09-081-1/+142
* gh-116738: make `cProfile` module thread-safe (#138229)Alper2025-09-061-5/+37
* gh-138401: Check arg count>=0 in os.sendfile() (#138403)Christoph Walcher2025-09-051-1/+11
* GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)Adam Turner2025-09-027-7/+92
* gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)Christoph Walcher2025-09-011-5/+63
* gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)Ron Frederick2025-08-301-1/+40
* gh-137986: Fix and improve the csv functions docstrings (GH-137987)Serhiy Storchaka2025-08-241-12/+4
* gh-137920: Fix semantically relevant typo in `curses.window.attron` (#137940)vict-Yang2025-08-221-2/+2
* gh-95534: Convert ``ZlibDecompressor.__new__`` to AC (#137923)Adam Turner2025-08-191-8/+89
* gh-137725: Convert faulthandler to Argument Clinic (#137726)Victor Stinner2025-08-161-0/+688
* gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock` (#137809)Kumar Aditya2025-08-151-2/+593
* GH-137630: Argument Clinic: Reduce use of 'as' for renaming in ``_interpreter...Adam Turner2025-08-121-13/+12
* GH-137623: Begin enforcing docstring length in Argument Clinic (#137624)Adam Turner2025-08-121-3/+3
* GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)Adam Turner2025-08-121-0/+1202
* gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)Serhiy Storchaka2025-08-091-1/+1552
* gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338)Serhiy Storchaka2025-08-071-11/+7
* gh-136306: Add support for getting and setting SSL groups (#136307)Ron Frederick2025-07-281-1/+129
* Exclude _testclinic_depr.c.h from c-analyzer (GH-137086)Zachary Ware2025-07-241-152/+152
* gh-136437: Make several functions in `os.path` pos-only (#136949)sobolevn2025-07-231-112/+13
* gh-124621: Emscripten: Support pyrepl in browser (GH-136931)Hood Chatham2025-07-221-1/+79
* gh-116738: Make pwd module thread-safe (#136695)Alper2025-07-171-2/+4
* gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)Harmen Stoppels2025-07-161-2/+2
* gh-90733: improve `hashlib.scrypt` interface (#136100)Bénédikt Tran2025-07-141-9/+1