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
/
_winapi.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Miss Islington (bot)
2024-05-31
1
-9/+15
*
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...
Steve Dower
2024-04-15
1
-1/+141
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
1
-1/+497
*
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower
2024-01-26
1
-5/+8
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
1
-4/+4
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-1/+2
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
1
-5/+4
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
1
-1/+2
*
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Serhiy Storchaka
2023-08-11
1
-7/+5
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
1
-6/+5
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower
2023-05-30
1
-1/+71
*
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow
2023-04-04
1
-1/+41
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-4/+4
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz
2022-11-25
1
-1/+27
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
1
-9/+9
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-103/+43
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-7/+211
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
AN Long
2022-06-06
1
-1/+38
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-21/+1
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-22/+22
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Steve Dower
2021-07-08
1
-1/+37
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-11/+53
*
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka
2020-06-30
1
-3/+12
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
1
-1/+153
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-2/+3
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
1
-5/+6
*
bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-1...
Vladimir Matveev
2018-12-14
1
-4/+6
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
1
-18/+18
*
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...
Alexander Buchkovsky
2018-09-04
1
-4/+4
*
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...
Segev Finer
2017-12-18
1
-1/+35
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-17/+17
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-1/+19
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
1
-3/+3
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-69/+17
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
1
-40/+40
*
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
1
-40/+92
*
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
1
-3/+3
*
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner
2016-09-10
1
-10/+10
*
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka
2016-08-14
1
-7/+10
*
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-56/+53
|
\
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-56/+53
*
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka
2016-06-09
1
-39/+77
|
/
*
Issue #20172: Update clinicizations to current clinic.
Zachary Ware
2015-05-13
1
-65/+68
*
Issue #20172: Convert the _winapi module to Argument Clinic.
Zachary Ware
2015-05-13
1
-0/+851