- 03 Nov, 2005 6 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
- 02 Nov, 2005 7 commits
-
-
Philipp von Weitershausen authored
* Updated svn externals to include Zope 3.2 (currently the Zope3 trunk); that includes two new top-level packages, pytz and zodbcode, as well as the following new zope.* packages: - zope.deprecation - zope.dottedname - zope.formlib - zope.index - zope.testbrowser * Moved to a zpkgutils-based build system, as the Zope 3.2 extension modules require to be built with it. If everything goes ahead as planned, the release tarball will also be built with zpkgutils (some work has also been done in that direction). * Upgraded Five to the 1.3b release (released today) which is a Zope 3.2-compatible version of Five 1.2b (also released today). Biggest implication of this on the Zope 2 trunk is that the event work by Florent Guillaume has been folded back into the Zope 2 core, i.e. the OFS package. * A few fixes to the Zope 2 PageTemplate/TAL/TALES implementation to work with the new immutable i18n Messages available since Zope 3.1+ (and standard in Zope 3.2).
-
Philipp von Weitershausen authored
-
Florent Guillaume authored
Event interfaces are now in OFS.interfaces. IFiveObjectClonedEvent has been renamed into IObjectClonedEvent.
-
Florent Guillaume authored
-
Philipp von Weitershausen authored
i18n Messages. Made DummyEngine work with them.
-
Philipp von Weitershausen authored
going to include in Zope 2 (yet?).
-
Philipp von Weitershausen authored
but I really want this fix...): Incorporated test runner bug fixes: - --verbose --progress didn't do what people expected - --module matched module file paths rather than module dotted names - Positional arguments weren't handled correctly Changed the test-runner script, test.py to exclude packages currently gotten via externals.
-
- 01 Nov, 2005 21 commits
-
-
Florent Guillaume authored
something in the error_log.
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Jim Fulton authored
- --verbose --progress didn't do what people expected - --module matched module file paths rather than module dotted names - Positional arguments weren't handled correctly Changed the test-runner script, test.py to exclude packages currently gotten via externals.
-
Florent Guillaume authored
-
Florent Guillaume authored
-
Florent Guillaume authored
they assume the application object it the standard one which includes an error_log. But run in isolation they would pass. Now we make sure an error_log is present in the application object.
-
Florent Guillaume authored
- mark a test class as deprecated, - use a container class that implements IItem.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
doesn't have support for that. yet.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
somebody might readd this, as a version that is rewritten for Zope 2.
-
Philipp von Weitershausen authored
also removed duplicate entry on docutils
-
Philipp von Weitershausen authored
get rid of links to files that aren't in Zope 2
-
Stefan H. Holek authored
-
Andreas Jung authored
-
- 31 Oct, 2005 6 commits
-
-
Tim Peters authored
Doing so wipes out all the warning filters other tests may set up to suppress warnings those tests need to provoke but want to hide from the entity running the tests. This stops all the DeprecationWarnings that were displayed from the ZODB and ZEO tests when running Zope trunk's test suite.
-
Jim Fulton authored
r39647 | jim | 2005-10-26 13:12:39 -0400 (Wed, 26 Oct 2005) | 6 lines Fixed a bug in getting source that prevented tests from being used if there were pyc files around. Sigh. Added tests for restrictions on augmented assignment and for handling generator expressions. ------------------------------------------------------------------------ r39646 | jim | 2005-10-26 13:12:37 -0400 (Wed, 26 Oct 2005) | 2 lines Added tests for handling generator expressions. ------------------------------------------------------------------------ r39645 | jim | 2005-10-26 13:12:35 -0400 (Wed, 26 Oct 2005) | 3 lines Added protection against the (small) risk that someone could mitate an object through an augmented assignment (aka inplace) operator. ------------------------------------------------------------------------ r39644 | jim | 2005-10-26 13:12:32 -0400 (Wed, 26 Oct 2005) | 5 lines Added protection against the (small) risk that someone could mitate an object through an augmented assignment (aka inplace) operator. Also added handling for generator expressions. ------------------------------------------------------------------------ r39643 | jim | 2005-10-26 13:12:30 -0400 (Wed, 26 Oct 2005) | 4 lines Added notes on how restricted python works. I hope I never need these again, but that's what I said the last time I had to rediscover how this worked. :)
-
Florent Guillaume authored
standard containers. manage_afterAdd, manage_beforeDelete and manage_afterClone are now deprecated. See lib/python/Products/Five/tests/event.txt for details. This requires Five 1.3 (included in Zope 2.9).
-