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

sort by:
Revision Author Date Message Commit Date
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
c10aa77 fileobject.c: fix fatal bug in getline() (forgot to initialize fp now) 31 July 1992, 12:42:38 UTC
741c81a New module to support decoding multipart messages (also see mimetools). 13 July 1992, 14:40:45 UTC
01ca336 New modules mimetools and rfc822. Minor, minor changes to commands.py and sndhdr.py. 13 July 1992, 14:28:59 UTC
eb23155 Changed calendar.py to define lists of literals instead of tuples. Got rid of old module 'localtime.py'. 09 July 1992, 11:05:12 UTC
ca7b213 Initial revision 07 July 1992, 09:11:53 UTC
0b927e2 Added description of pp.py. 07 July 1992, 09:11:44 UTC
5b34373 > * Makefile: always create .ps files; add qua to 'all' target; > added 'clobber' target 07 July 1992, 09:06:34 UTC
b64e635 Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it really was). 06 July 1992, 14:21:56 UTC
d7297e6 Makefile: added instann rules and $(*DEST*) defines. fileobject.c: report more moeaningful error for I/O on closed files; user getargs() everywhere. 06 July 1992, 14:19:26 UTC
3ee199e added WE_KEY detail format to stdwinmodule.c. 30 June 1992, 12:48:26 UTC
dd9ed83 Added qgetfd() to cstubs for GL. Added new module dbm (interface to ndbm). 29 June 1992, 17:10:40 UTC
8e7a0f0 Added adpcm2lin and lin2adpcm. 23 June 1992, 15:23:57 UTC
9d47992 Use "myselect.h" as intended. 23 June 1992, 15:23:28 UTC
1f4f743 Remove bibtex log file. 23 June 1992, 11:06:58 UTC
ed233a5 Changes for new UNIX-specific built-in module 'select' and new header for interfaces to variants of select() system call, "myselect.h". This includes adding fileno() methods to files, sockets and stdwin. 23 June 1992, 09:07:03 UTC
5dc8eb0 sysmodule.c: calling sys.settrace() or sys.setprofile() without arguments crashed in INCREF() calls which should be XINCREF() calls. timemodule.c: fix for SEQUENT port (sys/select, struct timezone) by Jaap Vermeulen xxobject.c: include modsupport.h 19 June 1992, 13:57:27 UTC
710e1df Some UNIX types want the exact size of the address structure 12 June 1992, 10:39:36 UTC
dfd6e46 Fix for SEQUENT by Jaap Vermeulen 12 June 1992, 10:39:22 UTC
047979e Fix regexp recognizing comments to cope with unterminated comments. 05 June 1992, 15:13:53 UTC
aad5344 Fix bug in ulaw2lin for 4-byte values 05 June 1992, 15:11:56 UTC
0e69587 Added {get,set}sockopt(). allowbroadcast is now obsolete. 05 June 1992, 15:11:30 UTC
a3d5076 Change recipe to build qua. 03 June 1992, 17:59:20 UTC
6a11eb4 Initial revision 03 June 1992, 17:59:07 UTC
54e3990 Fixed comparison: i < k < j should be i <= k < j. 03 June 1992, 17:58:43 UTC
c7ff85d Documented new contents of lib5.tex 03 June 1992, 17:56:44 UTC
138e6bf Removed confusing, incorrect comment. 03 June 1992, 17:08:15 UTC
3dd8c98 fixed bugs in generic_setattr (returned NULL instead of -1 for errors) 03 June 1992, 17:07:49 UTC
0002395 added BYTE, CHAR and unsigned variants 03 June 1992, 17:07:40 UTC
ab2490a Added new types to setattr() as well... 03 June 1992, 17:07:23 UTC
f047635 Added 1992 to copyright notice 03 June 1992, 17:07:06 UTC
2c4be64 added readscaled() function. 03 June 1992, 17:06:36 UTC
9c52e0f Initial revision 03 June 1992, 17:06:14 UTC
c888bf7 append the default path to $PYTHONPATH; ignore empty $PYTHONPATH. default DATE is now 3 Jun 1992 03 June 1992, 17:05:13 UTC
back to top