]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
33 years agoMerged with Steve Miale's version
Guido van Rossum [Mon, 13 Apr 1992 15:53:41 +0000 (15:53 +0000)] 
Merged with Steve Miale's version

33 years agoAdded mkvalue() function
Guido van Rossum [Mon, 13 Apr 1992 10:48:55 +0000 (10:48 +0000)] 
Added mkvalue() function

33 years agoTest for NULL coming out of err_get() in call_exc_trace()
Guido van Rossum [Thu, 9 Apr 1992 14:58:08 +0000 (14:58 +0000)] 
Test for NULL coming out of err_get() in call_exc_trace()

33 years agoreverse sense of test for CHECKEXC
Guido van Rossum [Wed, 8 Apr 1992 11:32:32 +0000 (11:32 +0000)] 
reverse sense of test for CHECKEXC

33 years agochange the date to say >= 6 Apr 1992
Guido van Rossum [Wed, 8 Apr 1992 11:17:17 +0000 (11:17 +0000)] 
change the date to say >= 6 Apr 1992

33 years agoin form_dealloc, only hide the form if it's visible
Guido van Rossum [Wed, 8 Apr 1992 11:16:25 +0000 (11:16 +0000)] 
in form_dealloc, only hide the form if it's visible

33 years agoAdded missing change log entries
Guido van Rossum [Mon, 6 Apr 1992 14:39:51 +0000 (14:39 +0000)] 
Added missing change log entries

33 years agoAdded help() fn; use os.sep
Guido van Rossum [Mon, 6 Apr 1992 14:04:58 +0000 (14:04 +0000)] 
Added help() fn; use os.sep

33 years agoAlso remove @* files
Guido van Rossum [Mon, 6 Apr 1992 14:04:13 +0000 (14:04 +0000)] 
Also remove @* files

33 years agoMoved a4wide option to myformat.sty
Guido van Rossum [Mon, 6 Apr 1992 14:04:04 +0000 (14:04 +0000)] 
Moved a4wide option to myformat.sty

33 years agoUse *args syntax instead of +args
Guido van Rossum [Mon, 6 Apr 1992 14:03:53 +0000 (14:03 +0000)] 
Use *args syntax instead of +args

33 years agoAdd separator
Guido van Rossum [Mon, 6 Apr 1992 14:03:45 +0000 (14:03 +0000)] 
Add separator

33 years agoDon't use times by default
Guido van Rossum [Mon, 6 Apr 1992 14:02:49 +0000 (14:02 +0000)] 
Don't use times by default

33 years agoChange description of a4wide removal
Guido van Rossum [Mon, 6 Apr 1992 14:02:37 +0000 (14:02 +0000)] 
Change description of a4wide removal

33 years agoInput a4wide here
Guido van Rossum [Mon, 6 Apr 1992 14:02:23 +0000 (14:02 +0000)] 
Input a4wide here

33 years agoArg of cmp_outcome becomes an int for portability to the Mac
Guido van Rossum [Mon, 6 Apr 1992 13:24:57 +0000 (13:24 +0000)] 
Arg of cmp_outcome becomes an int for portability to the Mac

33 years agoUse only '*' for varargs list
Guido van Rossum [Mon, 6 Apr 1992 12:36:19 +0000 (12:36 +0000)] 
Use only '*' for varargs list

33 years agoNew copyright
Guido van Rossum [Mon, 6 Apr 1992 12:35:43 +0000 (12:35 +0000)] 
New copyright

33 years agoDon't use NULL as 0 int!
Guido van Rossum [Mon, 6 Apr 1992 12:34:45 +0000 (12:34 +0000)] 
Don't use NULL as 0 int!

33 years agoLatest gramamr
Guido van Rossum [Mon, 6 Apr 1992 12:34:37 +0000 (12:34 +0000)] 
Latest gramamr

33 years agoCopied doc style from other docs
Guido van Rossum [Sun, 5 Apr 1992 15:06:12 +0000 (15:06 +0000)] 
Copied doc style from other docs

33 years agoMade ready for release
Guido van Rossum [Sun, 5 Apr 1992 15:06:03 +0000 (15:06 +0000)] 
Made ready for release

33 years agoCopyright for 1992 added
Guido van Rossum [Sun, 5 Apr 1992 14:26:55 +0000 (14:26 +0000)] 
Copyright for 1992 added

33 years agoDon't define DO_TIMES (now in posixmodule.c)
Guido van Rossum [Sun, 5 Apr 1992 14:25:41 +0000 (14:25 +0000)] 
Don't define DO_TIMES (now in posixmodule.c)

33 years agoAdded times() (from time)
Guido van Rossum [Sun, 5 Apr 1992 14:25:30 +0000 (14:25 +0000)] 
Added times() (from time)

33 years agoOnly * can be used for varargs argument lists
Guido van Rossum [Sun, 5 Apr 1992 14:24:50 +0000 (14:24 +0000)] 
Only * can be used for varargs argument lists

33 years agoDon't allow assignment to attributes named __*__
Guido van Rossum [Sun, 5 Apr 1992 14:24:32 +0000 (14:24 +0000)] 
Don't allow assignment to attributes named __*__

33 years agoCopyright for 1992 added
Guido van Rossum [Sun, 5 Apr 1992 14:20:22 +0000 (14:20 +0000)] 
Copyright for 1992 added

33 years ago(Hopefully) fix bug in reference count in call_exc_trace()
Guido van Rossum [Sun, 5 Apr 1992 14:18:13 +0000 (14:18 +0000)] 
(Hopefully) fix bug in reference count in call_exc_trace()
plus minor rearrangements found during debugging

33 years agoFix reference counts of sys_trace and sys_profile
Guido van Rossum [Sun, 5 Apr 1992 14:17:55 +0000 (14:17 +0000)] 
Fix reference counts of sys_trace and sys_profile

33 years ago'+' no longer accepted for varargs list
Guido van Rossum [Fri, 3 Apr 1992 16:33:00 +0000 (16:33 +0000)] 
'+' no longer accepted for varargs list

33 years agoDifferent syntax: cannot mix except and finally any more
Guido van Rossum [Fri, 3 Apr 1992 16:32:37 +0000 (16:32 +0000)] 
Different syntax: cannot mix except and finally any more

33 years agoAdded \exindex and \obindex
Guido van Rossum [Fri, 3 Apr 1992 14:44:27 +0000 (14:44 +0000)] 
Added \exindex and \obindex

33 years agomostly added index entries. PRINTED
Guido van Rossum [Fri, 3 Apr 1992 14:44:05 +0000 (14:44 +0000)] 
mostly added index entries.  PRINTED

33 years agogetattr() is now built-in; no longer need a class to simulate varargs.
Guido van Rossum [Thu, 2 Apr 1992 10:37:02 +0000 (10:37 +0000)] 
getattr() is now built-in; no longer need a class to simulate varargs.

33 years agoAlmost through with revisions.
Guido van Rossum [Thu, 2 Apr 1992 10:24:59 +0000 (10:24 +0000)] 
Almost through with revisions.

33 years agoAdded style options twoside,a4wide,11pt
Guido van Rossum [Tue, 31 Mar 1992 19:12:06 +0000 (19:12 +0000)] 
Added style options twoside,a4wide,11pt

33 years agouse os and os.path
Guido van Rossum [Tue, 31 Mar 1992 19:07:25 +0000 (19:07 +0000)] 
use os and os.path

33 years agouse std module os
Guido van Rossum [Tue, 31 Mar 1992 19:06:54 +0000 (19:06 +0000)] 
use std module os

33 years agomac -> os (can't this go now dircache is universal?)
Guido van Rossum [Tue, 31 Mar 1992 19:05:44 +0000 (19:05 +0000)] 
mac -> os (can't this go now dircache is universal?)

33 years agomac -> os
Guido van Rossum [Tue, 31 Mar 1992 19:05:11 +0000 (19:05 +0000)] 
mac -> os

33 years agoposix -> os
Guido van Rossum [Tue, 31 Mar 1992 19:04:48 +0000 (19:04 +0000)] 
posix -> os

33 years agoUse bitwise ops instead of %; added some warnings and comments
Guido van Rossum [Tue, 31 Mar 1992 19:03:19 +0000 (19:03 +0000)] 
Use bitwise ops instead of %; added some warnings and comments

33 years agopath -> posixpath
Guido van Rossum [Tue, 31 Mar 1992 19:02:55 +0000 (19:02 +0000)] 
path -> posixpath

33 years agoMostly rewritten to be more flexible and more portable
Guido van Rossum [Tue, 31 Mar 1992 19:02:01 +0000 (19:02 +0000)] 
Mostly rewritten to be more flexible and more portable
./

33 years agoAdded definition for pardir ('..')
Guido van Rossum [Tue, 31 Mar 1992 18:57:28 +0000 (18:57 +0000)] 
Added definition for pardir ('..')

33 years agoposix -> os
Guido van Rossum [Tue, 31 Mar 1992 18:55:40 +0000 (18:55 +0000)] 
posix -> os

33 years ago'cat' no longer exists
Guido van Rossum [Tue, 31 Mar 1992 18:55:00 +0000 (18:55 +0000)] 
'cat' no longer exists

33 years agoRenamed to posixpath; changed def'n of split().
Guido van Rossum [Tue, 31 Mar 1992 18:54:35 +0000 (18:54 +0000)] 
Renamed to posixpath; changed def'n of split().

33 years agoSome weird forms of try statements are no longer allowed.
Guido van Rossum [Tue, 31 Mar 1992 18:54:11 +0000 (18:54 +0000)] 
Some weird forms of try statements are no longer allowed.

33 years agoDon't define the page lay-out here -- rely on A4wide, doubleside options.
Guido van Rossum [Tue, 31 Mar 1992 18:53:47 +0000 (18:53 +0000)] 
Don't define the page lay-out here -- rely on A4wide, doubleside options.

33 years agotightened try statement syntax
Guido van Rossum [Tue, 31 Mar 1992 18:50:52 +0000 (18:50 +0000)] 
tightened try statement syntax

33 years agoTighten syntax for try statements
Guido van Rossum [Tue, 31 Mar 1992 18:49:18 +0000 (18:49 +0000)] 
Tighten syntax for try statements

33 years agonew '==' syntax
Guido van Rossum [Mon, 30 Mar 1992 13:30:03 +0000 (13:30 +0000)] 
new '==' syntax

33 years agoInitial revision
Guido van Rossum [Mon, 30 Mar 1992 13:18:37 +0000 (13:18 +0000)] 
Initial revision

33 years agoInitial revision
Guido van Rossum [Mon, 30 Mar 1992 12:39:06 +0000 (12:39 +0000)] 
Initial revision

33 years agoInitial revision
Guido van Rossum [Mon, 30 Mar 1992 11:39:53 +0000 (11:39 +0000)] 
Initial revision

33 years agoposix -> os
Guido van Rossum [Mon, 30 Mar 1992 11:31:39 +0000 (11:31 +0000)] 
posix -> os

33 years agosmall fixes
Guido van Rossum [Mon, 30 Mar 1992 11:15:49 +0000 (11:15 +0000)] 
small fixes

33 years agoposix -> os
Guido van Rossum [Mon, 30 Mar 1992 11:15:26 +0000 (11:15 +0000)] 
posix -> os

33 years agochange posix/path to os
Guido van Rossum [Mon, 30 Mar 1992 11:14:36 +0000 (11:14 +0000)] 
change posix/path to os

33 years agochange posix to os; and change error message
Guido van Rossum [Mon, 30 Mar 1992 11:14:20 +0000 (11:14 +0000)] 
change posix to os; and change error message

33 years agochange posix to os
Guido van Rossum [Mon, 30 Mar 1992 11:13:59 +0000 (11:13 +0000)] 
change posix to os

33 years agochange posix to os and path to os.path
Guido van Rossum [Mon, 30 Mar 1992 11:12:23 +0000 (11:12 +0000)] 
change posix to os and path to os.path

33 years agoAdapt it to modern times (0.9.6)
Guido van Rossum [Mon, 30 Mar 1992 11:01:26 +0000 (11:01 +0000)] 
Adapt it to modern times (0.9.6)

33 years agoInitial revision
Guido van Rossum [Mon, 30 Mar 1992 10:54:51 +0000 (10:54 +0000)] 
Initial revision

33 years agoAdded guesstabsize() for the mac
Guido van Rossum [Fri, 27 Mar 1992 17:31:35 +0000 (17:31 +0000)] 
Added guesstabsize() for the mac

33 years agolint fix
Guido van Rossum [Fri, 27 Mar 1992 17:31:02 +0000 (17:31 +0000)] 
lint fix

33 years agofix HUGE and MAXVAL (suggested by Tim Peters)
Guido van Rossum [Fri, 27 Mar 1992 17:30:32 +0000 (17:30 +0000)] 
fix HUGE and MAXVAL (suggested by Tim Peters)

33 years agolint
Guido van Rossum [Fri, 27 Mar 1992 17:29:44 +0000 (17:29 +0000)] 
lint

33 years agolint (added flushline() interface)
Guido van Rossum [Fri, 27 Mar 1992 17:29:31 +0000 (17:29 +0000)] 
lint (added flushline() interface)

33 years agolint (added prototypes for all static fns)
Guido van Rossum [Fri, 27 Mar 1992 17:29:15 +0000 (17:29 +0000)] 
lint (added prototypes for all static fns)

33 years agoanswer lint's complaints
Guido van Rossum [Fri, 27 Mar 1992 17:28:44 +0000 (17:28 +0000)] 
answer lint's complaints

33 years agofix what lint found
Guido van Rossum [Fri, 27 Mar 1992 17:28:26 +0000 (17:28 +0000)] 
fix what lint found

33 years agoLint stuff (involves casts, yuck!)
Guido van Rossum [Fri, 27 Mar 1992 17:27:05 +0000 (17:27 +0000)] 
Lint stuff (involves casts, yuck!)

33 years agoLint
Guido van Rossum [Fri, 27 Mar 1992 17:26:44 +0000 (17:26 +0000)] 
Lint
./

33 years agoLint
Guido van Rossum [Fri, 27 Mar 1992 17:26:38 +0000 (17:26 +0000)] 
Lint

33 years agoRemove redundant vars
Guido van Rossum [Fri, 27 Mar 1992 17:26:25 +0000 (17:26 +0000)] 
Remove redundant vars

33 years agoFix lint bug
Guido van Rossum [Fri, 27 Mar 1992 17:26:13 +0000 (17:26 +0000)] 
Fix lint bug

33 years agoLint...
Guido van Rossum [Fri, 27 Mar 1992 17:24:47 +0000 (17:24 +0000)] 
Lint...

33 years agoLint fluff
Guido van Rossum [Fri, 27 Mar 1992 17:24:37 +0000 (17:24 +0000)] 
Lint fluff

33 years agoMake it lint-free
Guido van Rossum [Fri, 27 Mar 1992 17:23:59 +0000 (17:23 +0000)] 
Make it lint-free

33 years agoSilence lint
Guido van Rossum [Fri, 27 Mar 1992 17:23:48 +0000 (17:23 +0000)] 
Silence lint

33 years agoQuiet lint
Guido van Rossum [Fri, 27 Mar 1992 17:23:38 +0000 (17:23 +0000)] 
Quiet lint

33 years agoShut up lint
Guido van Rossum [Fri, 27 Mar 1992 17:23:29 +0000 (17:23 +0000)] 
Shut up lint

33 years agoShut up lint.
Guido van Rossum [Fri, 27 Mar 1992 17:23:17 +0000 (17:23 +0000)] 
Shut up lint.

33 years agoCheck empty argument lists.
Guido van Rossum [Fri, 27 Mar 1992 17:22:31 +0000 (17:22 +0000)] 
Check empty argument lists.
Lint fixes (and include <unistd.h>)

33 years agoInitialized sigsave to shut lint up
Guido van Rossum [Fri, 27 Mar 1992 17:22:13 +0000 (17:22 +0000)] 
Initialized sigsave to shut lint up

33 years agoLint fixes.
Guido van Rossum [Fri, 27 Mar 1992 17:22:00 +0000 (17:22 +0000)] 
Lint fixes.

33 years agoAdd -v option (verbose) and get rid of finaloutput() function (unused)
Guido van Rossum [Fri, 27 Mar 1992 17:21:30 +0000 (17:21 +0000)] 
Add -v option (verbose) and get rid of finaloutput() function (unused)

33 years agoPrint messages about where from modules are imported when -v is given.
Guido van Rossum [Fri, 27 Mar 1992 17:21:04 +0000 (17:21 +0000)] 
Print messages about where from modules are imported when -v is given.

33 years agoAdded forms_(de)activate_all_forms functions; minor lay-out fixes.
Guido van Rossum [Fri, 27 Mar 1992 17:20:21 +0000 (17:20 +0000)] 
Added forms_(de)activate_all_forms functions; minor lay-out fixes.

33 years agoDon't import fl (it tries to initialize GL) but assume it's always v2.0.
Guido van Rossum [Fri, 27 Mar 1992 15:14:25 +0000 (15:14 +0000)] 
Don't import fl (it tries to initialize GL) but assume it's always v2.0.

33 years agoAdd function to expand tabs.
Guido van Rossum [Fri, 27 Mar 1992 15:13:31 +0000 (15:13 +0000)] 
Add function to expand tabs.

33 years agoAdd a function to return just the line number of a code object.
Guido van Rossum [Fri, 27 Mar 1992 15:13:08 +0000 (15:13 +0000)] 
Add a function to return just the line number of a code object.

33 years agoSearch through the module search path.
Guido van Rossum [Fri, 27 Mar 1992 15:12:43 +0000 (15:12 +0000)] 
Search through the module search path.
Add a warning to the top that this is the case.

33 years agoInitial revision
Guido van Rossum [Fri, 27 Mar 1992 15:10:29 +0000 (15:10 +0000)] 
Initial revision

33 years agouse settrace() intreface
Guido van Rossum [Fri, 27 Mar 1992 15:09:46 +0000 (15:09 +0000)] 
use settrace() intreface

33 years agoDocument sys.settrace().
Guido van Rossum [Fri, 27 Mar 1992 15:06:53 +0000 (15:06 +0000)] 
Document sys.settrace().

33 years agoGuess tab size on the Mac from tab resource.
Guido van Rossum [Wed, 25 Mar 1992 22:32:00 +0000 (22:32 +0000)] 
Guess tab size on the Mac from tab resource.