December 2009 Archives by thread
Starting: Sun Dec 6 06:13:14 EST 2009
Ending: Thu Dec 31 02:52:52 EST 2009
Messages: 87
- [Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/renormalizing.py removed the $Id$
Christian Zagrodnick
- [Zope3-checkins] SVN: zope.testing/trunk/ - RENormalizing checkers can be combined via `` + `` now: ``checker1 +
Christian Zagrodnick
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/ The current python3 branch confuses me, and is very messy, so I'm starting over.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/s This is an attempt to make it possible to run the tests without having buildout.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/s There we go, we can now run the tests without buildout.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/src/zope/testing/testrunner/find.py Using the builtin name "filter" confuses 2to3.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/s Various changes for Python 3 support.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/src/zope/testing/doctest.py Make sure we get the exception printed under Python 3 too.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/s Big steps forward.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/s Exceptions now fall out of scope, unless you do something about it.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/tags/regebro-python3-reloaded/setup.py That was unintentional.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/ Made the branch in the wrong place.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/ Removed the doctest.py, and uses the standard Python doctest.py instead. This results in massive changes in minor formatting. The major difference is that standardlibs doctest counts the number of tests differently, but there are many other differences, including that it actually handles terminal width correctly.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/test More formatting errors gone.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/ More formatting errors fixed.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.py In stdlibs doctest, if you give report option as a paremeter it overrides all other report options. So, don't do that.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.py Having it as an option within the doctest works though.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-errors.txt More formatting errors fixed.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/ Now it seems to be mostly genuine changes and incompatibilities between Python 2 and 3, including the empty line in diffs.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/ Fixed the unicode problem with monkey-patching.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/ Fixed the last failing (under 2.x) tests by monkey-patching doctest.py.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/renormalizing.py Made some tests work under Python 3. This will be slow, boring work.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/ More Python 3 test compatibility changes.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/ Various Python 3 support.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/ More Python 3 support. One test disabled.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/options.py Another Python 3 fix.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/runner.py Copy/Paste error.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/ Python 2.7 compatibility. One test is still failing, the test for a post-failure debugging thing.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/s More Python 3 compatibility. Now largely having to do with printing. Python 3 doctests doesn't seem to be happy with outputs that doesn't have a final linefeed.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/ More Python 3 fixes.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-layers-api.txt More formatting difference in Python 3.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-colors.txt Added the new blankline that comes at the end of this test now, as Python 3's doctest seems to have trouble with not having a linefeed at the end of prints, and inserts one anyway.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/test Some more Python 3.x differences.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/s Python 3 support done.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3/ The reloaded branch succeeded, I'll delete this one to prevent confusion.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/CHANGES.txt Added docs.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/trunk/CHANGES.txt Forgot to add a change log.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/setup.cfg This branch should have releases tagged with svn revisions until merge.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/branches/3.8/ Create release branch to release last bugfixes without upcoming features.
Christian Theune
- [Zope3-checkins] SVN: zope.testing/branches/3.8/ Bah. Forget about it. 3.8 is already pretty muddy. Waiting for a clear-cut
Christian Theune
- [Zope3-checkins] SVN: zope.testing/trunk/ Merge sdouche's work on shuffling tests.
Christian Theune
- [Zope3-checkins] SVN: zope.testing/trunk/ Preparing release 3.8.4
Christian Theune
- [Zope3-checkins] SVN: zope.testing/tags/3.8.4/ Tagging 3.8.4
Christian Theune
- [Zope3-checkins] SVN: zope.testing/trunk/ Back to development: 3.8.5
Christian Theune
- [Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/doctest Added back the dotestunit imports, but Deprecated the whole module, including doctest. It's in stdlib now.
Lennart Regebro
- [Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/doctestunit.py I think doctestunit.py should spell its own name correctly.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/doctest Show the deprecation warning at the spot where the module is imported.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/CHANGES.txt Update changelog.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/ Preparing release 3.8.5
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/tags/3.8.5/ Tagging 3.8.5
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/ Back to development: 3.8.6
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/ Add a MANIFEST.in so people with old setuptools can still release.
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/ Preparing release 3.8.6
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/tags/3.8.6/ Tagging 3.8.6
Marius Gedminas
- [Zope3-checkins] SVN: zope.testing/trunk/ Back to development: 3.8.7
Marius Gedminas
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/ A branch to look about merging in zope.app.form.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/ Switch over to use zope.formlibwidget.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/ Remove to start again.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/ Start again with the original plan.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/ zope.app.form.interfaces -> zope.formlib.interfaces
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ Switch over from zope.app.form.widget to zope.formlib.widget
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ Move over code in zope.app.form and zope.app.form.browser.interfaces
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ Moved in widget implementations from zope.app.form.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ Move over i18n from zope.app.form.browser to formlib.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ No more imports from zope.app.form.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ Some cleanups thanks to pyflakes.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ Move tests into subdirectory so we can receive the widget tests.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/test_widget.py moved over some tests from zope.app.form.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py Make a note about testing situation of this code.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ Move browserwidget test from zope.app.form.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/test_ Move over more widget tests from zope.app.form.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/ Move over a lot more widget tests from zope.app.form.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/s Move over registrations from zope.app.form and make sure everything
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/ Use standard library doctest instead of zope.testing's doctest. This
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/test_datewidget.py Some whitespace issue in doctest.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/source.py An unused variable discovered by pyflakes.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/buildout.cfg Cleaner buildout.cfg now that we don't need zope.app.form anymore.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/widgets.txt Put this piece of text in from zope.app.form. I updated it a little, but
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/CHANGES.txt More 4.0 preparations.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/test_setprefix.py Port over more tests.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/ Rewritten functional test for boolean radio widget.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/ Prepare porting of more functional tests.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/test_functional_checkboxwidget.py Port over another functional etst.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/ Moving copyright and license to top-level directory.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/ add datetimewidget test.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/ Port more test code over from zope.app.form.
Martijn Faassen
- [Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/tests/ Port another test from zope.app.form.
Martijn Faassen
Last message date:
Thu Dec 31 02:52:52 EST 2009
Archived on: Thu Dec 31 02:52:55 EST 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).