summaryrefslogtreecommitdiffstats
path: root/Doc/library/mmap.rst
Commit message (Collapse)AuthorAgeFilesLines
* Binary flag is needed on windows.Hirokazu Yamamoto2009-02-281-2/+2
|
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
|
* reformat some documentation of classes so methods and attributes are under ↵Benjamin Peterson2008-04-251-62/+62
| | | | the class directive
* Be consistent in the use of read-only.Jeroen Ruigrok van der Werven2008-04-171-1/+1
|
* Add details about the return value for mmap.flush().Jeroen Ruigrok van der Werven2008-04-161-0/+6
|
* Reformat to 80 columns prior to adding documentation.Jeroen Ruigrok van der Werven2008-04-161-88/+92
|
* #1087741: make mmap.mmap the type of mmap objects, not aGeorg Brandl2008-01-211-7/+10
| | | | factory function. Allow it to be subclassed.
* Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().Andrew M. Kuchling2008-01-191-4/+13
| | | | Contributed by John Lenton.
* Add example to mmap docs.Georg Brandl2007-12-021-0/+43
| | | | Written for GHOP by Rafal Rawicki.
* Add phuang patch from Issue 708374 which adds offset parameter to mmap module.Travis E. Oliphant2007-10-231-2/+11
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+173