]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
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
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:-(
Guido van Rossum [Fri, 23 Jun 1995 22:41:34 +0000 (22:41 +0000)]
added support for -L flag (local operation)
Guido van Rossum [Fri, 23 Jun 1995 22:40:59 +0000 (22:40 +0000)]
add -L option
Guido van Rossum [Fri, 23 Jun 1995 22:37:53 +0000 (22:37 +0000)]
delete file after checkin
Guido van Rossum [Fri, 23 Jun 1995 22:33:57 +0000 (22:33 +0000)]
add bug comment
Guido van Rossum [Fri, 23 Jun 1995 22:11:18 +0000 (22:11 +0000)]
restructured index somewhat
Guido van Rossum [Fri, 23 Jun 1995 22:07:17 +0000 (22:07 +0000)]
rewritten using rcslib.py
Guido van Rossum [Fri, 23 Jun 1995 22:05:39 +0000 (22:05 +0000)]
use the new rcslib
Guido van Rossum [Fri, 23 Jun 1995 22:03:28 +0000 (22:03 +0000)]
initial checkin
Guido van Rossum [Fri, 23 Jun 1995 21:59:12 +0000 (21:59 +0000)]
define RCSProxyClient here instead of in RCSProxy.py
Guido van Rossum [Fri, 23 Jun 1995 21:58:18 +0000 (21:58 +0000)]
rewritten and documented
Guido van Rossum [Fri, 23 Jun 1995 14:40:06 +0000 (14:40 +0000)]
barry's contributions
Guido van Rossum [Thu, 22 Jun 1995 19:06:57 +0000 (19:06 +0000)]
added seekable option; save unix from lines; speed up islast()
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
Guido van Rossum [Thu, 22 Jun 1995 18:58:00 +0000 (18:58 +0000)]
make split and splitfields, join and joinfields synonyms
Guido van Rossum [Thu, 22 Jun 1995 18:56:36 +0000 (18:56 +0000)]
make reporting unbalanced tags an overridable method
Guido van Rossum [Thu, 22 Jun 1995 18:55:10 +0000 (18:55 +0000)]
use imp.new_module(), not new.module(); and /usr/local
Guido van Rossum [Thu, 22 Jun 1995 18:52:35 +0000 (18:52 +0000)]
functions don't have a __name__ attribute
Guido van Rossum [Thu, 22 Jun 1995 18:51:23 +0000 (18:51 +0000)]
test other name variable
Guido van Rossum [Thu, 22 Jun 1995 18:50:15 +0000 (18:50 +0000)]
doctor the exception
Guido van Rossum [Thu, 22 Jun 1995 18:48:48 +0000 (18:48 +0000)]
discard endrequest(); minor stuff; rfc822 no seek flag
Guido van Rossum [Thu, 22 Jun 1995 18:46:12 +0000 (18:46 +0000)]
support <HTML>, remove <HEADER>
Guido van Rossum [Thu, 22 Jun 1995 18:45:04 +0000 (18:45 +0000)]
set softspace to 0 in __init__
Guido van Rossum [Wed, 21 Jun 1995 02:19:55 +0000 (02:19 +0000)]
added notes about security
Guido van Rossum [Wed, 21 Jun 1995 02:10:32 +0000 (02:10 +0000)]
import string; add 129.6.64 to security
Guido van Rossum [Wed, 21 Jun 1995 02:09:20 +0000 (02:09 +0000)]
add security
Guido van Rossum [Wed, 21 Jun 1995 02:08:55 +0000 (02:08 +0000)]
bugfixes
Guido van Rossum [Wed, 21 Jun 1995 01:02:06 +0000 (01:02 +0000)]
update -R; diff -r<rev>; send mail on commit
Guido van Rossum [Wed, 21 Jun 1995 01:00:46 +0000 (01:00 +0000)]
add doc for extra field
Guido van Rossum [Wed, 21 Jun 1995 01:00:17 +0000 (01:00 +0000)]
security stuff added
Guido van Rossum [Wed, 21 Jun 1995 00:55:59 +0000 (00:55 +0000)]
placeholder for security measures
Guido van Rossum [Tue, 20 Jun 1995 19:31:37 +0000 (19:31 +0000)]
added ftp mirror script
Barry Warsaw [Tue, 20 Jun 1995 18:55:34 +0000 (18:55 +0000)]
Added tbd's on python-font-lock-keywords
Guido van Rossum [Tue, 20 Jun 1995 18:45:39 +0000 (18:45 +0000)]
removed all references to modsupport.h
Guido van Rossum [Tue, 20 Jun 1995 17:21:42 +0000 (17:21 +0000)]
add bind(0,''); better way of guessing our fully qualified hostname
Jack Jansen [Tue, 20 Jun 1995 12:42:39 +0000 (12:42 +0000)]
Two new methods
Jack Jansen [Tue, 20 Jun 1995 12:32:43 +0000 (12:32 +0000)]
Fixed sentence about modulator
Jack Jansen [Tue, 20 Jun 1995 12:32:15 +0000 (12:32 +0000)]
Updated
Jack Jansen [Tue, 20 Jun 1995 12:26:03 +0000 (12:26 +0000)]
Jim Fulton's change to support doc strings
Jack Jansen [Sun, 18 Jun 1995 20:20:27 +0000 (20:20 +0000)]
Added methods as_Menu and as_Control to convert a resource
to those object types
You can now set the data attribute of a resource with the expected
semantics (but you have to call ChangedResource yourself)
Jack Jansen [Sun, 18 Jun 1995 20:17:27 +0000 (20:17 +0000)]
Added as_Resource() method to convert menu object to res object
Jack Jansen [Sun, 18 Jun 1995 20:16:33 +0000 (20:16 +0000)]
Added as_Resource() method to convert ctl object to res object
Jack Jansen [Sun, 18 Jun 1995 20:08:28 +0000 (20:08 +0000)]
Added missing setselftype method to ManualGenerator
Jack Jansen [Sun, 18 Jun 1995 20:06:44 +0000 (20:06 +0000)]
Added PY_RESOURCE (mac only) to imp module
Jack Jansen [Sun, 18 Jun 1995 20:05:14 +0000 (20:05 +0000)]
Added FindFolder interface
Jack Jansen [Sun, 18 Jun 1995 20:03:40 +0000 (20:03 +0000)]
Added code to obtain sys.path from a resource
Removed code to update the preferences file, use EditPythonPrefs.py
in stead (actually, code is still there if you define USE_MAC_MODPREFS)
Jack Jansen [Sun, 18 Jun 1995 19:57:01 +0000 (19:57 +0000)]
Obtain path from a resource (unless USE_BUILTIN_PATH is #defined)