1. 14514d9 bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) by Zackery Spytz · 5 years ago
  2. aa3ecb8 bpo-36285: Fix integer overflow in the array module. (GH-12317) by sth · 5 years ago
  3. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 5 years ago
  4. d1cbc6f Include the highest pickle protocol in a couple of tests. (GH-10735) by Zackery Spytz · 6 years ago
  5. 7c17e23 bpo-24700: Add a fast path for comparing array.array of equal type (#3009) by Adrian Wielgosik · 7 years ago
  6. 964281a bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570) by orenmn · 7 years ago
  7. 1c748f3 Issue #27570: Merge null pointer fixes from 3.5 by Martin Panter · 8 years ago
  8. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  9. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  10. ab0d198 Issue #26492: Exhausted iterator of array.array now conforms with the behavior by Serhiy Storchaka · 8 years ago
  11. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  12. 650c1e8 Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() by Stefan Krah · 9 years ago
  13. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  14. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  15. 1eb32c2 Issue #20152: Port the array module to Argument Clinic. by Brett Cannon · 10 years ago
  16. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  17. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  18. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  19. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  20. 9730e33 Issue #3693: Fix array obscure error message when given a str. by Alexandre Vassalotti · 11 years ago
  21. 4725dc3 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 11 years ago
  22. 91b3e77 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 11 years ago
  23. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  24. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  25. 763edc1 (Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 11 years ago
  26. 29c0034 Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 11 years ago
  27. 742c596 (Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE) by Victor Stinner · 11 years ago
  28. c472c5d Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE) by Victor Stinner · 11 years ago
  29. 25c3053 (Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array by Victor Stinner · 11 years ago
  30. 29ec595 Issue #17223: array module: Fix a crasher when converting an array containing by Victor Stinner · 11 years ago
  31. e1b0d3e #16888: merge with 3.3. by Ezio Melotti · 12 years ago
  32. 1d3e96d #16888: test_array now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  33. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  34. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  35. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  36. 9d512ab Issue #13072: Fix test_array for installation without the ctypes module by Victor Stinner · 12 years ago
  37. bded28c Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... by Victor Stinner · 12 years ago
  38. 8d4734f Issue #13072: Fix test_array for Windows with 16-bit wchar_t by Victor Stinner · 12 years ago
  39. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  40. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 13 years ago
  41. 8dba4e0 array module uses the new Unicode API by Victor Stinner · 13 years ago
  42. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  43. ef4a03f Issue #5109: array.array constructor will now use fast code when by Alexander Belopolsky · 14 years ago
  44. 7a6a009 test_array: fix the DeprecationWarning('object.__init__() takes no parameters') by Victor Stinner · 14 years ago
  45. cf03ac0 #10668: fix wrong call of __init__. by Georg Brandl · 14 years ago
  46. c29cc6a #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. by Georg Brandl · 14 years ago
  47. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  48. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  49. 8cb6dbf Issue #5395: check that array.fromfile() re-raises an IOError instead of replacing it by Antoine Pitrou · 14 years ago
  50. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  51. bc09964 Merged revisions 77821 via svnmerge from by Mark Dickinson · 14 years ago
  52. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  53. 1768343 Merged revisions 74477 via svnmerge from by Frank Wierzbicki · 15 years ago
  54. 0027d4b Don't check 64-bit test cases on 32-bit machine. by Alexandre Vassalotti · 15 years ago
  55. ad07715 Issue #2389: Implement a portable mechanism for pickling array objects. by Alexandre Vassalotti · 15 years ago
  56. 4713725 Add the fix for issue 4509 to the mapping methods. by Alexandre Vassalotti · 15 years ago
  57. e503cf9 Fix array.extend and array.__iadd__ to handle the case where an array by Alexandre Vassalotti · 15 years ago
  58. b78637a Add more test cases to BaseTest.test_memoryview_no_resize. by Alexandre Vassalotti · 15 years ago
  59. 7e4f321 Issue 4509: Do not modify an array if we know the change would result by Alexandre Vassalotti · 15 years ago
  60. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  61. 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 15 years ago
  62. 3471b1c Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r68962. by Raymond Hettinger · 15 years ago
  63. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 15 years ago
  64. 801f9d3 Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for protocol 3 by Hirokazu Yamamoto · 16 years ago
  65. 3ad3a0d Issue #4583: crash after resizing an array.array which has buffer exports. by Antoine Pitrou · 16 years ago
  66. bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 16 years ago
  67. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  68. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  69. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  70. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  71. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  72. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  73. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  74. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  75. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  76. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  77. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  78. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  79. 2c94aa5 Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). by Guido van Rossum · 17 years ago
  80. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 17 years ago
  81. 1f05a3b Fix the array tests. Only a minor change to the C code was required. by Guido van Rossum · 17 years ago
  82. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  83. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  84. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  85. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  86. b5ddcfd Make array().tofile() work with a new I/O object. by Guido van Rossum · 17 years ago
  87. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  88. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  89. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  90. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  91. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  92. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  93. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  94. bd2835c as is a keyword now :-) by Neal Norwitz · 18 years ago
  95. 1083c24 Add a slice test with high < low. by Walter Dörwald · 20 years ago
  96. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  97. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  98. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  99. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  100. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago