Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
4fada9c Added converters for rgb<->rgb8 and rgb<->grey 19 February 1993, 15:51:41 UTC
fa1b9f6 Added dither() routine 19 February 1993, 12:53:12 UTC
1e0fdd8 Bug fixed wrt greyscale conversion 19 February 1993, 10:06:52 UTC
c82cfc8 Fix to allow tightly packed films to be converted 19 February 1993, 10:06:28 UTC
245be3a The usual cosmetic changes after Jack is done... 18 February 1993, 18:09:18 UTC
b05eaf1 DisplayVideoIn - Class similar to LiveVideoIn but sends data from screen Dsend - Main program analogous to Vsend to send data from display 17 February 1993, 15:58:49 UTC
1d6821f Added support for 24-bit rgb movies 17 February 1993, 15:54:32 UTC
7961ea7 Moved line-size stuff to single routine 17 February 1993, 15:54:06 UTC
eeec33f Companion to rgb2video: convert cmif film file to rgb files 17 February 1993, 15:52:56 UTC
a90805f This time really check in the new routines :-) 17 February 1993, 14:29:28 UTC
dd8a6ea Added lin2lin, findmax, findfactor and fintfit routines 17 February 1993, 14:21:09 UTC
22e44cd * clmodule.c: the documentation was wrong, so changed the interface accordingly: SetMin, SetMax, SetDefault are no longer methods of the compressor/decompressor but are functions of the cl module and they take a first argument which is a compression scheme 17 February 1993, 09:11:14 UTC
3ea6161 Cleanup of old files, added watchcursor.py (for Vedit.py), updated README. 16 February 1993, 16:49:44 UTC
9b86e1f VFile.py: fix bogus getrandomframe(). Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement. Viewer.py: added random access, qinfo() function. 16 February 1993, 16:10:02 UTC
4e2a427 * clmodule.c: use function prototypes (found and fixed some bugs this way); more efficiently check whether parameters are float; removed one argument from DecompressImage method; use clGetParam instead of clGetParams where it makes sense; convert int parameters in SetParams, SetParam, SetMin, SetMax, and SetDefault to float when needed; added QuerySchemeFromHandle method * Makefile: interchanged cstubs and cgen.py so that $> in rule gets them in the right order 16 February 1993, 11:55:17 UTC
5fc6773 Added readdisplay() routine 16 February 1993, 09:25:15 UTC
852cc22 Vrec.py: don't print Ids if no frames are captured. Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options). 15 February 1993, 17:33:36 UTC
1104a85 lib1.tex: Added builtin.round(x, [n]). 12 February 1993, 16:29:30 UTC
9e51f9b bltinmodule.c: added round(x, [n]); coerce() of two class instances will try to coerce anyway. classobject.c: instance 'nonzero' should first try __nonzero__ only then __len__. 12 February 1993, 16:29:05 UTC
e8a3c28 Added new audio library functionality (getstatus, float sample fmts) 10 February 1993, 14:10:56 UTC
38a22ba Fixed some memory leaks when things go wrong. 10 February 1993, 13:31:01 UTC
55cea47 Changed adpcm routines to use 2-element state (was 3 element) 10 February 1993, 13:21:59 UTC
bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, listfontnames, bitmap ops. * listobject.c: use mkvalue() when possible; avoid weird error when calling append() without args. * modsupport.c: new feature in getargs(): if the format string contains a semicolor the string after that is used as the error message instead of "bad argument list (format %s)" when there's an error. 08 February 1993, 15:49:17 UTC
3f2ef09 Added usage() and help() to Vrecb, and turn on -f by default. Removed duplicate description of -r option from documentation file. 05 February 1993, 15:34:22 UTC
f0384fd Introductory video documentation 05 February 1993, 14:56:55 UTC
4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression algorithms in cl module. aifc.py: fixed a small bug. 05 February 1993, 13:43:44 UTC
6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. * Fixed memory leaks in socket, select and sv modules: mkvalue("O", v) does INCREF(v) so if v is brand new it should be XDECREF'd 05 February 1993, 09:46:15 UTC
995c33a aiff.py, calendar.py: change functions taking a tuple to really take a tuple (now that it makes a difference to Python) 05 February 1993, 09:39:16 UTC
3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. aifc.py: Several small improvements. Use new methods from CL module. 04 February 1993, 16:43:28 UTC
8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, just set file pointer correctly instead of returning the complete file. 29 January 1993, 12:01:00 UTC
772eca6 Added options to make window bigger than video (for recording to tape) 27 January 1993, 11:42:21 UTC
41292a8 Added a comment about XS 4bit pixel support 27 January 1993, 11:41:37 UTC
62fda0a Use imgconv to try to do image type conversion 27 January 1993, 11:40:16 UTC
e6f49ec Initial (skeleton) version of universal image format converter 27 January 1993, 11:39:37 UTC
2c49017 - Added LiveVideoOutSlow class (which only updates after full pkt) - fixed bug in setmirror - cleaned up some common code 27 January 1993, 11:38:03 UTC
34679b7 * Added Fixcprt.py: script to fix copyright message. * 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 26 January 1993, 13:33:44 UTC
35fb82a * os.py: _exit doesn't exist in all variations of posix * Added fcmp() to test_support.py and use it in test*.py 26 January 1993, 13:04:43 UTC
93f0740 Fixed a bug where the library inadvertently skipped over the sound data. Pass an extra parameter to the compression library. 26 January 1993, 09:24:37 UTC
3ad7fc7 Documented marshal.{dumps,loads} and sys.builtin_module_names. 22 January 1993, 15:48:14 UTC
d26b458 Added tovideo routine 22 January 1993, 15:34:43 UTC
7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. 22 January 1993, 14:26:28 UTC
eeabe7e New module aifc to read and write AIFF-C and AIFF files. See (extensive) comments in the file for usage. 22 January 1993, 12:53:11 UTC
0b0db8e Added separate main program for the Mac: macmain.c 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 21 January 1993, 16:07:51 UTC
80530ce * Add some more tests for numbers * mainloop.py: don't use select unless absolutely necessary (for Mac) 21 January 1993, 15:36:40 UTC
9672e44 Create CMIF-video file from SGI rgb images 20 January 1993, 15:10:05 UTC
09cbf9a Use full path for izoom.h include file 19 January 1993, 15:33:13 UTC
3c2eb5c Added (optional) better scaling to readscaled 19 January 1993, 15:17:13 UTC
76ab5fe ushdr_t was not defined so fill in its size instead of using sizeof. 13 January 1993, 12:49:46 UTC
7b74176 Close the window when receiving a close request; turn time into int. 13 January 1993, 12:45:41 UTC
e893412 Added error checking. Improved coexistance with dl module. 13 January 1993, 12:08:48 UTC
dd10440 This commit was manufactured by cvs2svn to create tag 'release098'. 10 January 1993, 18:33:56 UTC
e35399e Checking in last-minute changes that are already part of release 0.9.8 10 January 1993, 18:33:56 UTC
775f4da * Makefile: use cp -r to install the library * 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(). 09 January 1993, 17:18:52 UTC
d513f0b Fixed various bugs in the adpcm routines 08 January 1993, 14:40:53 UTC
ed59d20 Various changes. * 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. 06 January 1993, 13:36:38 UTC
fea2af1 * More changes due to stricter argument passing rules * 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. 04 January 1993, 09:16:51 UTC
a2b7f40 * Configure.py: use #!/usr/local/bin/python * 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. 04 January 1993, 09:09:59 UTC
349f2b5 Renamed vcopy to Vcopy (it is the only old tool that's still in use) 24 December 1992, 11:41:14 UTC
3f3c099 Get rid of C and out-of-date files 24 December 1992, 11:39:36 UTC
ec706ad Added usage message, minor cosmetic changes 24 December 1992, 11:39:00 UTC
42e9be4 Fix typo in print message 24 December 1992, 11:38:29 UTC
5b40761 Use plain python. 24 December 1992, 11:37:53 UTC
f1ceba6 setsize has two arguments: width, height. 24 December 1992, 11:37:21 UTC
6e0e668 Renamed Vrecc to Vrecb (*b*urst mode capture). 23 December 1992, 15:41:38 UTC
6bc8c7f Added mono, grey2 and grey4 formats 23 December 1992, 15:37:20 UTC
d7b67f2 *** empty log message *** 22 December 1992, 14:35:05 UTC
5dd997c Changed indentation to 8, use a better technique to handle window I/O. 22 December 1992, 14:34:43 UTC
de788b8 fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags. 22 December 1992, 14:24:04 UTC
de3adf9 Added 2 and 4 bits grey formats 22 December 1992, 14:05:55 UTC
a3b986e Added generic array handlers 21 December 1992, 14:33:18 UTC
9ef9c07 Changed to use make_call 21 December 1992, 14:33:05 UTC
b637221 Full broadcast support 21 December 1992, 14:32:55 UTC
da164d2 Clarified some parts 21 December 1992, 14:32:38 UTC
7306538 Changed to use new make_call method 21 December 1992, 14:32:28 UTC
8f1506b Complete broadcast support (both raw and via port mapper CALLIT) 21 December 1992, 14:32:06 UTC
fdcbbcb Initial revision 21 December 1992, 14:31:41 UTC
cdd04ca Initial revision 20 December 1992, 18:14:23 UTC
6252229 Added remark about servers 20 December 1992, 14:58:09 UTC
b99457c Changed mkcred interface 20 December 1992, 14:57:51 UTC
fd92ac8 Bind to reserved port if root; changed mkcred interface; added -t/-u option 20 December 1992, 14:57:17 UTC
79f85ee Changed mkcred/mkverf interface; added makesocket hook and changed init interfaces; added bindresvport call. 20 December 1992, 14:56:32 UTC
c91d60a Changes to protect servers against broken clients 19 December 1992, 00:06:17 UTC
424c673 Added server classes, and various robustness hacks 19 December 1992, 00:05:55 UTC
2eed1e7 Don't call test() 17 December 1992, 17:32:59 UTC
0270032 Don't even show #test() 17 December 1992, 17:32:44 UTC
58dd035 Added comments. 17 December 1992, 17:32:35 UTC
7271bab Compatibility hack with Python 0.9.6. 17 December 1992, 17:32:24 UTC
2f5dd88 Initial revision 17 December 1992, 17:32:10 UTC
a585444 Added compatibility hacks for Python 0.9.6. 17 December 1992, 17:31:58 UTC
3346b6a Use 'l' as format, not 'i'. 17 December 1992, 17:12:48 UTC
fa83c7b Added some XXX comment. 17 December 1992, 17:12:38 UTC
c4698fb Improved exception handing. Added some XXX comments. 17 December 1992, 17:12:17 UTC
4ac605e Changes to some math using underscore as subscript, necessary since the new style file defines underscore as an underscore in tt font. 17 December 1992, 15:31:02 UTC
16b2219 Add timeout and retry to UDP version of protocol 15 December 1992, 21:44:31 UTC
63ae96e Fix spelling of Umnt. 15 December 1992, 21:44:13 UTC
3862535 Support packing longs. 15 December 1992, 21:43:59 UTC
ad5f862 Fix misunderstood readdir count (bytes, not dir entries) and minor other changes. 15 December 1992, 21:43:04 UTC
20f9960 Add explicit auth call 15 December 1992, 20:53:17 UTC
749d0bb Make auth handling different 15 December 1992, 20:52:53 UTC
195a4f7 Add explicit auth object 15 December 1992, 20:52:31 UTC
back to top