summaryrefslogtreecommitdiffstats
path: root/Modules/cgen.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for re...Brett Cannon2008-05-151-0/+3
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-391/+391
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-20/+20
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-3/+3
* Change copyright notice.Guido van Rossum2000-07-011-26/+6
* Keep gcc -Wall happy.Guido van Rossum1997-04-291-1/+1
* Quickly renamed.Guido van Rossum1997-04-291-13/+13
* Added `void' to declaration of initgl(), to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-10/+17
* err() should be varargs -- and fix one callGuido van Rossum1995-07-071-3/+3
* Added 1995 to copyright message.Guido van Rossum1995-01-041-8/+8
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+23
* rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.Sjoerd Mullender1993-12-211-20/+62
* Makefile uses $> more often; cgen supports filename argument; addedGuido van Rossum1992-09-111-0/+5
* don't call gl.foreground and create a new window after all (seems toGuido van Rossum1992-08-191-4/+0
* * Makefile: cosmeticsGuido van Rossum1992-08-051-0/+4
* Converted to use == equality check syntax.Guido van Rossum1992-01-121-22/+22
* Added a little commentGuido van Rossum1991-10-201-0/+4
* Reflect changed file name in comments.Guido van Rossum1991-08-161-1/+1
* "Compiling" versionGuido van Rossum1990-12-201-2/+2
* Initial revisionGuido van Rossum1990-10-141-0/+458