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
*
- added (long) casts to a couple of Py_BuildValue calls,
Fredrik Lundh
2000-07-09
1
-7/+7
*
-- ANSI-fying, names
Fredrik Lundh
2000-07-08
1
-82/+61
*
Remove definition of _GNU_SOURCE, since Python.h now does it for us
Andrew M. Kuchling
2000-07-05
1
-5/+0
*
clean up warnings in Win32 build of mmapmodule.c
Guido van Rossum
2000-07-01
1
-6/+6
*
Patch from Lorenzo M. Catucci:
Andrew M. Kuchling
2000-06-18
1
-0/+5
*
Support resizing the mapping depending on whether HAVE_MREMAP is defined
Andrew M. Kuchling
2000-06-18
1
-4/+6
*
Patch from Trent Mick:
Andrew M. Kuchling
2000-06-18
1
-34/+105
*
Removed MS_INVALIDATE flags
Andrew M. Kuchling
2000-06-18
1
-2/+2
*
Fix the size() method to return the size of the file on Unix, not the
Andrew M. Kuchling
2000-06-17
1
-3/+12
*
Use PyArg_ParseTuple and specify the method names, following a suggestion
Andrew M. Kuchling
2000-06-03
1
-5/+5
*
Add missing PyArg_NoArgs() calls to methods that didn't take arguments
Andrew M. Kuchling
2000-06-03
1
-8/+16
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-3/+3
*
Correct fix by Mark Favas for the cast problems.
Guido van Rossum
2000-04-10
1
-4/+5
*
I've had complaints about the comparison "where >= 0" before -- on
Guido van Rossum
2000-04-10
1
-1/+1
*
Mark Hammond <mhammond@skippinet.com.au>:
Fred Drake
2000-04-05
1
-6/+2
*
Patch from Hrvoje Niksic <hniksic@iskon.hr>:
Fred Drake
2000-04-04
1
-8/+8
*
Removed three unused variables from the Windows code.
Guido van Rossum
2000-03-31
1
-3/+0
*
Hacked for Win32 by Mark Hammond.
Guido van Rossum
2000-03-31
1
-542/+569
*
Added mmap module -- map a view of a file into memory on Win32 and Unix.
Andrew M. Kuchling
2000-03-30
1
-0/+848