- 31 Oct, 2005 5 commits
-
-
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. :)
- 30 Oct, 2005 5 commits
-
-
Jim Fulton authored
-
Chris McDonough authored
Fix nonsensical test pointed out by Tim. We now test to make sure that a subcommit attaches a _p_jar to the object.
-
Andreas Jung authored
-
Andreas Jung authored
all the time)
-
Tim Peters authored
Stops deprecation warnings from ZODB 3.6. Still no idea why deprecation warnings from the ZODB tests show up (ZODB is already trying to suppress them, and that works fine in a ZODB checkout and in a Zope3 checkout).
-
- 29 Oct, 2005 5 commits
-
-
Chris McDonough authored
Make sure that savepoint creation is optimistic.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
Jim Fulton authored
Also, now tests will be searched for in lib/python of instances.
-
Chris McDonough authored
No commit message
-
- 28 Oct, 2005 2 commits
-
-
Chris McDonough authored
The checkin implies: - the "DBTab" package has been removed. It is no longer necessary. Instead, we use ZODB 3.6's built-in multidatabase support. - ZODBMountPoint no longer monkey-patches ZODB to allow for mount support. - We temporarily hack setup.py to allow ZODB 3.6.0b1 to be compiled (it expects to be compiled via ZPackage).
-
Stefan H. Holek authored
-
- 27 Oct, 2005 4 commits
-
-
Jim Fulton authored
-
Tim Peters authored
Record switch to pywin32 build 205.
-
Tim Peters authored
A one-character change to move to pywin32 build 205. This should repair PySECURITY_ATTRIBUTES problems that (mostly) Plone users report using recent Zopes on Windows. This change is in the 2.8.4 Windows installer I just published on zope.org. Alas, the 2.8.4 tarball there (and the 2.8.4 tag) differs from the source used to build the 2.8.4 Windows installer (by this one character, bumping W32ALLVERSION in inst/WinBuilders/mk/python.mk).
-
- 26 Oct, 2005 8 commits
-
-
Tres Seaver authored
-
Jim Fulton authored
there were pyc files around. Sigh. Added tests for restrictions on augmented assignment and for handling generator expressions.
-
Jim Fulton authored
-
Jim Fulton authored
object through an augmented assignment (aka inplace) operator.
-
Jim Fulton authored
object through an augmented assignment (aka inplace) operator. Also added handling for generator expressions.
-
Jim Fulton authored
never need these again, but that's what I said the last time I had to rediscover how this worked. :)
-
Tres Seaver authored
Products can look for such confgiurations to set product-specific options (see the example '<product-config>' section in skel/etc/zope.conf.in for sample usage).
-
Philipp von Weitershausen authored
root object from a Zope 3 point of view.
-
- 25 Oct, 2005 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
and uses zope.testing.testrunner as a module.
-
- 24 Oct, 2005 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 23 Oct, 2005 1 commit
-
-
Philipp von Weitershausen authored
restructuring of the source code package layout and i18n through Zope 3 message catalogs by default (fallback to older translation services is possible). Updates to Five 1.2 and eventually 1.3 will follow as those versions are released. Zope 2.9 will be released with Five 1.3 (which will have Zope 3.2 support)
-
- 21 Oct, 2005 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-