- 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- b5ddcfd Make array().tofile() work with a new I/O object. by Guido van Rossum · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
- b9eb551 Convert array.array.insert to use Py_ssize_t (like the rest already does.) by Thomas Wouters · 19 years ago
- 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 19 years ago
- 7a2f83b Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple(). by Thomas Wouters · 19 years ago
- ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
- b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
- 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
- cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
- 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
- 6e2ee86 Update the array overallocation scheme to match the approach used for by Raymond Hettinger · 21 years ago
- 3aa82c0 SF bug #910986: copy.copy fails for array.array by Raymond Hettinger · 21 years ago
- 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
- 85004cc SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 21 years ago
- 8bb1ae9 All calls to getarrayitem() (which is static) are done either in loops by Walter Dörwald · 21 years ago
- 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
- 84fc9aa SF 686323: Minor array module enhancements by Raymond Hettinger · 22 years ago
- 88ba1e3 SF Patch 685051: fix for 680789: reprs in arraymodule by Raymond Hettinger · 22 years ago
- 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 22 years ago
- e0cce8f Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
- 937ca98 SF patch #687598, array.append is sloooow by Neal Norwitz · 22 years ago
- 8437570 Patch #676837: Cygwin array module patch by Jason Tishler · 22 years ago
- 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
- fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
- 36cd2bf SF patch 660559: Use METH_O and METH_NOARGS where possible by Raymond Hettinger · 22 years ago
- fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
- 56796f6 Fix for by Michael W. Hudson · 22 years ago
- 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
- 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
- 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
- 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
- 1755ad9 array_tounicode isn't defined in --disable-unicode builds... by Michael W. Hudson · 22 years ago
- b9132a2 Indicate delayed initialization of slots. Suggested by tim.one. by Martin v. Löwis · 23 years ago
- edbffc1 Patch #551009: Initialize array type dynamically. by Martin v. Löwis · 23 years ago
- aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 23 years ago
- f4e3484 Use the PyModule_*() API instead of manipulating the module dictionary directly. by Fred Drake · 23 years ago
- aa158be Remove tp_print. by Martin v. Löwis · 23 years ago
- 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
- 702d08e Fix buffer_info() docstring to match reality. See SF bug #444842. by Guido van Rossum · 23 years ago
- b870c75 Make it possible to find the use of tp_as_buffer here with a global search. by Tim Peters · 23 years ago
- 2b597e4 Correct one-line typo, reported by yole @ SF, bug 130077. by Guido van Rossum · 24 years ago
- 05bbb9a The array type was missing the Py_TPFLAGS_DEFAULT initializer for the by Guido van Rossum · 24 years ago
- 9d19cb8 Same treatment as listobject.c: by Guido van Rossum · 24 years ago
- 7c1cb46 Fix for SF bug 117402, crashes on str(array) and repr(array). This was an by Tim Peters · 24 years ago
- d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
- 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 24 years ago
- bb30734 General cleanup in preparation for a bugfix: removed unused code, useless by Tim Peters · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 8ce159a Peter Schneider-Kamp <nowonder@nowonder.de>: by Fred Drake · 24 years ago
- 6c116dd Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread by Trent Mick · 24 years ago
- 329e291 Removed decl of unreferenced vrbl. by Tim Peters · 24 years ago
- dc71cac replaced PyArgs_Parse by PyArgs_ParseTuple by Peter Schneider-Kamp · 24 years ago
- 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
- f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
- 9656abd ANSI-fication (got lost in the deep seas of source forge <wink>) by Peter Schneider-Kamp · 24 years ago
- dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
- db67739 Jack Jansen, Mac patch: by Guido van Rossum · 24 years ago
- 9f754e0 In b_setitem(), instead of the platform dependent CHAR_MIN and by Guido van Rossum · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 7d0ae5e Trent Mick: use size_t instead of int where appropriate (in by Guido van Rossum · 24 years ago
- 541dc3b Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
- 137507e Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
- b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
- 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 25 years ago
- bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
- bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
- 7f1de83 Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it by Guido van Rossum · 25 years ago
- 481ac88 Use an unsigned cast to avoid a warning in VC++. by Guido van Rossum · 26 years ago
- 3791b0d Carefully check for overflow when allocating the memory for fromfile by Guido van Rossum · 26 years ago
- 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
- a0deb64 No need to issue a fatal error if the PyDict_SetItemString fails; the by Guido van Rossum · 26 years ago
- fc6aba5 ACK! There was still an unescaped newline in a docstring. by Guido van Rossum · 26 years ago
- b39b90d Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
- de4a4ca Added buffer_info() method that returns address and length in bytes of by Guido van Rossum · 27 years ago
- 24995b9 array_type -> ArrayType by Guido van Rossum · 27 years ago
- c8b6df9 PyObject_Compare can raise an exception now. by Guido van Rossum · 27 years ago
- b6190d3 Defined array.array_type, the type object. by Guido van Rossum · 27 years ago
- 1a747f8 Address the following problem on DOS and Win 3.1, reported by Jim Ahlstrom: by Guido van Rossum · 27 years ago
- fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 28 years ago
- 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 28 years ago
- 549ab71 Add new formats B, H, I, L for unsigned data types (analogous to the by Guido van Rossum · 28 years ago
- 5817f8f Removed some unneeded header files and reedited with a fixed-width font by Roger E. Masse · 28 years ago
- 2919eaa Renamed Grandly (I think). by Roger E. Masse · 28 years ago