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
/
overlapped.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma
2024-03-23
1
-0/+1
*
gh-116773: Ensure overlapped objects on Windows are not deallocated too early...
jkriegshauser
2024-03-20
1
-0/+18
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
1
-2/+1
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
1
-7/+9
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-1/+2
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
1
-1/+4
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-6/+6
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-6/+1
*
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner
2023-05-31
1
-4/+4
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner
2022-11-14
1
-8/+4
*
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao
2022-10-30
1
-4/+4
*
gh-95417: Quick fix for "ULONG_PTR differs in levels of indirection from void...
Oleg Iarygin
2022-08-01
1
-1/+9
*
gh-94512: Fix forced arg format in AC-processed overlapped (GH-94516)
Oleg Iarygin
2022-07-28
1
-11/+17
*
gh-94401: Remove unneeded overlapped module state (#94403)
Erlend Egeberg Aasland
2022-06-29
1
-43/+6
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-13/+1
*
bpo-47003: Cleanup _overlapped module (GH-31848)
Andrew Svetlov
2022-03-13
1
-60/+53
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
1
-4/+128
*
Remove Python 3.3 compatibility code from overlapped.c (GH-31049)
Kumar Aditya
2022-02-02
1
-6/+0
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-1/+1
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
Mohamed Koubaa
2020-09-07
1
-67/+106
*
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-...
Zackery Spytz
2020-07-15
1
-3/+2
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-15/+49
*
bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275)
Zackery Spytz
2020-07-10
1
-409/+456
*
bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)
Hai Shi
2020-06-07
1
-6/+2
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Kjell Braden
2020-05-18
1
-5/+2
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na
2020-03-24
1
-4/+2
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-09
1
-1/+2
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov
2019-05-28
1
-16/+356
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
1
-0/+2
*
bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)
Victor Stinner
2019-01-11
1
-24/+54
*
bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)
Victor Stinner
2019-01-08
1
-0/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
1
-2/+62
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
1
-0/+1
*
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka
2017-10-26
1
-1/+1
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
1
-58/+156
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-2/+7
*
fix grammr in error messages in overlapped.c (GH-3095)
Oren Milman
2017-08-15
1
-2/+2
*
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-5/+5
*
asyncio: sync overlapped.c with GitHub
Victor Stinner
2016-04-01
1
-0/+6
*
Fix usage of PyMem_Malloc() in overlapped.c
Victor Stinner
2016-03-16
1
-3/+6
*
asyncio, _overlapped.ConnectPipe(): release the GIL
Victor Stinner
2015-01-26
1
-0/+3
*
asyncio, Tulip issue 204: Fix IocpProactor.recv()
Victor Stinner
2015-01-26
1
-2/+2
*
asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
Victor Stinner
2015-01-22
1
-2/+2
*
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Victor Stinner
2015-01-22
1
-93/+22
[next]