summaryrefslogtreecommitdiffstats
path: root/Modules/arraymodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made some more things static, and other cleanup for new naming schemeGuido van Rossum1995-01-171-5/+5
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-8/+1
* Changes for MacGuido van Rossum1994-08-191-0/+4
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-102/+43
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-1/+1
* * posixmodule.c: added set{uid,gid}.Guido van Rossum1993-11-101-2/+14
* Fix stupib bug in concatenationGuido van Rossum1993-11-051-1/+1
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-031-23/+69
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-011-1/+2
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-1/+1
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+1
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-0/+8
* Added new module "array" (for now optional) defining array objects.Guido van Rossum1993-02-191-0/+1152