Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for ↵ | Brett Cannon | 2008-05-15 | 1 | -0/+3 |
| | | | | removal in 3.0. | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -391/+391 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -20/+20 |
| | | | | From SF patch #852334. | ||||
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -3/+3 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-07-01 | 1 | -26/+6 |
| | |||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1997-04-29 | 1 | -1/+1 |
| | |||||
* | Quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -13/+13 |
| | |||||
* | Added `void' to declaration of initgl(), to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+1 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -10/+17 |
| | |||||
* | err() should be varargs -- and fix one call | Guido van Rossum | 1995-07-07 | 1 | -3/+3 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -8/+8 |
| | | | | | 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/+23 |
| | |||||
* | rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. | Sjoerd Mullender | 1993-12-21 | 1 | -20/+62 |
| | | | | | | 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. | ||||
* | Makefile uses $> more often; cgen supports filename argument; added | Guido van Rossum | 1992-09-11 | 1 | -0/+5 |
| | | | | lower, upper and swapcase to strop; cosmetics. | ||||
* | don't call gl.foreground and create a new window after all (seems to | Guido van Rossum | 1992-08-19 | 1 | -4/+0 |
| | | | | break window positions in .Xdefaults) | ||||
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * socketmodule.c: get rid of makepair(); fix makesocketaddr to fix broken recvfrom() * socketmodule: get rid of getStrarg() * ceval.h: move eval_code() to new file eval.h, so compile.h is no longer needed. * ceval.c: move thread comments to ceval.h; always make save/restore thread functions available (for dynloaded modules) * cdmodule.c, listobject.c: don't include compile.h * flmodule.c: include ceval.h * import.c: include eval.h instead of ceval.h * cgen.py: add forground(); noport(); winopen(""); to initgl(). * bltinmodule.c, socketmodule.c, fileobject.c, posixmodule.c, selectmodule.c: adapt to threads (add BGN/END SAVE macros) * stdwinmodule.c: adapt to threads and use a special stdwin lock. * pythonmain.c: don't include getpythonpath(). * pythonrun.c: use BGN/END SAVE instead of direct calls; also more BGN/END SAVE calls etc. * thread.c: bigger stack size for sun; change exit() to _exit() * threadmodule.c: use BGN/END SAVE macros where possible * timemodule.c: adapt better to threads; use BGN/END SAVE; add longsleep internal function if BSD_TIME; cosmetics | ||||
* | Converted to use == equality check syntax. | Guido van Rossum | 1992-01-12 | 1 | -22/+22 |
| | |||||
* | Added a little comment | Guido van Rossum | 1991-10-20 | 1 | -0/+4 |
| | |||||
* | Reflect changed file name in comments. | Guido van Rossum | 1991-08-16 | 1 | -1/+1 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -2/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+458 |