summaryrefslogtreecommitdiffstats
path: root/Include/rename2.h
Commit message (Collapse)AuthorAgeFilesLines
* Oops, another forgotten renaming: varobject -> PyVarObject.Guido van Rossum1997-05-151-0/+1
|
* Remove sys_* defines that are internal only and about to disappearGuido van Rossum1997-05-051-3/+0
|
* Added new name for inittab!Guido van Rossum1997-04-291-0/+1
|
* Remove macros that are only used for cgensupport.[ch].Guido van Rossum1997-04-291-14/+2
| | | | Fixed typo in PyArg_VaParse (not PyArgs_*).
* Remove err_input -- there is no such global!Guido van Rossum1997-03-141-1/+0
|
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+1
| | | | New file pyfpe.h, new exception FloatingPointError.
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
|
* added new names for getprogramname, getargcargvGuido van Rossum1996-07-211-0/+2
|
* frozen_modules is now officially part of the API, remove _ from new name.Guido van Rossum1996-06-171-1/+1
|
* Added Py_GetPath (getpythonpath)Guido van Rossum1996-05-281-0/+1
|
* rename more symbolsGuido van Rossum1996-05-241-0/+13
|
* Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work.Guido van Rossum1996-05-221-8/+2
| | | | Added defs for getbuiltindict, getbuiltinmod (bltinmodule.c).
* changes for complex numbersGuido van Rossum1996-01-121-0/+4
|
* delete PyNothing_Check, which does not actually existGuido van Rossum1995-09-301-1/+0
|
* changes for keyword args to built-in functions and classesGuido van Rossum1995-07-261-1/+1
|
* removed duplicate defs for None, False, TrueGuido van Rossum1995-04-281-4/+0
|
* addet SETTUPLEITEM and added cast to GETTUPLEITEMGuido van Rossum1995-03-091-0/+1
|
* 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".