summaryrefslogtreecommitdiffstats
path: root/PC/python_nt.def
Commit message (Collapse)AuthorAgeFilesLines
* No longer needed.Guido van Rossum1998-12-101-473/+0
|
* Add buffer module entry points.Guido van Rossum1998-10-071-0/+6
|
* Patches from Greg Stein to support 'P' format in struct module'sGuido van Rossum1998-09-181-0/+2
| | | | | native format, as void* (translated to Python int or long). Also adds PyLong_FromVoidPtr and PyLong_AsVoidPtr to longobject.c.
* At Greg Stein's request, add PyLong_*LongLong entry points.Guido van Rossum1998-09-171-0/+4
|
* Added a bunch of symbols detected by Marc Lemburg's script.Guido van Rossum1998-08-091-5/+82
|
* Add PyEval_CallFunction() and PyEval_CallMethod().Guido van Rossum1998-08-081-0/+2
|
* Added _PyTuple_Resize to list of exported symbols. Don't know how itGuido van Rossum1998-08-081-0/+1
| | | | could hide so long...
* Added Py_{Get,Set}PythonHome.Guido van Rossum1998-06-191-0/+2
|
* Add PyErr_PrintEx and PySequence_Contains.Guido van Rossum1998-05-221-0/+2
|
* Add some symbols. Remove the LIBRARY statement at the top (and theGuido van Rossum1998-05-151-4/+4
| | | | commented-out CODE/DATA statements).
* Missing symbols reported by Andrew Loewenstern.Guido van Rossum1998-04-131-0/+4
|
* Added Frozen and Tabcheck flags.Guido van Rossum1998-04-101-0/+2
|
* Added PyErr_NormalizeExceptionGuido van Rossum1998-03-171-0/+1
|
* Comment out CODE and DATA statements that are apparently obsolete.Guido van Rossum1997-12-101-2/+2
|
* Add a few more PyErr_ symbolsGuido van Rossum1997-12-051-0/+2
|
* Oops, the sort took some whitespace into account.Guido van Rossum1997-11-241-5/+4
|
* Done a sort -u on the symbols.Guido van Rossum1997-11-241-295/+284
|
* Add PyImport_Inittab and PyOS_AfterForkGuido van Rossum1997-11-221-0/+2
|
* 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.