Guido van Rossum
|
f36768eed5
|
set version to 1.3
|
1995-10-08 00:52:37 +00:00 |
|
Guido van Rossum
|
59c473be99
|
delete PyNothing_Check, which does not actually exist
|
1995-09-30 16:10:43 +00:00 |
|
Guido van Rossum
|
9d78d8d2fb
|
spell TraceBack with capital B
|
1995-09-18 21:29:36 +00:00 |
|
Guido van Rossum
|
8ca687a68e
|
use Py_PROTO macro
|
1995-09-18 21:20:02 +00:00 |
|
Guido van Rossum
|
23d7b4bbfd
|
removed redundant C++ hack
|
1995-09-07 19:37:11 +00:00 |
|
Jack Jansen
|
54bc679d0a
|
patchlevel set to 1.3b3
|
1995-09-01 11:46:27 +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
|
884afd654a
|
keyword arguments and faster function calls
|
1995-07-18 14:21:06 +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 |
|
Guido van Rossum
|
3b46a50d63
|
new opcodes RAISE_VARARGS, CALL_FUNCTION
|
1995-07-07 22:32:10 +00:00 |
|
Guido van Rossum
|
5bb73ed5e4
|
new grammar symbols arglist and argument
|
1995-07-07 22:31:40 +00:00 |
|
Jack Jansen
|
f9480ce4d4
|
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(
|
1995-06-27 13:12:09 +00:00 |
|
Guido van Rossum
|
cf97469407
|
removed duplicate defs for None, False, True
|
1995-04-28 21:28:02 +00:00 |
|
Sjoerd Mullender
|
107c747009
|
DL_IMPORT needs an argument.
|
1995-04-25 11:53:24 +00:00 |
|
Jack Jansen
|
5dbc7231a0
|
DL_IMPORT macro was called in a funny way (and MW barfed on it)
|
1995-04-23 22:06:05 +00:00 |
|
Sjoerd Mullender
|
91e7a0bd2a
|
Also count UNREF's as freeing an object (only relevant when
COUNT_ALLOCS is defined).
|
1995-04-06 13:47:48 +00:00 |
|
Guido van Rossum
|
8f7871eec3
|
finalizing 1.2
|
1995-04-05 12:24:52 +00:00 |
|
Guido van Rossum
|
6f9e433ab3
|
fix dusty debugging macros
|
1995-03-29 16:57:48 +00:00 |
|
Guido van Rossum
|
599de5ab9f
|
addet SETTUPLEITEM and added cast to GETTUPLEITEM
|
1995-03-09 12:10:16 +00:00 |
|
Guido van Rossum
|
051ab123b4
|
make the type a parameter of the DL_IMPORT macro, for Borland C
|
1995-02-27 10:17:52 +00:00 |
|
Guido van Rossum
|
57836fe998
|
change in staticforward -- added statichere
|
1995-02-21 21:06:10 +00:00 |
|
Guido van Rossum
|
0acd4b6e82
|
changes for Mac CFM-68K
|
1995-02-18 14:50:12 +00:00 |
|
Guido van Rossum
|
fe299f9408
|
add Py_FatalError
|
1995-02-17 15:01:39 +00:00 |
|