cpython/Tools/bgen/bgen
Jack Jansen f75225b448 - tp_init shouldn't call base class tp_init by default
- tp_new (which was apparently always overridden:-) called base class
  tp_init in stead of tp_new.
2006-04-20 21:38:17 +00:00
..
bgen.py Lots of new stuff again. Moved buffer types to some separate files. 1995-01-25 22:59:21 +00:00
bgenBuffer.py One more mod for support of C++ classes. 2006-02-10 22:15:09 +00:00
bgenGenerator.py Whitespace normalization. 2005-12-25 23:18:31 +00:00
bgenGeneratorGroup.py Sigh, due to sloppiness on my part bgen has become pretty mixed up wrt. tabs 2003-01-19 21:53:57 +00:00
bgenHeapBuffer.py For overriding C++ methods we also need to know whether a parameter 2006-02-10 16:17:24 +00:00
bgenModule.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
bgenObjectDefinition.py - tp_init shouldn't call base class tp_init by default 2006-04-20 21:38:17 +00:00
bgenOutput.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
bgenStackBuffer.py More factorization to help C++ support. 2005-06-28 15:14:35 +00:00
bgenStringBuffer.py More factorization to help C++ support. 2005-06-28 15:14:35 +00:00
bgenType.py For overriding C++ methods we also need to know whether a parameter 2006-02-10 16:17:24 +00:00
bgenVariable.py For overriding C++ methods we also need to know whether a parameter 2006-02-10 16:17:24 +00:00
macsupport.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
scantools.py Whitespace normalization. 2005-07-17 23:16:17 +00:00