Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 55588-55630 via svnmerge from | Guido van Rossum | 2007-05-29 | 1 | -1362/+0 |
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55598 | neal.norwitz | 2007-05-26 10:44:02 +0800 (Sat, 26 May 2007) | 1 line Fix refleak on infinite recursion ........ r55599 | neal.norwitz | 2007-05-26 10:47:45 +0800 (Sat, 26 May 2007) | 1 line Add news entry about overidding isinstance/issubclass (PEP 3119) ........ r55629 | brett.cannon | 2007-05-29 08:06:59 +0800 (Tue, 29 May 2007) | 3 lines Delete the cstubs module. Used as input to Modules/cgen.py to generate the gl module which has already been removed. ........ | ||||
* | Remove PyArg_NoArgs() and PyArg_GetInt() | Neal Norwitz | 2006-03-17 | 1 | -2/+0 |
| | |||||
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | Removed references to Py_FPROTO. | Sjoerd Mullender | 2000-08-18 | 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 |
| | |||||
* | Generate the clear() method manually (calling __GLclear(), another | Guido van Rossum | 1998-04-28 | 1 | -1/+12 |
| | | | | | name for clear()). This fixes the name clash with curses. (Jack) | ||||
* | Quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -237/+234 |
| | |||||
* | Changes to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -3/+13 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -0/+24 |
| | |||||
* | rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. | Sjoerd Mullender | 1993-12-21 | 1 | -29/+35 |
| | | | | | | Does not need any SGI-specific libraries. cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it can be compiled using an ANSI compiler. | ||||
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -7/+7 |
| | | | | cstubs: Use Matrix type instead of float[4][4]. | ||||
* | Added dither() routine | Jack Jansen | 1993-02-19 | 1 | -0/+1 |
| | |||||
* | Added readdisplay() routine | Jack Jansen | 1993-02-16 | 1 | -0/+29 |
| | |||||
* | Made struct a standard built-in module; added string args to {set,get}sockopt; | Guido van Rossum | 1992-09-08 | 1 | -0/+12 |
| | | | | added gl.gversion(). | ||||
* | Fix bug introduced by Jack (duplicate def of qread) | Guido van Rossum | 1992-08-13 | 1 | -1/+1 |
| | |||||
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 1 | -0/+27 |
| | |||||
* | Added qgetfd() to cstubs for GL. | Guido van Rossum | 1992-06-29 | 1 | -0/+4 |
| | | | | Added new module dbm (interface to ndbm). | ||||
* | Addef gflush | Guido van Rossum | 1992-02-26 | 1 | -0/+1 |
| | |||||
* | Improved RGB --> grayscale conversion. | Guido van Rossum | 1991-11-12 | 1 | -7/+10 |
| | | | | Changed error reporting somewhat. | ||||
* | Added lrect{read,write} and pixmode(). | Guido van Rossum | 1991-10-20 | 1 | -11/+226 |
| | | | | | Also added functions (un)packrect, not in GL but needed for tv... Commented out all the functions that cause error messages. | ||||
* | Changed some interfaces after error reports from Liberte. | Guido van Rossum | 1991-08-16 | 1 | -3/+51 |
| | | | | Added altgetmatrix (better but incompatible). | ||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -13/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+1010 |