Guido van Rossum
|
3fc9d73e08
|
new version
|
1995-07-25 15:10:56 +00:00 |
Guido van Rossum
|
ffa257d10e
|
Initial revision
|
1995-07-20 21:57:15 +00:00 |
Sjoerd Mullender
|
2e5168c9fc
|
Get magic number from interpreter (using module imp).
|
1995-07-19 11:21:47 +00:00 |
Sjoerd Mullender
|
aa3e163fa1
|
Added flush() method.
|
1995-07-19 11:21:21 +00:00 |
Guido van Rossum
|
ff99a72f53
|
change obsolete isfile to isvalid; add lock and unlock commands
|
1995-07-18 18:40:41 +00:00 |
Guido van Rossum
|
ec9ea611d2
|
remove comment about obsolete variable
|
1995-07-18 18:35:17 +00:00 |
Guido van Rossum
|
a79f5a3256
|
implemented 'add' command and commit for added files
|
1995-07-18 18:34:34 +00:00 |
Guido van Rossum
|
cf1025ba0d
|
fixed arg checking for keys() and close()
|
1995-07-18 18:33:09 +00:00 |
Guido van Rossum
|
79ae53e8f0
|
Initial revision
|
1995-07-18 18:23:44 +00:00 |
Guido van Rossum
|
ae75f4955e
|
added dbhash; Tk is now officially at 4.0
|
1995-07-18 18:18:11 +00:00 |
Guido van Rossum
|
24f42ac74c
|
suppress . and .. in listdir return value
|
1995-07-18 18:16:52 +00:00 |
Guido van Rossum
|
681d79aaf3
|
keyword arguments and faster calls
|
1995-07-18 14:51:37 +00:00 |
Guido van Rossum
|
11a3f0c2bc
|
NT specific change for nicer error message (Mark H)
|
1995-07-18 14:40:09 +00:00 |
Guido van Rossum
|
2271bf7187
|
changes for keyword arguments and fast function call; added abstract.c
|
1995-07-18 14:30:34 +00:00 |
Guido van Rossum
|
884afd654a
|
keyword arguments and faster function calls
|
1995-07-18 14:21:06 +00:00 |
Guido van Rossum
|
e15dee5e3c
|
Generic Abstract Object Interface
|
1995-07-18 14:12:02 +00:00 |
Guido van Rossum
|
3c7807937e
|
include abstract.h
|
1995-07-18 14:07:52 +00:00 |
Guido van Rossum
|
a827537afa
|
Generic Abstract Object Interface
|
1995-07-18 14:07:00 +00:00 |
Jack Jansen
|
e4b4038cb2
|
Various toolbox routines have gotten new names.
|
1995-07-17 13:25:15 +00:00 |
Jack Jansen
|
bc608646a8
|
The three most important suites, generated by gensuitemodule
|
1995-07-17 11:43:59 +00:00 |
Jack Jansen
|
5ccd826aab
|
Gensuitemodule generates python classes from aete/aeut resources
test_suite is a tiny test program for such a generated class
|
1995-07-17 11:43:20 +00:00 |
Jack Jansen
|
40775bafab
|
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.
|
1995-07-17 11:42:23 +00:00 |
Jack Jansen
|
5ae5fdf901
|
Generated anew after fixing aescan.py
|
1995-07-17 11:40:10 +00:00 |
Jack Jansen
|
7433568172
|
Also scan AERegistry.h and AEObjects.h and create .py definition
files.
Some methods had turned to functions again. Fixed.
|
1995-07-17 11:39:04 +00:00 |
Jack Jansen
|
829f88c169
|
Added GetErrorString method (convert OSErr number to string)
|
1995-07-17 11:36:01 +00:00 |
Guido van Rossum
|
761c5aba8e
|
Tk 4.0 and Tcl 7.4 are now standard
|
1995-07-14 15:29:10 +00:00 |
Guido van Rossum
|
677dfc37b5
|
Tommy's mail explaining status
|
1995-07-14 15:28:00 +00:00 |
Guido van Rossum
|
7f64e2497c
|
Official version 1.26 directly from Ken
|
1995-07-12 15:34:34 +00:00 |
Guido van Rossum
|
1311e3ce73
|
args to call_object must be tuple or NULL
|
1995-07-12 02:22:06 +00:00 |
Guido van Rossum
|
b89ab8c6d2
|
something close to Ken's latest version ...
|
1995-07-12 02:17:51 +00:00 |
Guido van Rossum
|
d3f9a1ad83
|
fix read(0), readline(0); make tuple for call_object args
|
1995-07-10 23:32:26 +00:00 |
Guido van Rossum
|
32120311ed
|
rename arglist to alist (conflict with new grammar symbol)
|
1995-07-10 13:52:21 +00:00 |
Sjoerd Mullender
|
9f02331d80
|
Ignore a few more names when comparing directories.
|
1995-07-10 11:58:31 +00:00 |
Guido van Rossum
|
611be707c2
|
replace vars() with locals() and globals(); 3rd raise arg; typos
|
1995-07-07 23:06:33 +00:00 |
Guido van Rossum
|
8fd02194c5
|
typos
|
1995-07-07 23:05:13 +00:00 |
Guido van Rossum
|
ab330d47d6
|
add missing definitin of longstringitem
|
1995-07-07 23:04:17 +00:00 |
Guido van Rossum
|
95a5b9c949
|
correct description of list.insert()
|
1995-07-07 23:03:07 +00:00 |
Guido van Rossum
|
d6ac380d39
|
fix bug in example (should close file at all times)
|
1995-07-07 23:01:27 +00:00 |
Guido van Rossum
|
6b686e94a1
|
correct typo; document sys.platform
|
1995-07-07 23:00:35 +00:00 |
Guido van Rossum
|
fb502e964f
|
documented globals() and locals()
|
1995-07-07 22:58:28 +00:00 |
Guido van Rossum
|
abfa2cae9f
|
added pointer to libimp.tex for __import__ example
|
1995-07-07 22:57:02 +00:00 |
Guido van Rossum
|
0bf8475108
|
documented default flag, mode; changed gdbm into a pointer to dbm
|
1995-07-07 22:55:57 +00:00 |
Guido van Rossum
|
f10570b9eb
|
3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value))
|
1995-07-07 22:53:21 +00:00 |
Guido van Rossum
|
7faeab3103
|
new MAGIC; some changes to default files for imp.load_... functions
|
1995-07-07 22:50:36 +00:00 |
Guido van Rossum
|
e78c5d0a16
|
ignore control-l (parallelling change to tokenizer.c)
|
1995-07-07 22:45:41 +00:00 |
Guido van Rossum
|
aaf18390ee
|
added sys.platform
|
1995-07-07 22:45:02 +00:00 |
Guido van Rossum
|
e40bddc3ef
|
new grammar
|
1995-07-07 22:44:10 +00:00 |
Guido van Rossum
|
872537cc86
|
added locals() and globals(); [raw_]input() uses readline()
|
1995-07-07 22:43:42 +00:00 |
Guido van Rossum
|
064a62bc8a
|
err() should be varargs -- and fix one call
|
1995-07-07 22:39:14 +00:00 |
Guido van Rossum
|
ef4ee62a0f
|
added getpalatform()
|
1995-07-07 22:38:14 +00:00 |