1. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  2. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  3. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  4. 8934fc2 Fix a failure that was only apparent on big-endian machines: by Guido van Rossum · 17 years ago
  5. 93b30b5 Make array.typecode a unicode string. by Walter Dörwald · 17 years ago
  6. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  7. 2c94aa5 Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). by Guido van Rossum · 17 years ago
  8. c2f6a58 Remove unused variables. by Walter Dörwald · 17 years ago
  9. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  10. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  11. 1f05a3b Fix the array tests. Only a minor change to the C code was required. by Guido van Rossum · 17 years ago
  12. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  13. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  14. b5ddcfd Make array().tofile() work with a new I/O object. by Guido van Rossum · 17 years ago
  15. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  16. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  17. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  18. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  19. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  20. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  21. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  22. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  23. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  24. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  25. b9eb551 Convert array.array.insert to use Py_ssize_t (like the rest already does.) by Thomas Wouters · 18 years ago
  26. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 18 years ago
  27. 7a2f83b Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple(). by Thomas Wouters · 18 years ago
  28. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  29. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  30. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  31. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  32. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  33. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  34. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  35. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 20 years ago
  36. 6e2ee86 Update the array overallocation scheme to match the approach used for by Raymond Hettinger · 20 years ago
  37. 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 20 years ago
  38. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  39. 85004cc SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 21 years ago
  40. 8bb1ae9 All calls to getarrayitem() (which is static) are done either in loops by Walter Dörwald · 21 years ago
  41. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  42. 84fc9aa SF 686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  43. 88ba1e3 SF Patch 685051: fix for 680789: reprs in arraymodule by Raymond Hettinger · 21 years ago
  44. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  45. e0cce8f Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  46. 937ca98 SF patch #687598, array.append is sloooow by Neal Norwitz · 21 years ago
  47. 8437570 Patch #676837: Cygwin array module patch by Jason Tishler · 21 years ago
  48. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  49. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  50. 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
  51. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  52. 56796f6 Fix for by Michael W. Hudson · 22 years ago
  53. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  54. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  55. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  56. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  57. 1755ad9 array_tounicode isn't defined in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  58. b9132a2 Indicate delayed initialization of slots. Suggested by tim.one. by Martin v. Löwis · 22 years ago
  59. edbffc1 Patch #551009: Initialize array type dynamically. by Martin v. Löwis · 22 years ago
  60. aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  61. f4e3484 Use the PyModule_*() API instead of manipulating the module dictionary directly. by Fred Drake · 22 years ago
  62. aa158be Remove tp_print. by Martin v. Löwis · 22 years ago
  63. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  64. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  65. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  66. 702d08e Fix buffer_info() docstring to match reality. See SF bug #444842. by Guido van Rossum · 23 years ago
  67. b870c75 Make it possible to find the use of tp_as_buffer here with a global search. by Tim Peters · 23 years ago
  68. 2b597e4 Correct one-line typo, reported by yole @ SF, bug 130077. by Guido van Rossum · 23 years ago
  69. 05bbb9a The array type was missing the Py_TPFLAGS_DEFAULT initializer for the by Guido van Rossum · 23 years ago
  70. 9d19cb8 Same treatment as listobject.c: by Guido van Rossum · 23 years ago
  71. 7c1cb46 Fix for SF bug 117402, crashes on str(array) and repr(array). This was an by Tim Peters · 24 years ago
  72. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  73. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 24 years ago
  74. bb30734 General cleanup in preparation for a bugfix: removed unused code, useless by Tim Peters · 24 years ago
  75. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  76. 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
  77. 6c116dd Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread by Trent Mick · 24 years ago
  78. 329e291 Removed decl of unreferenced vrbl. by Tim Peters · 24 years ago
  79. dc71cac replaced PyArgs_Parse by PyArgs_ParseTuple by Peter Schneider-Kamp · 24 years ago
  80. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  81. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  82. 9656abd ANSI-fication (got lost in the deep seas of source forge <wink>) by Peter Schneider-Kamp · 24 years ago
  83. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  84. db67739 Jack Jansen, Mac patch: by Guido van Rossum · 24 years ago
  85. 9f754e0 In b_setitem(), instead of the platform dependent CHAR_MIN and by Guido van Rossum · 24 years ago
  86. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  87. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  88. 7d0ae5e Trent Mick: use size_t instead of int where appropriate (in by Guido van Rossum · 24 years ago
  89. 541dc3b Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  90. 137507e Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  91. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  92. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 24 years ago
  93. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  94. bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
  95. 7f1de83 Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it by Guido van Rossum · 25 years ago
  96. 481ac88 Use an unsigned cast to avoid a warning in VC++. by Guido van Rossum · 25 years ago
  97. 3791b0d Carefully check for overflow when allocating the memory for fromfile by Guido van Rossum · 25 years ago
  98. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  99. a0deb64 No need to issue a fatal error if the PyDict_SetItemString fails; the by Guido van Rossum · 26 years ago
  100. fc6aba5 ACK! There was still an unescaped newline in a docstring. by Guido van Rossum · 26 years ago