summaryrefslogtreecommitdiffstats
path: root/Modules/mmapmodule.c
Commit message (Expand)AuthorAgeFilesLines
* include fcntl.h on all *nix platforms (closes #24217)Benjamin Peterson2015-08-021-2/+2
* Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-191-0/+16
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-6/+0
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-271-4/+4
* Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.Antoine Pitrou2013-08-051-1/+7
* MergeRichard Oudkerk2013-02-131-11/+11
|\
| * Issue #16743: Fix mmap overflow check on 32 bit WindowsRichard Oudkerk2013-02-131-11/+11
* | MERGE: #15676: mmap: add empty file check prior to offset check <- Previous p...Jesus Cea2012-09-101-0/+1
|\ \ | |/
| * #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-101-0/+1
* | #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-101-0/+5
|\ \ | |/
| * #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-101-0/+5
* | Closes #15676: mmap: add empty file check prior to offset checkJesus Cea2012-09-091-0/+5
|\ \ | |/
| * Closes #15676: mmap: add empty file check prior to offset checkJesus Cea2012-09-091-0/+5
* | Whitespace.Stefan Krah2012-03-061-14/+14
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-16/+10
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-1/+3
* | Merge with 3.2 (Issue #12404).Ross Lagerwall2011-06-251-1/+2
|\ \ | |/
| * Issue 12404: Remove C89 incompatible code from mmap module.Ross Lagerwall2011-06-251-1/+2
* | Issue #12021: Make mmap's read() method argument optional. Patch by PetriCharles-François Natali2011-06-081-2/+24
* | Checking if an unsigned long is < 0 is pointless.Brett Cannon2011-06-071-3/+3
|/
* (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-011-0/+9
|\
| * Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-011-0/+9
* | Merge fix for issue #11391Antoine Pitrou2011-03-061-5/+10
|\ \ | |/
| * Issue #11391: Writing to a mmap object created withAntoine Pitrou2011-03-061-5/+10
| * Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge fromAntoine Pitrou2011-02-281-48/+59
| * Merged revisions 88131 via svnmerge fromAntoine Pitrou2011-01-201-0/+11
| * Merged revisions 88036 via svnmerge fromAntoine Pitrou2011-01-151-0/+1
| * Merged revisions 88022 via svnmerge fromAntoine Pitrou2011-01-151-1/+1
| * Merged revisions 85678 via svnmerge fromR. David Murray2010-12-111-1/+6
| * Merged revisions 86159 via svnmerge fromHirokazu Yamamoto2010-11-041-1/+1
| * Merged revisions 84076 via svnmerge fromAntoine Pitrou2010-08-151-1/+1
| * Merged revisions 83407 via svnmerge fromBrian Curtin2010-08-011-0/+5
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-1009/+1009
| * Merged revisions 73684 via svnmerge fromHirokazu Yamamoto2009-06-291-3/+13
* | Merged revisions 88486 via svnmerge fromAntoine Pitrou2011-02-211-48/+59
* | Issue #10955: Fix a potential crash when trying to mmap() a file past itsAntoine Pitrou2011-01-201-0/+11
* | Fix mmap and test_mmap under Windows too (followup to r88022)v3.2rc1Antoine Pitrou2011-01-151-0/+1
* | Issue #10916: mmap should not segfault when a file is mapped using 0 asAntoine Pitrou2011-01-151-1/+1
* | Merge branches/pep-0384.Martin v. Löwis2010-12-031-2/+2
* | Issue #5391: mmap.read_byte() should return unsigned value [0, 255]Hirokazu Yamamoto2010-11-041-1/+1
* | #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.R. David Murray2010-10-181-0/+4
* | Issue #2643: msync() is not called anymore when deallocating an open mmapAntoine Pitrou2010-09-211-1/+0
* | Fix other warnings under 64-bit Windows.Antoine Pitrou2010-08-151-1/+1
* | Fix #8105. Add validation to mmap.mmap so invalid file descriptorsBrian Curtin2010-08-011-0/+5
* | #8046: add context manager protocol support to mmap objects. Also add closed...Georg Brandl2010-08-011-1/+34
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-1009/+1009
* | Merged revisions 73677,73681 via svnmerge fromHirokazu Yamamoto2009-06-291-3/+13
|/
* Merged revisions 73425 via svnmerge fromHirokazu Yamamoto2009-06-141-1/+2
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-9/+9