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

sort by:
Revision Author Date Message Commit Date
99bec95 Add some debugging features if DEBUG defined (fetch the filename as a string so I can see it with dbx, and set f_lineno); call abort() when detecting an "undetected" error. 03 September 1992, 20:29:45 UTC
59bff39 Add sys.exitfunc feature. Make askync non-static. 03 September 1992, 20:28:00 UTC
da8cd86 Add $PYTHONSTARTUP feature. 03 September 1992, 20:26:57 UTC
14b4adb Add an optional interface to turn malloc debugging on and off. 03 September 1992, 20:25:30 UTC
e270b43 Re-implement some operations from string.py in C, for speed. 03 September 1992, 20:21:07 UTC
be0cba4 Made it work with the sub-spec burst capture interface (no bit vector) 03 September 1992, 17:29:03 UTC
44c1f69 Added more info 03 September 1992, 17:28:48 UTC
db96c5a Initial revision 03 September 1992, 17:01:36 UTC
62f6bc8 Adapted to new video library -- different capture interface, no bugs. Also use locks and Queues for communication with other threads. 03 September 1992, 16:56:04 UTC
da3eee9 version for new library 03 September 1992, 13:08:04 UTC
4e16098 Added a _v21 def to FL.py and added two new input field types Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format). 02 September 1992, 20:43:20 UTC
2179945 newest version 02 September 1992, 12:54:36 UTC
aee8bc1 adapted SV module to the new svideo library. update thread package. 02 September 1992, 11:25:37 UTC
e0be2b3 Added a clear() method to VFile class, to be called when the window receives a REDRAW event 01 September 1992, 14:45:57 UTC
61700bb cope with filenames containing spaces 31 August 1992, 10:54:54 UTC
0b2b440 all Long constants have an L suffix, not l; added an output() function to move the I/O out of the algorithm 31 August 1992, 10:54:17 UTC
0cc1945 Use regex instead of regexp 31 August 1992, 10:54:06 UTC
f2e1cfb Use regex and don't use path 31 August 1992, 10:53:53 UTC
a93265a suppress unnecessary error message if too many arguments are passed 27 August 1992, 07:45:12 UTC
a431111 Cosmetic changes to Vedit and -Form. 25 August 1992, 13:53:10 UTC
354166f Changed to use regex directly instead of regexp. 25 August 1992, 12:31:03 UTC
9022fce New module implementing a multi-everything queue. 25 August 1992, 12:30:44 UTC
9ee7e15 Created Vedit.py, the video editor. This uses the classes in Viewer.py. Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...). 25 August 1992, 12:29:30 UTC
e1b4d7c Added rms, maxpp and avgpp methods. 24 August 1992, 14:36:31 UTC
8eace20 Removed debug statement 24 August 1992, 14:35:38 UTC
33a8d42 Clear the window to rather light grey when switching to RGB mode. 21 August 1992, 12:41:23 UTC
e755aa5 Redesigned option processing and added several new options. Added optional read-ahead thread. Changed mouse interface. 21 August 1992, 12:34:55 UTC
8a861be Add audio recording 20 August 1992, 14:46:46 UTC
3accf98 Added method to write image files. 20 August 1992, 11:54:27 UTC
815adc9 New files. 20 August 1992, 11:54:00 UTC
99e237f new Vtime.py: manipulate time codes. 20 August 1992, 11:53:14 UTC
78aab86 Lots of changes, options (from Vtime.py) etc. Cleverer skipping of frames. 20 August 1992, 11:52:42 UTC
9a35d57 Added reopen() to VinFile with semantics of old rewind(); rewind() now saves the cache. Added getinfo() to VoutFile. Fixed writing of 'grey' file header. Added quiet parameter. Adapted to new syntax. 20 August 1992, 11:51:47 UTC
dfb61fa Minor improvements: exit status, data size stats. 20 August 1992, 11:49:58 UTC
180924d Initial revision 20 August 1992, 11:46:28 UTC
0e389af Use \input instead of \include (or \inclide) 19 August 1992, 16:54:06 UTC
ae507a4 splitfields(s, '') is illegal 19 August 1992, 16:49:58 UTC
732282f Module getattr doesn't exist any more, it's now called newdir. 19 August 1992, 16:49:37 UTC
1e28e5e * renamed malloc.h mymalloc.h, and added MALLARG as the type of the argument to malloc() (size_t or unsigned int) * listobject.c: check for overflow of the size of the object, so things like range(0x7fffffff) will raise MemoryError instead of calling malloc() with -4 (and then crashing -- malloc's fault) 19 August 1992, 16:46:30 UTC
b001f7a rearranged modules alphabetically 19 August 1992, 16:44:41 UTC
90ddb7b unpack() now returns a tuple, not a list 19 August 1992, 16:44:15 UTC
3af03d8 don't call gl.foreground and create a new window after all (seems to break window positions in .Xdefaults) 19 August 1992, 16:42:53 UTC
f9a2d33 fix *serious* (new) bug in testbool: by default objects should test true, not false!!! 19 August 1992, 16:41:45 UTC
448f4bf added getname, getdefault and getminmax functions 19 August 1992, 16:41:15 UTC
2b81dc9 fix *serious* (new) bug in evalfile: forgot to initialize s!!! 19 August 1992, 16:40:53 UTC
7268c93 Minor improvements, comments; fix Vinfo -d. 18 August 1992, 21:11:18 UTC
8b9c734 Add comments 18 August 1992, 17:01:13 UTC
82534fd Add comments and options 18 August 1992, 17:01:02 UTC
bc0eb99 Add close() method to VinFile 18 August 1992, 17:00:51 UTC
b2e8228 Added some new comments and files 18 August 1992, 16:01:19 UTC
66beddb Hacked in audio support. 18 August 1992, 16:01:07 UTC
74a3f8b Initial revision 18 August 1992, 14:47:41 UTC
44b8e81 Change window title: prefix '* ' means playing. 18 August 1992, 14:47:20 UTC
7ff90ef Adapt to new syntax and don't print garbage on self.close(). 18 August 1992, 14:16:21 UTC
843d153 Initial revision 18 August 1992, 14:16:12 UTC
f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() to avoid hanging in cleanup(). 17 August 1992, 08:59:08 UTC
0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). 17 August 1992, 08:55:12 UTC
94390a4 use getargs() in more cases; oct(0) should return '0', not '00' 14 August 1992, 15:14:30 UTC
2c47542 oct(0) should return '0', not '00' 14 August 1992, 15:13:07 UTC
96caaee check for embedded \0 in strings for z and s formats 14 August 1992, 15:12:03 UTC
6d946f9 * macmodule.c: include allobjects.h, not .c * timemodule.c: the mac has no unistd.h * classobject.c: fixed several cases of return NULL that should be return -1 !!! 14 August 1992, 13:49:30 UTC
e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: coercion is now completely generic. * ceval.c: for instances, don't coerce for + and *; * reverses arguments if left one is non-instance numeric and right one sequence. 14 August 1992, 12:06:52 UTC
70d7a31 * xxobject.c: added tp_as_number, tp_as_sequence, tp_as_mapping to the type object. 14 August 1992, 12:04:19 UTC
2670a16 Added chapter titles in comments 14 August 1992, 09:20:21 UTC
084b0b2 Fixed botched lay-out in class example 14 August 1992, 09:19:56 UTC
abff0fd Moved chapters each to their own file. Real changes: (a) added section on special class methods. (b) corrected typos spotted by Stoffel Erasmus. 14 August 1992, 09:18:02 UTC
da43a4a Initial revision 14 August 1992, 09:17:29 UTC
46f3e00 Initial revision 14 August 1992, 09:11:01 UTC
3978903 Fix bug introduced by Jack (duplicate def of qread) 13 August 1992, 14:23:56 UTC
743db36 Modified to allow other threads to run in a multithreaded environment. 13 August 1992, 14:13:11 UTC
1738388 Dumped \cbstart, \cbend 13 August 1992, 14:10:17 UTC
e876949 Initial revision 13 August 1992, 12:14:11 UTC
04691fc Changes so that user-defined classes can implement operations invoked by special syntax: you can now define your own numbers, sequences and mappings. 12 August 1992, 15:35:34 UTC
423d6c6 DO_TIMES must now be defined in the Makefile 12 August 1992, 15:34:02 UTC
38fbf52 Made module regex optional; added optional module nis. 12 August 1992, 15:28:52 UTC
df72a65 To ignore a call, cast it to (void), not to (void *)... 12 August 1992, 15:27:32 UTC
3562d52 Added error handling and free resources. 12 August 1992, 15:26:16 UTC
9de7a01 NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>. 12 August 1992, 14:57:12 UTC
a1ed37c Last-minute changes for release. 10 August 1992, 14:55:00 UTC
260cc1a Initial revision 10 August 1992, 10:48:14 UTC
814d7cd added broadcast.py, ftp.py, radio.py 10 August 1992, 10:46:25 UTC
c2b2a04 *** empty log message *** 10 August 1992, 10:43:07 UTC
ff535a1 Almost totally rewritten. 10 August 1992, 10:42:36 UTC
da8c3fd Fixed descr of try/finally 09 August 1992, 13:55:25 UTC
4732ccf Added emacs.py (for misc/py-connect.el). posixpath.py: added undocumented expanndvars() (expands $VAR in string). 09 August 1992, 13:54:50 UTC
21803b8 Makefile, Configure.py: ##ask --> ##[el]if[yes|no] posixmodule.c: waitpid() is separate 09 August 1992, 12:55:27 UTC
b7fc4af Warn that _ must be in tt font. 07 August 1992, 16:06:42 UTC
5e0759d Add chapter on classes (mostly from ../misc/CLASSES). 07 August 1992, 16:06:24 UTC
2d4aa4f Removed *.libs (now in ./sgi); added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros. 06 August 1992, 22:33:41 UTC
de126a6 Replaced max=-1 by max = -1. 06 August 1992, 16:53:58 UTC
ff4949e * Makefile: cosmetics * socketmodule.c: get rid of makepair(); fix makesocketaddr to fix broken recvfrom() * socketmodule: get rid of getStrarg() * ceval.h: move eval_code() to new file eval.h, so compile.h is no longer needed. * ceval.c: move thread comments to ceval.h; always make save/restore thread functions available (for dynloaded modules) * cdmodule.c, listobject.c: don't include compile.h * flmodule.c: include ceval.h * import.c: include eval.h instead of ceval.h * cgen.py: add forground(); noport(); winopen(""); to initgl(). * bltinmodule.c, socketmodule.c, fileobject.c, posixmodule.c, selectmodule.c: adapt to threads (add BGN/END SAVE macros) * stdwinmodule.c: adapt to threads and use a special stdwin lock. * pythonmain.c: don't include getpythonpath(). * pythonrun.c: use BGN/END SAVE instead of direct calls; also more BGN/END SAVE calls etc. * thread.c: bigger stack size for sun; change exit() to _exit() * threadmodule.c: use BGN/END SAVE macros where possible * timemodule.c: adapt better to threads; use BGN/END SAVE; add longsleep internal function if BSD_TIME; cosmetics 05 August 1992, 19:58:53 UTC
25bec8c Sometimes, recvfrom() returns an empty address; this is not an error. Also, get rid of makepair() in favor of mkvalue(). 05 August 1992, 19:00:45 UTC
099d923 new file for SGI Video 04 August 1992, 13:47:11 UTC
1984f1e * Makefile adapted to changes below. * split pythonmain.c in two: most stuff goes to pythonrun.c, in the library. * new optional built-in threadmodule.c, build upon Sjoerd's thread.{c,h}. * new module from Sjoerd: mmmodule.c (dynamically loaded). * new module from Sjoerd: sv (svgen.py, svmodule.c.proto). * new files thread.{c,h} (from Sjoerd). * new xxmodule.c (example only). * myselect.h: bzero -> memset * select.c: bzero -> memset; removed global variable 04 August 1992, 12:41:02 UTC
4fbf798 * myselect.h: bzero -> memset * select.c: bzero -> memset; removed global variable 04 August 1992, 09:13:45 UTC
f16eda5 cdmodule.c: 2 minor changes by Sjoerd. 03 August 1992, 19:06:59 UTC
e10a19e listobject.c: added optional cmp function to list.sort(). 03 August 1992, 19:05:37 UTC
7b2c03f New rotor methods: setkey(), encryptmore() and decryptmore(). 02 August 1992, 09:00:06 UTC
e6e9fe1 Changes to make it compile under SGI -- revamped new/dealloc a bit. 31 July 1992, 15:11:01 UTC
5009820 New file rotormodule.c (by Lance Ellinghouse). 31 July 1992, 15:10:13 UTC
back to top