COMMITS
/ Modules/mmapmodule.c October 10, 2022
S
gh-44098: Release the GIL during mmap on Unix (GH-98146)
Shantanu committed
June 29, 2022
E
gh-94395: Remove unneeded module state from mmap (#94396)
Erlend Egeberg Aasland committed
March 2, 2022
V
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Victor Stinner committed
D
bpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Dennis Sweeney committed
February 16, 2022
D
bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375)
Dong-hee Na committed
February 8, 2022
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
December 29, 2021
D
bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)
David CARLIER committed
December 18, 2021
October 29, 2021
T
bpo-45621: Small changes to mmap (GH-29247)
Tim Golden committed
October 26, 2021
T
bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
Tim Golden committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
May 27, 2021
E
bpo-42972: Fully support GC for mmap heap types (GH-26373)
Erlend Egeberg Aasland committed
April 23, 2021
S
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
Segev Finer committed
November 21, 2020
D
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
David CARLIER committed
November 3, 2020
E
bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108)
Erlend Egeberg Aasland committed
June 5, 2020
D
bpo-1635741: Port mmap module to multiphase initialization (GH-19459)
Dong-hee Na committed
May 26, 2020
E
bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)
Ethan Steinberg committed
May 12, 2020
B
bpo-39481: remove generic classes from ipaddress/mmap (GH-20045)
Batuhan Taskaya committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 10, 2020
E
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
Ethan Smith committed
October 21, 2019
H
October 17, 2019
T
bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891)
Taine Zhao committed
September 16, 2019
H
Fix a possbile refleak in setint() of mmapmodule.c (GH-16136)
Hai Shi committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
June 21, 2019
Z
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 27, 2019
Z
bpo-32941: Add madvise() for mmap objects (GH-6172)
Zackery Spytz committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 21, 2019
L
bpo-36648: fix mmap issue for VxWorks (GH-12394)
Lihua Zhao committed
May 17, 2019
Z
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz committed
March 6, 2019
D
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199)
Davide Rizzo committed
D
closes bpo-36139: release GIL around munmap(). (GH-12073)
Davide Rizzo committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
August 22, 2018
B
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
Berker Peksag committed
June 5, 2018
Z
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Zackery Spytz committed
March 21, 2018
Z
Fix typos in mmap() error messages (GH-6173)
Zackery Spytz committed
March 14, 2018
Z
bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117)
Zackery Spytz committed
March 11, 2018
N
bpo-33021: Release the GIL during fstat() calls (GH-6019)
Nir Soffer committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
November 7, 2017
J
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
Justus Schwabedal committed
April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka committed
March 12, 2017
O
bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650)
Oren Milman committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
October 6, 2016
B
ensure read size is initialized
Benjamin Peterson committed
B
do not leak buffer if mmap is not writable
Benjamin Peterson committed