]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
34 years agoInitial revision
Guido van Rossum [Mon, 13 Apr 1992 18:22:53 +0000 (18:22 +0000)] 
Initial revision

34 years agoAdded declaration for mkvalue()
Guido van Rossum [Mon, 13 Apr 1992 15:54:59 +0000 (15:54 +0000)] 
Added declaration for mkvalue()

34 years agoUse mkvalue() instead of painfully constructing values
Guido van Rossum [Mon, 13 Apr 1992 15:54:35 +0000 (15:54 +0000)] 
Use mkvalue() instead of painfully constructing values

34 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

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

34 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()

34 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

34 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

34 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

34 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

34 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

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

34 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

34 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

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

34 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

34 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

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

34 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

34 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

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

34 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!

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

34 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

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

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

34 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)

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

34 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

34 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 __*__

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

34 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

34 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

34 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

34 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

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

34 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

34 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.

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

34 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

34 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

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

34 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?)

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

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

34 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

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

34 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
./

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

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

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

34 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().

34 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.

34 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.

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

34 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

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

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

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

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

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

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

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

34 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

34 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

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

34 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

34 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)

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

34 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

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

34 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)

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

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

34 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)

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

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

34 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!)

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

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

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

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

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

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

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

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

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

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

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

34 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>)

34 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

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

34 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)

34 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.

34 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.

34 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.

34 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.

34 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.

34 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.

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