https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
d29eb62 This commit was manufactured by cvs2svn to create tag 'release099'. 29 July 1993, 13:14:32 UTC
e906606 Final touch before release. 29 July 1993, 13:14:32 UTC
8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions * string.py: change whitespace to include \r, \v and \f. When importing strop succeeds, re-evaluate meaning of letters. 29 July 1993, 09:37:38 UTC
1fc238a Minor fixes / changes for Mac compatibility. 29 July 1993, 08:25:09 UTC
a330996 * Added support for X11 modules. * Makefile: change location of FORMS library. * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not) * Almost all .h files: added CPP magic to avoid duplicate inclusions and to support inclusion from C++. 28 July 1993, 09:05:47 UTC
f6da4f6 forms_set_event_call_back: argument of None resets event callback to NULL. 26 July 1993, 15:24:57 UTC
78991fd VFile - Added support for creating compression lib movies Vb, VbForm - Compression lib movie support Save settings in ~/.Vb_init 23 July 1993, 11:59:25 UTC
f1cda91 This module can now be used asynchronously. Also, some commands have been added. 19 July 1993, 16:13:33 UTC
827cc19 Interface to vcr index files (as created by vcrindex program) 19 July 1993, 16:13:04 UTC
ed18fdc * accessobject.c (ownercheck): allow a base class access to protected objects of its derived classes; allow anything that has an attribute named "__privileged__" access to anything. * object.[ch]: added hasattr() -- test whether getattr() will succeed. 11 July 1993, 19:55:34 UTC
697e7ab Use module aifc instead of module aiff. 10 July 1993, 12:11:56 UTC
e22e644 * config.c: different default PYTHONPATH for MS-DOS * timemodule.c: change #ifdef TURBO_C into #ifdef MSDOS * posixmodule.c: MSDOS changes by Marcel van der Peijl (Digicash) * stropmodule.c: use C isspace(c) to test for whitespace; add whitespace, lowercase and uppercase variables to the module. 09 July 1993, 10:51:31 UTC
d05eb8b stropmodule.c: use C isspace(c) to test for whitespace; add whitespace variable to module dict. 08 July 1993, 11:12:36 UTC
df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') * ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN 06 July 1993, 15:19:36 UTC
f1dc566 * Makefile: added all: and default: targets. * many files: made some functions static; removed "extern int errno;". * frozenmain.c: fixed bugs introduced on 24 June... * flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a (and some old functions that were omitted). * timemodule.c: added MSDOS floatsleep version . * pgenmain.c: changed exit() to goaway() and added defn of goaway(). * intrcheck.c: add hack (to UNIX only) so interrupting 3 times will exit from a hanging program. The second interrupt prints a message explaining this to the user. 05 July 1993, 10:31:29 UTC
9e90a67 * pythonmain.c: -k option, usage message, more environment flags. (the latter also in frozenmain.c) * ceval.c: global 'killprint' flag raises exception when printing an expression statement's value (useful for finding stray output) * timemodule.c: add asctime() and ctime(). Change julian date to 1-based origin (as intended and documented). * Removed unused DO_TIMES stuff from timemodule.c. Added 'epoch' and 'day0' globals (year where time.time() == 0 and day of the week the epoch started). 24 June 1993, 11:10:19 UTC
5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() 23 June 1993, 11:55:24 UTC
5cfa5df * calendar.py: all libC functionality now moved to built-in time module * imghdr.py: added jpeg recognition * torgb.py: added jpeg conversion * tzparse.py: use functions from time instead of calendar * whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound' 23 June 1993, 09:30:50 UTC
9b3bc71 * aifc.py: don't die on invalid MARK chunk * calendar.py: remove stuff now built in time; some cleanup and generalization in the calendar printing * cmd.py: use __init__. * tzparse.py: This module is no longer necessary -- use builtin time instead! 20 June 1993, 21:02:22 UTC
52fc1f6 * calendar.py: minor cleanups * ftplib.py: support __init__ with optional host, port args * aifc.py: ensure header is written on close even when no data is written 17 June 1993, 12:38:10 UTC
234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. Added $(SYSDEF) to its build rule in Makefile. * cgensupport.[ch], modsupport.[ch]: removed some old stuff. Also changed files that still used it... And made several things static that weren't but should have been... And other minor cleanups... * listobject.[ch]: add external interfaces {set,get}listslice * socketmodule.c: fix bugs in new send() argument parsing. * sunaudiodevmodule.c: added flush() and close(). 17 June 1993, 12:35:49 UTC
6a0e228 Added fixps, fixcid. 14 June 1993, 08:47:54 UTC
43df862 Mostly cosmetics, e.g. change window titles so icon titles are better, size window back to last size when going from 24bits to 8bits mode, etc. 11 June 1993, 15:48:39 UTC
2055ee8 Keep top left corner of window where it was when resizing. Keep aspect and max size of window at all times. Remove (now unnecessary) sleep(0.1) in vcr capture code. Add messages when initializing VCR. Remove old comments. 11 June 1993, 14:13:13 UTC
aa895c7 Initial revision 10 June 1993, 14:43:53 UTC
2939a4c Fixed another place where set_rgbmode() should be called. Separated out colormap installation (for override by Glx widget). 10 June 1993, 14:42:03 UTC
f6d8032 Impor VCR at the top. Change the way audio is recorded subtly. 10 June 1993, 13:40:51 UTC
fa04170 VCR.py: Use unix files instead of stdio files for tty communication, because of buffering. Also added several new commands (Jack). VFile.py: Made setting of RGB or colormap mode separate methods, so they can be overridden (e.g. when using the Glx.draw widget the way to change the mode is totally different). 10 June 1993, 13:32:32 UTC
672754a Added 24 bit RGB capture Added JPEG capture Added multiple-speed VCR sync and single-step VCR sync VCR sync recorded movies get correct timestamps Added (still non-functional) 24-bit picture scaling 08 June 1993, 12:52:41 UTC
34d12de Grab a 24-bit image off the StarterVideo 08 June 1993, 12:48:44 UTC
3517371 Added jpeg grabber 08 June 1993, 12:47:20 UTC
a1e1f73 Newss class style 08 June 1993, 12:47:06 UTC
db392b9 Small imporvements, added mpz and md5 to list of modules, changed library list somewhat. CLOSE FILE "tmpconfig.c" AFTER WRITING! 05 June 1993, 18:03:53 UTC
09abc8e Ignore ,v files too 05 June 1993, 18:03:30 UTC
061ec39 Initial revision 05 June 1993, 18:02:52 UTC
e6dc0ca Initial revision 03 June 1993, 14:39:09 UTC
17ed1ae * toaiff.py: import whatsound instead of sndhdr * sndhdr.py: renamed to whatsound.py; use new aifc module for AIFF/AIFC * ftplib.py: added close() (closes without sending QUIT command) * aifc.py: documented close() 01 June 1993, 13:21:04 UTC
f3f7531 Changed setpf so it understands old-style packfactors 01 June 1993, 12:04:08 UTC
18c9a4f * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen wasn't initialized. 25 May 1993, 12:16:29 UTC
66338ec New class syntax 25 May 1993, 10:40:23 UTC
eb6b33a * classobject.c: in instance_getattr, don't make a method out of a function found as instance data. * socketmodule.c: added 'flags' argument sendto/recvfrom, rewrite argument parsing in send/recv. * More changes related to access (terminology change: owner instead of class; allow any object as owner; local/global variables are owned by their dictionary, only class/instance data is owned by the class; "from...import *" now only imports objects with public access; etc.) 25 May 1993, 09:38:27 UTC
23301a9 * lib1.tex: documented dict.items() and dict.values() * ref3.tex: documented new __init__ and __del__ special methods of class instances. 24 May 1993, 14:19:37 UTC
d316607 * ftplib.py: added abort() command (sends oob data). * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found 24 May 1993, 14:16:22 UTC
b3f7258 * Lots of small changes related to access. * Added "access *: ...", made access work for class methods. * Introduced subclass check: make sure that when calling ClassName.methodname(instance, ...), the instance is an instance of ClassName or of a subclass thereof (this might break some old code!) 21 May 1993, 19:56:10 UTC
81daa32 Access checks now work, at least for instance data (not for methods yet). The class is now passed to eval_code and stored in the current frame. It is also stored in instance method objects. An "unbound" instance method is now returned when a function is retrieved through "classname.funcname", which when called passes the class to eval_code. 20 May 1993, 14:24:46 UTC
2583165 Several changes in one: (1) dictionaries/mappings now have attributes values() and items() as well as keys(); at the C level, use the new function mappinggetnext() to iterate over a dictionary. (2) "class C(): ..." is now illegal; you must write "class C: ...". (3) Class objects now know their own name (finally!); and minor improvements to the way how classes, functions and methods are represented as strings. (4) Added an "access" statement and semantics. (This is still experimental -- as long as you don't use the keyword 'access' nothing should be changed.) 19 May 1993, 14:50:45 UTC
687dd13 New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. Improved some comments and defaults in the Makefile. 17 May 1993, 08:34:16 UTC
02cf582 Added cwd() 17 May 1993, 08:00:02 UTC
605b127 Jack's VCR control module 12 May 1993, 12:35:44 UTC
a849b83 * selectmodule.c: fix (another!) two memory leaks -- this time in list2set * tokenizer.[ch]: allow continuation without \ inside () [] {}. 12 May 1993, 11:35:44 UTC
b2c6556 Lots of small changes collected over months... 12 May 1993, 08:53:36 UTC
6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of before it. * ceval.c, object.c: moved testbool() to object.c (now extern visible) * stringobject.c: fix bugs in and rationalize string resize in formatstring() * tokenizer.[ch]: fix non-working code for lines longer than BUFSIZ 12 May 1993, 08:24:20 UTC
ad4fcd4 Implemented VCR capture using forward slow instead of stepping. Also added a 'rate' field to specify the capture rate in this case. 11 May 1993, 18:36:54 UTC
c17c84f Disconnect from VCR when switching modes. Wait for VCR ready and set VCR mode to DNR when initializing VCR. Fix type error in getfloat(). 10 May 1993, 15:45:49 UTC
9f42f4f Added single frame capturing. Added VCR synchronized capturing. Added audio capturing (for continuous mode only). Lots of internal and external improvements. 10 May 1993, 15:07:20 UTC
71ba5d9 Revived the old aplay tool which can play synchronous audio and video... 10 May 1993, 14:56:32 UTC
c5a1433 Moved stop button again; default form position next to video window. 07 May 1993, 11:20:07 UTC
bc6d3c3 All combinations of video format and capture mode (cont/burst) now work. Reorganized a lot of the code, still not satisfied... 07 May 1993, 09:37:42 UTC
e17c6c3 Use groups to show/hide "Stop capture" button. Made mono capture work. Don't support rgb24 capture (the code for this doesn't exist in Vrec either!). 06 May 1993, 16:27:25 UTC
b7e3cc1 New program: Video Bag Of Tricks. Will eventually replace Vrec and Vrecb. Has a user interface dialog to set options etc. 06 May 1993, 16:06:44 UTC
acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) * Makefile: removed superfluous AR=ar, fixed misleading comment. * ceval.c: fixed debugging code; save/restore errors in locals_2_fast. * intrcheck.c: for SunOS etc., turn off syscall resumption. * regexpr.h: bump number of registers to 100. 15 April 1993, 15:33:52 UTC
8a0c345 Fix bug in class instance hash (forgot to clear error condition). 08 April 1993, 12:56:19 UTC
9575a44 * Microscopic corrections to make things compile on the Cray APP. * Removed one use of $> in Makefile and warned about others. Added configurable lines in Makefile to change CC and AR. 07 April 1993, 14:06:14 UTC
f56e3db Support for frozen scripts; added -i option. 01 April 1993, 20:59:32 UTC
41ffccb *** empty log message *** 01 April 1993, 20:50:35 UTC
9db0c1f Added freeze.py, methfix.py 01 April 1993, 20:50:12 UTC
0d5eb7e bin/python 01 April 1993, 20:47:28 UTC
d5c57e1 Microfixes 01 April 1993, 20:46:40 UTC
5146ea3 Initial revision 01 April 1993, 20:45:45 UTC
8379ed5 Updated because of new opcodes introduced for "fast" local variables. 30 March 1993, 19:13:03 UTC
5b72218 * Fixed some subtleties with fastlocals. You can no longer access f_fastlocals in a traceback object (this is a core dump hazard if there are <nil> entries), but instead eval_code() merges the fast locals back into the locals dictionary if it looks like the local variables will be retained. Also, the merge routines save exceptions since this is sometimes needed (alas!). * Added id() to bltinmodule.c, which returns an object's address (identity). Useful to walk arbitrary data structures containing cycles. * Added compile() to bltinmodule.c and compile_string() to pythonrun.[ch]: support to exec/eval arbitrary code objects. The code that defaults globals and locals is moved from run_node in pythonrun.c (which is now identical to eval_node) to eval_code in ceval.c. [XXX For elegance a clean-up session is necessary.] 30 March 1993, 17:46:03 UTC
8b17d6b Changes to speed up local variables enormously, by avoiding dictionary lookup (opcode.h, ceval.[ch], compile.c, frameobject.[ch], pythonrun.c, import.c). The .pyc MAGIC number is changed again. Added get_menu_text to flmodule. 30 March 1993, 13:18:41 UTC
0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) 29 March 1993, 11:39:45 UTC
e7113b6 * Fix bug in tzparse.py for DST timezone * Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!] 29 March 1993, 11:30:50 UTC
04321d1 Use type(xxx) in stead of except TypeError. 29 March 1993, 10:50:29 UTC
8562c4c Added some error checking. 29 March 1993, 10:49:59 UTC
9bfef44 * Changed all copyright messages to include 1993. * Stubs for faster implementation of local variables (not yet finished) * Added function name to code object. Print it for code and function objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version number has changed accordingly) * Print address of self for built-in methods * New internal functions getattro and setattro (getattr/setattr with string object arg) * Replaced "dictobject" with more powerful "mappingobject" * New per-type functio tp_hash to implement arbitrary object hashing, and hashobject() to interface to it * Added built-in functions hash(v) and hasattr(v, 'name') * classobject: made some functions static that accidentally weren't; added __hash__ special instance method to implement hash() * Added proper comparison for built-in methods and functions 29 March 1993, 10:43:31 UTC
4b1302b Generalized version of dictionaries, with compatibility hacks. 27 March 1993, 18:11:32 UTC
aff9470 Fixed watch cursor origin 17 March 1993, 12:11:47 UTC
7bbceea Added support for "compress" type video files. This uses the Compression Library to decompress the images. 17 March 1993, 12:09:29 UTC
6b517fd Added conversion routines to sv module. 16 March 1993, 12:25:30 UTC
e537240 * Changed many files to use mkvalue() instead of newtupleobject(). * Fixcprt.py: added [-y file] option, do only files younger than file. * modsupport.[ch]: added vmkvalue(). * intobject.c: use mkvalue(). * stringobject.c: added "formatstring"; renamed string* to string_*; ceval.c: call formatstring for string % value. * longobject.c: close memory leak in divmod. * parsetok.c: set result node to NULL when returning an error. 16 March 1993, 12:15:04 UTC
f48b419 Fix syntax error (sorry!) 02 March 1993, 12:16:56 UTC
2d41378 Remove debug print statement 02 March 1993, 12:09:18 UTC
0caf46b VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile. 02 March 1993, 12:07:34 UTC
c9e340d Definitions from <gl/get.h> 01 March 1993, 10:11:55 UTC
85f7bd5 Vrec.py, Vrecb.py: - call v.SetParam() after v.BindGLWindow() - turn of dithering in mono/grey mode - use prefposition to place the top left corner at (150, 150) (so that the video remains visible during recording) - default width is 256 Vcopy.py: correct typos; more verbose output. OldVcopy.py: new name for Jack's old grabbing Vcopy.py. Vstat.py: print values of all video parameters. 25 February 1993, 16:10:16 UTC
c97d2ed Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. Don't force packfactor to 1 in header when writing rgb data. Small bugfixes in Vcopy. 25 February 1993, 14:50:27 UTC
5e044b7 - Separated grabbing (which isn't used much!) from VFile. - Renamed old Vcopy.py to OldVcopy.py, some cosmetic changes to it (is it still needed?) - Added new Vcopy.py which does everything that Vtime.py does but also format conversions, image scaling, and packfactors. - VFile: make packfactor always a tuple; introduce set and get methods for pf, format, and calculate some derived values. - Added new module GET.py to std library, use it instead of defining DM* in VFile. - Get rid of C programs (new Python programs can do all that they do and they probably don't understand the current file format anyway). 25 February 1993, 14:20:13 UTC
b616ebe Rewrite applypackfactor() using imageop: faster and more general; get rid of testpackfactor(): not longer necessary 25 February 1993, 00:19:14 UTC
be6d77a Fix typos in jpeg code 25 February 1993, 00:17:22 UTC
83c8144 Fix terse mode for printing tuple packfactor and to avoid zero division 25 February 1993, 00:16:27 UTC
09bf3e3 Added audio recording to Vrecb 24 February 1993, 16:08:21 UTC
a557b0f Added jpeg conversions 23 February 1993, 17:08:53 UTC
ccd5bad Extensive changes to regex module (group(), casefold, etc.) 23 February 1993, 13:42:39 UTC
337b20e Added audioop.reverse() which reverses an audio sample 23 February 1993, 13:39:57 UTC
36d330b * regexmodule.c: added use of translation table, substring() method. 21 February 1993, 20:12:16 UTC
970871f * Changed preface in texipre.dat. * Added libwww entry to Makefile. * Documented new array module. * Documented extensions to regex (last, substring, translation table). 21 February 1993, 20:10:26 UTC
778983b Added new module "array" (for now optional) defining array objects. 19 February 1993, 15:55:02 UTC
171a55b Will now generate converters that go thru intermedeate formats 19 February 1993, 15:52:30 UTC
back to top