COMMITS
/ Modules/mmapmodule.c 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
B
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
Benjamin Peterson committed
September 8, 2016
S
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
March 2, 2016
B
Issue #26335: Make mmap.write() return the number of bytes written like
Berker Peksag committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
August 2, 2015
B
Merge 3.4 (#24217)
Benjamin Peterson committed
B
include fcntl.h on all *nix platforms (closes #24217)
Benjamin Peterson committed
April 12, 2015
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
March 24, 2015
V
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner committed
March 20, 2015
S
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
Serhiy Storchaka committed
March 18, 2015
V
Fix compiler warning in mmapmodule.c (compare signed/unsigned integers)
Victor Stinner committed
March 17, 2015
V
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner committed