summaryrefslogtreecommitdiff
path: root/Doc/library/mmap.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-2/+2
* bpo-32941: Add madvise() for mmap objects (GH-6172)Zackery Spytz2019-05-271-0/+49
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+2
* bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...Pablo Galindo2018-10-201-4/+5
* bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)Berker Peksag2018-08-221-4/+6
* Fix typos '.::' should typically just be '::'. (GH-6165)Julien Palard2018-03-281-1/+1
* Added :const:`mmap.ACCESS_DEFAULT` constant. (#4093)Justus Schwabedal2017-11-071-10/+14
* Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-021-4/+4
|\
| * Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-021-4/+4
* | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+1
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
|\ \ | |/
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* | Closes #26875: Merge with 3.5Zachary Ware2016-04-281-1/+1
|\ \ | |/
| * Issue #26875: Fix mmap exampleZachary Ware2016-04-281-1/+1
* | Issue #26335: Make mmap.write() return the number of bytes written likeBerker Peksag2016-03-021-2/+7
|/
* Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-3/+3
* Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-201-0/+9
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* Clarify mmap.close method behavior. Addresses issue #18815Senthil Kumaran2013-09-091-2/+3
* #17402: merge with 3.2.Ezio Melotti2013-03-131-14/+14
|\
| * #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman...Ezio Melotti2013-03-131-14/+14
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Issue #12102: Merge with 3.2.Ross Lagerwall2011-07-251-0/+6
|\ \ | |/
| * Issue #12102: Document that buffered files must be flushed before being usedRoss Lagerwall2011-07-251-0/+6
* | Issue #12021: Make mmap's read() method argument optional. Patch by PetriCharles-François Natali2011-06-081-4/+8
|/
* (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-021-0/+4
|\
| * Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-021-0/+4
| * Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,...Georg Brandl2010-10-061-6/+4
| * Merged revisions 84827-84829 via svnmerge fromAntoine Pitrou2010-09-151-8/+7
* | Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-8/+7
* | Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-4/+4
* | #8046: add context manager protocol support to mmap objects. Also add closed...Georg Brandl2010-08-011-3/+19
|/
* Signature documentation style update, modules J, K, L and M.Georg Brandl2009-06-081-4/+3
* #5391 make mmap work exclusively with bytesBenjamin Peterson2009-04-041-27/+27
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-091-2/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-62/+62
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-87/+97
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-8/+7
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-4/+13
* Fix some 2.xisms in merged docs.Georg Brandl2007-12-021-4/+4
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-0/+43
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-2/+11
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-3/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+173