]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Guido van Rossum [Fri, 4 Aug 1995 04:10:43 +0000 (04:10 +0000)]
moved stuff around to resemble main.c
Guido van Rossum [Fri, 4 Aug 1995 04:08:57 +0000 (04:08 +0000)]
add imp.get_frozen_object()
Guido van Rossum [Fri, 4 Aug 1995 04:07:45 +0000 (04:07 +0000)]
avoid resize of 0-length tuple
Guido van Rossum [Fri, 4 Aug 1995 04:05:31 +0000 (04:05 +0000)]
class objects are read-only in restricted mode
Guido van Rossum [Fri, 4 Aug 1995 04:05:10 +0000 (04:05 +0000)]
better err checks in resizetuple
Guido van Rossum [Fri, 4 Aug 1995 04:00:20 +0000 (04:00 +0000)]
Initial revision
Guido van Rossum [Fri, 4 Aug 1995 03:59:03 +0000 (03:59 +0000)]
new package support, import hooks, restricted execution support
Guido van Rossum [Fri, 4 Aug 1995 03:51:48 +0000 (03:51 +0000)]
added some missing constants
Guido van Rossum [Fri, 4 Aug 1995 03:50:29 +0000 (03:50 +0000)]
keyword arguments; redid Photo image class; other goodies
Guido van Rossum [Fri, 4 Aug 1995 03:49:39 +0000 (03:49 +0000)]
keyword parameter changes
Jack Jansen [Sat, 29 Jul 1995 15:34:25 +0000 (15:34 +0000)]
- Use new names
- Use AEInteractWithUser
Jack Jansen [Sat, 29 Jul 1995 15:33:43 +0000 (15:33 +0000)]
Initial revision
Jack Jansen [Sat, 29 Jul 1995 15:32:30 +0000 (15:32 +0000)]
New test program for server AE handling
Jack Jansen [Sat, 29 Jul 1995 15:31:10 +0000 (15:31 +0000)]
minor fix
Jack Jansen [Sat, 29 Jul 1995 13:58:41 +0000 (13:58 +0000)]
Fixed incorrect call to InstallHandler and a few other things
Jack Jansen [Sat, 29 Jul 1995 13:55:06 +0000 (13:55 +0000)]
mac CW-only fix for messy windows upon exit
Jack Jansen [Sat, 29 Jul 1995 13:53:59 +0000 (13:53 +0000)]
Allow mac user to set "command line flags" by option-starting python.
Jack Jansen [Sat, 29 Jul 1995 13:52:37 +0000 (13:52 +0000)]
Added code so you canset "command line options" if you
option-click/drag python. Needs a new dialog resource.
Jack Jansen [Sat, 29 Jul 1995 13:50:59 +0000 (13:50 +0000)]
Un-installing of AE handlers fixed (AE is very picky that you specify
the same UPP)
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..
Guido van Rossum [Fri, 28 Jul 1995 23:06:00 +0000 (23:06 +0000)]
fix bogus DECREF in finally clause
Guido van Rossum [Fri, 28 Jul 1995 16:44:53 +0000 (16:44 +0000)]
\temporary 'fix' for brokenness
Jack Jansen [Fri, 28 Jul 1995 11:44:29 +0000 (11:44 +0000)]
Made more ppc-savvy
Jack Jansen [Fri, 28 Jul 1995 11:29:54 +0000 (11:29 +0000)]
- Added getplatform()
- (temporarily?) removed newmodule reference
Jack Jansen [Fri, 28 Jul 1995 11:28:14 +0000 (11:28 +0000)]
Undef 'argument' before including mac headers
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.
Guido van Rossum [Wed, 26 Jul 1995 18:16:42 +0000 (18:16 +0000)]
changes for keyword args to built-in functions and classes
Guido van Rossum [Wed, 26 Jul 1995 18:13:27 +0000 (18:13 +0000)]
never close the file in imp.load_...
Guido van Rossum [Wed, 26 Jul 1995 18:07:32 +0000 (18:07 +0000)]
changes 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
Guido van Rossum [Wed, 26 Jul 1995 17:53:29 +0000 (17:53 +0000)]
add forgotten PyObject_SetAttrString
Guido van Rossum [Wed, 26 Jul 1995 17:33:44 +0000 (17:33 +0000)]
add locking where it exists
Guido van Rossum [Wed, 26 Jul 1995 17:33:10 +0000 (17:33 +0000)]
use newgetargs
Guido van Rossum [Wed, 26 Jul 1995 17:31:41 +0000 (17:31 +0000)]
improved comments for curses, dbhash
Guido van Rossum [Wed, 26 Jul 1995 17:29:45 +0000 (17:29 +0000)]
use getnewargs where it makes sense
Guido van Rossum [Wed, 26 Jul 1995 16:26:31 +0000 (16:26 +0000)]
be more suspicious of getlocals()
Guido van Rossum [Wed, 26 Jul 1995 16:14:30 +0000 (16:14 +0000)]
better policy regarding NULL locals
Guido van Rossum [Tue, 25 Jul 1995 15:10:56 +0000 (15:10 +0000)]
new version
Guido van Rossum [Thu, 20 Jul 1995 21:57:15 +0000 (21:57 +0000)]
Initial revision
Sjoerd Mullender [Wed, 19 Jul 1995 11:21:47 +0000 (11:21 +0000)]
Get magic number from interpreter (using module imp).
Sjoerd Mullender [Wed, 19 Jul 1995 11:21:21 +0000 (11:21 +0000)]
Added flush() method.
Guido van Rossum [Tue, 18 Jul 1995 18:40:41 +0000 (18:40 +0000)]
change obsolete isfile to isvalid; add lock and unlock commands
Guido van Rossum [Tue, 18 Jul 1995 18:35:17 +0000 (18:35 +0000)]
remove comment about obsolete variable
Guido van Rossum [Tue, 18 Jul 1995 18:34:34 +0000 (18:34 +0000)]
implemented 'add' command and commit for added files
Guido van Rossum [Tue, 18 Jul 1995 18:33:09 +0000 (18:33 +0000)]
fixed arg checking for keys() and close()
Guido van Rossum [Tue, 18 Jul 1995 18:23:44 +0000 (18:23 +0000)]
Initial revision
Guido van Rossum [Tue, 18 Jul 1995 18:18:11 +0000 (18:18 +0000)]
added dbhash; Tk is now officially at 4.0
Guido van Rossum [Tue, 18 Jul 1995 18:16:52 +0000 (18:16 +0000)]
suppress . and .. in listdir return value
Guido van Rossum [Tue, 18 Jul 1995 14:51:37 +0000 (14:51 +0000)]
keyword arguments and faster calls
Guido van Rossum [Tue, 18 Jul 1995 14:40:09 +0000 (14:40 +0000)]
NT specific change for nicer error message (Mark H)
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
Guido van Rossum [Tue, 18 Jul 1995 14:21:06 +0000 (14:21 +0000)]
keyword arguments and faster function calls
Guido van Rossum [Tue, 18 Jul 1995 14:12:02 +0000 (14:12 +0000)]
Generic Abstract Object Interface
Guido van Rossum [Tue, 18 Jul 1995 14:07:52 +0000 (14:07 +0000)]
include abstract.h
Guido van Rossum [Tue, 18 Jul 1995 14:07:00 +0000 (14:07 +0000)]
Generic Abstract Object Interface
Jack Jansen [Mon, 17 Jul 1995 13:25:15 +0000 (13:25 +0000)]
Various toolbox routines have gotten new names.
Jack Jansen [Mon, 17 Jul 1995 11:43:59 +0000 (11:43 +0000)]
The three most important suites, generated by gensuitemodule
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
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.
Jack Jansen [Mon, 17 Jul 1995 11:40:10 +0000 (11:40 +0000)]
Generated anew after fixing aescan.py
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.
Jack Jansen [Mon, 17 Jul 1995 11:36:01 +0000 (11:36 +0000)]
Added GetErrorString method (convert OSErr number to string)
Guido van Rossum [Fri, 14 Jul 1995 15:29:10 +0000 (15:29 +0000)]
Tk 4.0 and Tcl 7.4 are now standard
Guido van Rossum [Fri, 14 Jul 1995 15:28:00 +0000 (15:28 +0000)]
Tommy's mail explaining status
Guido van Rossum [Wed, 12 Jul 1995 15:34:34 +0000 (15:34 +0000)]
Official version 1.26 directly from Ken
Guido van Rossum [Wed, 12 Jul 1995 02:22:06 +0000 (02:22 +0000)]
args to call_object must be tuple or NULL
Guido van Rossum [Wed, 12 Jul 1995 02:17:51 +0000 (02:17 +0000)]
something close to Ken's latest version ...
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
Guido van Rossum [Mon, 10 Jul 1995 13:52:21 +0000 (13:52 +0000)]
rename arglist to alist (conflict with new grammar symbol)
Sjoerd Mullender [Mon, 10 Jul 1995 11:58:31 +0000 (11:58 +0000)]
Ignore a few more names when comparing directories.
Guido van Rossum [Fri, 7 Jul 1995 23:06:33 +0000 (23:06 +0000)]
replace vars() with locals() and globals(); 3rd raise arg; typos
Guido van Rossum [Fri, 7 Jul 1995 23:05:13 +0000 (23:05 +0000)]
typos
Guido van Rossum [Fri, 7 Jul 1995 23:04:17 +0000 (23:04 +0000)]
add missing definitin of longstringitem
Guido van Rossum [Fri, 7 Jul 1995 23:03:07 +0000 (23:03 +0000)]
correct description of list.insert()
Guido van Rossum [Fri, 7 Jul 1995 23:01:27 +0000 (23:01 +0000)]
fix bug in example (should close file at all times)
Guido van Rossum [Fri, 7 Jul 1995 23:00:35 +0000 (23:00 +0000)]
correct typo; document sys.platform
Guido van Rossum [Fri, 7 Jul 1995 22:58:28 +0000 (22:58 +0000)]
documented globals() and locals()
Guido van Rossum [Fri, 7 Jul 1995 22:57:02 +0000 (22:57 +0000)]
added pointer to libimp.tex for __import__ example
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
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))
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
Guido van Rossum [Fri, 7 Jul 1995 22:45:41 +0000 (22:45 +0000)]
ignore control-l (parallelling change to tokenizer.c)
Guido van Rossum [Fri, 7 Jul 1995 22:45:02 +0000 (22:45 +0000)]
added sys.platform
Guido van Rossum [Fri, 7 Jul 1995 22:44:10 +0000 (22:44 +0000)]
new grammar
Guido van Rossum [Fri, 7 Jul 1995 22:43:42 +0000 (22:43 +0000)]
added locals() and globals(); [raw_]input() uses readline()
Guido van Rossum [Fri, 7 Jul 1995 22:39:14 +0000 (22:39 +0000)]
err() should be varargs -- and fix one call
Guido van Rossum [Fri, 7 Jul 1995 22:38:14 +0000 (22:38 +0000)]
added getpalatform()
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
Guido van Rossum [Fri, 7 Jul 1995 22:35:21 +0000 (22:35 +0000)]
pass $PLATFORM into config.c
Guido van Rossum [Fri, 7 Jul 1995 22:32:10 +0000 (22:32 +0000)]
new opcodes RAISE_VARARGS, CALL_FUNCTION
Guido van Rossum [Fri, 7 Jul 1995 22:31:40 +0000 (22:31 +0000)]
new grammar symbols arglist and argument
Guido van Rossum [Fri, 7 Jul 1995 22:27:27 +0000 (22:27 +0000)]
ignore control-l in whitespace
Guido van Rossum [Fri, 7 Jul 1995 22:26:23 +0000 (22:26 +0000)]
new grammar for 3rd raise arg and keyword parameters
Barry Warsaw [Wed, 5 Jul 1995 23:26:15 +0000 (23:26 +0000)]
#changed all email address to go through python.org
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!
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
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.
Barry Warsaw [Wed, 5 Jul 1995 22:06:50 +0000 (22:06 +0000)]
(py-shell): cope with make-comint instead of make-shell
Jack Jansen [Tue, 27 Jun 1995 13:18:14 +0000 (13:18 +0000)]
Initial port to CodeWarrior CFM68K support (mainly by disabling
unsupported features).
Jack Jansen [Tue, 27 Jun 1995 13:15:15 +0000 (13:15 +0000)]
Porting to CW CFM68K