]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
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.

35 years agoMade posix_error back static as it should be.
Guido van Rossum [Sun, 21 Oct 1990 13:12:47 +0000 (13:12 +0000)] 
Made posix_error back static as it should be.

35 years agoCall asa_done() in goaway().
Guido van Rossum [Sun, 14 Oct 1990 20:05:00 +0000 (20:05 +0000)] 
Call asa_done() in goaway().

35 years agoChange posix_error() to call err_errno().
Guido van Rossum [Sun, 14 Oct 1990 20:04:28 +0000 (20:04 +0000)] 
Change posix_error() to call err_errno().

35 years agoNew error handling in getattr().
Guido van Rossum [Sun, 14 Oct 1990 20:03:32 +0000 (20:03 +0000)] 
New error handling in getattr().

35 years agoRemoved declarations of err_badargs [sic] and err_nomem.
Guido van Rossum [Sun, 14 Oct 1990 20:03:07 +0000 (20:03 +0000)] 
Removed declarations of err_badargs [sic] and err_nomem.

35 years agoMove err_badarg() and err_nomme() to errors.c.
Guido van Rossum [Sun, 14 Oct 1990 20:02:48 +0000 (20:02 +0000)] 
Move err_badarg() and err_nomme() to errors.c.

35 years agoNew error handling.
Guido van Rossum [Sun, 14 Oct 1990 20:02:26 +0000 (20:02 +0000)] 
New error handling.

35 years agoMade exception objects extern.
Guido van Rossum [Sun, 14 Oct 1990 20:00:25 +0000 (20:00 +0000)] 
Made exception objects extern.
Added convenience functions.

35 years agoAdde dconvenience functions.
Guido van Rossum [Sun, 14 Oct 1990 20:00:05 +0000 (20:00 +0000)] 
Adde dconvenience functions.

35 years agoRemove dict2 interface -- it's now static.
Guido van Rossum [Sun, 14 Oct 1990 19:59:45 +0000 (19:59 +0000)] 
Remove dict2 interface -- it's now static.

35 years ago(Some) new error handling.
Guido van Rossum [Sun, 14 Oct 1990 19:58:09 +0000 (19:58 +0000)] 
(Some) new error handling.

35 years agoInitial revision
Guido van Rossum [Sun, 14 Oct 1990 12:07:46 +0000 (12:07 +0000)] 
Initial revision

35 years agoInitial revision
Guido van Rossum [Sat, 13 Oct 1990 19:23:40 +0000 (19:23 +0000)] 
Initial revision

35 years agoNew names etc.
Guido van Rossum [Sun, 7 Oct 1990 12:35:53 +0000 (12:35 +0000)] 
New names etc.

35 years agoAdded support for postscript output (*.ps).
Guido van Rossum [Sun, 7 Oct 1990 12:35:21 +0000 (12:35 +0000)] 
Added support for postscript output (*.ps).

35 years agoRenamed intro and modules to tut and mod; added tbl to pipeline.
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.

35 years agoWarning about incompleteness.
Guido van Rossum [Mon, 10 Sep 1990 11:15:23 +0000 (11:15 +0000)] 
Warning about incompleteness.

35 years agoInitial revision
Guido van Rossum [Thu, 9 Aug 1990 14:25:15 +0000 (14:25 +0000)] 
Initial revision