Guido van Rossum
4fdd1fafb2
Comment out CODE and DATA statements that are apparently obsolete.
1997-12-10 05:50:55 +00:00
Guido van Rossum
6656d1f041
Add a few more PyErr_ symbols
1997-12-05 06:32:13 +00:00
Guido van Rossum
e1cba7f577
Oops, the sort took some whitespace into account.
1997-11-24 15:50:27 +00:00
Guido van Rossum
060dffbc34
Done a sort -u on the symbols.
1997-11-24 15:48:23 +00:00
Guido van Rossum
f5578e4449
Add PyImport_Inittab and PyOS_AfterFork
1997-11-22 21:55:18 +00:00
Fred Drake
228776cfa8
PyExc_NumberError -> PyExc_ArithmeticError
1997-09-30 19:12:33 +00:00
Guido van Rossum
22ecb71078
Added PyExc_Exception and PyErr_NewException.
1997-09-29 23:40:07 +00:00
Guido van Rossum
026de19906
Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this
...
is like PyImport_ImporModule(name) but receives the globals and locals
dict and the fromlist arguments as well. (The name is a char*; the
others are PyObject*s).
1997-09-05 07:11:32 +00:00
Guido van Rossum
d5f0ce9f28
Added some symbols (I'm afraid more will come).
1997-09-03 16:12:00 +00:00
Guido van Rossum
64790de195
Added new flags and exceptions; removed AccessError exception.
1997-09-03 01:09:25 +00:00
Guido van Rossum
e3c0d5eb34
Added new Py_IsInitalized() API function to test the 'initialized' flag.
1997-08-22 04:20:13 +00:00
Guido van Rossum
44620646fd
Renamed Py_input_hook to PyOS_InputHook.
...
Also cleaned out some CR's left by the VC++ editor.
1997-08-11 18:57:29 +00:00
Guido van Rossum
29c1ea5af0
Got the new structure working with MSVC 4.2.
...
main_nt.c is gone -- we can use Modules/python.c now.
Added Mark Hammond's module msvcrt.c (untested).
Added several new symbols.
1997-08-07 00:11:34 +00:00
Guido van Rossum
7a337c1c79
Removed Py_SuppressPrintingFlag flag; added new
...
PyEval_{Acquire,Release}Thread() calls.
1997-07-19 19:59:06 +00:00
Guido van Rossum
f0f7aad30f
Added remaining PyThread symbols.
1997-07-16 15:51:52 +00:00
Guido van Rossum
39ed1c35e5
Added Py_GetProgramFullPath
1997-05-22 20:45:01 +00:00
Guido van Rossum
ff2ea728b8
Oops -- missed FloatingPointError.
1997-05-09 03:05:16 +00:00
Guido van Rossum
8290e07509
Removed misc outdated stuff for 1.5
1997-05-05 22:14:19 +00:00
Guido van Rossum
5a35e32de6
Remove ConflictError, add InteractiveFlag, CObject_Type, FdIsInteractive, and thread entry points.
1997-03-31 17:18:03 +00:00
Guido van Rossum
115eb64ff6
Added PyArg_ParseTupleAndKeywords, PyErr_Format.
1997-02-14 17:11:33 +00:00
Guido van Rossum
e0e696282f
Added PyCObject_Import.
1997-01-22 20:48:48 +00:00
Guido van Rossum
728a09e0f6
Remove GetOwner, add GetBuildInfo...
1997-01-22 01:41:30 +00:00
Guido van Rossum
e3258019c8
Remove obsolete PyFrame_ExtendStack.
1997-01-17 22:03:32 +00:00
Guido van Rossum
9bc7e0af50
Added PyLong*UnsignedLong and PyCobject interfaces.
1997-01-03 21:05:44 +00:00
Guido van Rossum
22a67707e9
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
...
Added PyEval_CallObjectWithKeywords.
1996-10-21 14:53:22 +00:00
Guido van Rossum
932c06e4ff
Added PyMarshal functions
1996-09-05 15:56:23 +00:00
Guido van Rossum
cbc66767c5
Added dllbase_nt.txt and python_nt.rc;
...
added notes to readme.txt about NumPy targets;
added some symbols to python_nt.def.
1996-08-23 15:48:14 +00:00