summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Raise KeyError instead of RuntimeError when a uid or name (etc) is not found.Guido van Rossum1991-12-241-4/+4
|
* Change errors into new StdwinError.Guido van Rossum1991-12-161-11/+11
|
* Improve error handling.Guido van Rossum1991-12-161-5/+30
|
* Be vague about default date.Guido van Rossum1991-12-161-1/+1
|
* Hide forms before discarding them.Guido van Rossum1991-12-161-0/+1
|
* Automatically insert the date.Guido van Rossum1991-12-161-2/+13
|
* Use new exceptions.Guido van Rossum1991-12-101-8/+9
|
* Support for FORMS 2.0.Guido van Rossum1991-12-101-33/+170
|
* Added global 'version' variable.Guido van Rossum1991-12-101-0/+7
| | | | Print version and copyright when called interactively.
* AIX fix.Guido van Rossum1991-11-272-2/+3
|
* Enclosed method lists in braces.Guido van Rossum1991-11-271-24/+82
| | | | Added close methods to various object types.
* Fixed duplicate use of OFF macro.Guido van Rossum1991-11-191-0/+6
|
* Added PROTO macro where needed.Guido van Rossum1991-11-121-3/+3
|
* Finally added form attributes.Guido van Rossum1991-11-121-5/+38
|
* Improved RGB --> grayscale conversion.Guido van Rossum1991-11-121-7/+10
| | | | Changed error reporting somewhat.
* Support JPEG option.Guido van Rossum1991-11-121-0/+7
|
* Added frexp, ldexp, modf, fmod.Guido van Rossum1991-10-241-12/+75
|
* Added a little commentGuido van Rossum1991-10-201-0/+4
|
* Added __dict__ attributes all over the place.Guido van Rossum1991-10-201-18/+36
|
* Added allowbroadcast()Guido van Rossum1991-10-201-1/+23
|
* Done a little bit about garbage collection.Guido van Rossum1991-10-201-103/+218
| | | | Made some routines a little bit more robust.
* Added lrect{read,write} and pixmode().Guido van Rossum1991-10-201-11/+226
| | | | | Also added functions (un)packrect, not in GL but needed for tv... Commented out all the functions that cause error messages.
* Added some error checks.Guido van Rossum1991-10-201-1/+17
|
* Return window ID of form (later should use attr list liek objects).Guido van Rossum1991-09-131-0/+2
|
* Call (*func), not ALgetparams!Guido van Rossum1991-09-131-1/+1
|
* Make Socktype global so old and new compilers will like it.Guido van Rossum1991-09-101-6/+4
|
* getlonglongargs --> getlonglongargGuido van Rossum1991-09-101-2/+3
| | | | Fixed type error in argument of newopenfileobject.
* Added module 'al' (SGI audio library).Guido van Rossum1991-09-101-0/+7
|
* Added queryparams, get/setparams.Guido van Rossum1991-09-101-2/+96
| | | | Free config object used to get sample width.
* Initial revisionGuido van Rossum1991-09-091-0/+492
|
* Changed some interfaces after error reports from Liberte.Guido van Rossum1991-08-161-3/+51
| | | | Added altgetmatrix (better but incompatible).
* Added initfl() call when USE_FL is define.Guido van Rossum1991-08-161-0/+6
|
* Reflect changed file name in comments.Guido van Rossum1991-08-161-1/+1
|
* Fixed almost all list errors.Guido van Rossum1991-08-081-16/+20
|
* Lots of cosmetic changes.Guido van Rossum1991-08-081-310/+325
| | | | | Lots of small bugfixes (lint!). Made bgn_group and end_group form methods instead of top-level functions.
* Adde get_mouse and find_first/find_last (by robertl)Guido van Rossum1991-08-081-0/+72
|
* Initial revisionGuido van Rossum1991-08-071-0/+2177
|
* All mac compilers now use 1904 as the Epoch...Guido van Rossum1991-07-271-6/+4
|
* Added getxwindowin() methodGuido van Rossum1991-07-271-0/+14
|
* Add gethostname() and s.avail().Guido van Rossum1991-07-271-3/+52
|
* Ignore SIGPIPE when we've opened a pipeGuido van Rossum1991-07-271-0/+3
|
* Add some err_errno calls that were missingGuido van Rossum1991-07-271-3/+3
|
* Support for long integersGuido van Rossum1991-07-271-14/+9
|
* Connection sockets now have the proper family/type/proto values.Guido van Rossum1991-07-011-5/+8
| | | | | Fix argument handling bug in socket(f,t,p) call. Fix some comments.
* Fixed confusing error message (open should be popen)Guido van Rossum1991-07-011-1/+1
|
* Support socket moduleGuido van Rossum1991-07-011-0/+7
|
* Many changes to the interface, and added comments.Guido van Rossum1991-06-271-78/+326
|
* Initial revisionGuido van Rossum1991-06-251-0/+494
|
* Generalize to macintosh; forget Think 3.0.Guido van Rossum1991-06-241-8/+9
|
* Apparently MPW has power() instead of pow().Guido van Rossum1991-06-241-0/+4
|