]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
34 years agoMoved getcwd() hack to its own file.
Guido van Rossum [Mon, 21 Jan 1991 14:28:19 +0000 (14:28 +0000)] 
Moved getcwd() hack to its own file.

34 years agoInitial revision
Guido van Rossum [Mon, 21 Jan 1991 14:27:52 +0000 (14:27 +0000)] 
Initial revision

34 years agoMade all configurable options optional (see Makefile).
Guido van Rossum [Fri, 18 Jan 1991 15:32:01 +0000 (15:32 +0000)] 
Made all configurable options optional (see Makefile).

34 years agoAdded pollevent(); returns None if no event available.
Guido van Rossum [Wed, 16 Jan 1991 14:06:18 +0000 (14:06 +0000)] 
Added pollevent(); returns None if no event available.
Don't throw away key events with no window.

34 years agoMac version now looks ahead in event queue instead of eating events.
Guido van Rossum [Wed, 16 Jan 1991 14:04:51 +0000 (14:04 +0000)] 
Mac version now looks ahead in event queue instead of eating events.
Much better!

34 years agoInitial revision
Guido van Rossum [Fri, 11 Jan 1991 16:35:08 +0000 (16:35 +0000)] 
Initial revision

34 years agoChanged bogus ref to textobject into xxobject.
Guido van Rossum [Wed, 2 Jan 1991 15:12:51 +0000 (15:12 +0000)] 
Changed bogus ref to textobject into xxobject.

34 years agoFixed a bit (still no warranties).
Guido van Rossum [Wed, 2 Jan 1991 15:11:48 +0000 (15:11 +0000)] 
Fixed a bit (still no warranties).

34 years agoThink C 4.0 fixes a bug in 3.0 that we programmed around.
Guido van Rossum [Wed, 2 Jan 1991 13:51:41 +0000 (13:51 +0000)] 
Think C 4.0 fixes a bug in 3.0 that we programmed around.

34 years agoAdd backward compatibility with -s.
Guido van Rossum [Wed, 2 Jan 1991 13:50:48 +0000 (13:50 +0000)] 
Add backward compatibility with -s.
Add initregexp() call.

34 years agoInitial revision
Guido van Rossum [Tue, 1 Jan 1991 18:17:49 +0000 (18:17 +0000)] 
Initial revision

34 years agoInitial revision
Guido van Rossum [Tue, 1 Jan 1991 18:11:14 +0000 (18:11 +0000)] 
Initial revision

34 years agoAdded explanatory comments.
Guido van Rossum [Tue, 1 Jan 1991 18:10:40 +0000 (18:10 +0000)] 
Added explanatory comments.

34 years agoAdapted to new cutbuffer interface.
Guido van Rossum [Wed, 26 Dec 1990 15:40:31 +0000 (15:40 +0000)] 
Adapted to new cutbuffer interface.

34 years agoInitial revision
Guido van Rossum [Wed, 26 Dec 1990 15:40:07 +0000 (15:40 +0000)] 
Initial revision

34 years agoFix bugf in index -- last char would not be checked.
Guido van Rossum [Wed, 26 Dec 1990 15:39:06 +0000 (15:39 +0000)] 
Fix bugf in index -- last char would not be checked.

34 years agoUse stdwinevents instead of stdwinsupport.
Guido van Rossum [Wed, 26 Dec 1990 15:37:05 +0000 (15:37 +0000)] 
Use stdwinevents instead of stdwinsupport.

34 years agoCompensate stdwin bug
Guido van Rossum [Wed, 26 Dec 1990 15:34:48 +0000 (15:34 +0000)] 
Compensate stdwin bug

34 years ago*** empty log message ***
Guido van Rossum [Wed, 26 Dec 1990 15:34:34 +0000 (15:34 +0000)] 
*** empty log message ***

34 years agoUnimportant changes.
Guido van Rossum [Wed, 26 Dec 1990 15:33:35 +0000 (15:33 +0000)] 
Unimportant changes.

34 years agoComment changes.
Guido van Rossum [Wed, 26 Dec 1990 15:33:00 +0000 (15:33 +0000)] 
Comment changes.

34 years agoChanges for THINK C 4.0.
Guido van Rossum [Thu, 20 Dec 1990 23:13:00 +0000 (23:13 +0000)] 
Changes for THINK C 4.0.

34 years agoReturn -1 for errors.
Guido van Rossum [Thu, 20 Dec 1990 23:12:40 +0000 (23:12 +0000)] 
Return -1 for errors.

34 years agoChanges for THINK C 4.0.
Guido van Rossum [Thu, 20 Dec 1990 23:11:33 +0000 (23:11 +0000)] 
Changes for THINK C 4.0.
Don't call inittime() and initmath(), let config_*.c decide about those.

34 years agoChangess for THINK C 4.0.
Guido van Rossum [Thu, 20 Dec 1990 23:11:02 +0000 (23:11 +0000)] 
Changess for THINK C 4.0.

34 years agoAdd <errno.h>.
Guido van Rossum [Thu, 20 Dec 1990 23:09:14 +0000 (23:09 +0000)] 
Add <errno.h>.

34 years agoAdded <errno.h>
Guido van Rossum [Thu, 20 Dec 1990 23:06:26 +0000 (23:06 +0000)] 
Added <errno.h>

34 years agoChanged include of <errno.h>
Guido van Rossum [Thu, 20 Dec 1990 23:05:40 +0000 (23:05 +0000)] 
Changed include of <errno.h>

34 years agoInitial revision
Guido van Rossum [Thu, 20 Dec 1990 23:03:58 +0000 (23:03 +0000)] 
Initial revision

34 years agoChange div() into divide(); div() is a Standard C function.
Guido van Rossum [Thu, 20 Dec 1990 23:03:11 +0000 (23:03 +0000)] 
Change div() into divide(); div() is a Standard C function.

34 years agoInclude <string.h> instead of "string.h".
Guido van Rossum [Thu, 20 Dec 1990 23:02:42 +0000 (23:02 +0000)] 
Include <string.h> instead of "string.h".

34 years ago"Compiling" version
Guido van Rossum [Thu, 20 Dec 1990 15:06:42 +0000 (15:06 +0000)] 
"Compiling" version

35 years agoChanged interface (no nodes but code).
Guido van Rossum [Sun, 18 Nov 1990 17:44:34 +0000 (17:44 +0000)] 
Changed interface (no nodes but code).

35 years agoFunction objects no longer contain a parse tree node, but intermediate
Guido van Rossum [Sun, 18 Nov 1990 17:44:06 +0000 (17:44 +0000)] 
Function objects no longer contain a parse tree node, but intermediate
code.

35 years agoEmpty all modules' symbol tables, so most circular references are
Guido van Rossum [Sun, 18 Nov 1990 17:41:40 +0000 (17:41 +0000)] 
Empty all modules' symbol tables, so most circular references are
cleared up.
(A function definition references its module's symbol table but
the symbol table of course references the function...)

35 years agoFix wrong #ifdef.
Guido van Rossum [Sun, 18 Nov 1990 17:41:19 +0000 (17:41 +0000)] 
Fix wrong #ifdef.

35 years agoSome extra DECREFs.
Guido van Rossum [Sun, 18 Nov 1990 17:40:32 +0000 (17:40 +0000)] 
Some extra DECREFs.

35 years agoSet parse tree in parser data structure to NULL when returning
Guido van Rossum [Sun, 18 Nov 1990 17:39:41 +0000 (17:39 +0000)] 
Set parse tree in parser data structure to NULL when returning
a valid parse tree to caller, so caller must free the tree.

35 years agoFree parse tree when deleting parser.
Guido van Rossum [Sun, 18 Nov 1990 17:38:42 +0000 (17:38 +0000)] 
Free parse tree when deleting parser.

35 years agoAdded opcodes for classes.
Guido van Rossum [Sun, 18 Nov 1990 17:38:15 +0000 (17:38 +0000)] 
Added opcodes for classes.

35 years agoAdded prototype for new function freenode().
Guido van Rossum [Sun, 18 Nov 1990 17:37:25 +0000 (17:37 +0000)] 
Added prototype for new function freenode().

35 years agoAdd function to free an entire parse tree.
Guido van Rossum [Sun, 18 Nov 1990 17:37:06 +0000 (17:37 +0000)] 
Add function to free an entire parse tree.

35 years agoDECREF pi and e after inserting in symbol table.
Guido van Rossum [Sun, 18 Nov 1990 17:36:45 +0000 (17:36 +0000)] 
DECREF pi and e after inserting in symbol table.

35 years agoAdd extra DECREF.
Guido van Rossum [Sun, 18 Nov 1990 17:36:26 +0000 (17:36 +0000)] 
Add extra DECREF.

35 years agoCompile class definitions.
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.

35 years agoFree parse tree after compiling.
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).

35 years agoFixed resizestring() to work if reference tracing is turned on.
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...

35 years agoMoved configuration-dependent initializations (etc.) to config_*.c
Guido van Rossum [Sun, 18 Nov 1990 17:28:24 +0000 (17:28 +0000)] 
Moved configuration-dependent initializations (etc.) to config_*.c

35 years agoInitial revision
Guido van Rossum [Sun, 18 Nov 1990 17:27:39 +0000 (17:27 +0000)] 
Initial revision

35 years agoAdd UNREF macro if not tracing refs (see UNREF function in object.c).
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).

35 years agoIncrement line number for continuation lines.
Guido van Rossum [Fri, 9 Nov 1990 15:08:39 +0000 (15:08 +0000)] 
Increment line number for continuation lines.

35 years agoReformulated err_badarg error message.
Guido van Rossum [Fri, 9 Nov 1990 15:05:53 +0000 (15:05 +0000)] 
Reformulated err_badarg error message.

35 years agoTurn close commands into WE_CLOSE events.
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.

35 years agoInitial revision
Guido van Rossum [Mon, 5 Nov 1990 19:44:36 +0000 (19:44 +0000)] 
Initial revision

35 years ago*** empty log message ***
Guido van Rossum [Mon, 5 Nov 1990 19:44:31 +0000 (19:44 +0000)] 
*** empty log message ***

35 years agoBe more careful with negative reference counts.
Guido van Rossum [Fri, 2 Nov 1990 17:51:56 +0000 (17:51 +0000)] 
Be more careful with negative reference counts.

35 years agoAdded provision for THINK C which doesn't have sys_nerrors or sys_errlist.
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.

35 years agoMoved prototyes for fmod and pow, and don't use them for THINK C.
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.

35 years agoAdded prototype for strerror.
Guido van Rossum [Fri, 2 Nov 1990 17:50:28 +0000 (17:50 +0000)] 
Added prototype for strerror.

35 years agoRemoved redundant prototype for err_nomem().
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.

35 years agoAdded new event types and selection types.
Guido van Rossum [Wed, 31 Oct 1990 11:26:01 +0000 (11:26 +0000)] 
Added new event types and selection types.

35 years agoAdded S_IMODE() to strip the file type (S_IFMT) from a mode.
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.

35 years agoInitial revision
Guido van Rossum [Wed, 31 Oct 1990 11:24:22 +0000 (11:24 +0000)] 
Initial revision

35 years agoChanged resizing functionality.
Guido van Rossum [Wed, 31 Oct 1990 11:21:56 +0000 (11:21 +0000)] 
Changed resizing functionality.

35 years agoremoved resizing functionality.
Guido van Rossum [Wed, 31 Oct 1990 11:17:34 +0000 (11:17 +0000)] 
removed resizing functionality.

35 years agoSeparated out resizing functionality.
Guido van Rossum [Wed, 31 Oct 1990 11:16:43 +0000 (11:16 +0000)] 
Separated out resizing functionality.

35 years agoAdded w.setwincursor(), selection, and new cut buffer interface.
Guido van Rossum [Tue, 30 Oct 1990 16:01:48 +0000 (16:01 +0000)] 
Added w.setwincursor(), selection, and new cut buffer interface.

35 years agoChange set/getcutbuffer to use the new stdwin 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.

35 years agoAdded prototype to declaration of strerror().
Guido van Rossum [Tue, 30 Oct 1990 13:34:38 +0000 (13:34 +0000)] 
Added prototype to declaration of strerror().

35 years agoAdded prototype for sortlist().
Guido van Rossum [Tue, 30 Oct 1990 13:32:39 +0000 (13:32 +0000)] 
Added prototype for sortlist().

35 years agoAdded external interface to sort a list.
Guido van Rossum [Tue, 30 Oct 1990 13:32:20 +0000 (13:32 +0000)] 
Added external interface to sort a list.

35 years agoAdded some prototypes.
Guido van Rossum [Tue, 30 Oct 1990 13:30:32 +0000 (13:30 +0000)] 
Added some prototypes.

35 years agoAdded getdictkeys() prototype.
Guido van Rossum [Tue, 30 Oct 1990 13:27:43 +0000 (13:27 +0000)] 
Added getdictkeys() prototype.

35 years agoremoved dir statement. Function arguments may now be tests.
Guido van Rossum [Fri, 26 Oct 1990 15:01:05 +0000 (15:01 +0000)] 
removed dir statement.  Function arguments may now be tests.

35 years agoAdded getmodulename() public interface.
Guido van Rossum [Fri, 26 Oct 1990 15:00:11 +0000 (15:00 +0000)] 
Added getmodulename() public interface.

35 years agoTake out duplication of code in initmodule().
Guido van Rossum [Fri, 26 Oct 1990 14:59:30 +0000 (14:59 +0000)] 
Take out duplication of code in initmodule().

35 years agoAdded prototype for reload_module.
Guido van Rossum [Fri, 26 Oct 1990 14:59:11 +0000 (14:59 +0000)] 
Added prototype for reload_module.

35 years agoAdded reload() functionality.
Guido van Rossum [Fri, 26 Oct 1990 14:58:58 +0000 (14:58 +0000)] 
Added reload() functionality.

35 years agoFix zero division checks: return if it occurs!
Guido van Rossum [Fri, 26 Oct 1990 14:58:41 +0000 (14:58 +0000)] 
Fix zero division checks: return if it occurs!

35 years agoReads of zero should be legal!
Guido van Rossum [Fri, 26 Oct 1990 14:58:11 +0000 (14:58 +0000)] 
Reads of zero should be legal!

35 years agoAdded intobject.h and tupleobject.h includes.
Guido van Rossum [Fri, 26 Oct 1990 14:53:07 +0000 (14:53 +0000)] 
Added intobject.h and tupleobject.h includes.

35 years agoRemoved reference to minmax.
Guido van Rossum [Fri, 26 Oct 1990 14:49:24 +0000 (14:49 +0000)] 
Removed reference to minmax.

35 years agoRe3moved reference to minmax.
Guido van Rossum [Fri, 26 Oct 1990 14:49:08 +0000 (14:49 +0000)] 
Re3moved reference to minmax.

35 years agoFix bug in rect.intersect(): empty rects beyond the first were
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...

35 years agoInitial revision
Guido van Rossum [Thu, 25 Oct 1990 18:51:42 +0000 (18:51 +0000)] 
Initial revision

35 years agoGeneralized.
Guido van Rossum [Thu, 25 Oct 1990 18:50:59 +0000 (18:50 +0000)] 
Generalized.

35 years agoGeneralizations.
Guido van Rossum [Thu, 25 Oct 1990 18:50:27 +0000 (18:50 +0000)] 
Generalizations.

35 years agoMad readfile() read the file in one fell swoop.
Guido van Rossum [Wed, 24 Oct 1990 16:40:15 +0000 (16:40 +0000)] 
Mad readfile() read the file in one fell swoop.

35 years agoChanged use of stat.
Guido van Rossum [Wed, 24 Oct 1990 16:39:37 +0000 (16:39 +0000)] 
Changed use of stat.

35 years agoInitial revision
Guido van Rossum [Wed, 24 Oct 1990 16:39:18 +0000 (16:39 +0000)] 
Initial revision

35 years agoNew errors.
Guido van Rossum [Sun, 21 Oct 1990 22:15:08 +0000 (22:15 +0000)] 
New errors.

35 years agoChanged strdup prototype to use const.
Guido van Rossum [Sun, 21 Oct 1990 22:13:08 +0000 (22:13 +0000)] 
Changed strdup prototype to use const.

35 years agoAdded __dict to module getattr.
Guido van Rossum [Sun, 21 Oct 1990 22:12:30 +0000 (22:12 +0000)] 
Added __dict to module getattr.
New errors.

35 years agoCHanged errors somewhat.
Guido van Rossum [Sun, 21 Oct 1990 22:11:03 +0000 (22:11 +0000)] 
CHanged errors somewhat.

35 years agoAdded err_badcall() and planned new errors.
Guido van Rossum [Sun, 21 Oct 1990 22:09:30 +0000 (22:09 +0000)] 
Added err_badcall() and planned new errors.

35 years agoAdded err_badcall().
Guido van Rossum [Sun, 21 Oct 1990 22:09:12 +0000 (22:09 +0000)] 
Added err_badcall().

35 years agoUse 'stat' module instead of hardcoding information from <sys/stat.h>.
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>.

35 years agoInitial revision
Guido van Rossum [Sun, 21 Oct 1990 16:17:08 +0000 (16:17 +0000)] 
Initial revision

35 years agoSet 'parent' field of new created subwindows so wdiff can implement
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.

35 years agoMake readfile read the file in one fell swoop.
Guido van Rossum [Sun, 21 Oct 1990 16:14:50 +0000 (16:14 +0000)] 
Make readfile read the file in one fell swoop.