COMMITS
/ Doc/library/mmap.rst January 14, 2026
H
Python 3.15.0a5
Hugo van Kemenade committed
January 13, 2026
H
Merge branch 'main' of https://github.com/python/cpython
Hugo van Kemenade committed
H
Python 3.15.0a4
Hugo van Kemenade committed
December 27, 2025
A
gh-63016: Add flags parameter on mmap.flush (#139553)
AN Long committed
December 18, 2025
D
gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
Donghee Na committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
September 30, 2025
A
gh-138092: Allow calling mmap.flush with offset only (#138093)
AN Long committed
September 21, 2025
A
gh-138092: Correct the documented signature of ``mmap.flush`` (#138671)
AN Long committed
September 6, 2025
September 4, 2025
Z
gh-87595: Fix the docs for mmap.size() (#138494)
Zackery Spytz committed
September 3, 2025
S
gh-78502: Add a trackfd parameter to mmap.mmap() on Windows (GH-138238)
Serhiy Storchaka committed
September 2, 2025
Z
gh-87595: Support mmap.size() for anonymous mapping on Unix (GH-24781)
Zackery Spytz committed
June 27, 2025
B
Docs: Fix duplicate word typos (GH-135958)
Brian Schubert committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
January 16, 2024
Z
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
Zackery Spytz committed
January 12, 2024
R
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)
Ronald Oussoren committed
January 11, 2024
Z
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Zackery Spytz committed
November 9, 2023
D
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na committed
October 23, 2023
H
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade committed
February 24, 2023
Y
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
June 9, 2022
C
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791)
CAM Gerlach committed
December 29, 2021
D
bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)
David CARLIER committed
October 26, 2021
T
bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
Tim Golden committed
September 22, 2021
S
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka committed
November 21, 2020
D
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
David CARLIER committed
May 26, 2020
E
bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)
Ethan Steinberg committed
February 10, 2020
W
bpo-39369 Doc: Update mmap readline method documentation (GH-17957)
Wellington Pardim committed
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower 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
October 20, 2018
P
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (#5621)
Pablo Galindo committed
August 22, 2018
B
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
Berker Peksag committed
March 28, 2018
J
Fix typos '.::' should typically just be '::'. (GH-6165)
Julien Palard committed
November 7, 2017
J
Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)
Justus Schwabedal committed
December 2, 2016
S
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka committed
S
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
April 28, 2016
Z
Closes #26875: Merge with 3.5
Zachary Ware committed
Z
Issue #26875: Fix mmap example
Zachary Ware committed
March 2, 2016
B
Issue #26335: Make mmap.write() return the number of bytes written like
Berker Peksag committed
February 25, 2016
G
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
Georg Brandl committed
March 20, 2015
S
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
Serhiy Storchaka committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
September 10, 2013
S
Clarify mmap.close method behavior. Addresses issue #18815
Senthil Kumaran committed