COMMITS
/ Modules/arraymodule.c 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
March 9, 1995
G
changes for MPW
Guido van Rossum committed
January 22, 1995
G
make routines static
Guido van Rossum committed
January 17, 1995
G
Made some more things static, and other cleanup for new naming scheme
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
August 19, 1994
G
Changes for Mac
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
November 23, 1993
G
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum committed
November 10, 1993
G
* posixmodule.c: added set{uid,gid}.
Guido van Rossum committed
November 5, 1993
G
Fix stupib bug in concatenation
Guido van Rossum committed
November 3, 1993
G
* nismodule.c: database keys and values can contain null bytes. be more
Guido van Rossum committed
November 1, 1993
G
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
Guido van Rossum committed
October 11, 1993
S
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
April 7, 1993
G
* Microscopic corrections to make things compile on the Cray APP.
Guido van Rossum committed
February 19, 1993
G
Added new module "array" (for now optional) defining array objects.
Guido van Rossum committed