~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Lib/python/README

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-10 16:29:56 UTC
  • mfrom: (1.2.8 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081110162956-xue6itkuqhbza87s
Tags: 1.3.36-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop pike and libchicken-dev from the build-depends 
    (both are universe)
  - Use python2.5 instead of python2.4.
  - use php5
  - Clean Runtime/ as well.
  - debian/Rules (clean): Remove Lib/ocaml/swigp4.ml.
  - drop "--without-mzscheme", we don't have it in our build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
/* -----------------------------------------------------------------------------
54
54
/* 
55
 
 *  Implementation files: don't look at them unless you are realy drunk
 
55
 *  Implementation files: don't look at them unless you are really drunk
56
56
 *
57
57
 * ----------------------------------------------------------------------------- */
58
58
 
73
73
 * ----------------------------------------------------------------------------- */
74
74
 
75
75
pyruntime.swg           Main runtime file definition
76
 
pyapi.swg               SWIG/Pyton API declarations
 
76
pyapi.swg               SWIG/Python API declarations
77
77
pyrun.swg               Python run-time code 
78
78
 
79
79
/* -----------------------------------------------------------------------------
92
92
 * ----------------------------------------------------------------------------- */
93
93
 
94
94
pycontainer.swg         python container iterators
95
 
std_common.i            general common code  for the STD/STL implementation
 
95
std_common.i            general common code for the STD/STL implementation
96
96
std_container.i         general common code for the STD/STL containers
97
97
 
98
98
 
101
101
 * ----------------------------------------------------------------------------- */
102
102
 
103
103
std_vectora.i           vector + allocator (allocators are now supported in STD/STL)
104
 
typemaps.i              old in/out typemaps (doen't need to be included)
 
104
typemaps.i              old in/out typemaps (doesn't need to be included)
105
105
defarg.swg              for processing default arguments with shadow classes