Ravenbrook / Projects / Perforce Defect Tracking Integration / Version 1.1 Product Sources
Perforce Defect Tracking Integration Project
This is a Python extension library that provides an interface to TeamTrack. See [GDR 2000-08-08] for the design.
This document will be modified as the product is developed.
The readership of this document is the product developers.
This document is not confidential.
shell.py |
Shell for interactively testing the Python extension library. |
teamtrack.dsp |
Microsoft Developer Studio project file for the Python extension library. |
teamtrack-module.cpp |
The teamtrack Python module definition. |
teamtrack-module.h |
Common definitions for the project. |
teamtrack-python.h |
Wrapper about Python.h that allows us to link a
debugging interface with a non-debugging Python. |
teamtrack-record.cpp |
Class definition for Python wrapper class around
TSRecord . |
teamtrack-record.h |
Definitions needed for Python wrapper class around
TSRecord . |
teamtrack-server.cpp |
Class definition for Python wrapper class around
TSServer . |
teamtrack-server.h |
Definitions needed for Python wrapper class around
TSServer . |
[GDR 2000-08-08] | "Python interface to TeamTrack: design (version 1.1)"; Gareth Rees; Ravenbrook Limited; 2000-08-08. |
2000-08-29 | GDR | Created. |
2000-08-29 | GDR | Links changed to reflect renaming. |
2000-12-11 | GDR | Added link to teamtrack-python.h . |
2001-03-02 | RB | Transferred copyright to Perforce under their license. |
2001-04-19 | GDR | Removed teamtrack_test.py . |
This document is copyright © 2001 Perforce Software, Inc. All rights reserved.
Redistribution and use of this document in any form, with or without modification, is permitted provided that redistributions of this document retain the above copyright notice, this condition and the following disclaimer.
This document is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright holders and contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this document, even if advised of the possibility of such damage.
$Id: //info.ravenbrook.com/project/p4dti/version/1.1/code/python-teamtrack-interface/index.html#4 $
Ravenbrook / Projects / Perforce Defect Tracking Integration / Version 1.1 Product Sources