summaryrefslogtreecommitdiffstats
path: root/PC/python_nt.def
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Got the new structure working with MSVC 4.2.Guido van Rossum1997-08-071-11/+18
* Removed Py_SuppressPrintingFlag flag; added newGuido van Rossum1997-07-191-1/+3
* 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, and...Guido van Rossum1997-03-311-2/+8
* 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 PyMarshal functionsGuido van Rossum1996-09-051-0/+5
* Added dllbase_nt.txt and python_nt.rc;Guido van Rossum1996-08-231-0/+345