index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
clinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-48752: Add readline.get_pre_input_hook() function (#141586)
Sanyam Khurana
2025-12-05
1
-1/+27
*
GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)
Brandt Bucher
2025-11-17
1
-10/+36
*
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka
2025-11-13
1
-8/+50
*
gh-140615: Update docstrings in the fcntl module (GH-140619)
Serhiy Storchaka
2025-11-08
1
-43/+47
*
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka
2025-10-31
2
-156/+160
*
gh-55531: Implement `normalize_encoding` in C (#136643)
Stan Ulbrych
2025-10-30
1
-1/+65
*
gh-137821: Improve Argument Clinic definitions in the ``_json`` module (#140780)
Donghee Na
2025-10-30
1
-1/+45
*
gh-129117: Add unicodedata.isxidstart() function (#140269)
Stan Ulbrych
2025-10-30
1
-1/+73
*
gh-137821: Convert _json module to use Argument Clinic (gh-140778)
Yoonho Hann
2025-10-30
1
-0/+84
*
gh-116738: Make _suggestions module thread-safe (gh-140321)
Alper
2025-10-22
1
-1/+4
*
fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140237)
mdehoon
2025-10-20
1
-3/+3
*
gh-83714: Implement os.statx() function (#139178)
Jeffrey Bosboom
2025-10-15
1
-1/+139
*
gh-139482: Add `posix._clearenv()` function (#139965)
Victor Stinner
2025-10-11
1
-1/+26
*
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
Victor Stinner
2025-10-11
4
-25/+24
*
gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)
Nadeshiko Manju
2025-10-10
1
-2/+3
*
gh-116738: make `mmap` module thread-safe (#139237)
Alper
2025-10-09
1
-0/+799
*
gh-139748: fix leaks in AC error paths when using unicode FS-based converters...
Bénédikt Tran
2025-10-08
3
-6/+15
*
gh-90949: expose Expat API to tune exponential expansion protections (#139368)
Bénédikt Tran
2025-09-28
1
-3/+147
*
gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#...
Bénédikt Tran
2025-09-26
1
-1/+135
*
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka
2025-09-23
2
-6/+6
*
gh-138709: Implement CPU time profiling in profiling.sample (#138710)
Pablo Galindo Salgado
2025-09-19
1
-10/+34
*
fixes gh-139090: add os.RWF_DONTCACHE (#139091)
Benjamin Peterson
2025-09-18
1
-1/+3
*
gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)
Adam Turner
2025-09-18
1
-0/+184
*
GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)
Adam Turner
2025-09-17
1
-0/+765
*
gh-97517: Add documentation links to datetime strftime/strptime docstrings (#...
Mehdi Hassan
2025-09-15
1
-6/+21
*
gh-129813, PEP 782: Use PyBytesWriter in fcntl (#138921)
Victor Stinner
2025-09-15
1
-26/+12
*
gh-138385: Sample all interpreters in the tachyon profiler (#138398)
Pablo Galindo Salgado
2025-09-08
1
-16/+25
*
gh-138252: Add support in SSL module for getting and setting TLS signature al...
Ron Frederick
2025-09-08
1
-1/+142
*
gh-116738: make `cProfile` module thread-safe (#138229)
Alper
2025-09-06
1
-5/+37
*
gh-138401: Check arg count>=0 in os.sendfile() (#138403)
Christoph Walcher
2025-09-05
1
-1/+11
*
GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)
Adam Turner
2025-09-02
7
-7/+92
*
gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)
Christoph Walcher
2025-09-01
1
-5/+63
*
gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)
Ron Frederick
2025-08-30
1
-1/+40
*
gh-137986: Fix and improve the csv functions docstrings (GH-137987)
Serhiy Storchaka
2025-08-24
1
-12/+4
*
gh-137920: Fix semantically relevant typo in `curses.window.attron` (#137940)
vict-Yang
2025-08-22
1
-2/+2
*
gh-95534: Convert ``ZlibDecompressor.__new__`` to AC (#137923)
Adam Turner
2025-08-19
1
-8/+89
*
gh-137725: Convert faulthandler to Argument Clinic (#137726)
Victor Stinner
2025-08-16
1
-0/+688
*
gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock` (#137809)
Kumar Aditya
2025-08-15
1
-2/+593
*
GH-137630: Argument Clinic: Reduce use of 'as' for renaming in ``_interpreter...
Adam Turner
2025-08-12
1
-13/+12
*
GH-137623: Begin enforcing docstring length in Argument Clinic (#137624)
Adam Turner
2025-08-12
1
-3/+3
*
GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)
Adam Turner
2025-08-12
1
-0/+1202
*
gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)
Serhiy Storchaka
2025-08-09
1
-1/+1552
*
gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338)
Serhiy Storchaka
2025-08-07
1
-11/+7
*
gh-136306: Add support for getting and setting SSL groups (#136307)
Ron Frederick
2025-07-28
1
-1/+129
*
Exclude _testclinic_depr.c.h from c-analyzer (GH-137086)
Zachary Ware
2025-07-24
1
-152/+152
*
gh-136437: Make several functions in `os.path` pos-only (#136949)
sobolevn
2025-07-23
1
-112/+13
*
gh-124621: Emscripten: Support pyrepl in browser (GH-136931)
Hood Chatham
2025-07-22
1
-1/+79
*
gh-116738: Make pwd module thread-safe (#136695)
Alper
2025-07-17
1
-2/+4
*
gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)
Harmen Stoppels
2025-07-16
1
-2/+2
*
gh-90733: improve `hashlib.scrypt` interface (#136100)
Bénédikt Tran
2025-07-14
1
-9/+1
[next]