cpython/Tools/bgen/bgen
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
number of tests, all because of the codecs/_multibytecodecs issue described
here (it's not a Py3K issue, just something Py3K discovers):
http://mail.python.org/pipermail/python-dev/2006-April/064051.html

Hye-Shik Chang promised to look for a fix, so no need to fix it here. The
tests that are expected to break are:

test_codecencodings_cn
test_codecencodings_hk
test_codecencodings_jp
test_codecencodings_kr
test_codecencodings_tw
test_codecs
test_multibytecodec

This merge fixes an actual test failure (test_weakref) in this branch,
though, so I believe merging is the right thing to do anyway.
2006-04-21 10:40:58 +00:00
..
bgen.py
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 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +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