1. 14514d9 bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) by Zackery Spytz · 5 years ago
  2. 9e4861f bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928) by Serhiy Storchaka · 5 years ago
  3. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 5 years ago
  4. bc85475 bpo-34754: Fix test_flush_return_value on FreeBSD (GH-9451) by Berker Peksag · 6 years ago
  5. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 6 years ago
  6. e9e3976 bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Zackery Spytz · 6 years ago
  7. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  8. 87845bc merge 3.5 by Benjamin Peterson · 8 years ago
  9. 4c8b2cd skip test on windows by Benjamin Peterson · 8 years ago
  10. cf0b9da fix bug in 48797808a302 by Benjamin Peterson · 8 years ago
  11. e06cc67 skip test if resizing is not supported by Benjamin Peterson · 8 years ago
  12. cd04db0 mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 8 years ago
  13. 8ec1175 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  14. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  15. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 8 years ago
  16. da19767 Issue #25004: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  17. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  18. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 9 years ago
  19. 996c3de Fixed typo. by Serhiy Storchaka · 10 years ago
  20. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  21. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  22. c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
  23. 76450e6 Merge by Richard Oudkerk · 11 years ago
  24. 6d40134 Merge by Richard Oudkerk · 11 years ago
  25. 0d09ba8 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 11 years ago
  26. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  27. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  28. 6eda46d Replace mmap.error with OSError, #16705 by Andrew Svetlov · 12 years ago
  29. 4886d5b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  30. 1f2799b #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete by Jesus Cea · 12 years ago
  31. 1b3f3b0 Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  32. 941bfcc Closes #15676: mmap: add empty file check prior to offset check by Jesus Cea · 12 years ago
  33. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  34. 2f655b7 (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text by Victor Stinner · 13 years ago
  35. a6d2c76 Issue #12451: Open files in binary mode in some tests when the text file is not by Victor Stinner · 13 years ago
  36. 4dd453c Issue #12021: Make mmap's read() method argument optional. Patch by Petri by Charles-François Natali · 13 years ago
  37. b0b0579 Merge: Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  38. 7420b70 Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  39. 044dfad Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  40. 909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  41. c2bb073 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  42. ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  43. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  44. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  45. 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 13 years ago
  46. 7b50c2c Fix buildbot failure following 97a5590b9291 by Antoine Pitrou · 13 years ago
  47. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 13 years ago
  48. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  49. 97696cb Merged revisions 88486 via svnmerge from by Antoine Pitrou · 13 years ago
  50. 6107a4e Merged revisions 88131 via svnmerge from by Antoine Pitrou · 14 years ago
  51. 305bc9e Issue #10955: Fix a potential crash when trying to mmap() a file past its by Antoine Pitrou · 14 years ago
  52. 50dc65f Merged revisions 88036 via svnmerge from by Antoine Pitrou · 14 years ago
  53. d0ebc75 Fix mmap and test_mmap under Windows too (followup to r88022) by Antoine Pitrou · 14 years ago
  54. fb7bc3d Merged revisions 88022 via svnmerge from by Antoine Pitrou · 14 years ago
  55. 85f4615 Issue #10916: mmap should not segfault when a file is mapped using 0 as by Antoine Pitrou · 14 years ago
  56. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  57. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  58. 09ea792 Merged revisions 86159 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  59. 3cdd5cb Issue #5391: mmap.read_byte() should return unsigned value [0, 255] by Hirokazu Yamamoto · 14 years ago
  60. 5dc8fab context managerify by Benjamin Peterson · 14 years ago
  61. 686ee4f Merged revisions 83407 via svnmerge from by Brian Curtin · 14 years ago
  62. ea47eaa Fix #8105. Add validation to mmap.mmap so invalid file descriptors by Brian Curtin · 14 years ago
  63. 0bccc18 #8046: add context manager protocol support to mmap objects. Also add closed property. by Georg Brandl · 14 years ago
  64. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  65. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  66. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  67. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  68. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  69. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  70. 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  71. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  72. 9b78925 Merged revisions 70193 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  73. 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  74. 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  75. 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  76. 0654ccd Merged revisions 69714,69718 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  77. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  78. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  79. e1e9f23 Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62055-62058,62060-62066,62068-62074,62076-62085 via svnmerge from by Martin v. Löwis · 16 years ago
  80. 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
  81. 18c6689 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-60873 via svnmerge from by Christian Heimes · 16 years ago
  82. 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
  83. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
  84. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  85. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  86. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  87. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  88. 456fe5d Fix a weird use of try/finally to close a file. by Guido van Rossum · 17 years ago
  89. b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 17 years ago
  90. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  91. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  92. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 18 years ago
  93. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  94. 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago
  95. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  96. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  97. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  98. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 19 years ago
  99. ddc82ea A new test here was failing on Windows, because the test before it never by Tim Peters · 22 years ago
  100. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago