Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several changes, e.g. restructuring of the intro to be closer to what | Guido van Rossum | 1997-11-25 | 1 | -236/+134 |
| | | | | it ought to be. Maybe the last checkin before 1.5b1 is released. | ||||
* | struct _frozen: | Fred Drake | 1997-10-13 | 1 | -4/+4 |
| | | | | | | | | Use spaces instead of tabs to indent structure definition; tabs don't work in tex/latex. PyImport_FrozenModules: struct _freeze ==> struct _frozen | ||||
* | Change title to {Python/C API Reference Manual}; remove \bcode \ecode | Guido van Rossum | 1997-10-07 | 1 | -11/+11 |
| | | | | which appears to be out of fashion in this file. | ||||
* | Done with tread state descriptions. Sigh! | Guido van Rossum | 1997-10-06 | 1 | -50/+309 |
| | |||||
* | Checkpoint. Added docs for the new exception handling APIs and for | Guido van Rossum | 1997-10-05 | 1 | -35/+253 |
| | | | | the interfaces defined in import.h. | ||||
* | Fix some badly botched prototypes for PyRun* c.s. | Guido van Rossum | 1997-08-21 | 1 | -3/+3 |
| | |||||
* | Consistently change Python-C API to Python/C API; added lots of new | Guido van Rossum | 1997-08-17 | 1 | -9/+289 |
| | | | | | introductory text for reference counts and error handling, with good examples. | ||||
* | Fixes to make it pass latex without complaints. | Guido van Rossum | 1997-08-15 | 1 | -10/+14 |
| | |||||
* | Added more stuff on initialization (still rudimentary) | Guido van Rossum | 1997-08-14 | 1 | -125/+433 |
| | |||||
* | Added new intro sections (incomplete); fixed various typos | Guido van Rossum | 1997-08-14 | 1 | -7/+187 |
| | |||||
* | Just another checkin for backup. Nothing substantial yet. | Guido van Rossum | 1997-05-22 | 1 | -10/+806 |
| | |||||
* | Made a start with api.tex, the Python-C API Reference Manual. | Guido van Rossum | 1997-05-15 | 1 | -0/+884 |
Removed extref.tex (which provided the starting point). Also removed qua.tex, which is out of date and no longer needed. |