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

sort by:
Revision Author Date Message Commit Date
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
73b715e Initial revision 03 June 1992, 16:50:01 UTC
b1ccc6a Improvements by Sjoerd 03 June 1992, 16:49:44 UTC
6c6b609 Improved functionality, by Sjoerd 03 June 1992, 16:49:29 UTC
05b55e7 Fix pnm test for short files and add X bitmap as recognized type 03 June 1992, 16:48:44 UTC
d482e8a Remove reference to obsolete module 'audio' 03 June 1992, 16:47:49 UTC
ada67ec Comment out debug prints (by Sjoerd) 03 June 1992, 16:47:24 UTC
b66efa0 Initial revision 01 June 1992, 16:01:24 UTC
1c34fc7 Initial revision 27 May 1992, 14:06:59 UTC
b83ec8f Initial revision 19 May 1992, 13:52:02 UTC
c99a4f9 Change of names 19 May 1992, 13:51:32 UTC
f628a98 New == syntax 19 May 1992, 13:51:20 UTC
61cfd96 Added two #! lines 19 May 1992, 13:50:10 UTC
ceb86da Change the way ignore is assigned to 19 May 1992, 13:49:16 UTC
9d741a7 IOError instead of RuntimeError 19 May 1992, 13:48:31 UTC
ef96359 Small improvements everywhere; added info field to the display. 19 May 1992, 13:47:37 UTC
157e3f8 Now uses module 'sndhdr' to recognize most sound header types, guess raw file parameters, add Rate menu, call SOX to convert file types or sampling rates that sfplay doesn't support. 18 May 1992, 14:49:07 UTC
cb4b295 Make it at least legal grammar! 15 May 1992, 15:40:30 UTC
f62e1dd Initial revision 15 May 1992, 15:39:56 UTC
4f0578d Added jukebox 15 May 1992, 15:39:44 UTC
5773798 Mark's name is Callow, not Callows 15 May 1992, 11:06:29 UTC
178969d Added support for CD module 15 May 1992, 11:06:12 UTC
86d2568 Initial revision 15 May 1992, 11:05:54 UTC
46003ff Added gete?[gu]id functions 15 May 1992, 11:05:24 UTC
899dcf3 Added parameter decls to do_mkvalue for non-template machines 15 May 1992, 11:04:59 UTC
37fa454 Initial revision 14 May 1992, 14:24:57 UTC
4476670 Append /ufs/guido/src/video to sys.path. 12 May 1992, 12:33:44 UTC
fa3de51 Print real width and warn for stride not a multiple of 4 bytes 07 May 1992, 15:21:52 UTC
864cde2 Warn if stride not a multiple of 4 bytes; use PM_SIZE instead of 5. 07 May 1992, 15:21:25 UTC
edb3a5f Standardize indentation to 8 chars; remove redundant "saveframe"; add -s (short listing) option; don't print space after tab; print data size in bytes and whether it is a color image. 06 May 1992, 17:58:34 UTC
2c8bf9d Define colorinfo even if no header line found 06 May 1992, 17:58:18 UTC
9ea0fbc Unmerged except and finally clauses 06 May 1992, 11:39:49 UTC
back to top