Partial merge of trunk progress. Some tests still fail. minimal-visibility
authorW. Trevor King <wking@drexel.edu>
Mon, 2 May 2011 22:53:05 +0000 (18:53 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 2 May 2011 22:53:09 +0000 (18:53 -0400)
commit488a242124d9d9018f70fa02595a5595b8f8711a
treea58b935b448a63fe39414f9cbed2c21e0aeac7c5
parentfebd8e9d7d49b02fde672c753c6d2ba2b7455b89
parent87a227a16dc5453f8ff1ac6c8f1d9f05d4846420
Partial merge of trunk progress.  Some tests still fail.

Failing tests:
  publicapi_pxd_mix
  generators_py
  cppwrap
  cpp_overload_wrapper
34 files changed:
Cython/Compiler/Buffer.py
Cython/Compiler/Builtin.py
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
runtests.py
tests/compile/cpdef.pyx
tests/errors/builtin_type_inheritance.pyx
tests/errors/cdef_members_T517.pyx
tests/errors/cdef_visibility.pyx
tests/errors/cdefspecial.pyx
tests/errors/cmethbasematch.pyx
tests/errors/cpdef_syntax.pyx
tests/errors/e_cdefemptysue.pyx
tests/errors/e_cmethbasematch.pyx
tests/errors/e_ctypedefornot.pyx
tests/errors/e_func_in_pxd.pyx
tests/errors/e_nogilcmeth.pyx
tests/errors/e_packedstruct_T290.pyx
tests/errors/e_undefexttype.pyx
tests/errors/missing_self_in_cpdef_method_T156.pyx
tests/errors/missing_self_in_cpdef_method_T165.pyx
tests/errors/nogil.pyx
tests/errors/nogilcmeth.pyx
tests/errors/pxd_cdef_class_declaration_T286.pyx
tests/errors/subtyping_final_class.pyx
tests/run/cdef_members_T517.pyx