summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/_winapi.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Miss Islington (bot)2024-05-311-9/+15
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-151-1/+141
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-131-1/+497
* Use Unicode unconditionally for _winapi.CreateFile (GH-114611)Steve Dower2024-01-261-5/+8
* gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)Serhiy Storchaka2023-10-201-4/+4
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+2
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-311-5/+4
* gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)Victor Stinner2023-08-261-1/+2
* gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)Serhiy Storchaka2023-08-111-7/+5
* gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)Victor Stinner2023-05-311-6/+5
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Steve Dower2023-05-301-1/+71
* GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)Charles Machalow2023-04-041-1/+41
* bpo-15999: Accept arbitrary values for boolean parameters. (#15609)Serhiy Storchaka2022-12-031-4/+4
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Zackery Spytz2022-11-251-1/+27
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...Serhiy Storchaka2022-10-031-9/+9
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-131-103/+43
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-7/+211
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...AN Long2022-06-061-1/+38
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-21/+1
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-031-22/+22
* bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...Steve Dower2021-07-081-1/+37
* bpo-36346: Make using the legacy Unicode C API optional (GH-21437)Serhiy Storchaka2020-07-101-11/+53
* bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)Serhiy Storchaka2020-06-301-3/+12
* bpo-35813: Tests and docs for shared_memory (#11816)Davin Potts2019-02-241-1/+153
* bpo-23867: Argument Clinic: inline parsing code for a single positional param...Serhiy Storchaka2018-12-251-2/+3
* bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...Serhiy Storchaka2018-12-141-5/+6
* bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-1...Vladimir Matveev2018-12-141-4/+6
* bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...Serhiy Storchaka2018-11-271-18/+18
* bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...Alexander Buchkovsky2018-09-041-4/+4
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-1/+35
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-151-17/+17
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-1/+19
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-241-3/+3
* bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)Serhiy Storchaka2017-07-031-69/+17
* bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)Sylvain2017-06-101-40/+40
* Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-171-40/+92
* Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-171-3/+3
* Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-101-10/+10
* Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka2016-08-141-7/+10
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-56/+53
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-56/+53
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-091-39/+77
|/
* Issue #20172: Update clinicizations to current clinic.Zachary Ware2015-05-131-65/+68
* Issue #20172: Convert the _winapi module to Argument Clinic.Zachary Ware2015-05-131-0/+851