June 2006 Archives by thread
Starting: Thu Jun 1 06:54:19 EST 2006
Ending: Fri Jun 30 15:25:53 EST 2006
Messages: 109
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/exceptions/
Cosmetic bugfix for the exception formatter: it used to
double the newlines
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/ Add
convinience object filter: filter objects on provided interfaces
Martijn Pieters
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/datetime/ Added
'local' argument to parseDatetimetz
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/zopeskel/bin/scriptzope.in
removed interactive flag from scriptzope
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/datetime/ Merged
revision 68443 from the 3.3 branch:
Dmitry Vasiliev
- [Zope3-checkins]
SVN: Zope3/branches/benji-testbrowser-with-real-browsers/
- add Beautiful Soup
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/
move Beautiful Soup to the right place
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/zope/testbrowser/remote.py
- fix module name
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/zope/testbrowser/re
use the name "real" instead of "remote"
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-testbrowser-with-real-browsers/
- add the beginings of a doctest for zope.testbrowser.real
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/zope/testbrowser/real.txt
tweak test a little
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/zope/testbrowser/realproxy.py
tweak whitespace
Benji York
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/__init__.py
Restored logic to optionally monkeypatch the traceback module with
Jim Fulton
- [Zope3-checkins] SVN: zope.testing/trunk/CHANGES.txt Tried to
document changes since 2.0.
Jim Fulton
- [Zope3-checkins] SVN: zope.testing/trunk/setup.py Mase
zope.exception required only if the zope_tracebacks extra is
Jim Fulton
- [Zope3-checkins] SVN: zope.testing/trunk/setup.py Fixed an option
misspelling.
Jim Fulton
- [Zope3-checkins] SVN: zope.testing/trunk/ Removed the experimental
develop-project support. It's use of
Jim Fulton
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/session/ Bugfix,
addded missing location, otherwise ends in broken ZMI access
Roger Ineichen
- [Zope3-checkins]
SVN: Zope3/branches/benji-testbrowser-with-real-browsers/src/zope/testbrowser/
add a test layer that sets up a server on a known port
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/pytz/ Update pytz to version
2006g
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/pytz/ Merge r68499
from trunk (pytz 2006 update)
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Mention pytz
update in CHANGES.txt
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Merge
r68501 from trunk (CHANGES.txt update for pytz)
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/component/__init__.py
remove unused import
Fred L. Drake, Jr.
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner.py
Various code loves to reset the system trace function to None, even
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ - Updated to the latest
version of the testrunner.
Stephan Richter
- [Zope3-checkins] SVN: Zope3/trunk/ Fixed issues 648 and 593:
uploading files with non-ASCII filenames now works.
Marius Gedminas
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issues 648 and 593:
uploading files with non-ASCII filenames now works.
Marius Gedminas
- [Zope3-checkins]
SVN: Zope3/branches/3.3/src/zope/app/component/metaconfigure.py
Make deprecation warning a bit more informative about what to do.
Martijn Faassen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/metaconfigure.py
Be a bit more explicit about what to do.
Martijn Faassen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/annotation/README.txt
Fix typos noticed by baijum on #zope3-dev.
Marius Gedminas
- [Zope3-checkins]
SVN: Zope3/branches/3.3/src/zope/app/component/metaconfigure.py
Make this a bit more clear.
Martijn Faassen
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/metaconfigure.py
Try to make this more clear.
Martijn Faassen
- [Zope3-checkins]
SVN: zope.testing/branches/stub-testSetUp_in_layer/
per-test setup/teardown in layers
Stuart Bishop
- [Zope3-checkins]
SVN: zope.testing/branches/stub-testSetUp_in_layer/src/zope/testing/testrunner.py
Refactor bits of testrunner.py to make it more unit testable
and add some docstrings to this desert
Stuart Bishop
- [Zope3-checkins]
SVN: zope.testing/branches/stub-testSetUp_in_layer/src/zope/testing/testrunner
Doctests demonstrating layers from a users point of view,
including tests of the proposed layer.testSetUp and
layer.testTearDown feature soon to be implemented.
Stuart Bishop
- [Zope3-checkins]
SVN: zope.testing/branches/stub-testSetUp_in_layer/src/zope/testing/testrunner.py
Reset layer_name -> layer cache on run() to enforce test isolation.
Stuart Bishop
- [Zope3-checkins]
SVN: zope.testing/branches/stub-testSetUp_in_layer/src/zope/testing/testrunner.py
Update copyright on touched file
Stuart Bishop
- [Zope3-checkins]
SVN: zope.testing/branches/stub-testSetUp_in_layer/src/zope/testing/testrunner
Implement layer.testSetUp and layer.testTearDown support
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/locales/
Italian and Chinese (China) translations updated
Egon Frerich
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locales/ Italian and
Chinese (China) translations updated (Rev. 68694 in branch 3.3)
Egon Frerich
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fixed issue 199: macro
expansion in ZPT pages now works
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ - ported fix for issue
199 from 3.3 branch: macro expansion on ZPT pages now works
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/traversing/ - fix for
issue 399: return 404 (not found) when traversing a skin fails
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fixed issue 399: return
404 / NotFound instead of 505 / ComponentLookupError when a
skin isn't found during traversal
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fix for issue 517:
intid might generate long instead of int which conflicts with btrees
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/intid/ - fix for
issue 517: intid might generate long instead of int which
conflicts with btrees
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fixed issue 559: cgi
variables as form field names
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ - fix for
issue 559: allow cgi env names as form field names
Christian Theune
- [Zope3-checkins]
SVN: Zope3/branches/3.3/src/zope/app/intid/tests.py
- fix for the test for the last intid patch to work on
machines where btrees can handle 2**31
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/intid/tests.py - fix
for the test for the last intid patch to work on machines
where btrees can handle 2**31$
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/intid/ -
updated fix for border case behaviour of intid/btrees and
stuff, as pointed out by tim
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/intid/ - ported
final fix for intid utility from 3.3 branch
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - verified fix for issue
565 and provided test
Christian Theune
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/tests/test_objectwidget.py
- verified fix for issue 565 and provided test (ported from
3.3 branch)
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fixed issue 634: use
adapters instead of dict lookup for premarshalling
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ - fixed issue 634: use
adapters instead of dict lookup for premarshalling
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/ - Fixed issue
592: RadioWidget never renders '(no value)' as selected
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - Fixed issue 592:
RadioWidget never renders '(no value)' as selected
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fixed issue 575:
inconsistent raising of TraversalError
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/z - fixed issue 575,
port from 3.3 branch
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fixed issue 633: made
logo a slot in boston skin
Christian Theune
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/boston/browser/template.pt
- fixed issue 633: boston skin has logo slot now
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/ - Fixed issue
550: added adapter for datetime.datetime for xmlrpc premarshalling
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - Fixed issue 550: added
adapter for datetime.datetime for xmlrpc premarshalling$
Christian Theune
- [Zope3-checkins]
SVN: Zope3/branches/3.3/src/zope/traversing/configure.zcml
- Made access to ++debug++ traversal namespace configurable
on the basis of
Christian Theune
- [Zope3-checkins]
SVN: zope.testing/branches/stub-testSetUp_in_layer/src/zope/testing/testrunner
Tidy and remove Python 2.4ism
Stuart Bishop
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Merged /zope.testing/branches/stub-testSetUp_in_layer 68684:68744
Stuart Bishop
- [Zope3-checkins]
SVN: zope.testing/branches/stub-testSetUp_in_layer/ Merged to trunk
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/benji-integrate-new-mechanize/
create branch to work on testrbrowser/mechanize
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-integrate-new-mechanize/src/
checkpoint some changes
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-integrate-new-mechanize/src/
add new version of mechanize
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - fixed bug that was
hiding subsequent ImportErrors in the 'install' generation
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt - added a
warning to the bugfix for the '(no value)' issue. Subclasses'
Christian Theune
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/traversing/configure.zcml
- fix for issue 507,
made ++debug++ namespace available to developer mode only
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/app/generations/ -
ported a fix from 3.3 branch: fixed hiding of ImportErrors
during 'install'
Christian Theune
- [Zope3-checkins]
SVN: Zope3/branches/benji-integrate-new-mechanize/src/
fixed all test failures but one
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-integrate-new-mechanize/src/
fix remaining test failure
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/ - Fixed issue 599:
provided view for interface.Invalid
Christian Theune
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/ - ported fix
for issue 599 from 3.3 branch (provides a view for
interface.exceptions.Invalid)
Christian Theune
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 531: Spurious
i18n deprecation warnings.
Dmitry Vasilev
- [Zope3-checkins] SVN: Zope3/trunk/ Merged revision 68769 from the
3.3 branch:
Dmitry Vasilev
- [Zope3-checkins]
SVN: Zope3/branches/benji-integrate-new-mechanize/src/
remove some cruft
Benji York
- [Zope3-checkins]
SVN: Zope3/branches/benji-integrate-new-mechanize/src/mechanize/_html.py
remove a hack to work-around a bug in Mechanize and add a
real fix (with tests)
Benji York
- [Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/browser/contents.py
clean up silliness
Fred Drake
- [Zope3-checkins]
SVN: Zope3/branches/benji-integrate-new-mechanize/src/zope/testbrowser/
ClientCookie is not included in mechanize
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/ - update mechanize and
ClientForm to newest versions
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/mechanize/_mechanize.py fix
mechanize bug that caused some zeo tests to fail
Benji York
- [Zope3-checkins] SVN: Zope3/trunk/src/mechanize/_ make our private
copy of mechanize match the patch that I submitted to the
Benji York
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/ Point to newer
version of zope.testrecorder and make its package name in Zope 3
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/ Point to newer version
of zope.testrecorder and make its package name in Zope 3
Philipp von Weitershausen
- [Zope3-checkins] SVN: Zope3/branches/3.3/ Fixed issue 525:
DateWidget ru-format
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Removed
tabs
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/ Merged revision 68818 from the
3.3 branch:
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/3.2-zope.app.externals/ Branch
for sharing elements of zope.app with Zope2 as svn:externals.
Tres Seaver
- [Zope3-checkins]
SVN: Zope3/branches/3.2-zope.app.externals/src/zope/app/servicenames
Zope 2.9.x imports things which depend on
zope.app.servicenames, so convert it.
Tres Seaver
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/i18n/format.py
Added pattern representation for parse() error messages
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/format.py Merged
revision 68836 from the 3.3 branch:
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt Added note
to CHANGES.txt about needing to re-register no-name views
Steve Alexander
- [Zope3-checkins] SVN: Zope3/branches/3.3-zope.app.externals/ Branch
to ease use of svn:externals pointing into zope.app.
Tres Seaver
- [Zope3-checkins]
SVN: Zope3/branches/3.3-zope.app.externals/src/zope/app/
Convert modules in zope.app to packages,
to ease sharing via svn:externals.
Tres Seaver
- [Zope3-checkins]
SVN: Zope3/branches/3.3-zope.app.externals/src/zope/app/servicenames
Overlooked module.
Tres Seaver
- [Zope3-checkins]
SVN: Zope3/branches/3.3/src/zope/component/interfaces.py
argument typo fix, s/comment/info
Baiju M
- [Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner
Fix ordering of testSetUp and testTearDown calls,
and allow new style classes
Stuart Bishop
- [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/datetime/ Fixed
'parseDatetimetz', it's now returns offset-naive (not UTC) time
Dmitry Vasiliev
- [Zope3-checkins] SVN: Zope3/trunk/src/zope/datetime/ Merged
revision 68930 from the 3.3 branch:
Dmitry Vasiliev
Last message date:
Fri Jun 30 15:25:53 EST 2006
Archived on: Tue Aug 15 07:29:28 EST 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).