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
/
mmapmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na
2025-12-08
1
-0/+2
*
gh-116738: make `mmap` module thread-safe (#139237)
Alper
2025-10-09
1
-201/+438
*
gh-138092: Allow calling mmap.flush with offset only (#138093)
AN Long
2025-09-30
1
-2/+6
*
gh-129813, PEP 782: Use PyBytesWriter in socket and mmap (#138831)
Victor Stinner
2025-09-13
1
-6/+8
*
gh-138205: Remove the `resize` method on `mmap` object on platforms don't sup...
AN Long
2025-09-06
1
-6/+6
*
gh-78502: Add a trackfd parameter to mmap.mmap() on Windows (GH-138238)
Serhiy Storchaka
2025-09-03
1
-28/+31
*
gh-87595: Support mmap.size() for anonymous mapping on Unix (GH-24781)
Zackery Spytz
2025-09-02
1
-1/+9
*
gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220)
Serhiy Storchaka
2025-09-02
1
-0/+9
*
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma
2025-09-01
1
-8/+1
*
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (G...
Serhiy Storchaka
2025-07-22
1
-4/+11
*
gh-135607: remove null checking of weakref list in dealloc of extension modul...
Xuanteng Huang
2025-06-30
1
-2/+2
*
gh-133572: Avoid using NTSTATUS on unsupported WinAPI partitions (GH-133573)
Max Bachmann
2025-05-15
1
-6/+20
*
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
Serhiy Storchaka
2025-04-08
1
-11/+4
*
gh-111178: fix clang-cl compilation of `Modules/mmapmodule.c` post gh-129784 ...
Chris Eibl
2025-02-22
1
-1/+1
*
gh-111178: fix UBSan failures in `Modules/mmapmodule.c` (GH-129784)
Bénédikt Tran
2025-02-19
1
-69/+89
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner
2024-10-09
1
-2/+2
*
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
Dobatymo
2024-05-10
1
-48/+328
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
Zackery Spytz
2024-01-16
1
-6/+20
*
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)
Ronald Oussoren
2024-01-12
1
-0/+33
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Zackery Spytz
2024-01-11
1
-19/+15
*
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na
2023-11-09
1
-7/+14
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-0/+3
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-0/+2
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
1
-0/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-2/+2
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-3/+1
*
gh-105235: Prevent reading outside buffer during mmap.find() (#105252)
Dennis Sweeney
2023-07-13
1
-1/+6
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-1/+0
*
gh-104698: Fix reference leak in mmapmodule.c (#104700)
Kirill Podoprigora
2023-05-21
1
-3/+19
*
gh-103987: fix several crashes in mmap module (#103990)
Prince Roshan
2023-05-20
1
-2/+13
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-1/+7
*
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann
2023-03-01
1
-8/+8
*
gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...
Yeojin Kim
2023-02-24
1
-0/+6
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
1
-5/+4
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner
2022-11-16
1
-2/+1
*
gh-44098: Release the GIL during mmap on Unix (GH-98146)
Shantanu
2022-10-10
1
-3/+3
*
gh-94395: Remove unneeded module state from mmap (#94396)
Erlend Egeberg Aasland
2022-06-29
1
-46/+8
*
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Victor Stinner
2022-03-02
1
-0/+1
*
bpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Dennis Sweeney
2022-03-02
1
-19/+13
*
bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375)
Dong-hee Na
2022-02-16
1
-4/+1
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+1
*
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner
2022-01-11
1
-0/+5
*
bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)
David CARLIER
2021-12-29
1
-0/+5
*
bpo-40915: Avoid compiler warnings by fixing mmapmodule conversion from LARGE...
neonene
2021-12-18
1
-1/+2
*
bpo-45621: Small changes to mmap (GH-29247)
Tim Golden
2021-10-29
1
-16/+5
*
bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
Tim Golden
2021-10-26
1
-34/+95
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-1/+2
*
bpo-42972: Fully support GC for mmap heap types (GH-26373)
Erlend Egeberg Aasland
2021-05-27
1
-3/+10
[next]