]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
30 years agoA new home for scripts/applets
Jack Jansen [Sat, 29 Jul 1995 13:48:41 +0000 (13:48 +0000)] 
A new home for scripts/applets
EditPythonPrefs - Edit the preferences file (sys.path, python home)
PackLibDir - Convert a sys.path directory to a resource file
RunLibScript - import a module and run as __main__
mkapplet - Create a python applet

The resource files belonging to these should also be stored here, somehow..

30 years agofix bogus DECREF in finally clause
Guido van Rossum [Fri, 28 Jul 1995 23:06:00 +0000 (23:06 +0000)] 
fix bogus DECREF in finally clause

30 years ago\temporary 'fix' for brokenness
Guido van Rossum [Fri, 28 Jul 1995 16:44:53 +0000 (16:44 +0000)] 
\temporary 'fix' for brokenness

30 years agoMade more ppc-savvy
Jack Jansen [Fri, 28 Jul 1995 11:44:29 +0000 (11:44 +0000)] 
Made more ppc-savvy

30 years ago- Added getplatform()
Jack Jansen [Fri, 28 Jul 1995 11:29:54 +0000 (11:29 +0000)] 
- Added getplatform()
- (temporarily?) removed newmodule reference

30 years agoUndef 'argument' before including mac headers
Jack Jansen [Fri, 28 Jul 1995 11:28:14 +0000 (11:28 +0000)] 
Undef 'argument' before including mac headers

30 years agoModule with one function to read Python modules and extract class and
Sjoerd Mullender [Fri, 28 Jul 1995 09:30:01 +0000 (09:30 +0000)] 
Module with one function to read Python modules and extract class and
method definitions.  See __doc__ string for more information.

30 years agochanges for keyword args to built-in functions and classes
Guido van Rossum [Wed, 26 Jul 1995 18:16:42 +0000 (18:16 +0000)] 
changes for keyword args to built-in functions and classes

30 years agonever close the file in imp.load_...
Guido van Rossum [Wed, 26 Jul 1995 18:13:27 +0000 (18:13 +0000)] 
never close the file in imp.load_...

30 years agochanges for keyword args to built-in functions and classes
Guido van Rossum [Wed, 26 Jul 1995 18:07:32 +0000 (18:07 +0000)] 
changes for keyword args to built-in functions and classes

30 years agochanges for keyword args to built-in functions and classes
Guido van Rossum [Wed, 26 Jul 1995 17:58:29 +0000 (17:58 +0000)] 
changes for keyword args to built-in functions and classes

30 years agoadd forgotten PyObject_SetAttrString
Guido van Rossum [Wed, 26 Jul 1995 17:53:29 +0000 (17:53 +0000)] 
add forgotten PyObject_SetAttrString

30 years agoadd locking where it exists
Guido van Rossum [Wed, 26 Jul 1995 17:33:44 +0000 (17:33 +0000)] 
add locking where it exists

30 years agouse newgetargs
Guido van Rossum [Wed, 26 Jul 1995 17:33:10 +0000 (17:33 +0000)] 
use newgetargs

30 years agoimproved comments for curses, dbhash
Guido van Rossum [Wed, 26 Jul 1995 17:31:41 +0000 (17:31 +0000)] 
improved comments for curses, dbhash

30 years agouse getnewargs where it makes sense
Guido van Rossum [Wed, 26 Jul 1995 17:29:45 +0000 (17:29 +0000)] 
use getnewargs where it makes sense

30 years agobe more suspicious of getlocals()
Guido van Rossum [Wed, 26 Jul 1995 16:26:31 +0000 (16:26 +0000)] 
be more suspicious of getlocals()

30 years agobetter policy regarding NULL locals
Guido van Rossum [Wed, 26 Jul 1995 16:14:30 +0000 (16:14 +0000)] 
better policy regarding NULL locals

30 years agonew version
Guido van Rossum [Tue, 25 Jul 1995 15:10:56 +0000 (15:10 +0000)] 
new version

30 years agoInitial revision
Guido van Rossum [Thu, 20 Jul 1995 21:57:15 +0000 (21:57 +0000)] 
Initial revision

30 years agoGet magic number from interpreter (using module imp).
Sjoerd Mullender [Wed, 19 Jul 1995 11:21:47 +0000 (11:21 +0000)] 
Get magic number from interpreter (using module imp).

30 years agoAdded flush() method.
Sjoerd Mullender [Wed, 19 Jul 1995 11:21:21 +0000 (11:21 +0000)] 
Added flush() method.

30 years agochange obsolete isfile to isvalid; add lock and unlock commands
Guido van Rossum [Tue, 18 Jul 1995 18:40:41 +0000 (18:40 +0000)] 
change obsolete isfile to isvalid; add lock and unlock commands

30 years agoremove comment about obsolete variable
Guido van Rossum [Tue, 18 Jul 1995 18:35:17 +0000 (18:35 +0000)] 
remove comment about obsolete variable

30 years agoimplemented 'add' command and commit for added files
Guido van Rossum [Tue, 18 Jul 1995 18:34:34 +0000 (18:34 +0000)] 
implemented 'add' command and commit for added files

30 years agofixed arg checking for keys() and close()
Guido van Rossum [Tue, 18 Jul 1995 18:33:09 +0000 (18:33 +0000)] 
fixed arg checking for keys() and close()

30 years agoInitial revision
Guido van Rossum [Tue, 18 Jul 1995 18:23:44 +0000 (18:23 +0000)] 
Initial revision

30 years agoadded dbhash; Tk is now officially at 4.0
Guido van Rossum [Tue, 18 Jul 1995 18:18:11 +0000 (18:18 +0000)] 
added dbhash; Tk is now officially at 4.0

30 years agosuppress . and .. in listdir return value
Guido van Rossum [Tue, 18 Jul 1995 18:16:52 +0000 (18:16 +0000)] 
suppress . and .. in listdir return value

30 years agokeyword arguments and faster calls
Guido van Rossum [Tue, 18 Jul 1995 14:51:37 +0000 (14:51 +0000)] 
keyword arguments and faster calls

30 years agoNT specific change for nicer error message (Mark H)
Guido van Rossum [Tue, 18 Jul 1995 14:40:09 +0000 (14:40 +0000)] 
NT specific change for nicer error message (Mark H)

30 years agochanges for keyword arguments and fast function call; added abstract.c
Guido van Rossum [Tue, 18 Jul 1995 14:30:34 +0000 (14:30 +0000)] 
changes for keyword arguments and fast function call; added abstract.c

30 years agokeyword arguments and faster function calls
Guido van Rossum [Tue, 18 Jul 1995 14:21:06 +0000 (14:21 +0000)] 
keyword arguments and faster function calls

30 years agoGeneric Abstract Object Interface
Guido van Rossum [Tue, 18 Jul 1995 14:12:02 +0000 (14:12 +0000)] 
Generic Abstract Object Interface

30 years agoinclude abstract.h
Guido van Rossum [Tue, 18 Jul 1995 14:07:52 +0000 (14:07 +0000)] 
include abstract.h

30 years agoGeneric Abstract Object Interface
Guido van Rossum [Tue, 18 Jul 1995 14:07:00 +0000 (14:07 +0000)] 
Generic Abstract Object Interface

30 years agoVarious toolbox routines have gotten new names.
Jack Jansen [Mon, 17 Jul 1995 13:25:15 +0000 (13:25 +0000)] 
Various toolbox routines have gotten new names.

30 years agoThe three most important suites, generated by gensuitemodule
Jack Jansen [Mon, 17 Jul 1995 11:43:59 +0000 (11:43 +0000)] 
The three most important suites, generated by gensuitemodule

30 years agoGensuitemodule generates python classes from aete/aeut resources
Jack Jansen [Mon, 17 Jul 1995 11:43:20 +0000 (11:43 +0000)] 
Gensuitemodule generates python classes from aete/aeut resources
test_suite is a tiny test program for such a generated class

30 years agoSplit aepack and aetypes off from aetools (it was getting too big)
Jack Jansen [Mon, 17 Jul 1995 11:42:23 +0000 (11:42 +0000)] 
Split aepack and aetypes off from aetools (it was getting too big)
Added support for all basic types mentioned in Apple Event Registry
Added support for automatically-generated suites.

30 years agoGenerated anew after fixing aescan.py
Jack Jansen [Mon, 17 Jul 1995 11:40:10 +0000 (11:40 +0000)] 
Generated anew after fixing aescan.py

30 years agoAlso scan AERegistry.h and AEObjects.h and create .py definition
Jack Jansen [Mon, 17 Jul 1995 11:39:04 +0000 (11:39 +0000)] 
Also scan AERegistry.h and AEObjects.h and create .py definition
files.

Some methods had turned to functions again. Fixed.

30 years agoAdded GetErrorString method (convert OSErr number to string)
Jack Jansen [Mon, 17 Jul 1995 11:36:01 +0000 (11:36 +0000)] 
Added GetErrorString method (convert OSErr number to string)

30 years agoTk 4.0 and Tcl 7.4 are now standard
Guido van Rossum [Fri, 14 Jul 1995 15:29:10 +0000 (15:29 +0000)] 
Tk 4.0 and Tcl 7.4 are now standard

30 years agoTommy's mail explaining status
Guido van Rossum [Fri, 14 Jul 1995 15:28:00 +0000 (15:28 +0000)] 
Tommy's mail explaining status

30 years agoOfficial version 1.26 directly from Ken
Guido van Rossum [Wed, 12 Jul 1995 15:34:34 +0000 (15:34 +0000)] 
Official version 1.26 directly from Ken

30 years agoargs to call_object must be tuple or NULL
Guido van Rossum [Wed, 12 Jul 1995 02:22:06 +0000 (02:22 +0000)] 
args to call_object must be tuple or NULL

30 years agosomething close to Ken's latest version ...
Guido van Rossum [Wed, 12 Jul 1995 02:17:51 +0000 (02:17 +0000)] 
something close to Ken's latest version ...

30 years agofix read(0), readline(0); make tuple for call_object args
Guido van Rossum [Mon, 10 Jul 1995 23:32:26 +0000 (23:32 +0000)] 
fix read(0), readline(0); make tuple for call_object args

30 years agorename arglist to alist (conflict with new grammar symbol)
Guido van Rossum [Mon, 10 Jul 1995 13:52:21 +0000 (13:52 +0000)] 
rename arglist to alist (conflict with new grammar symbol)

30 years agoIgnore a few more names when comparing directories.
Sjoerd Mullender [Mon, 10 Jul 1995 11:58:31 +0000 (11:58 +0000)] 
Ignore a few more names when comparing directories.

30 years agoreplace vars() with locals() and globals(); 3rd raise arg; typos
Guido van Rossum [Fri, 7 Jul 1995 23:06:33 +0000 (23:06 +0000)] 
replace vars() with locals() and globals(); 3rd raise arg; typos

30 years agotypos
Guido van Rossum [Fri, 7 Jul 1995 23:05:13 +0000 (23:05 +0000)] 
typos

30 years agoadd missing definitin of longstringitem
Guido van Rossum [Fri, 7 Jul 1995 23:04:17 +0000 (23:04 +0000)] 
add missing definitin of longstringitem

30 years agocorrect description of list.insert()
Guido van Rossum [Fri, 7 Jul 1995 23:03:07 +0000 (23:03 +0000)] 
correct description of list.insert()

30 years agofix bug in example (should close file at all times)
Guido van Rossum [Fri, 7 Jul 1995 23:01:27 +0000 (23:01 +0000)] 
fix bug in example (should close file at all times)

30 years agocorrect typo; document sys.platform
Guido van Rossum [Fri, 7 Jul 1995 23:00:35 +0000 (23:00 +0000)] 
correct typo; document sys.platform

30 years agodocumented globals() and locals()
Guido van Rossum [Fri, 7 Jul 1995 22:58:28 +0000 (22:58 +0000)] 
documented globals() and locals()

30 years agoadded pointer to libimp.tex for __import__ example
Guido van Rossum [Fri, 7 Jul 1995 22:57:02 +0000 (22:57 +0000)] 
added pointer to libimp.tex for __import__ example

30 years agodocumented default flag, mode; changed gdbm into a pointer to dbm
Guido van Rossum [Fri, 7 Jul 1995 22:55:57 +0000 (22:55 +0000)] 
documented default flag, mode; changed gdbm into a pointer to dbm

30 years ago3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is...
Guido van Rossum [Fri, 7 Jul 1995 22:53:21 +0000 (22:53 +0000)] 
3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value))

30 years agonew MAGIC; some changes to default files for imp.load_... functions
Guido van Rossum [Fri, 7 Jul 1995 22:50:36 +0000 (22:50 +0000)] 
new MAGIC; some changes to default files for imp.load_... functions

30 years agoignore control-l (parallelling change to tokenizer.c)
Guido van Rossum [Fri, 7 Jul 1995 22:45:41 +0000 (22:45 +0000)] 
ignore control-l (parallelling change to tokenizer.c)

30 years agoadded sys.platform
Guido van Rossum [Fri, 7 Jul 1995 22:45:02 +0000 (22:45 +0000)] 
added sys.platform

30 years agonew grammar
Guido van Rossum [Fri, 7 Jul 1995 22:44:10 +0000 (22:44 +0000)] 
new grammar

30 years agoadded locals() and globals(); [raw_]input() uses readline()
Guido van Rossum [Fri, 7 Jul 1995 22:43:42 +0000 (22:43 +0000)] 
added locals() and globals(); [raw_]input() uses readline()

30 years agoerr() should be varargs -- and fix one call
Guido van Rossum [Fri, 7 Jul 1995 22:39:14 +0000 (22:39 +0000)] 
err() should be varargs -- and fix one call

30 years agoadded getpalatform()
Guido van Rossum [Fri, 7 Jul 1995 22:38:14 +0000 (22:38 +0000)] 
added getpalatform()

30 years agonormalized flag arg and made flag, mode default args; minor cosmetics
Guido van Rossum [Fri, 7 Jul 1995 22:37:11 +0000 (22:37 +0000)] 
normalized flag arg and made flag, mode default args; minor cosmetics

30 years agopass $PLATFORM into config.c
Guido van Rossum [Fri, 7 Jul 1995 22:35:21 +0000 (22:35 +0000)] 
pass $PLATFORM into config.c

30 years agonew opcodes RAISE_VARARGS, CALL_FUNCTION
Guido van Rossum [Fri, 7 Jul 1995 22:32:10 +0000 (22:32 +0000)] 
new opcodes RAISE_VARARGS, CALL_FUNCTION

30 years agonew grammar symbols arglist and argument
Guido van Rossum [Fri, 7 Jul 1995 22:31:40 +0000 (22:31 +0000)] 
new grammar symbols arglist and argument

30 years agoignore control-l in whitespace
Guido van Rossum [Fri, 7 Jul 1995 22:27:27 +0000 (22:27 +0000)] 
ignore control-l in whitespace

30 years agonew grammar for 3rd raise arg and keyword parameters
Guido van Rossum [Fri, 7 Jul 1995 22:26:23 +0000 (22:26 +0000)] 
new grammar for 3rd raise arg and keyword parameters

30 years ago#changed all email address to go through python.org
Barry Warsaw [Wed, 5 Jul 1995 23:26:15 +0000 (23:26 +0000)] 
#changed all email address to go through python.org

30 years ago(py-append-to-process-buffer): XEmacs doesn't have last-input-start or
Barry Warsaw [Wed, 5 Jul 1995 23:01:43 +0000 (23:01 +0000)] 
(py-append-to-process-buffer): XEmacs doesn't have last-input-start or
last-input-end either!

30 years ago(python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el
Barry Warsaw [Wed, 5 Jul 1995 22:50:55 +0000 (22:50 +0000)] 
(python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el
value

30 years ago(py-process-filter): if command takes a long time, input typed before
Barry Warsaw [Wed, 5 Jul 1995 22:27:23 +0000 (22:27 +0000)] 
(py-process-filter): if command takes a long time, input typed before
the next prompt could end up in the middle of the line, instead of
after it.  Fix given by klm@nist.gov.

30 years ago(py-shell): cope with make-comint instead of make-shell
Barry Warsaw [Wed, 5 Jul 1995 22:06:50 +0000 (22:06 +0000)] 
(py-shell): cope with make-comint instead of make-shell

30 years agoInitial port to CodeWarrior CFM68K support (mainly by disabling
Jack Jansen [Tue, 27 Jun 1995 13:18:14 +0000 (13:18 +0000)] 
Initial port to CodeWarrior CFM68K support (mainly by disabling
unsupported features).

30 years agoPorting to CW CFM68K
Jack Jansen [Tue, 27 Jun 1995 13:15:15 +0000 (13:15 +0000)] 
Porting to CW CFM68K

30 years agoChanged ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
Jack Jansen [Tue, 27 Jun 1995 13:12:09 +0000 (13:12 +0000)] 
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(

30 years agoadded support for -L flag (local operation)
Guido van Rossum [Fri, 23 Jun 1995 22:41:34 +0000 (22:41 +0000)] 
added support for -L flag (local operation)

30 years agoadd -L option
Guido van Rossum [Fri, 23 Jun 1995 22:40:59 +0000 (22:40 +0000)] 
add -L option

30 years agodelete file after checkin
Guido van Rossum [Fri, 23 Jun 1995 22:37:53 +0000 (22:37 +0000)] 
delete file after checkin

30 years agoadd bug comment
Guido van Rossum [Fri, 23 Jun 1995 22:33:57 +0000 (22:33 +0000)] 
add bug comment

30 years agorestructured index somewhat
Guido van Rossum [Fri, 23 Jun 1995 22:11:18 +0000 (22:11 +0000)] 
restructured index somewhat

30 years agorewritten using rcslib.py
Guido van Rossum [Fri, 23 Jun 1995 22:07:17 +0000 (22:07 +0000)] 
rewritten using rcslib.py

30 years agouse the new rcslib
Guido van Rossum [Fri, 23 Jun 1995 22:05:39 +0000 (22:05 +0000)] 
use the new rcslib

30 years agoinitial checkin
Guido van Rossum [Fri, 23 Jun 1995 22:03:28 +0000 (22:03 +0000)] 
initial checkin

30 years agodefine RCSProxyClient here instead of in RCSProxy.py
Guido van Rossum [Fri, 23 Jun 1995 21:59:12 +0000 (21:59 +0000)] 
define RCSProxyClient here instead of in RCSProxy.py

30 years agorewritten and documented
Guido van Rossum [Fri, 23 Jun 1995 21:58:18 +0000 (21:58 +0000)] 
rewritten and documented

30 years agobarry's contributions
Guido van Rossum [Fri, 23 Jun 1995 14:40:06 +0000 (14:40 +0000)] 
barry's contributions

30 years agoadded seekable option; save unix from lines; speed up islast()
Guido van Rossum [Thu, 22 Jun 1995 19:06:57 +0000 (19:06 +0000)] 
added seekable option; save unix from lines; speed up islast()

30 years agoadd User-agent hdr; read and close the file upon http error
Guido van Rossum [Thu, 22 Jun 1995 19:00:13 +0000 (19:00 +0000)] 
add User-agent hdr; read and close the file upon http error

30 years agomake split and splitfields, join and joinfields synonyms
Guido van Rossum [Thu, 22 Jun 1995 18:58:00 +0000 (18:58 +0000)] 
make split and splitfields, join and joinfields synonyms

30 years agomake reporting unbalanced tags an overridable method
Guido van Rossum [Thu, 22 Jun 1995 18:56:36 +0000 (18:56 +0000)] 
make reporting unbalanced tags an overridable method

30 years agouse imp.new_module(), not new.module(); and /usr/local
Guido van Rossum [Thu, 22 Jun 1995 18:55:10 +0000 (18:55 +0000)] 
use imp.new_module(), not new.module(); and /usr/local

30 years agofunctions don't have a __name__ attribute
Guido van Rossum [Thu, 22 Jun 1995 18:52:35 +0000 (18:52 +0000)] 
functions don't have a __name__ attribute

30 years agotest other name variable
Guido van Rossum [Thu, 22 Jun 1995 18:51:23 +0000 (18:51 +0000)] 
test other name variable