summaryrefslogtreecommitdiffstats
path: root/PC/python_nt.def
Commit message (Collapse)AuthorAgeFilesLines
* PyExc_NumberError -> PyExc_ArithmeticErrorFred Drake1997-09-301-1/+1
|
* Added PyExc_Exception and PyErr_NewException.Guido van Rossum1997-09-291-0/+2
|
* Added PyImport_ImportModuleEx(name, globals, locals, fromlist); thisGuido van Rossum1997-09-051-0/+2
| | | | | | 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).
* Added some symbols (I'm afraid more will come).Guido van Rossum1997-09-031-0/+3
|
* Added new flags and exceptions; removed AccessError exception.Guido van Rossum1997-09-031-1/+5
|
* Added new Py_IsInitalized() API function to test the 'initialized' flag.Guido van Rossum1997-08-221-0/+2
|
* Renamed Py_input_hook to PyOS_InputHook.Guido van Rossum1997-08-111-1/+1
| | | | Also cleaned out some CR's left by the VC++ editor.
* Got the new structure working with MSVC 4.2.Guido van Rossum1997-08-071-11/+18
| | | | | | main_nt.c is gone -- we can use Modules/python.c now. Added Mark Hammond's module msvcrt.c (untested). Added several new symbols.
* Removed Py_SuppressPrintingFlag flag; added newGuido van Rossum1997-07-191-1/+3
| | | | PyEval_{Acquire,Release}Thread() calls.
* Added remaining PyThread symbols.Guido van Rossum1997-07-161-0/+14
|
* Added Py_GetProgramFullPathGuido van Rossum1997-05-221-0/+1
|
* Oops -- missed FloatingPointError.Guido van Rossum1997-05-091-0/+1
|
* Removed misc outdated stuff for 1.5Guido van Rossum1997-05-051-24/+1
|
* Remove ConflictError, add InteractiveFlag, CObject_Type, FdIsInteractive, ↵Guido van Rossum1997-03-311-2/+8
| | | | and thread entry points.
* Added PyArg_ParseTupleAndKeywords, PyErr_Format.Guido van Rossum1997-02-141-0/+2
|
* Added PyCObject_Import.Guido van Rossum1997-01-221-0/+1
|
* Remove GetOwner, add GetBuildInfo...Guido van Rossum1997-01-221-1/+1
|
* Remove obsolete PyFrame_ExtendStack.Guido van Rossum1997-01-171-1/+0
|
* Added PyLong*UnsignedLong and PyCobject interfaces.Guido van Rossum1997-01-031-0/+4
|
* Changed _Py_EllipsesObject -> _Py_EllipsisObject.Guido van Rossum1996-10-211-1/+2
| | | | Added PyEval_CallObjectWithKeywords.
* Added PyMarshal functionsGuido van Rossum1996-09-051-0/+5
|
* Added dllbase_nt.txt and python_nt.rc;Guido van Rossum1996-08-231-0/+345
added notes to readme.txt about NumPy targets; added some symbols to python_nt.def.