1. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  2. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  3. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  4. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  5. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  6. 7131fd9 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60878,60880-60892,60894-60898 via svnmerge from by Christian Heimes · 16 years ago
  7. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  8. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  9. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  10. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago
  11. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 16 years ago
  12. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 16 years ago
  13. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 16 years ago
  14. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  15. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  16. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  17. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  18. 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
  19. 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
  20. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  21. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  22. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  23. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  24. e5aeaad Return bytes, not string from read(). Makes test_mmap.py pass. by Guido van Rossum · 17 years ago
  25. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  26. b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 17 years ago
  27. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  28. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  29. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  30. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  31. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  32. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  33. 02cbf4a More unconsting. by Martin v. Löwis · 18 years ago
  34. 5bb8a15 Fix typo. by Martin v. Löwis · 18 years ago
  35. 1518607 Fix size computation on Win64. by Martin v. Löwis · 18 years ago
  36. 2c98a7b Fix typo. by Thomas Wouters · 18 years ago
  37. cfe7e09 Remove size restrictions. by Martin v. Löwis · 18 years ago
  38. f288295 mmap_flush_method(): Squash compiler warning about by Tim Peters · 18 years ago
  39. 8f9cc29 Remove space between function name and left paren in function calls. by Tim Peters · 18 years ago
  40. 23721ee Removed pointless parens around `return` expressions; by Tim Peters · 18 years ago
  41. ec0a5f0 Trimmed trailing whitespace. by Tim Peters · 18 years ago
  42. e564e7f new_mmap_object(), Windows flavor. by Tim Peters · 18 years ago
  43. dde1765 More Py_ssize_t format characters. by Thomas Wouters · 18 years ago
  44. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  45. 3eaf2b5 Update comment and make accurate. by Neal Norwitz · 18 years ago
  46. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  47. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 18 years ago
  48. d1cfc8a Whitespace normalization by Neal Norwitz · 18 years ago
  49. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  50. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 18 years ago
  51. 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago
  52. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  53. 6eac200 Cleanup the previous checkin. by Neal Norwitz · 19 years ago
  54. 7b63179 Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport. by Neal Norwitz · 19 years ago
  55. 335ffe8 C89 compliance. by Armin Rigo · 19 years ago
  56. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  57. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 19 years ago
  58. 16581c8 Set data pointer to NULL after an error; this keeps the mmap_dealloc() function from trying to do msync(-1);munmap(-1). by Andrew M. Kuchling · 20 years ago
  59. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  60. a301667 [Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device. by Andrew M. Kuchling · 21 years ago
  61. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  62. 69c2b88 Fix two crashes on Windows: by Guido van Rossum · 21 years ago
  63. 4d933fe SF patch #682514, mmapmodule.c write fix for LP64 executables by Neal Norwitz · 21 years ago
  64. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 21 years ago
  65. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  66. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  67. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  68. c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 22 years ago
  69. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  70. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  71. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  72. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  73. 10f9c07 Remove obsolete e-mail address by Andrew M. Kuchling · 23 years ago
  74. 1baac72 Fix SF #441664: Python crash on del of a slice of a mmap by Thomas Wouters · 23 years ago
  75. d401edd Fix new compiler warnings. Also boost "start" from (C) int to long and by Tim Peters · 23 years ago
  76. 834f4dd Fix the .find() method for memory maps. by Greg Stein · 23 years ago
  77. d6283b8 Minor fiddling related to SF patch 416251 2.1c1 mmapmodule: unused vrbl cleanup by Tim Peters · 23 years ago
  78. cf96de0 SF but #417587: compiler warnings compiling 2.1. by Tim Peters · 23 years ago
  79. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 23 years ago
  80. 5a53019 Part of SF patch #102409 by jlt63 to support building these modules by Guido van Rossum · 23 years ago
  81. 0d9f9dc Windows mmap should (as the docs probably <wink> say) create a mapping by Tim Peters · 23 years ago
  82. 145f96e my_getpagesize(): New function; returns the size of a page of memory. by Fred Drake · 24 years ago
  83. 4b36e6b For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's by Guido van Rossum · 24 years ago
  84. 071864a More Windows changes. by Mark Hammond · 24 years ago
  85. 2cbed00 Fixes for Windows (but also tested on Linux). Test suite now completes, and this module should not leak in the face of errors. by Mark Hammond · 24 years ago
  86. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  87. 5cccf50 - added (long) casts to a couple of Py_BuildValue calls, by Fredrik Lundh · 24 years ago
  88. 54cf3dc -- ANSI-fying, names by Fredrik Lundh · 24 years ago
  89. da13f89 Remove definition of _GNU_SOURCE, since Python.h now does it for us by Andrew M. Kuchling · 24 years ago
  90. ce8e1dc clean up warnings in Win32 build of mmapmodule.c by Guido van Rossum · 24 years ago
  91. ea34a84 Patch from Lorenzo M. Catucci: by Andrew M. Kuchling · 24 years ago
  92. 6fef30e Support resizing the mapping depending on whether HAVE_MREMAP is defined by Andrew M. Kuchling · 24 years ago
  93. 70d2742 Patch from Trent Mick: by Andrew M. Kuchling · 24 years ago
  94. 9bc5f33 Removed MS_INVALIDATE flags by Andrew M. Kuchling · 24 years ago
  95. 7b9fb92 Fix the size() method to return the size of the file on Unix, not the by Andrew M. Kuchling · 24 years ago
  96. 841b9fb Use PyArg_ParseTuple and specify the method names, following a suggestion by Andrew M. Kuchling · 24 years ago
  97. 961fe17 Add missing PyArg_NoArgs() calls to methods that didn't take arguments by Andrew M. Kuchling · 24 years ago
  98. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  99. 36d4f8b Correct fix by Mark Favas for the cast problems. by Guido van Rossum · 24 years ago
  100. e110dcf I've had complaints about the comparison "where >= 0" before -- on by Guido van Rossum · 24 years ago