]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guido van Rossum [Sun, 18 Nov 1990 17:37:25 +0000 (17:37 +0000)]
Added prototype for new function freenode().
Guido van Rossum [Sun, 18 Nov 1990 17:37:06 +0000 (17:37 +0000)]
Add function to free an entire parse tree.
Guido van Rossum [Sun, 18 Nov 1990 17:36:45 +0000 (17:36 +0000)]
DECREF pi and e after inserting in symbol table.
Guido van Rossum [Sun, 18 Nov 1990 17:36:26 +0000 (17:36 +0000)]
Add extra DECREF.
Guido van Rossum [Sun, 18 Nov 1990 17:35:03 +0000 (17:35 +0000)]
Compile class definitions.
Document and fix code generation for try statements.
Use two bytes for all arguments.
Avoid duplicate entries in lists of constants and names.
Guido van Rossum [Sun, 18 Nov 1990 17:33:06 +0000 (17:33 +0000)]
Free parse tree after compiling.
Added support for class definitions.
Reorganized main interpreter loop to fetch op and arg once at the head.
Use two bytes for arguments (see ceval.c).
Guido van Rossum [Sun, 18 Nov 1990 17:30:23 +0000 (17:30 +0000)]
Fixed resizestring() to work if reference tracing is turned on.
The realloc() call would move the list head without fixing the
pointers to in the the chain of allocated objects...
Guido van Rossum [Sun, 18 Nov 1990 17:28:24 +0000 (17:28 +0000)]
Moved configuration-dependent initializations (etc.) to config_*.c
Guido van Rossum [Sun, 18 Nov 1990 17:27:39 +0000 (17:27 +0000)]
Initial revision
Guido van Rossum [Sun, 18 Nov 1990 17:27:10 +0000 (17:27 +0000)]
Add UNREF macro if not tracing refs (see UNREF function in object.c).
Guido van Rossum [Fri, 9 Nov 1990 15:08:39 +0000 (15:08 +0000)]
Increment line number for continuation lines.
Guido van Rossum [Fri, 9 Nov 1990 15:05:53 +0000 (15:05 +0000)]
Reformulated err_badarg error message.
Guido van Rossum [Tue, 6 Nov 1990 15:17:35 +0000 (15:17 +0000)]
Turn close commands into WE_CLOSE events.
Remove (broken) compatibility hacks from cutbuffer interface.
Guido van Rossum [Mon, 5 Nov 1990 19:44:36 +0000 (19:44 +0000)]
Initial revision
Guido van Rossum [Mon, 5 Nov 1990 19:44:31 +0000 (19:44 +0000)]
*** empty log message ***
Guido van Rossum [Fri, 2 Nov 1990 17:51:56 +0000 (17:51 +0000)]
Be more careful with negative reference counts.
Guido van Rossum [Fri, 2 Nov 1990 17:51:17 +0000 (17:51 +0000)]
Added provision for THINK C which doesn't have sys_nerrors or sys_errlist.
Guido van Rossum [Fri, 2 Nov 1990 17:50:43 +0000 (17:50 +0000)]
Moved prototyes for fmod and pow, and don't use them for THINK C.
Guido van Rossum [Fri, 2 Nov 1990 17:50:28 +0000 (17:50 +0000)]
Added prototype for strerror.
Guido van Rossum [Fri, 2 Nov 1990 17:49:51 +0000 (17:49 +0000)]
Removed redundant prototype for err_nomem().
Added check for negative refcnt in DELREF.
Guido van Rossum [Wed, 31 Oct 1990 11:26:01 +0000 (11:26 +0000)]
Added new event types and selection types.
Guido van Rossum [Wed, 31 Oct 1990 11:25:23 +0000 (11:25 +0000)]
Added S_IMODE() to strip the file type (S_IFMT) from a mode.
Guido van Rossum [Wed, 31 Oct 1990 11:24:22 +0000 (11:24 +0000)]
Initial revision
Guido van Rossum [Wed, 31 Oct 1990 11:21:56 +0000 (11:21 +0000)]
Changed resizing functionality.
Guido van Rossum [Wed, 31 Oct 1990 11:17:34 +0000 (11:17 +0000)]
removed resizing functionality.
Guido van Rossum [Wed, 31 Oct 1990 11:16:43 +0000 (11:16 +0000)]
Separated out resizing functionality.
Guido van Rossum [Tue, 30 Oct 1990 16:01:48 +0000 (16:01 +0000)]
Added w.setwincursor(), selection, and new cut buffer interface.
Guido van Rossum [Tue, 30 Oct 1990 13:39:00 +0000 (13:39 +0000)]
Change set/getcutbuffer to use the new stdwin interface.
This makes it possible to cut/paste strings wuth embedded null bytes.
Guido van Rossum [Tue, 30 Oct 1990 13:34:38 +0000 (13:34 +0000)]
Added prototype to declaration of strerror().
Guido van Rossum [Tue, 30 Oct 1990 13:32:39 +0000 (13:32 +0000)]
Added prototype for sortlist().
Guido van Rossum [Tue, 30 Oct 1990 13:32:20 +0000 (13:32 +0000)]
Added external interface to sort a list.
Guido van Rossum [Tue, 30 Oct 1990 13:30:32 +0000 (13:30 +0000)]
Added some prototypes.
Guido van Rossum [Tue, 30 Oct 1990 13:27:43 +0000 (13:27 +0000)]
Added getdictkeys() prototype.
Guido van Rossum [Fri, 26 Oct 1990 15:01:05 +0000 (15:01 +0000)]
removed dir statement. Function arguments may now be tests.
Guido van Rossum [Fri, 26 Oct 1990 15:00:11 +0000 (15:00 +0000)]
Added getmodulename() public interface.
Guido van Rossum [Fri, 26 Oct 1990 14:59:30 +0000 (14:59 +0000)]
Take out duplication of code in initmodule().
Guido van Rossum [Fri, 26 Oct 1990 14:59:11 +0000 (14:59 +0000)]
Added prototype for reload_module.
Guido van Rossum [Fri, 26 Oct 1990 14:58:58 +0000 (14:58 +0000)]
Added reload() functionality.
Guido van Rossum [Fri, 26 Oct 1990 14:58:41 +0000 (14:58 +0000)]
Fix zero division checks: return if it occurs!
Guido van Rossum [Fri, 26 Oct 1990 14:58:11 +0000 (14:58 +0000)]
Reads of zero should be legal!
Guido van Rossum [Fri, 26 Oct 1990 14:53:07 +0000 (14:53 +0000)]
Added intobject.h and tupleobject.h includes.
Guido van Rossum [Fri, 26 Oct 1990 14:49:24 +0000 (14:49 +0000)]
Removed reference to minmax.
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