Jack Jansen
|
614cf81606
|
Undef 'argument' before including mac headers
|
1995-07-28 11:28:14 +00:00 |
Sjoerd Mullender
|
8cb4b1f707
|
Module with one function to read Python modules and extract class and
method definitions. See __doc__ string for more information.
|
1995-07-28 09:30:01 +00:00 |
Guido van Rossum
|
ff8b494cf0
|
changes for keyword args to built-in functions and classes
|
1995-07-26 18:16:42 +00:00 |
Guido van Rossum
|
ce0a6ded4d
|
never close the file in imp.load_...
|
1995-07-26 18:13:27 +00:00 |
Guido van Rossum
|
a83f270a4b
|
changes for keyword args to built-in functions and classes
|
1995-07-26 18:07:32 +00:00 |
Guido van Rossum
|
bebdc376c3
|
changes for keyword args to built-in functions and classes
|
1995-07-26 17:58:29 +00:00 |
Guido van Rossum
|
454674d5db
|
add forgotten PyObject_SetAttrString
|
1995-07-26 17:53:29 +00:00 |
Guido van Rossum
|
07b14dd8bc
|
add locking where it exists
|
1995-07-26 17:33:44 +00:00 |
Guido van Rossum
|
ef38b78f94
|
use newgetargs
|
1995-07-26 17:33:10 +00:00 |
Guido van Rossum
|
f8afdcfef0
|
improved comments for curses, dbhash
|
1995-07-26 17:31:41 +00:00 |
Guido van Rossum
|
e42fc2fd37
|
use getnewargs where it makes sense
|
1995-07-26 17:29:45 +00:00 |
Guido van Rossum
|
53bb7fff11
|
be more suspicious of getlocals()
|
1995-07-26 16:26:31 +00:00 |
Guido van Rossum
|
bdd207af79
|
better policy regarding NULL locals
|
1995-07-26 16:14:30 +00:00 |
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 |