tons of fixes for the test suite: docstrings must be unicode strings to run in Py3...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 14 May 2008 21:54:22 +0000 (23:54 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 14 May 2008 21:54:22 +0000 (23:54 +0200)
commit1e7a8d0cef63d95ae334ff26f773ceede9370c6c
treef818f3273e3372cf887d2a135813285a11c9492f
parente8d06426517387ddc925c13c65786794b32c22be
tons of fixes for the test suite: docstrings must be unicode strings to run in Py3's doctest (obviously...)

--HG--
rename : tests/compile/withnogil.pyx => tests/run/withnogil.pyx
126 files changed:
tests/compile/classmethargdefault.pyx
tests/compile/pinard4.pyx
tests/compile/withnogil.pyx [deleted file]
tests/run/__getattribute__.pyx
tests/run/__getattribute_subclasses__.pyx
tests/run/addloop.pyx
tests/run/addop.pyx
tests/run/addressof.pyx
tests/run/altet2.pyx
tests/run/append.pyx
tests/run/ass2global.pyx
tests/run/ass2local.pyx
tests/run/assert.pyx
tests/run/attr.pyx
tests/run/baas3.pyx
tests/run/backquote.pyx
tests/run/behnel1.pyx
tests/run/behnel2.pyx
tests/run/behnel3.pyx
tests/run/bishop1.pyx
tests/run/bishop2.pyx
tests/run/boolop.pyx
tests/run/cfuncdef.pyx
tests/run/cintop.pyx
tests/run/classkwonlyargs.pyx
tests/run/classpass.pyx
tests/run/compiledef.pyx
tests/run/concatcstrings.pyx
tests/run/cstringmul.pyx
tests/run/cstruct.pyx
tests/run/ct_DEF.pyx
tests/run/ct_IF.pyx
tests/run/cunion.pyx
tests/run/cvardef.pyx
tests/run/dict.pyx
tests/run/dietachmayer1.pyx
tests/run/exarkun.pyx
tests/run/extclasspass.pyx
tests/run/extinherit.pyx
tests/run/extinstantiate.pyx
tests/run/extkwonlyargs.pyx
tests/run/extlen.pyx
tests/run/extstarargs.pyx
tests/run/exttype.pyx
tests/run/getattr3call.pyx
tests/run/if.pyx
tests/run/include.pyx
tests/run/inop.pyx
tests/run/ishimoto2.pyx
tests/run/ishimoto3.pyx
tests/run/isnonebool.pyx
tests/run/jarausch1.pyx
tests/run/kostyrka.pyx
tests/run/kostyrka2.pyx
tests/run/kwargproblems.pyx
tests/run/kwonlyargs.pyx
tests/run/lepage_1.pyx
tests/run/list.pyx
tests/run/literals.pyx
tests/run/modbody.pyx
tests/run/modop.pyx
tests/run/multass.pyx
tests/run/new_style_exceptions.pyx
tests/run/notinop.pyx
tests/run/pass.pyx
tests/run/pinard5.pyx
tests/run/pinard6.pyx
tests/run/pinard7.pyx
tests/run/pinard8.pyx
tests/run/powop.pyx
tests/run/print.pyx
tests/run/pycmp.pyx
tests/run/pyextattrref.pyx
tests/run/pyintop.pyx
tests/run/pylistsubtype.pyx
tests/run/pynumop.pyx
tests/run/r_addint.pyx
tests/run/r_argdefault.pyx
tests/run/r_barbieri1.pyx
tests/run/r_bishop3.pyx
tests/run/r_bowden1.pyx
tests/run/r_delgado_1.pyx
tests/run/r_docstrings.pyx
tests/run/r_extcomplex2.pyx
tests/run/r_extstarargs.pyx
tests/run/r_forloop.pyx
tests/run/r_hordijk1.pyx
tests/run/r_huss3.pyx
tests/run/r_jeff_epler_1.pyx
tests/run/r_jiba1.pyx
tests/run/r_lepage_3.pyx
tests/run/r_mang1.pyx
tests/run/r_mcintyre1.pyx
tests/run/r_mitch_chapman_2.pyx
tests/run/r_primes.pyx
tests/run/r_print.pyx
tests/run/r_pyclass.pyx
tests/run/r_pyclassdefault.pyx
tests/run/r_pythonapi.pyx
tests/run/r_spamtype.pyx
tests/run/r_starargcall.pyx
tests/run/r_starargs.pyx
tests/run/r_starargsonly.pyx
tests/run/r_toofewargs.pyx
tests/run/r_vree_1.pyx
tests/run/ref2local.pyx
tests/run/return.pyx
tests/run/rodriguez_1.pyx
tests/run/simpcall.pyx
tests/run/sizeof.pyx
tests/run/slice2.pyx
tests/run/slice3.pyx
tests/run/specialfloat.pyx
tests/run/starargs.pyx
tests/run/strconstinclass.pyx
tests/run/strfunction.pyx
tests/run/subop.pyx
tests/run/tuple.pyx
tests/run/tuplereassign.pyx
tests/run/unicodefunction.pyx
tests/run/unop.pyx
tests/run/unpack.pyx
tests/run/unpacklistcomp.pyx
tests/run/varargcall.pyx
tests/run/withnogil.pyx [new file with mode: 0644]
tests/run/wundram1.pyx