summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Patches from Greg Stein to support 'P' format in struct module'sGuido van Rossum1998-09-181-0/+2
* Duplicate the decls for PySys_WriteStd{out,err} here so the VC++Guido van Rossum1998-09-171-0/+9
* Patch by Mark Hammond to support 64-bit ints on MS platforms.Guido van Rossum1998-08-251-4/+7
* Move an indented #define to column 1.Guido van Rossum1998-08-231-1/+1
* Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod().Guido van Rossum1998-08-081-0/+10
* Upgrade patchlevel to 1.5.2a1.Guido van Rossum1998-08-051-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-044-0/+36
* New global variables: PyExc_EnvironmentError and PyExc_OSErrorBarry Warsaw1998-07-231-0/+3
* Add macros for direct access to the members of CFunction objects.Guido van Rossum1998-07-101-0/+9
* Move the definition of PyMethodObject to classobject.h, so it can defineGuido van Rossum1998-07-101-0/+16
* Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObjectGuido van Rossum1998-07-101-0/+15
* Get rid of some obsolete opcodes.Guido van Rossum1998-07-071-5/+0
* Add PyImport_AppendInittab() an PyImport_ExtendInittab().Guido van Rossum1998-06-291-0/+3
* Define new macro Py_InitModule3(name, methods, doc) which callsGuido van Rossum1998-06-271-0/+4
* On SGI, we need to define _SGI_MP_SOURCE before including errno.h whenGuido van Rossum1998-05-261-0/+4
* Renamed PySequence_In() to PySequence_Contains().Guido van Rossum1998-05-221-1/+2
* AddGuido van Rossum1998-05-121-0/+9
* Mac CodeWarrior has faulty declaration for hypot, which we hide with aGuido van Rossum1998-04-281-5/+13
* Fred's right -- we need PyList_SET_ITEM().Guido van Rossum1998-04-241-0/+1
* Add new spares to the end of the type object struct.Guido van Rossum1998-04-231-0/+6
* Move 'dict' struct member to end of struct. This ensures binaryGuido van Rossum1998-04-131-2/+2
* Add prototypes for Py_Repr{Enter,Leave}.Guido van Rossum1998-04-101-0/+4
* Add dict struct member and PyThreadState_GetDict() prototype.Guido van Rossum1998-04-101-0/+3
* Set the patch level to 1.5.1. (I'm not going to release this as aGuido van Rossum1998-04-101-1/+1
* Added Tabcheck flag.Guido van Rossum1998-04-101-0/+1
* Add E_INDENT -- new error to check for bad indentationGuido van Rossum1998-04-091-0/+1
* Add PyObject_Not().Guido van Rossum1998-04-092-0/+13
* Add internal routine _PyModule_Clear(), which does approximately whatGuido van Rossum1998-02-191-0/+1
* Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to passGuido van Rossum1998-02-111-0/+2
* - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allowGuido van Rossum1998-02-061-0/+4
* - Add Py_FrozenFlag, intended to suppress error messages fronGuido van Rossum1998-02-061-0/+1
* Set the patch level to 1.5.Guido van Rossum1997-12-301-1/+1
* Start calling it 1.5b2Guido van Rossum1997-12-101-1/+1
* Remove the last bits of log from the leading comments.Guido van Rossum1997-12-081-13/+1
* Use the proper OS2 test symbol: PYOS_OS2.Guido van Rossum1997-12-051-1/+1
* Merge between my version and Jim Fulton's version; removed RCS keywordsGuido van Rossum1997-12-041-8/+2
* Patch for QNX, by Chris Herborth.Guido van Rossum1997-12-021-0/+3
* os2 patch by Jeff RushGuido van Rossum1997-11-221-1/+1
* Add declaration for _Py_PackageContext -- needed to fix importingGuido van Rossum1997-11-191-0/+2
* Add declaration for PyNumber_CoerceEx().Guido van Rossum1997-11-191-0/+1
* start numbering things 1.5b1 nowGuido van Rossum1997-11-181-1/+1
* This fix (across 4 files in 3 directories) solves a subtle problem withGuido van Rossum1997-11-141-0/+1
* Remove the declaration of "internal" table _PyImport_Inittab[]; addGuido van Rossum1997-10-311-3/+1
* New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() andGuido van Rossum1997-10-211-1/+14
* Some patches to Lee Busby's fpectl mods that accidentally didn't make itGuido van Rossum1997-10-201-25/+37
* Use K&R function prototypes.Guido van Rossum1997-10-071-7/+12
* Removed special Windows defines, at Mark Hammond's request.Guido van Rossum1997-09-291-8/+4
* New API PyErr_NewException(name, base, dict) to create simple new exceptions.Guido van Rossum1997-09-161-0/+4
* [Py_Exc]NumberError => [Py_Exc]ArithmeticErrorBarry Warsaw1997-09-161-1/+1
* Introduce PyExc_Exception as the conceptual root class for all exceptions.Guido van Rossum1997-09-161-0/+1