| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for SF bug 117402, crashes on str(array) and repr(array). This was an | Tim Peters | 2000-11-10 | 1 | -3/+5 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -3/+0 |
|
|
* | arraymodule: Fix SF bug 113960. | Tim Peters | 2000-09-16 | 1 | -18/+23 |
|
|
* | General cleanup in preparation for a bugfix: removed unused code, useless | Tim Peters | 2000-09-10 | 1 | -65/+27 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Peter Schneider-Kamp <nowonder@nowonder.de>: | Fred Drake | 2000-08-31 | 1 | -3/+1 |
|
|
* | Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread | Trent Mick | 2000-08-12 | 1 | -2/+2 |
|
|
* | Removed decl of unreferenced vrbl. | Tim Peters | 2000-08-01 | 1 | -1/+0 |
|
|
* | replaced PyArgs_Parse by PyArgs_ParseTuple | Peter Schneider-Kamp | 2000-07-31 | 1 | -34/+39 |
|
|
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 1 | -72/+168 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | ANSI-fication (got lost in the deep seas of source forge <wink>) | Peter Schneider-Kamp | 2000-07-13 | 1 | -195/+60 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -8/+8 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+3 |
|
|
* | In b_setitem(), instead of the platform dependent CHAR_MIN and | Guido van Rossum | 2000-07-01 | 1 | -2/+2 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick: use size_t instead of int where appropriate (in | Guido van Rossum | 2000-06-28 | 1 | -2/+2 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-28 | 1 | -10/+95 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-01 | 1 | -3/+8 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -6/+3 |
|
|
* | Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: | Fred Drake | 2000-02-04 | 1 | -1/+3 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+1 |
|
|
* | Correct the docstring for byteswap(); error noted by Bernhard Reiter | Fred Drake | 1999-12-03 | 1 | -4/+9 |
|
|
* | Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it | Guido van Rossum | 1999-08-27 | 1 | -2/+4 |
|
|
* | Use an unsigned cast to avoid a warning in VC++. | Guido van Rossum | 1999-03-19 | 1 | -1/+2 |
|
|
* | Carefully check for overflow when allocating the memory for fromfile | Guido van Rossum | 1999-02-23 | 1 | -1/+8 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | No need to issue a fatal error if the PyDict_SetItemString fails; the | Guido van Rossum | 1998-10-14 | 1 | -3/+2 |
|
|
* | ACK! There was still an unescaped newline in a docstring. | Guido van Rossum | 1998-10-14 | 1 | -1/+1 |
|
|
* | Doc strings by Chris Petrilli. | Guido van Rossum | 1998-10-13 | 1 | -42/+177 |
|
|
* | Added buffer_info() method that returns address and length in bytes of | Guido van Rossum | 1997-08-12 | 1 | -0/+10 |
|
|
* | array_type -> ArrayType | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
|
|
* | PyObject_Compare can raise an exception now. | Guido van Rossum | 1997-05-23 | 1 | -4/+4 |
|
|
* | Defined array.array_type, the type object. | Guido van Rossum | 1997-05-22 | 1 | -1/+6 |
|
|
* | Address the following problem on DOS and Win 3.1, reported by Jim | Guido van Rossum | 1997-05-16 | 1 | -12/+12 |
|
|
* | Checkin of Jack's buffer mods. | Guido van Rossum | 1997-05-05 | 1 | -0/+53 |
|
|
* | Keep Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 1 | -2/+2 |
|
|
* | Add new formats B, H, I, L for unsigned data types (analogous to the | Guido van Rossum | 1997-01-03 | 1 | -1/+85 |
|
|
* | Removed some unneeded header files and reedited with a fixed-width font | Roger E. Masse | 1996-12-09 | 1 | -14/+19 |
|
|
* | Renamed Grandly (I think). | Roger E. Masse | 1996-12-09 | 1 | -265/+270 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -0/+8 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | changes for MPW | Guido van Rossum | 1995-03-09 | 1 | -1/+1 |
|
|
* | make routines static | Guido van Rossum | 1995-01-22 | 1 | -5/+5 |
|
|
* | Made some more things static, and other cleanup for new naming scheme | Guido van Rossum | 1995-01-17 | 1 | -5/+5 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -8/+1 |
|
|
* | Changes for Mac | Guido van Rossum | 1994-08-19 | 1 | -0/+4 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -102/+43 |
|
|