Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dda5d6e071c6a9d65993d45b90232565cfad2cde
/
Modules
/
_winapi.c
7668a8b
Use calloc-based functions, not malloc. (GH-19152)
by Andy Lester
· 4 years, 8 months ago
530f506
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
by Jeroen Demeyer
· 5 years ago
eda385c
bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() (GH-13355)
by Zackery Spytz
· 5 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 5 years ago
c09a9f5
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
by Thomas Moreau
· 5 years ago
8abd7c7
bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482)
by Serhiy Storchaka
· 6 years ago
e895de3
bpo-35813: Tests and docs for shared_memory (#11816)
by Davin Potts
· 6 years ago
afb3e71
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150)
by Serhiy Storchaka
· 6 years ago
7b36016
bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-11141)
by Vladimir Matveev
· 6 years ago
266f490
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027)
by Alexander Buchkovsky
· 6 years ago
1871a4a
Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8281)
by Zackery Spytz
· 6 years ago
4a172cc
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160)
by Giampaolo Rodola
· 6 years ago
b2a6083
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218)
by Segev Finer
· 7 years ago
91106cd
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
by Victor Stinner
· 7 years ago
b5d9e08
bpo-31884 subprocess: add Windows constants for process priority (#4150)
by James
· 7 years ago
850a18e
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
by Victor Stinner
· 7 years ago
0b3a87e
bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (#3580)
by Oren Milman
· 7 years ago
2ebc5ce
bpo-30860: Consolidate stateful runtime globals. (#3397)
by Eric Snow
· 7 years ago
05351c1
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
by Eric Snow
· 7 years ago
76d5abc
bpo-30860: Consolidate stateful runtime globals. (#2594)
by Eric Snow
· 7 years ago
0ee32c1
bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)
by Serhiy Storchaka
· 7 years ago
d174d24
bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)
by Serhiy Storchaka
· 7 years ago
bf623ae
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
by Serhiy Storchaka
· 8 years ago
55fe1ae
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
by Serhiy Storchaka
· 8 years ago
202fda5
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
by Serhiy Storchaka
· 8 years ago
70214ad
Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict
by Martin Panter
· 8 years ago
2954f83
- Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
5dee655
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
by Serhiy Storchaka
· 8 years ago
ef1585e
Issue #25923: Added more const qualifiers to signatures of static and private functions.
by Serhiy Storchaka
· 9 years ago
77772c0
Issue #20172: Update clinicizations to current clinic.
by Zachary Ware
· 9 years ago
f2244ea
Issue #20172: Convert the _winapi module to Argument Clinic.
by Zachary Ware
· 9 years ago
3e96f32
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks.
by Steve Dower
· 10 years ago
5ef01e9
merge 3.4 (#23361)
by Benjamin Peterson
· 10 years ago
22ef9f7
merge 3.3 (#23361)
by Benjamin Peterson
· 10 years ago
8ce6806
add overflow checking (closes #23361)
by Benjamin Peterson
· 10 years ago
0321cf2
Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman
by Tim Golden
· 11 years ago
fbf963c
Backed out changeset: 17df50df62c7
by Tim Golden
· 11 years ago
4675d79
Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman.
by Tim Golden
· 11 years ago
373f0a9
Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by
by Victor Stinner
· 11 years ago
633db6f
Issue #19565: Prevent warnings at shutdown about pending overlapped ops.
by Richard Oudkerk
· 11 years ago
a7e7497
#18466: merge with 3.3.
by Ezio Melotti
· 11 years ago
85a8629
#18466: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
7176577
Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295)
by Victor Stinner
· 11 years ago
6733927
Fix typo in error handling for WaitForMultipleObjects()
by Richard Oudkerk
· 12 years ago
fdb8dcf
Fix for Issue 14725 for 3.3 branch.
by Richard Oudkerk
· 13 years ago
5438ed1
Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections.
by Antoine Pitrou
· 13 years ago
23bba4c
Issue #11750: The Windows API functions scattered in the _subprocess and
by Antoine Pitrou
· 13 years ago