1. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  2. 1c748f3 Issue #27570: Merge null pointer fixes from 3.5 by Martin Panter · 8 years ago
  3. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  4. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  5. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  6. 996d72b Issue #7063: Remove dead code from array slice handling by Martin Panter · 8 years ago
  7. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  8. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  9. 5ffdcad Fixed integer overflow in array.buffer_info(). by Serhiy Storchaka · 8 years ago
  10. 9e941d6 Fixed integer overflow in array.buffer_info(). by Serhiy Storchaka · 8 years ago
  11. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  12. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  13. ab0d198 Issue #26492: Exhausted iterator of array.array now conforms with the behavior by Serhiy Storchaka · 8 years ago
  14. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  15. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 8 years ago
  16. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  17. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  18. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  19. 7f90cba Issue #23935: Argument Clinic's understanding of format units by Larry Hastings · 9 years ago
  20. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  21. 04e6dba Fixed the array module broken in issue #23492. by Serhiy Storchaka · 9 years ago
  22. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  23. 650c1e8 Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() by Stefan Krah · 9 years ago
  24. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  25. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  26. dfbeb16 Issue #22615: Argument Clinic now supports the "type" argument for the by Larry Hastings · 10 years ago
  27. 588dad0 merge 3.4 (closes #22605) by Benjamin Peterson · 10 years ago
  28. 682124c prevent passing NULL to memcpy (closes #22605) by Benjamin Peterson · 10 years ago
  29. 1eb32c2 Issue #20152: Port the array module to Argument Clinic. by Brett Cannon · 10 years ago
  30. 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
  31. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  32. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 10 years ago
  33. 9730e33 Issue #3693: Fix array obscure error message when given a str. by Alexandre Vassalotti · 11 years ago
  34. 541067a Issue #19437: Fix array.buffer_info(), handle PyLong_FromVoidPtr() and by Victor Stinner · 11 years ago
  35. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  36. 4755bea Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure by Victor Stinner · 11 years ago
  37. 0b142e2 Issue #18408: Fix array_index(), handle getarrayitem() failure by Victor Stinner · 11 years ago
  38. 25c3053 (Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array by Victor Stinner · 11 years ago
  39. 29ec595 Issue #17223: array module: Fix a crasher when converting an array containing by Victor Stinner · 11 years ago
  40. 0485314 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 11 years ago
  41. 03ab4d3 Make indentation consistent and remove dead commented-out code. by Eli Bendersky · 11 years ago
  42. 370bc2f Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  43. 08d5ca6 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  44. 9504b13 Code style fixup: No need for double ((parenthesis)) and use {} on an if else. by Gregory P. Smith · 12 years ago
  45. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  46. c04ddff Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  47. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  48. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  49. 62bb394 Close #13072: Restore code before the PEP 393 for the array module by Victor Stinner · 12 years ago
  50. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  51. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  52. 720682e Merge 3.2 by Florent Xicluna · 13 years ago
  53. 0e686cb Fix docstring typo. by Florent Xicluna · 13 years ago
  54. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 13 years ago
  55. 6a985c3 Merge 3.2. by Florent Xicluna · 13 years ago
  56. c45fb25 Issue #13255: wrong docstrings in array module. by Florent Xicluna · 13 years ago
  57. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  58. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  59. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  60. 1fe99a2 Fix a compiler warning by Victor Stinner · 13 years ago
  61. 1fbcaef Fix array.array('u') constructor by Victor Stinner · 13 years ago
  62. 8dba4e0 array module uses the new Unicode API by Victor Stinner · 13 years ago
  63. f8bb7d0 array module stores the typecode in a char, instead of Py_UNICODE by Victor Stinner · 13 years ago
  64. 4cb0de2 Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY"). by Georg Brandl · 13 years ago
  65. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  66. c7d93b7 Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes, array and list iterations, and get_integer (stringlib/string_format.h) by Mark Dickinson · 13 years ago
  67. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  68. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  69. 4a5e5de Revert a reversed comparison order introduced in r70695. by Brett Cannon · 13 years ago
  70. a0b1ff5 Remove some extraneous parentheses and swap the comparison order to by Brett Cannon · 13 years ago
  71. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  72. ef4a03f Issue #5109: array.array constructor will now use fast code when by Alexander Belopolsky · 13 years ago
  73. 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
  74. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  75. 24aa26b Fix compilation warnings seen on Windows. by Amaury Forgeot d'Arc · 14 years ago
  76. 9f0b51e Issue #10359: Use Py_UNICODE for the typecode in array by Victor Stinner · 14 years ago
  77. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
  78. 346f0af Issue #9526: Remove outdated casts to int that were preventing the array module from working correctly with arrays > 2GB. by Mark Dickinson · 14 years ago
  79. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  80. bbe6306 Merged revisions 78189 via svnmerge from by Mark Dickinson · 14 years ago
  81. bc09964 Merged revisions 77821 via svnmerge from by Mark Dickinson · 14 years ago
  82. cc16d16 Silence gcc warning about possibly uninitialized variable 'converted_items' by Mark Dickinson · 15 years ago
  83. 7aaa770 Use the proper autoconf macro for checking byte order. by Alexandre Vassalotti · 15 years ago
  84. 5f8ed37 Fix omission in a comment. by Alexandre Vassalotti · 15 years ago
  85. ad07715 Issue #2389: Implement a portable mechanism for pickling array objects. by Alexandre Vassalotti · 15 years ago
  86. 216cca7 #6430: remove mention of "w" array typecode. by Georg Brandl · 15 years ago
  87. 4713725 Add the fix for issue 4509 to the mapping methods. by Alexandre Vassalotti · 15 years ago
  88. e503cf9 Fix array.extend and array.__iadd__ to handle the case where an array by Alexandre Vassalotti · 15 years ago
  89. 7e4f321 Issue 4509: Do not modify an array if we know the change would result by Alexandre Vassalotti · 15 years ago
  90. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  91. 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 15 years ago
  92. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  93. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  94. 3ad3a0d Issue #4583: crash after resizing an array.array which has buffer exports. by Antoine Pitrou · 15 years ago
  95. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  96. d492ad8 Merged revisions 65182 via svnmerge from by Georg Brandl · 16 years ago
  97. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  98. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  99. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  100. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago