cpython/Modules
Guido van Rossum c3c7ac8ba7 Wanneer er geen disk in de speler zit falen sommige routines. De
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.
1992-05-06 09:48:30 +00:00
..
almodule.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
cdmodule.c Wanneer er geen disk in de speler zit falen sommige routines. De 1992-05-06 09:48:30 +00:00
cgen.py Converted to use == equality check syntax. 1992-01-12 17:18:12 +00:00
cgensupport.c Don't use NULL as 0 int! 1992-04-06 12:34:45 +00:00
cgensupport.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
config.c.in change the date to say >= 6 Apr 1992 1992-04-08 11:17:17 +00:00
cstubs Addef gflush 1992-02-26 15:19:45 +00:00
flmodule.c in form_dealloc, only hide the form if it's visible 1992-04-08 11:16:25 +00:00
fmmodule.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
imgfile.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
mathmodule.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
posixmodule.c Added times() (from time) 1992-04-05 14:25:30 +00:00
pwdmodule.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
regexmodule.c Remove redundant vars 1992-03-27 17:26:25 +00:00
regexpr.c Lint fluff 1992-03-27 17:24:37 +00:00
regexpr.h Change prototypes decision. 1992-01-27 16:48:48 +00:00
socketmodule.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
stdwinmodule.c Use mkvalue() instead of painfully constructing values 1992-04-13 15:54:35 +00:00
timemodule.c Don't define DO_TIMES (now in posixmodule.c) 1992-04-05 14:25:41 +00:00