summaryrefslogtreecommitdiffstats
path: root/Include/rename2.h
Commit message (Collapse)AuthorAgeFilesLines
* exec_dode_object/PyImport_ExecCodeObject is now externally visibleJack Jansen1995-02-151-0/+1
|
* added callable, removed run_pyc_fileGuido van Rossum1995-02-071-0/+1
|
* added findmethodinchain and methodchain data typesGuido van Rossum1995-01-261-0/+2
|
* new names for lots of new functionsGuido van Rossum1995-01-171-1/+48
|
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-0/+379
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".