Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sometimes, recvfrom() returns an empty address; this is not an error. | Guido van Rossum | 1992-08-05 | 1 | -26/+10 |
| | | | | Also, get rid of makepair() in favor of mkvalue(). | ||||
* | new file for SGI Video | Sjoerd Mullender | 1992-08-04 | 2 | -0/+302 |
| | |||||
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 11 | -393/+1249 |
| | | | | | | | | | | | * 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 | ||||
* | * myselect.h: bzero -> memset | Guido van Rossum | 1992-08-04 | 2 | -13/+13 |
| | | | | * select.c: bzero -> memset; removed global variable | ||||
* | cdmodule.c: 2 minor changes by Sjoerd. | Guido van Rossum | 1992-08-03 | 1 | -3/+13 |
| | |||||
* | listobject.c: added optional cmp function to list.sort(). | Guido van Rossum | 1992-08-03 | 1 | -7/+54 |
| | |||||
* | New rotor methods: setkey(), encryptmore() and decryptmore(). | Guido van Rossum | 1992-08-02 | 1 | -8/+89 |
| | |||||
* | Changes to make it compile under SGI -- revamped new/dealloc a bit. | Guido van Rossum | 1992-07-31 | 1 | -39/+25 |
| | |||||
* | New file rotormodule.c (by Lance Ellinghouse). | Guido van Rossum | 1992-07-31 | 1 | -0/+735 |
| | |||||
* | fileobject.c: fix fatal bug in getline() (forgot to initialize fp now) | Guido van Rossum | 1992-07-31 | 1 | -0/+1 |
| | |||||
* | New module to support decoding multipart messages (also see mimetools). | Guido van Rossum | 1992-07-13 | 1 | -0/+118 |
| | |||||
* | New modules mimetools and rfc822. | Guido van Rossum | 1992-07-13 | 3 | -1/+325 |
| | | | | Minor, minor changes to commands.py and sndhdr.py. | ||||
* | Changed calendar.py to define lists of literals instead of tuples. | Guido van Rossum | 1992-07-09 | 1 | -9/+9 |
| | | | | Got rid of old module 'localtime.py'. | ||||
* | Initial revision | Guido van Rossum | 1992-07-07 | 1 | -0/+48 |
| | |||||
* | Added description of pp.py. | Guido van Rossum | 1992-07-07 | 1 | -0/+1 |
| | |||||
* | > * Makefile: always create .ps files; add qua to 'all' target; | Guido van Rossum | 1992-07-07 | 1 | -3/+16 |
| | | | | > added 'clobber' target | ||||
* | Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it | Guido van Rossum | 1992-07-06 | 1 | -3/+192 |
| | | | | really was). | ||||
* | Makefile: added instann rules and $(*DEST*) defines. | Guido van Rossum | 1992-07-06 | 1 | -48/+46 |
| | | | | | fileobject.c: report more moeaningful error for I/O on closed files; user getargs() everywhere. | ||||
* | added WE_KEY detail format to stdwinmodule.c. | Guido van Rossum | 1992-06-30 | 1 | -0/+6 |
| | |||||
* | Added qgetfd() to cstubs for GL. | Guido van Rossum | 1992-06-29 | 2 | -0/+280 |
| | | | | Added new module dbm (interface to ndbm). | ||||
* | Added adpcm2lin and lin2adpcm. | Guido van Rossum | 1992-06-23 | 1 | -0/+135 |
| | |||||
* | Use "myselect.h" as intended. | Guido van Rossum | 1992-06-23 | 1 | -5/+1 |
| | |||||
* | Remove bibtex log file. | Guido van Rossum | 1992-06-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| |