COMMITS
/ Modules/arraymodule.c December 8, 2001
G
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum committed
November 28, 2001
T
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters committed
July 27, 2001
G
Fix buffer_info() docstring to match reality. See SF bug #444842.
Guido van Rossum committed
June 5, 2001
T
Make it possible to find the use of tp_as_buffer here with a global search.
Tim Peters committed
January 25, 2001
G
Correct one-line typo, reported by yole @ SF, bug 130077.
Guido van Rossum committed
January 24, 2001
G
The array type was missing the Py_TPFLAGS_DEFAULT initializer for the
Guido van Rossum committed
January 18, 2001
G
Same treatment as listobject.c:
Guido van Rossum committed
November 10, 2000
T
Fix for SF bug 117402, crashes on str(array) and repr(array). This was an
Tim Peters committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 16, 2000
T
arraymodule: Fix SF bug 113960.
Tim Peters committed
September 10, 2000
T
General cleanup in preparation for a bugfix: removed unused code, useless
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 31, 2000
F
Peter Schneider-Kamp <nowonder@nowonder.de>:
Fred Drake committed
August 12, 2000
T
Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread
Trent Mick committed
August 1, 2000
T
Removed decl of unreferenced vrbl.
Tim Peters committed
July 31, 2000
P
replaced PyArgs_Parse by PyArgs_ParseTuple
Peter Schneider-Kamp committed
P
added count, extend, index, pop and remove to arraymodule
Peter Schneider-Kamp committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 13, 2000
P
ANSI-fication (got lost in the deep seas of source forge <wink>)
Peter Schneider-Kamp committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
July 1, 2000
G
Jack Jansen, Mac patch:
Guido van Rossum committed
G
In b_setitem(), instead of the platform dependent CHAR_MIN and
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 28, 2000
G
Trent Mick: use size_t instead of int where appropriate (in
Guido van Rossum committed
F
Trent Mick <trentm@activestate.com>:
Fred Drake committed
June 1, 2000
F
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
February 4, 2000
F
Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:
Fred Drake committed
January 20, 2000
G
The rest of the changes by Trent Mick and Dale Nagata for warning-free
Guido van Rossum committed
December 3, 1999
F
Correct the docstring for byteswap(); error noted by Bernhard Reiter
Fred Drake committed
August 27, 1999
G
Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it
Guido van Rossum committed
March 19, 1999
G
Use an unsigned cast to avoid a warning in VC++.
Guido van Rossum committed
February 23, 1999
G
Carefully check for overflow when allocating the memory for fromfile
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
October 14, 1998
G
No need to issue a fatal error if the PyDict_SetItemString fails; the
Guido van Rossum committed
G
ACK! There was still an unescaped newline in a docstring.
Guido van Rossum committed
October 13, 1998
G
Doc strings by Chris Petrilli.
Guido van Rossum committed
August 12, 1997
G
Added buffer_info() method that returns address and length in bytes of
Guido van Rossum committed
June 2, 1997
G
array_type -> ArrayType
Guido van Rossum committed
May 23, 1997
G
PyObject_Compare can raise an exception now.
Guido van Rossum committed
May 22, 1997
G
Defined array.array_type, the type object.
Guido van Rossum committed
May 16, 1997
G
Address the following problem on DOS and Win 3.1, reported by Jim
Guido van Rossum committed
May 5, 1997
G
Checkin of Jack's buffer mods.
Guido van Rossum committed
April 11, 1997
G
Keep Microsoft VC happy.
Guido van Rossum committed
January 3, 1997
G
Add new formats B, H, I, L for unsigned data types (analogous to the
Guido van Rossum committed
December 9, 1996
R
Removed some unneeded header files and reedited with a fixed-width font
Roger E. Masse committed
R
Renamed Grandly (I think).
Roger E. Masse committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed