summaryrefslogtreecommitdiffstats
path: root/Modules/clinic
Commit message (Expand)AuthorAgeFilesLines
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-3165-360/+170
* gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)Serhiy Storchaka2023-08-281-3/+2
* gh-106320: Remove private AC converter functions (#108505)Victor Stinner2023-08-2616-16/+32
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-265-5/+10
* gh-106320: Remove private _PyLong converter functions (#108499)Victor Stinner2023-08-266-6/+12
* gh-108494: AC supports pos-only args in limited C API (#108498)Victor Stinner2023-08-251-1/+33
* gh-108494: Argument Clinic partial supports of Limited C API (#108495)Victor Stinner2023-08-251-0/+53
* gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)Victor Stinner2023-08-2432-276/+276
* gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...Serhiy Storchaka2023-08-211-32/+331
* gh-107704: Argument Clinic: add support for deprecating keyword use of parame...Serhiy Storchaka2023-08-192-1140/+2095
* gh-107801: Improve the accuracy of os.lseek docs (#107935)Erlend E. Aasland2023-08-181-4/+13
* gh-105481: opcode.h is no longer generated during the build (#108080)Irit Katriel2023-08-171-1/+21
* gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)Erlend E. Aasland2023-08-131-1/+167
* gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)Serhiy Storchaka2023-08-111-7/+5
* gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#1...Erlend E. Aasland2023-08-101-0/+974
* Docs: fix typo in os.pwrite docstring (#107087)Jérôme Carretero2023-07-231-2/+2
* gh-107122: Add clear method to dbm.ndbm module (gh-107126)Dong-hee Na2023-07-231-1/+23
* gh-107122: Add clear method to dbm.gdbm.module (gh-107127)Dong-hee Na2023-07-231-1/+23
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-201-1/+37
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-181-1/+195
* gh-81283: compiler: remove indent from docstring (#106411)Inada Naoki2023-07-151-1/+60
* gh-105481: expose opcode metadata via the _opcode module (#106688)Irit Katriel2023-07-141-1/+316
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-0110-145/+10
* gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)Victor Stinner2023-05-313-17/+16
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Steve Dower2023-05-301-1/+71
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Steve Dower2023-05-291-1/+69
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-251-1318/+0
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-251-69/+0
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-241-80/+0
* gh-94906: Support multiple steps in math.nextafter (#103881)Matthias Görgens2023-05-191-8/+47
* gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)Carl Meyer2023-05-181-9/+14
* gh-99108: Replace SHA3 implementation HACL* version (#103597)Jonathan Protzenko2023-05-081-0/+196
* gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)Irit Katriel2023-05-071-9/+20
* gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)Erlend E. Aasland2023-05-051-1/+259
* gh-87092: Expose assembler to unit tests (#103988)Irit Katriel2023-05-011-1/+63
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-011-9/+194
* gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#...Oleg Iarygin2023-04-241-0/+162
* gh-103092: Isolate `_collections` (#103093)Erlend E. Aasland2023-04-121-2/+2
* GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)Charles Machalow2023-04-041-1/+41
* gh-103092: Isolate `_pickle` module (#102982)Erlend E. Aasland2023-04-041-11/+65
* GH-102833: Mention the key function in the docstrings (GH-103009)Raymond Hettinger2023-03-251-5/+13
* gh-102839: remove AC for math.log (GH-102863)Sergey B Kirpichev2023-03-211-44/+1
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-101-1/+127
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-091-5/+5
* bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7...Zackery Spytz2023-02-232-10/+83
* Add missing 'is' to `cmath.log()` docstring (#102049)Owain Davies2023-02-191-2/+2
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-161-17/+1
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-163-450/+440
* gh-99138: Isolate _zoneinfo (#99218)Erlend E. Aasland2023-02-151-14/+201
* gh-101277: Finalise isolating itertools (GH-101305)Erlend E. Aasland2023-02-101-3/+3