summaryrefslogtreecommitdiffstats
path: root/Modules/arraymodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer_info() docstring to match reality. See SF bug #444842.Guido van Rossum2001-07-271-1/+3
* Make it possible to find the use of tp_as_buffer here with a global search.Tim Peters2001-06-051-1/+1
* Correct one-line typo, reported by yole @ SF, bug 130077.Guido van Rossum2001-01-251-1/+1
* The array type was missing the Py_TPFLAGS_DEFAULT initializer for theGuido van Rossum2001-01-241-1/+1
* Same treatment as listobject.c:Guido van Rossum2001-01-181-67/+156
* Fix for SF bug 117402, crashes on str(array) and repr(array). This was anTim Peters2000-11-101-3/+5
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-3/+0
* arraymodule: Fix SF bug 113960.Tim Peters2000-09-161-18/+23
* General cleanup in preparation for a bugfix: removed unused code, uselessTim Peters2000-09-101-65/+27
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Peter Schneider-Kamp <nowonder@nowonder.de>:Fred Drake2000-08-311-3/+1
* Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). freadTrent Mick2000-08-121-2/+2
* Removed decl of unreferenced vrbl.Tim Peters2000-08-011-1/+0
* replaced PyArgs_Parse by PyArgs_ParseTuplePeter Schneider-Kamp2000-07-311-34/+39
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-311-72/+168
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-fication (got lost in the deep seas of source forge <wink>)Peter Schneider-Kamp2000-07-131-195/+60
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-8/+8
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+3
* In b_setitem(), instead of the platform dependent CHAR_MIN andGuido van Rossum2000-07-011-2/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick: use size_t instead of int where appropriate (inGuido van Rossum2000-06-281-2/+2
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-10/+95
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-011-3/+8
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-6/+3
* Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:Fred Drake2000-02-041-1/+3
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-1/+1
* Correct the docstring for byteswap(); error noted by Bernhard ReiterFred Drake1999-12-031-4/+9
* Tiny patch by Mark Hammond to avoid sys/types.h if we don't have itGuido van Rossum1999-08-271-2/+4
* Use an unsigned cast to avoid a warning in VC++.Guido van Rossum1999-03-191-1/+2
* Carefully check for overflow when allocating the memory for fromfileGuido van Rossum1999-02-231-1/+8
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* No need to issue a fatal error if the PyDict_SetItemString fails; theGuido van Rossum1998-10-141-3/+2
* ACK! There was still an unescaped newline in a docstring.Guido van Rossum1998-10-141-1/+1
* Doc strings by Chris Petrilli.Guido van Rossum1998-10-131-42/+177
* Added buffer_info() method that returns address and length in bytes ofGuido van Rossum1997-08-121-0/+10
* array_type -> ArrayTypeGuido van Rossum1997-06-021-2/+2
* PyObject_Compare can raise an exception now.Guido van Rossum1997-05-231-4/+4
* Defined array.array_type, the type object.Guido van Rossum1997-05-221-1/+6
* Address the following problem on DOS and Win 3.1, reported by JimGuido van Rossum1997-05-161-12/+12
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-051-0/+53
* Keep Microsoft VC happy.Guido van Rossum1997-04-111-2/+2
* Add new formats B, H, I, L for unsigned data types (analogous to theGuido van Rossum1997-01-031-1/+85
* Removed some unneeded header files and reedited with a fixed-width fontRoger E. Masse1996-12-091-14/+19
* Renamed Grandly (I think).Roger E. Masse1996-12-091-265/+270
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-0/+8
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* changes for MPWGuido van Rossum1995-03-091-1/+1
* make routines staticGuido van Rossum1995-01-221-5/+5