1. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  2. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  3. 3ad3a0d Issue #4583: crash after resizing an array.array which has buffer exports. by Antoine Pitrou · 16 years ago
  4. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  5. d492ad8 Merged revisions 65182 via svnmerge from by Georg Brandl · 16 years ago
  6. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  7. 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
  8. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  9. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  10. 3900088 Remove locking from buffer protocol as-per discussion. by Travis E. Oliphant · 16 years ago
  11. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  12. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  13. f25ef50 Remove the deprecated array.read/write methods. by Georg Brandl · 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. 7c4c6c5 Fix typo: formats -> format. (Only mattered in wide unicode builds.) by Guido van Rossum · 17 years ago
  18. ddacf96 Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface. Fix up array module to export the correct format for wide-builds. by Travis E. Oliphant · 17 years ago
  19. d417a15 Fix typo in arraymodule.c (?) -- it's PyBUF_LOCK, not PyBUF_LOCKDATA. by Guido van Rossum · 17 years ago
  20. d5c0add Fix Issue 1268 with the array module by backing-out the 'w' addition. All builds will continue to use 'u' for unicode. by Travis E. Oliphant · 17 years ago
  21. 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
  22. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  23. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  24. 3fcbea5 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  25. b803c51 Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz. by Travis E. Oliphant · 17 years ago
  26. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  27. 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
  28. a291c8f Fix reference leak. by Martin v. Löwis · 17 years ago
  29. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  30. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  31. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  32. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  33. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  34. 8934fc2 Fix a failure that was only apparent on big-endian machines: by Guido van Rossum · 17 years ago
  35. 93b30b5 Make array.typecode a unicode string. by Walter Dörwald · 17 years ago
  36. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  37. 2c94aa5 Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). by Guido van Rossum · 17 years ago
  38. c2f6a58 Remove unused variables. by Walter Dörwald · 17 years ago
  39. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  40. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  41. 1f05a3b Fix the array tests. Only a minor change to the C code was required. by Guido van Rossum · 17 years ago
  42. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  43. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  44. b5ddcfd Make array().tofile() work with a new I/O object. by Guido van Rossum · 17 years ago
  45. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  46. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  47. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  48. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  49. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  50. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  51. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  52. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  53. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  54. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  55. b9eb551 Convert array.array.insert to use Py_ssize_t (like the rest already does.) by Thomas Wouters · 18 years ago
  56. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 18 years ago
  57. 7a2f83b Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple(). by Thomas Wouters · 18 years ago
  58. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  59. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  60. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  61. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  62. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  63. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  64. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  65. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  66. 6e2ee86 Update the array overallocation scheme to match the approach used for by Raymond Hettinger · 20 years ago
  67. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago
  68. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  69. 85004cc SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 21 years ago
  70. 8bb1ae9 All calls to getarrayitem() (which is static) are done either in loops by Walter Dörwald · 21 years ago
  71. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  72. 84fc9aa SF 686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  73. 88ba1e3 SF Patch 685051: fix for 680789: reprs in arraymodule by Raymond Hettinger · 21 years ago
  74. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  75. e0cce8f Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  76. 937ca98 SF patch #687598, array.append is sloooow by Neal Norwitz · 21 years ago
  77. 8437570 Patch #676837: Cygwin array module patch by Jason Tishler · 21 years ago
  78. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  79. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  80. 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
  81. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  82. 56796f6 Fix for by Michael W. Hudson · 22 years ago
  83. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  84. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  85. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  86. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  87. 1755ad9 array_tounicode isn't defined in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  88. b9132a2 Indicate delayed initialization of slots. Suggested by tim.one. by Martin v. Löwis · 22 years ago
  89. edbffc1 Patch #551009: Initialize array type dynamically. by Martin v. Löwis · 22 years ago
  90. aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  91. f4e3484 Use the PyModule_*() API instead of manipulating the module dictionary directly. by Fred Drake · 22 years ago
  92. aa158be Remove tp_print. by Martin v. Löwis · 22 years ago
  93. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  94. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  95. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  96. 702d08e Fix buffer_info() docstring to match reality. See SF bug #444842. by Guido van Rossum · 23 years ago
  97. b870c75 Make it possible to find the use of tp_as_buffer here with a global search. by Tim Peters · 23 years ago
  98. 2b597e4 Correct one-line typo, reported by yole @ SF, bug 130077. by Guido van Rossum · 23 years ago
  99. 05bbb9a The array type was missing the Py_TPFLAGS_DEFAULT initializer for the by Guido van Rossum · 23 years ago
  100. 9d19cb8 Same treatment as listobject.c: by Guido van Rossum · 23 years ago