]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guido van Rossum [Fri, 26 Oct 1990 14:49:08 +0000 (14:49 +0000)]
Re3moved reference to minmax.
Guido van Rossum [Fri, 26 Oct 1990 13:44:32 +0000 (13:44 +0000)]
Fix bug in rect.intersect(): empty rects beyond the first were
ignored instead of making the outcome empty...
Guido van Rossum [Thu, 25 Oct 1990 18:51:42 +0000 (18:51 +0000)]
Initial revision
Guido van Rossum [Thu, 25 Oct 1990 18:50:59 +0000 (18:50 +0000)]
Generalized.
Guido van Rossum [Thu, 25 Oct 1990 18:50:27 +0000 (18:50 +0000)]
Generalizations.
Guido van Rossum [Wed, 24 Oct 1990 16:40:15 +0000 (16:40 +0000)]
Mad readfile() read the file in one fell swoop.
Guido van Rossum [Wed, 24 Oct 1990 16:39:37 +0000 (16:39 +0000)]
Changed use of stat.
Guido van Rossum [Wed, 24 Oct 1990 16:39:18 +0000 (16:39 +0000)]
Initial revision
Guido van Rossum [Sun, 21 Oct 1990 22:15:08 +0000 (22:15 +0000)]
New errors.
Guido van Rossum [Sun, 21 Oct 1990 22:13:08 +0000 (22:13 +0000)]
Changed strdup prototype to use const.
Guido van Rossum [Sun, 21 Oct 1990 22:12:30 +0000 (22:12 +0000)]
Added __dict to module getattr.
New errors.
Guido van Rossum [Sun, 21 Oct 1990 22:11:03 +0000 (22:11 +0000)]
CHanged errors somewhat.
Guido van Rossum [Sun, 21 Oct 1990 22:09:30 +0000 (22:09 +0000)]
Added err_badcall() and planned new errors.
Guido van Rossum [Sun, 21 Oct 1990 22:09:12 +0000 (22:09 +0000)]
Added err_badcall().
Guido van Rossum [Sun, 21 Oct 1990 16:17:34 +0000 (16:17 +0000)]
Use 'stat' module instead of hardcoding information from <sys/stat.h>.
Guido van Rossum [Sun, 21 Oct 1990 16:17:08 +0000 (16:17 +0000)]
Initial revision
Guido van Rossum [Sun, 21 Oct 1990 16:15:58 +0000 (16:15 +0000)]
Set 'parent' field of new created subwindows so wdiff can implement
'close subwindows' command.
Guido van Rossum [Sun, 21 Oct 1990 16:14:50 +0000 (16:14 +0000)]
Make readfile read the file in one fell swoop.
Guido van Rossum [Sun, 21 Oct 1990 13:12:47 +0000 (13:12 +0000)]
Made posix_error back static as it should be.
Guido van Rossum [Sun, 14 Oct 1990 20:05:00 +0000 (20:05 +0000)]
Call asa_done() in goaway().
Guido van Rossum [Sun, 14 Oct 1990 20:04:28 +0000 (20:04 +0000)]
Change posix_error() to call err_errno().
Guido van Rossum [Sun, 14 Oct 1990 20:03:32 +0000 (20:03 +0000)]
New error handling in getattr().
Guido van Rossum [Sun, 14 Oct 1990 20:03:07 +0000 (20:03 +0000)]
Removed declarations of err_badargs [sic] and err_nomem.
Guido van Rossum [Sun, 14 Oct 1990 20:02:48 +0000 (20:02 +0000)]
Move err_badarg() and err_nomme() to errors.c.
Guido van Rossum [Sun, 14 Oct 1990 20:02:26 +0000 (20:02 +0000)]
New error handling.
Guido van Rossum [Sun, 14 Oct 1990 20:00:25 +0000 (20:00 +0000)]
Made exception objects extern.
Added convenience functions.
Guido van Rossum [Sun, 14 Oct 1990 20:00:05 +0000 (20:00 +0000)]
Adde dconvenience functions.
Guido van Rossum [Sun, 14 Oct 1990 19:59:45 +0000 (19:59 +0000)]
Remove dict2 interface -- it's now static.
Guido van Rossum [Sun, 14 Oct 1990 19:58:09 +0000 (19:58 +0000)]
(Some) new error handling.
Guido van Rossum [Sun, 14 Oct 1990 12:07:46 +0000 (12:07 +0000)]
Initial revision
Guido van Rossum [Sat, 13 Oct 1990 19:23:40 +0000 (19:23 +0000)]
Initial revision
Guido van Rossum [Sun, 7 Oct 1990 12:35:53 +0000 (12:35 +0000)]
New names etc.
Guido van Rossum [Sun, 7 Oct 1990 12:35:21 +0000 (12:35 +0000)]
Added support for postscript output (*.ps).
Guido van Rossum [Tue, 18 Sep 1990 10:47:40 +0000 (10:47 +0000)]
Renamed intro and modules to tut and mod; added tbl to pipeline.
Guido van Rossum [Mon, 10 Sep 1990 11:15:23 +0000 (11:15 +0000)]
Warning about incompleteness.
Guido van Rossum [Thu, 9 Aug 1990 14:25:15 +0000 (14:25 +0000)]
Initial revision