Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 4 | -7/+403 |
| | | | | | | | | | | | * 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 | 1 | -12/+12 |
| | | | | * select.c: bzero -> memset; removed global variable | ||||
* | cdmodule.c: 2 minor changes by Sjoerd. | Guido van Rossum | 1992-08-03 | 1 | -3/+13 |
| | |||||
* | 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 |
| | |||||
* | Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what it | Guido van Rossum | 1992-07-06 | 1 | -3/+192 |
| | | | | really was). | ||||
* | 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 |
| | |||||
* | Changes for new UNIX-specific built-in module 'select' and new header for | Guido van Rossum | 1992-06-23 | 5 | -19/+230 |
| | | | | | interfaces to variants of select() system call, "myselect.h". This includes adding fileno() methods to files, sockets and stdwin. | ||||
* | 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 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 |
| | |||||
* | fixed bugs in generic_setattr (returned NULL instead of | Guido van Rossum | 1992-06-03 | 1 | -2/+2 |
| | | | | -1 for errors) | ||||
* | 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-01 | 1 | -0/+574 |
| | |||||
* | 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 |
| | |||||
* | Wanneer er geen disk in de speler zit falen sommige routines. De | Guido van Rossum | 1992-05-06 | 1 | -58/+58 |
| | | | | | | | | | exceptie heeft nu in dat geval als argument "no disc in player", behalve wanneer de bibliotheek routine errno zet. In dat laatste geval wordt (nog steeds) err_errno() gebruikt. Wanneer een routine uit de bibliotheek faalt wordt nu altijd een IOError gegenereerd. Een RuntimeError treedt alleen op bij verkeerde argumenten. | ||||
* | Don't use \ for continuation lines; minor changes. | Guido van Rossum | 1992-05-06 | 1 | -10/+4 |
| | |||||
* | Return more structured data in some cases | Guido van Rossum | 1992-04-15 | 1 | -16/+13 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-04-13 | 1 | -0/+889 |
| | |||||
* | Use mkvalue() instead of painfully constructing values | Guido van Rossum | 1992-04-13 | 1 | -80/+12 |
| | |||||
* | change the date to say >= 6 Apr 1992 | Guido van Rossum | 1992-04-08 | 1 | -1/+1 |
| | |||||
* | in form_dealloc, only hide the form if it's visible | Guido van Rossum | 1992-04-08 | 1 | -1/+2 |
| | |||||
* | Don't use NULL as 0 int! | Guido van Rossum | 1992-04-06 | 1 | -1/+1 |
| | |||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 10 | -10/+10 |
| | |||||
* | Don't define DO_TIMES (now in posixmodule.c) | Guido van Rossum | 1992-04-05 | 1 | -9/+1 |
| | |||||
* | Added times() (from time) | Guido van Rossum | 1992-04-05 | 1 | -2/+50 |
| | |||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | lint | Guido van Rossum | 1992-03-27 | 1 | -1/+1 |
| | |||||
* | Remove redundant vars | Guido van Rossum | 1992-03-27 | 1 | -2/+0 |
| | |||||
* | Lint fluff | Guido van Rossum | 1992-03-27 | 1 | -1/+12 |
| | |||||
* | Check empty argument lists. | Guido van Rossum | 1992-03-27 | 1 | -1/+13 |
| | | | | Lint fixes (and include <unistd.h>) | ||||
* | Initialized sigsave to shut lint up | Guido van Rossum | 1992-03-27 | 1 | -2/+9 |
| | |||||
* | Lint fixes. | Guido van Rossum | 1992-03-27 | 1 | -3/+5 |
| | |||||
* | Added forms_(de)activate_all_forms functions; minor lay-out fixes. | Guido van Rossum | 1992-03-27 | 1 | -18/+40 |
| | |||||
* | Got rid of display_form() (same as show_form()). | Guido van Rossum | 1992-03-24 | 1 | -15/+0 |
| | |||||
* | Improved error handling. | Guido van Rossum | 1992-03-23 | 1 | -2/+19 |
| | |||||
* | Implemented show_choice(); moved items around a little bit. | Guido van Rossum | 1992-03-23 | 1 | -9/+47 |
| | |||||
* | Add interface to times(2). | Guido van Rossum | 1992-03-12 | 1 | -0/+49 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-03-04 | 1 | -0/+160 |
| |