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
/
_winapi.c
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
-19/+18
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...
Henrik Tunedal
2024-04-28
1
-0/+48
*
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...
Steve Dower
2024-04-15
1
-0/+87
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
1
-1/+1
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
1
-0/+506
*
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower
2024-01-26
1
-8/+9
*
gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...
Steve Dower
2024-01-16
1
-7/+21
*
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
AN Long
2024-01-09
1
-4/+155
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
1
-2/+2
*
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Serhiy Storchaka
2023-08-11
1
-9/+25
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-4/+4
*
gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)
Nikita Sobolev
2023-07-04
1
-0/+1
*
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner
2023-07-02
1
-1/+2
*
gh-105436: The environment block should end with two null wchar_t values (GH-...
Dora203
2023-06-12
1
-1/+13
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
1
-4/+3
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower
2023-05-30
1
-0/+93
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-1/+1
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow
2023-04-04
1
-0/+21
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-0/+13
*
gh-102336: Ensure CancelIoEx result is not ignored (GH-102347)
Max Bachmann
2023-03-01
1
-1/+1
*
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann
2023-03-01
1
-25/+6
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-6/+6
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz
2022-11-25
1
-0/+25
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner
2022-11-14
1
-2/+1
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-7/+0
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-2/+1
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
AN Long
2022-06-06
1
-0/+61
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
1
-1/+1
*
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...
Ray Donnelly
2021-07-28
1
-1/+1
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Steve Dower
2021-07-08
1
-0/+108
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-1/+1
*
bpo-42972: Fix GC assertion error in _winapi by untracking Overlapped earlier...
Ken Jin
2021-05-28
1
-1/+1
*
bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381)
Ken Jin
2021-05-28
1
-2/+46
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
1
-1/+1
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
1
-2/+2
*
bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)
Mohamed Koubaa
2020-08-13
1
-73/+78
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-8/+9
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
1
-0/+8
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-3/+3
*
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester
2020-03-25
1
-2/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeF...
Zackery Spytz
2019-05-30
1
-2/+6
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-2/+45
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-0/+1
*
bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)
Serhiy Storchaka
2019-03-28
1
-46/+34
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
1
-1/+163
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
1
-3/+4
*
bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-1...
Vladimir Matveev
2018-12-14
1
-4/+20
[next]