Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes for new UNIX-specific built-in module 'select' and new header for | Guido van Rossum | 1992-06-23 | 7 | -19/+321 |
| | | | | | interfaces to variants of select() system call, "myselect.h". This includes adding fileno() methods to files, sockets and stdwin. | ||||
* | sysmodule.c: calling sys.settrace() or sys.setprofile() without | Guido van Rossum | 1992-06-19 | 2 | -2/+3 |
| | | | | | | | | | 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 | ||||
* | Some UNIX types want the exact size of the address structure | Guido van Rossum | 1992-06-12 | 1 | -1/+35 |
| | |||||
* | Fix for SEQUENT by Jaap Vermeulen | Guido van Rossum | 1992-06-12 | 1 | -0/+8 |
| | |||||
* | Fix regexp recognizing comments to cope with unterminated comments. | Guido van Rossum | 1992-06-05 | 1 | -2/+1 |
| | |||||
* | Fix bug in ulaw2lin for 4-byte values | Guido van Rossum | 1992-06-05 | 1 | -1/+1 |
| | |||||
* | Added {get,set}sockopt(). allowbroadcast is now obsolete. | Guido van Rossum | 1992-06-05 | 1 | -2/+54 |
| | |||||
* | Change recipe to build qua. | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-06-03 | 3 | -0/+120 |
| | |||||
* | Fixed comparison: i < k < j should be i <= k < j. | Guido van Rossum | 1992-06-03 | 2 | -2/+2 |
| | |||||
* | Documented new contents of lib5.tex | Guido van Rossum | 1992-06-03 | 2 | -2/+2 |
| | |||||
* | Removed confusing, incorrect comment. | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |
| | |||||
* | fixed bugs in generic_setattr (returned NULL instead of | Guido van Rossum | 1992-06-03 | 1 | -2/+2 |
| | | | | -1 for errors) | ||||
* | added BYTE, CHAR and unsigned variants | Guido van Rossum | 1992-06-03 | 1 | -0/+8 |
| | |||||
* | Added new types to setattr() as well... | Guido van Rossum | 1992-06-03 | 1 | -0/+52 |
| | |||||
* | Added 1992 to copyright notice | Guido van Rossum | 1992-06-03 | 1 | -1/+1 |
| | |||||
* | added readscaled() function. | Guido van Rossum | 1992-06-03 | 1 | -11/+86 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-06-03 | 1 | -0/+408 |
| | |||||
* | append the default path to $PYTHONPATH; ignore empty $PYTHONPATH. | Guido van Rossum | 1992-06-03 | 1 | -5/+19 |
| | | | | default DATE is now 3 Jun 1992 | ||||
* | Initial revision | Guido van Rossum | 1992-06-03 | 5 | -0/+262 |
| | |||||
* | Improvements by Sjoerd | Guido van Rossum | 1992-06-03 | 1 | -20/+9 |
| | |||||
* | Improved functionality, by Sjoerd | Guido van Rossum | 1992-06-03 | 1 | -6/+32 |
| | |||||
* | Fix pnm test for short files and add X bitmap as recognized type | Guido van Rossum | 1992-06-03 | 1 | -1/+10 |
| | |||||
* | Remove reference to obsolete module 'audio' | Guido van Rossum | 1992-06-03 | 1 | -15/+7 |
| | |||||
* | Comment out debug prints (by Sjoerd) | Guido van Rossum | 1992-06-03 | 2 | -8/+8 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-06-01 | 1 | -0/+574 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-05-27 | 1 | -0/+98 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-05-19 | 5 | -0/+243 |
| | |||||
* | Change of names | Guido van Rossum | 1992-05-19 | 1 | -2/+2 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-05-19 | 4 | -10/+10 |
| | |||||
* | Added two #! lines | Guido van Rossum | 1992-05-19 | 1 | -0/+2 |
| | |||||
* | Change the way ignore is assigned to | Guido van Rossum | 1992-05-19 | 1 | -3/+3 |
| | |||||
* | IOError instead of RuntimeError | Guido van Rossum | 1992-05-19 | 1 | -1/+1 |
| | |||||
* | Small improvements everywhere; added info field to the display. | Guido van Rossum | 1992-05-19 | 1 | -25/+40 |
| | |||||
* | Now uses module 'sndhdr' to recognize most sound header types, | Guido van Rossum | 1992-05-18 | 1 | -44/+119 |
| | | | | | guess raw file parameters, add Rate menu, call SOX to convert file types or sampling rates that sfplay doesn't support. | ||||
* | Make it at least legal grammar! | Guido van Rossum | 1992-05-15 | 1 | -7/+8 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-05-15 | 1 | -0/+314 |
| | |||||
* | Added jukebox | Guido van Rossum | 1992-05-15 | 1 | -1/+2 |
| | |||||
* | Mark's name is Callow, not Callows | Guido van Rossum | 1992-05-15 | 1 | -1/+1 |
| | |||||
* | Added support for CD module | Guido van Rossum | 1992-05-15 | 1 | -0/+7 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-05-15 | 1 | -0/+57 |
| | |||||
* | Added gete?[gu]id functions | Guido van Rossum | 1992-05-15 | 1 | -0/+44 |
| | |||||
* | Added parameter decls to do_mkvalue for non-template machines | Guido van Rossum | 1992-05-15 | 1 | -1/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-05-14 | 1 | -0/+2 |
| | |||||
* | Append /ufs/guido/src/video to sys.path. | Guido van Rossum | 1992-05-12 | 1 | -0/+2 |
| | |||||
* | Print real width and warn for stride not a multiple of 4 bytes | Guido van Rossum | 1992-05-07 | 1 | -1/+5 |
| | |||||
* | Warn if stride not a multiple of 4 bytes; use PM_SIZE instead of 5. | Guido van Rossum | 1992-05-07 | 1 | -3/+6 |
| | |||||
* | Standardize indentation to 8 chars; remove redundant "saveframe"; | Guido van Rossum | 1992-05-06 | 1 | -35/+41 |
| | | | | | | add -s (short listing) option; don't print space after tab; print data size in bytes and whether it is a color image. | ||||
* | Define colorinfo even if no header line found | Guido van Rossum | 1992-05-06 | 1 | -2/+1 |
| | |||||
* | Unmerged except and finally clauses | Guido van Rossum | 1992-05-06 | 2 | -5/+5 |
| |