summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* printobject now returns an error codeGuido van Rossum1991-06-071-1/+2
|
* Getpgrp() has a parameter, at least on BSD!Guido van Rossum1991-06-071-1/+1
|
* Simplified STDWIN initialization.Guido van Rossum1991-06-071-49/+4
|
* Added getpgrp(); fixed buggy calls to getnoarg().Guido van Rossum1991-06-041-2/+13
|
* Expoer "marshal" module.Guido van Rossum1991-06-041-0/+3
|
* Added popen().Guido van Rossum1991-06-041-1/+37
| | | | Added getmtime() function for use by ".pyc" processing.
* Removed utimes() compatibility hack.Guido van Rossum1991-06-031-1/+165
| | | | Added _exit, exec, fork, getpid, getppid, kill and wait.
* Don't suppress wsetfont("");Guido van Rossum1991-06-031-28/+47
| | | | | | Don't report WE_MENU events with None as menu pointer; Added stdwin.getactie() function; Moved code to turn WINDOW* into windowobject* to a separate function.
* Added text.setactive and text.setview.Guido van Rossum1991-05-281-5/+37
| | | | Moved some functions around.
* Added xor functions.Guido van Rossum1991-05-141-9/+46
| | | | Hide/show focus hacks around tedraw are no longer needed.
* Include sys/select.h for IBM R2Guido van Rossum1991-05-051-0/+5
|
* Added many new functionsGuido van Rossum1991-05-051-10/+71
|
* New hacks for include files to get time_t in the most portable way.Guido van Rossum1991-04-161-10/+54
| | | | | Added Turbo C milli functions (courtesy Mark Anacker) Disable THINK C sleep for 4.0
* Add filled drawing methods and polygon methods.Guido van Rossum1991-04-161-26/+118
| | | | | | | Sort some method lists. Increase max #menus, and give more reasonable error message if exceeded. Remove window setfont method.
* Added pwd and grp modulesGuido van Rossum1991-04-161-0/+4
|
* Initial revisionGuido van Rossum1991-04-101-0/+222
|
* Incorporated MSDOS changes (untested).Guido van Rossum1991-04-081-2/+93
|
* Made utime use much more portable.Guido van Rossum1991-04-081-14/+52
| | | | | Incorporated i386 mods. (Oh, BTW, the "right" python name is now posix.utime, not utimes!
* Fix window.setfont() to call drawing_setfont internally.Guido van Rossum1991-04-041-6/+3
|
* More flexible font setting (mainly for the Mac).Guido van Rossum1991-04-041-4/+47
|
* Hack for THINK C time function.Guido van Rossum1991-04-041-5/+11
| | | | Made more functions externally visible.
* Made millitimer() and millisleep() global (what the heck...).Guido van Rossum1991-04-031-2/+1
|
* Added font, color and default scroll bars interfaces.Guido van Rossum1991-04-031-1/+141
|
* Moved get*doublearg() routines to modsupport.cGuido van Rossum1991-04-031-29/+0
|
* Initial revisionGuido van Rossum1991-04-031-0/+333
|
* Added font manager initialization.Guido van Rossum1991-04-031-0/+6
|
* Return value of drawing_generic was ignored! Foo!Guido van Rossum1991-03-061-7/+7
|
* Added copyright notice.Guido van Rossum1991-02-197-0/+168
|