| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo the change here -- there's no point in declaring a static | Guido van Rossum | 1998-12-08 | 1 | -1/+1 |
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 44 | -400/+403 |
* | New API version (enough has changed!). | Guido van Rossum | 1998-12-03 | 1 | -3/+5 |
* | Added PyExc_NotImplementedError | Barry Warsaw | 1998-12-01 | 1 | -0/+1 |
* | Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen) | Guido van Rossum | 1998-11-02 | 1 | -1/+1 |
* | Bump the patch level to 1.5.2b2, just in case I feel like releasing | Guido van Rossum | 1998-10-24 | 1 | -1/+1 |
* | Changes by Greg Stein (code) and GvR (design). | Guido van Rossum | 1998-10-08 | 1 | -2/+35 |
* | Changes to support other object types besides strings | Guido van Rossum | 1998-10-07 | 1 | -1/+6 |
* | Add Greg Stein's buffer object API. | Guido van Rossum | 1998-10-07 | 2 | -0/+62 |
* | Up version to 1.5a2 -- we're close enough (even though I'm still | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -90/+0 |
* | On second though, NEXITFUNCS should be defined in pythonrun.c and not | Guido van Rossum | 1998-10-01 | 1 | -2/+0 |
* | Move the #include of <sys/select> to *after* mytime.h (or <time.h>), | Guido van Rossum | 1998-09-28 | 1 | -2/+2 |
* | Patches from Greg Stein to support 'P' format in struct module's | Guido van Rossum | 1998-09-18 | 1 | -0/+2 |
* | Duplicate the decls for PySys_WriteStd{out,err} here so the VC++ | Guido van Rossum | 1998-09-17 | 1 | -0/+9 |
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 1 | -4/+7 |
* | Move an indented #define to column 1. | Guido van Rossum | 1998-08-23 | 1 | -1/+1 |
* | Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod(). | Guido van Rossum | 1998-08-08 | 1 | -0/+10 |
* | Upgrade patchlevel to 1.5.2a1. | Guido van Rossum | 1998-08-05 | 1 | -1/+1 |
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 4 | -0/+36 |
* | New global variables: PyExc_EnvironmentError and PyExc_OSError | Barry Warsaw | 1998-07-23 | 1 | -0/+3 |
* | Add macros for direct access to the members of CFunction objects. | Guido van Rossum | 1998-07-10 | 1 | -0/+9 |
* | Move the definition of PyMethodObject to classobject.h, so it can define | Guido van Rossum | 1998-07-10 | 1 | -0/+16 |
* | Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject | Guido van Rossum | 1998-07-10 | 1 | -0/+15 |
* | Get rid of some obsolete opcodes. | Guido van Rossum | 1998-07-07 | 1 | -5/+0 |
* | Add PyImport_AppendInittab() an PyImport_ExtendInittab(). | Guido van Rossum | 1998-06-29 | 1 | -0/+3 |
* | Define new macro Py_InitModule3(name, methods, doc) which calls | Guido van Rossum | 1998-06-27 | 1 | -0/+4 |
* | On SGI, we need to define _SGI_MP_SOURCE before including errno.h when | Guido van Rossum | 1998-05-26 | 1 | -0/+4 |
* | Renamed PySequence_In() to PySequence_Contains(). | Guido van Rossum | 1998-05-22 | 1 | -1/+2 |
* | Add | Guido van Rossum | 1998-05-12 | 1 | -0/+9 |
* | Mac CodeWarrior has faulty declaration for hypot, which we hide with a | Guido van Rossum | 1998-04-28 | 1 | -5/+13 |
* | Fred's right -- we need PyList_SET_ITEM(). | Guido van Rossum | 1998-04-24 | 1 | -0/+1 |
* | Add new spares to the end of the type object struct. | Guido van Rossum | 1998-04-23 | 1 | -0/+6 |
* | Move 'dict' struct member to end of struct. This ensures binary | Guido van Rossum | 1998-04-13 | 1 | -2/+2 |
* | Add prototypes for Py_Repr{Enter,Leave}. | Guido van Rossum | 1998-04-10 | 1 | -0/+4 |
* | Add dict struct member and PyThreadState_GetDict() prototype. | Guido van Rossum | 1998-04-10 | 1 | -0/+3 |
* | Set the patch level to 1.5.1. (I'm not going to release this as a | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
* | Added Tabcheck flag. | Guido van Rossum | 1998-04-10 | 1 | -0/+1 |
* | Add E_INDENT -- new error to check for bad indentation | Guido van Rossum | 1998-04-09 | 1 | -0/+1 |
* | Add PyObject_Not(). | Guido van Rossum | 1998-04-09 | 2 | -0/+13 |
* | Add internal routine _PyModule_Clear(), which does approximately what | Guido van Rossum | 1998-02-19 | 1 | -0/+1 |
* | Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass | Guido van Rossum | 1998-02-11 | 1 | -0/+2 |
* | - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow | Guido van Rossum | 1998-02-06 | 1 | -0/+4 |
* | - Add Py_FrozenFlag, intended to suppress error messages fron | Guido van Rossum | 1998-02-06 | 1 | -0/+1 |
* | Set the patch level to 1.5. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
* | Start calling it 1.5b2 | Guido van Rossum | 1997-12-10 | 1 | -1/+1 |
* | Remove the last bits of log from the leading comments. | Guido van Rossum | 1997-12-08 | 1 | -13/+1 |
* | Use the proper OS2 test symbol: PYOS_OS2. | Guido van Rossum | 1997-12-05 | 1 | -1/+1 |
* | Merge between my version and Jim Fulton's version; removed RCS keywords | Guido van Rossum | 1997-12-04 | 1 | -8/+2 |
* | Patch for QNX, by Chris Herborth. | Guido van Rossum | 1997-12-02 | 1 | -0/+3 |