COMMITS
/ Modules/mmapmodule.c 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
February 21, 2015
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
August 19, 2014
S
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Serhiy Storchaka committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 5, 2013
A
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
Antoine Pitrou committed
February 13, 2013
R
Issue #16743: Fix mmap overflow check on 32 bit Windows
Richard Oudkerk committed
September 10, 2012
J
J
J
September 9, 2012
J
Closes #15676: mmap: add empty file check prior to offset check
Jesus Cea committed
J
Closes #15676: mmap: add empty file check prior to offset check
Jesus Cea committed
March 6, 2012
S
Whitespace.
Stefan Krah committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 12, 2011
A
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
June 25, 2011
R
Merge with 3.2 (Issue #12404).
Ross Lagerwall committed
R
Issue 12404: Remove C89 incompatible code from mmap module.
Ross Lagerwall committed