Guido van Rossum
|
7f77e2d4f8
|
Added prototype to declaration of strerror().
|
1990-10-30 13:34:38 +00:00 |
|
Guido van Rossum
|
14da580104
|
Added prototype for sortlist().
|
1990-10-30 13:32:39 +00:00 |
|
Guido van Rossum
|
84c76f52af
|
Added external interface to sort a list.
|
1990-10-30 13:32:20 +00:00 |
|
Guido van Rossum
|
726749cc5b
|
Added some prototypes.
|
1990-10-30 13:30:32 +00:00 |
|
Guido van Rossum
|
6990c943a0
|
Added getdictkeys() prototype.
|
1990-10-30 13:27:43 +00:00 |
|
Guido van Rossum
|
3ccb6172f8
|
removed dir statement. Function arguments may now be tests.
|
1990-10-26 15:01:05 +00:00 |
|
Guido van Rossum
|
0558a205a3
|
Added getmodulename() public interface.
|
1990-10-26 15:00:11 +00:00 |
|
Guido van Rossum
|
738d4ddf81
|
Take out duplication of code in initmodule().
|
1990-10-26 14:59:30 +00:00 |
|
Guido van Rossum
|
ed97f6aa04
|
Added prototype for reload_module.
|
1990-10-26 14:59:11 +00:00 |
|
Guido van Rossum
|
8d15b5d036
|
Added reload() functionality.
|
1990-10-26 14:58:58 +00:00 |
|
Guido van Rossum
|
abbda16f58
|
Fix zero division checks: return if it occurs!
|
1990-10-26 14:58:41 +00:00 |
|
Guido van Rossum
|
dd5c7be568
|
Reads of zero should be legal!
|
1990-10-26 14:58:11 +00:00 |
|
Guido van Rossum
|
17e66f6d87
|
Added intobject.h and tupleobject.h includes.
|
1990-10-26 14:53:07 +00:00 |
|
Guido van Rossum
|
67d3d1348b
|
Removed reference to minmax.
|
1990-10-26 14:49:24 +00:00 |
|
Guido van Rossum
|
c93fdeb43d
|
Re3moved reference to minmax.
|
1990-10-26 14:49:08 +00:00 |
|
Guido van Rossum
|
124eb94270
|
Fix bug in rect.intersect(): empty rects beyond the first were
ignored instead of making the outcome empty...
|
1990-10-26 13:44:32 +00:00 |
|
Guido van Rossum
|
e1f069ec98
|
Initial revision
|
1990-10-25 18:51:42 +00:00 |
|
Guido van Rossum
|
4de12876a9
|
Generalized.
|
1990-10-25 18:50:59 +00:00 |
|
Guido van Rossum
|
ceae528b9f
|
Generalizations.
|
1990-10-25 18:50:27 +00:00 |
|
Guido van Rossum
|
f49ef1cad0
|
Mad readfile() read the file in one fell swoop.
|
1990-10-24 16:40:15 +00:00 |
|
Guido van Rossum
|
276123d1dc
|
Changed use of stat.
|
1990-10-24 16:39:37 +00:00 |
|
Guido van Rossum
|
336f2816cd
|
Initial revision
|
1990-10-24 16:39:18 +00:00 |
|
Guido van Rossum
|
2a9096b5f9
|
New errors.
|
1990-10-21 22:15:08 +00:00 |
|
Guido van Rossum
|
4ab9b4c9ad
|
Changed strdup prototype to use const.
|
1990-10-21 22:13:08 +00:00 |
|
Guido van Rossum
|
e87203afde
|
Added __dict to module getattr.
New errors.
|
1990-10-21 22:12:30 +00:00 |
|
Guido van Rossum
|
5c52b6a75a
|
CHanged errors somewhat.
|
1990-10-21 22:11:03 +00:00 |
|
Guido van Rossum
|
3e55cb6302
|
Added err_badcall() and planned new errors.
|
1990-10-21 22:09:30 +00:00 |
|
Guido van Rossum
|
683a072642
|
Added err_badcall().
|
1990-10-21 22:09:12 +00:00 |
|
Guido van Rossum
|
40d9304d66
|
Use 'stat' module instead of hardcoding information from <sys/stat.h>.
|
1990-10-21 16:17:34 +00:00 |
|
Guido van Rossum
|
6b47ed1f9d
|
Initial revision
|
1990-10-21 16:17:08 +00:00 |
|
Guido van Rossum
|
2dbf39cbc6
|
Set 'parent' field of new created subwindows so wdiff can implement
'close subwindows' command.
|
1990-10-21 16:15:58 +00:00 |
|
Guido van Rossum
|
5c124871b6
|
Make readfile read the file in one fell swoop.
|
1990-10-21 16:14:50 +00:00 |
|
Guido van Rossum
|
9a1581ceca
|
Made posix_error back static as it should be.
|
1990-10-21 13:12:47 +00:00 |
|
Guido van Rossum
|
536d5d3523
|
Call asa_done() in goaway().
|
1990-10-14 20:05:00 +00:00 |
|
Guido van Rossum
|
e8f305aec6
|
Change posix_error() to call err_errno().
|
1990-10-14 20:04:28 +00:00 |
|
Guido van Rossum
|
2b654f74c2
|
New error handling in getattr().
|
1990-10-14 20:03:32 +00:00 |
|
Guido van Rossum
|
0539ba2c74
|
Removed declarations of err_badargs [sic] and err_nomem.
|
1990-10-14 20:03:07 +00:00 |
|
Guido van Rossum
|
68c35d01d6
|
Move err_badarg() and err_nomme() to errors.c.
|
1990-10-14 20:02:48 +00:00 |
|
Guido van Rossum
|
165e67edae
|
New error handling.
|
1990-10-14 20:02:26 +00:00 |
|
Guido van Rossum
|
5c600e1614
|
Made exception objects extern.
Added convenience functions.
|
1990-10-14 20:00:25 +00:00 |
|
Guido van Rossum
|
7d310eb081
|
Adde dconvenience functions.
|
1990-10-14 20:00:05 +00:00 |
|
Guido van Rossum
|
ce4704a4f5
|
Remove dict2 interface -- it's now static.
|
1990-10-14 19:59:45 +00:00 |
|
Guido van Rossum
|
3cf0ddfd94
|
(Some) new error handling.
|
1990-10-14 19:58:09 +00:00 |
|
Guido van Rossum
|
85a5fbbdfe
|
Initial revision
|
1990-10-14 12:07:46 +00:00 |
|
Guido van Rossum
|
c636014c43
|
Initial revision
|
1990-10-13 19:23:40 +00:00 |
|
Guido van Rossum
|
df79a1ee19
|
New names etc.
|
1990-10-07 12:35:53 +00:00 |
|
Guido van Rossum
|
eeaccbf068
|
Added support for postscript output (*.ps).
|
1990-10-07 12:35:21 +00:00 |
|
Guido van Rossum
|
b829a0935b
|
Renamed intro and modules to tut and mod; added tbl to pipeline.
|
1990-09-18 10:47:40 +00:00 |
|
Guido van Rossum
|
3310257195
|
Warning about incompleteness.
|
1990-09-10 11:15:23 +00:00 |
|
Guido van Rossum
|
7f777ed95a
|
Initial revision
|
1990-08-09 14:25:15 +00:00 |
|