summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile adapted to changes below.Guido van Rossum1992-08-044-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 -> memsetGuido van Rossum1992-08-041-12/+12
| | | | * select.c: bzero -> memset; removed global variable
* cdmodule.c: 2 minor changes by Sjoerd.Guido van Rossum1992-08-031-3/+13
|
* New rotor methods: setkey(), encryptmore() and decryptmore().Guido van Rossum1992-08-021-8/+89
|
* Changes to make it compile under SGI -- revamped new/dealloc a bit.Guido van Rossum1992-07-311-39/+25
|
* New file rotormodule.c (by Lance Ellinghouse).Guido van Rossum1992-07-311-0/+735
|
* Added conversions to/from ADPCM(-4); renamed adpcm to adpcm3 (what itGuido van Rossum1992-07-061-3/+192
| | | | really was).
* added WE_KEY detail format to stdwinmodule.c.Guido van Rossum1992-06-301-0/+6
|
* Added qgetfd() to cstubs for GL.Guido van Rossum1992-06-292-0/+280
| | | | Added new module dbm (interface to ndbm).
* Added adpcm2lin and lin2adpcm.Guido van Rossum1992-06-231-0/+135
|
* Use "myselect.h" as intended.Guido van Rossum1992-06-231-5/+1
|
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-235-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 structureGuido van Rossum1992-06-121-1/+35
|
* Fix for SEQUENT by Jaap VermeulenGuido van Rossum1992-06-121-0/+8
|
* Fix bug in ulaw2lin for 4-byte valuesGuido van Rossum1992-06-051-1/+1
|
* Added {get,set}sockopt(). allowbroadcast is now obsolete.Guido van Rossum1992-06-051-2/+54
|
* fixed bugs in generic_setattr (returned NULL instead ofGuido van Rossum1992-06-031-2/+2
| | | | -1 for errors)
* Added 1992 to copyright noticeGuido van Rossum1992-06-031-1/+1
|
* added readscaled() function.Guido van Rossum1992-06-031-11/+86
|
* Initial revisionGuido van Rossum1992-06-031-0/+408
|
* append the default path to $PYTHONPATH; ignore empty $PYTHONPATH.Guido van Rossum1992-06-031-5/+19
| | | | default DATE is now 3 Jun 1992
* Initial revisionGuido van Rossum1992-06-011-0/+574
|
* Mark's name is Callow, not CallowsGuido van Rossum1992-05-151-1/+1
|
* Added support for CD moduleGuido van Rossum1992-05-151-0/+7
|
* Initial revisionGuido van Rossum1992-05-151-0/+57
|
* Added gete?[gu]id functionsGuido van Rossum1992-05-151-0/+44
|
* Wanneer er geen disk in de speler zit falen sommige routines. DeGuido van Rossum1992-05-061-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 Rossum1992-05-061-10/+4
|
* Return more structured data in some casesGuido van Rossum1992-04-151-16/+13
|
* Initial revisionGuido van Rossum1992-04-131-0/+889
|
* Use mkvalue() instead of painfully constructing valuesGuido van Rossum1992-04-131-80/+12
|
* change the date to say >= 6 Apr 1992Guido van Rossum1992-04-081-1/+1
|
* in form_dealloc, only hide the form if it's visibleGuido van Rossum1992-04-081-1/+2
|
* Don't use NULL as 0 int!Guido van Rossum1992-04-061-1/+1
|
* Copyright for 1992 addedGuido van Rossum1992-04-0510-10/+10
|
* Don't define DO_TIMES (now in posixmodule.c)Guido van Rossum1992-04-051-9/+1
|
* Added times() (from time)Guido van Rossum1992-04-051-2/+50
|
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
|
* lintGuido van Rossum1992-03-271-1/+1
|
* Remove redundant varsGuido van Rossum1992-03-271-2/+0
|
* Lint fluffGuido van Rossum1992-03-271-1/+12
|
* Check empty argument lists.Guido van Rossum1992-03-271-1/+13
| | | | Lint fixes (and include <unistd.h>)
* Initialized sigsave to shut lint upGuido van Rossum1992-03-271-2/+9
|
* Lint fixes.Guido van Rossum1992-03-271-3/+5
|
* Added forms_(de)activate_all_forms functions; minor lay-out fixes.Guido van Rossum1992-03-271-18/+40
|
* Got rid of display_form() (same as show_form()).Guido van Rossum1992-03-241-15/+0
|
* Improved error handling.Guido van Rossum1992-03-231-2/+19
|
* Implemented show_choice(); moved items around a little bit.Guido van Rossum1992-03-231-9/+47
|
* Add interface to times(2).Guido van Rossum1992-03-121-0/+49
|
* Initial revisionGuido van Rossum1992-03-041-0/+160
|