Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changes for complex numbers | Guido van Rossum | 1996-01-12 | 1 | -0/+4 |
| | |||||
* | delete PyNothing_Check, which does not actually exist | Guido van Rossum | 1995-09-30 | 1 | -1/+0 |
| | |||||
* | changes for keyword args to built-in functions and classes | Guido van Rossum | 1995-07-26 | 1 | -1/+1 |
| | |||||
* | removed duplicate defs for None, False, True | Guido van Rossum | 1995-04-28 | 1 | -4/+0 |
| | |||||
* | addet SETTUPLEITEM and added cast to GETTUPLEITEM | Guido van Rossum | 1995-03-09 | 1 | -0/+1 |
| | |||||
* | exec_dode_object/PyImport_ExecCodeObject is now externally visible | Jack Jansen | 1995-02-15 | 1 | -0/+1 |
| | |||||
* | added callable, removed run_pyc_file | Guido van Rossum | 1995-02-07 | 1 | -0/+1 |
| | |||||
* | added findmethodinchain and methodchain data types | Guido van Rossum | 1995-01-26 | 1 | -0/+2 |
| | |||||
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -1/+48 |
| | |||||
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -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". |