| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Moved allobjects.h to Python.h (without rename2.h). | Guido van Rossum | 1997-05-02 | 1 | -3/+116 | |
| | | | | | | allobjects.h disappears -- old-style extensions must include Python.h and rename2.h. | |||||
| * | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -1/+1 | |
| | | | | | | | | use the new names exclusively, and the linker will see the new names. Files that import "Python.h" also only see the new names. Files that import "allobjects.h" will continue to be able to use the old names, due to the inclusion (in allobjects.h) of "rename2.h". | |||||
| * | pythonrun.h: added run_pyc_file | Guido van Rossum | 1994-09-14 | 1 | -0/+3 | |
| ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h | ||||||
