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
*
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
*
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...
Alexander Buchkovsky
2018-09-04
1
-5/+5
*
Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8...
Zackery Spytz
2018-08-25
1
-2/+0
*
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...
Giampaolo Rodola
2018-06-12
1
-1/+2
*
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...
Segev Finer
2017-12-18
1
-23/+225
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-2/+17
*
bpo-31884 subprocess: add Windows constants for process priority (#4150)
James
2017-11-08
1
-0/+12
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
1
-6/+4
*
bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case en...
Oren Milman
2017-09-14
1
-1/+5
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-1/+1
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-1/+1
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-1/+1
*
bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)
Serhiy Storchaka
2017-06-24
1
-2/+1
*
bpo-30730: Prevent environment variables injection in subprocess on Windows. ...
Serhiy Storchaka
2017-06-23
1
-5/+21
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-6/+11
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-10/+10
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-6/+6
*
Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict
Martin Panter
2016-08-04
1
-4/+4
*
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-55/+52
|
\
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-55/+52
*
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka
2016-06-09
1
-2/+2
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
Issue #20172: Update clinicizations to current clinic.
Zachary Ware
2015-05-13
1
-31/+62
*
Issue #20172: Convert the _winapi module to Argument Clinic.
Zachary Ware
2015-05-13
1
-396/+441
*
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...
Steve Dower
2015-03-02
1
-0/+8
*
merge 3.4 (#23361)
Benjamin Peterson
2015-02-10
1
-2/+12
|
\
|
*
merge 3.3 (#23361)
Benjamin Peterson
2015-02-10
1
-2/+12
|
|
\
|
|
*
add overflow checking (closes #23361)
Benjamin Peterson
2015-02-10
1
-2/+12
*
|
|
Issue18314 Allow unlink to remove junctions. Includes support for creating ju...
Tim Golden
2014-05-05
1
-0/+137
*
|
|
Backed out changeset: 17df50df62c7
Tim Golden
2014-04-27
1
-109/+0
*
|
|
Issue #18314 os.unlink will now remove junction points on Windows. Patch by K...
Tim Golden
2014-04-27
1
-0/+109
|
/
/
*
|
Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by
Victor Stinner
2014-03-20
1
-0/+1
*
|
Issue #19565: Prevent warnings at shutdown about pending overlapped ops.
Richard Oudkerk
2013-11-17
1
-8/+28
*
|
#18466: merge with 3.3.
Ezio Melotti
2013-08-17
1
-1/+1
|
\
\
|
|
/
|
*
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
|
Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295)
Victor Stinner
2013-06-24
1
-2/+5
|
/
*
Fix typo in error handling for WaitForMultipleObjects()
Richard Oudkerk
2012-08-21
1
-1/+1
*
Fix for Issue 14725 for 3.3 branch.
Richard Oudkerk
2012-05-05
1
-3/+1
*
Issue #4892: multiprocessing Connections can now be transferred over multipro...
Antoine Pitrou
2012-04-24
1
-0/+4
*
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou
2012-04-18
1
-0/+1326