Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 20 | -51/+122 |
| | | | | | | | | | | | * various modules: added 1993 to copyright. * thread.c: added copyright notice. * ceval.c: minor change to error message for "+" * stdwinmodule.c: check for error from wfetchcolor * config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h) * Add declaration of inittab to import.h * sysmodule.c: added sys.builtin_module_names * xxmodule.c, xxobject.c: fix minor errors | ||||
* | * os.py: _exit doesn't exist in all variations of posix | Guido van Rossum | 1993-01-26 | 4 | -19/+45 |
| | | | | * Added fcmp() to test_support.py and use it in test*.py | ||||
* | Fixed a bug where the library inadvertently skipped over the sound | Sjoerd Mullender | 1993-01-26 | 1 | -2/+4 |
| | | | | | data. Pass an extra parameter to the compression library. | ||||
* | Documented marshal.{dumps,loads} and sys.builtin_module_names. | Guido van Rossum | 1993-01-22 | 3 | -3/+3 |
| | |||||
* | Added tovideo routine | Jack Jansen | 1993-01-22 | 1 | -0/+59 |
| | |||||
* | Found and fixed a few bugs in the handling of audio files with MARKs. | Sjoerd Mullender | 1993-01-22 | 1 | -12/+8 |
| | |||||
* | New module aifc to read and write AIFF-C and AIFF files. See | Sjoerd Mullender | 1993-01-22 | 1 | -0/+912 |
| | | | | (extensive) comments in the file for usage. | ||||
* | Added separate main program for the Mac: macmain.c | Guido van Rossum | 1993-01-21 | 8 | -158/+365 |
| | | | | | | | | | | | | | | | | | | | | | stdwinmodule.c: wsetfont can now return an error Makefile: add CL_USE and CL_LIB*S; config.c: move CL part around New things in imgfile; also in Makefile. longobject.c: fix comparison of negative long ints... [REAL BUG!] marshal.c: add dumps() and loads() to read/write strings timemodule.c: make sure there's always a floatsleep() posixmodule.c: rationalize struct returned by times() Makefile: add test target, disable imgfile by default thread.c: Improved coexistance with dl module (sjoerd) stdwinmodule.c: Change include stdwin.h if macintosh rotormodule.c: added missing last argument to RTR_?_region calls confic.c: merged with configmac.c, added 1993 to copyright message fileobject.c: int compared to NULL in writestring(); change fopenRF ifdef timemodule.c: simplify times() using mkvalue; include myselect.h earlier (for sequent). posixmodule: for sequent, include unistd.h instead of explicit extern definitions and don't define rename() Makefile: change misleading/wrong MD5 comments | ||||
* | * Add some more tests for numbers | Guido van Rossum | 1993-01-21 | 4 | -10/+44 |
| | | | | * mainloop.py: don't use select unless absolutely necessary (for Mac) | ||||
* | Create CMIF-video file from SGI rgb images | Jack Jansen | 1993-01-20 | 1 | -0/+75 |
| | |||||
* | Use full path for izoom.h include file | Jack Jansen | 1993-01-19 | 1 | -1/+1 |
| | |||||
* | Added (optional) better scaling to readscaled | Jack Jansen | 1993-01-19 | 1 | -24/+138 |
| | |||||
* | ushdr_t was not defined so fill in its size instead of using sizeof. | Sjoerd Mullender | 1993-01-13 | 1 | -2/+3 |
| | |||||
* | Close the window when receiving a close request; turn time into int. | Guido van Rossum | 1993-01-13 | 1 | -1/+2 |
| | |||||
* | Added error checking. | Sjoerd Mullender | 1993-01-13 | 1 | -21/+82 |
| | | | | Improved coexistance with dl module. | ||||
* | This commit was manufactured by cvs2svn to create tag 'release098'.v0.9.8 | cvs2svn | 1993-01-10 | 1 | -0/+1 |
| | |||||
* | Checking in last-minute changes that are already part of release 0.9.8 | Guido van Rossum | 1993-01-10 | 2 | -5/+6 |
| | |||||
* | * Makefile: use cp -r to install the library | Guido van Rossum | 1993-01-09 | 3 | -33/+45 |
| | | | | | | | | * ceval.c: use #ifdef COMPAT_HACKS instead of #if 0 * Makefile: fix to make clmodule.c compile; make config.o dependent on libpython.a (so date is always correct) * timemodule.c: now sleep() also takes a float argument. * posixmodule.c: added nice(). | ||||
* | Fixed various bugs in the adpcm routines | Jack Jansen | 1993-01-08 | 1 | -40/+71 |
| | |||||
* | Various changes. | Sjoerd Mullender | 1993-01-06 | 4 | -9/+979 |
| | | | | | | | | | | | | | | | * Makefile: svmodule.c.proto and svgen.py are gone, svmodule.c came in their stead. Also, pass -DUSE_DL flag to thread.c and give the user a possibility to add the -DDEBUG to just thread.c. * ceval.c: init_save_thread() can be called more than once now. * svgen.py, svmodule.c.proto, svmodule.c: Removed prototype file and replaced it by the generated file. * thread.c: Added some more checks; added call to DL library when it is also used to tell it where the shared arena is so that DL can use some other area. * threadmodule.c: Call init_save_thread from another place. Also, added new function getlocklock() which does to lock objects what getfilefile does to file objects. | ||||
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 18 | -78/+113 |
| | | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant. | ||||
* | * Configure.py: use #!/usr/local/bin/python | Guido van Rossum | 1993-01-04 | 6 | -22/+47 |
| | | | | | | | | | | | * posixmodule.c: move extern function declarations to top * listobject.c: cmp() arguments must be void* if __STDC__ * Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of strdup() -- it is a portability risk * Makefile: enclosed ranlib command in parentheses for Sequent Make which aborts if the command is not found even if '-' is present * timemodule.c: time() returns a floating point number, in microsecond precision if BSD_TIME is defined. | ||||
* | Renamed vcopy to Vcopy (it is the only old tool that's still in use) | Guido van Rossum | 1992-12-24 | 1 | -0/+134 |
| | |||||
* | Get rid of C and out-of-date files | Guido van Rossum | 1992-12-24 | 1 | -89/+20 |
| | |||||
* | Added usage message, minor cosmetic changes | Guido van Rossum | 1992-12-24 | 1 | -78/+110 |
| | |||||
* | Fix typo in print message | Guido van Rossum | 1992-12-24 | 1 | -1/+1 |
| | |||||
* | Use plain python. | Guido van Rossum | 1992-12-24 | 2 | -2/+2 |
| | |||||
* | setsize has two arguments: width, height. | Guido van Rossum | 1992-12-24 | 1 | -3/+3 |
| | |||||
* | Renamed Vrecc to Vrecb (*b*urst mode capture). | Guido van Rossum | 1992-12-23 | 1 | -0/+281 |
| | |||||
* | Added mono, grey2 and grey4 formats | Jack Jansen | 1992-12-23 | 5 | -61/+491 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1992-12-22 | 1 | -1/+0 |
| | |||||
* | Changed indentation to 8, use a better technique to handle window I/O. | Guido van Rossum | 1992-12-22 | 1 | -160/+89 |
| | |||||
* | fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags. | Guido van Rossum | 1992-12-22 | 1 | -1/+1 |
| | |||||
* | Added 2 and 4 bits grey formats | Jack Jansen | 1992-12-22 | 1 | -0/+208 |
| | |||||
* | Added generic array handlers | Guido van Rossum | 1992-12-21 | 1 | -0/+21 |
| | |||||
* | Changed to use make_call | Guido van Rossum | 1992-12-21 | 1 | -24/+12 |
| | |||||
* | Full broadcast support | Guido van Rossum | 1992-12-21 | 1 | -26/+43 |
| | |||||
* | Clarified some parts | Guido van Rossum | 1992-12-21 | 1 | -8/+19 |
| | |||||
* | Changed to use new make_call method | Guido van Rossum | 1992-12-21 | 1 | -38/+43 |
| | |||||
* | Complete broadcast support (both raw and via port mapper CALLIT) | Guido van Rossum | 1992-12-21 | 1 | -83/+198 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-12-21 | 1 | -0/+22 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-12-20 | 1 | -0/+81 |
| | |||||
* | Added remark about servers | Guido van Rossum | 1992-12-20 | 1 | -1/+2 |
| | |||||
* | Changed mkcred interface | Guido van Rossum | 1992-12-20 | 1 | -1/+1 |
| | |||||
* | Bind to reserved port if root; changed mkcred interface; added -t/-u option | Guido van Rossum | 1992-12-20 | 1 | -10/+29 |
| | |||||
* | Changed mkcred/mkverf interface; added makesocket hook and changed init | Guido van Rossum | 1992-12-20 | 1 | -54/+106 |
| | | | | interfaces; added bindresvport call. | ||||
* | Changes to protect servers against broken clients | Guido van Rossum | 1992-12-19 | 1 | -2/+7 |
| | |||||
* | Added server classes, and various robustness hacks | Guido van Rossum | 1992-12-19 | 1 | -0/+244 |
| | |||||
* | Don't call test() | Guido van Rossum | 1992-12-17 | 1 | -2/+0 |
| | |||||
* | Don't even show #test() | Guido van Rossum | 1992-12-17 | 1 | -2/+0 |
| |