- 23 May, 1996 1 commit
-
-
Guido van Rossum authored
-
- 22 May, 1996 13 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Add Py_mport_Init and PyBuiltin_Init.
-
Guido van Rossum authored
Include pydebug.h instead of declaring Py_FatalError.
-
Guido van Rossum authored
-
Guido van Rossum authored
Changed decl for inittab to define struct _inittab first.
-
Guido van Rossum authored
Added PyBuiltin_Init.
-
Guido van Rossum authored
PyFile_WriteString.
-
Guido van Rossum authored
-
Guido van Rossum authored
Include <stdlib.h>. Include several more Python header files, including new pydebug.h.
-
Guido van Rossum authored
-
Guido van Rossum authored
Added disgusting hack to force loading of abstract.o.
-
Guido van Rossum authored
Added PyNumber_Coerce decl.
-
Guido van Rossum authored
Added defs for getbuiltindict, getbuiltinmod (bltinmodule.c).
-
- 21 May, 1996 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
on the fly -- there was an unsafe DECREF. Actually save some lines of code by using abstract.c:PyObject_GetItem().
-
Guido van Rossum authored
-
- 20 May, 1996 11 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
having to load a zillion extension modules)
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
project files.
-
Jack Jansen authored
-
Jack Jansen authored
-
- 16 May, 1996 7 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 15 May, 1996 1 commit
-
-
Guido van Rossum authored
numbers here, and so that atol() doesn't barf on the trailing 'L'. Add a test case involving a long integer.
-
- 14 May, 1996 1 commit
-
-
Guido van Rossum authored
Removed im_doc attribute; __name__ and __doc__ are now handled by special casing in instancemethodgetattr(). This saves a few bytes and INCREF/DECREF calls per i.m. object allocation/deallocation.
-
- 08 May, 1996 1 commit
-
-
Jack Jansen authored
-
- 07 May, 1996 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
implementing object handlers in Python.
-