- 19 May, 2003 1 commit
-
-
Chris McDonough authored
-
- 18 May, 2003 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 17 May, 2003 1 commit
-
-
Chris McDonough authored
This prevents problems during test debugging where a logfile isn't generated and a module might be half-imported.
-
- 15 May, 2003 1 commit
-
-
Tim Peters authored
second of wall-clock time. That's plenty, except when, e.g., a burst of network activity takes the CPU away for a second. Jeremy saw it fail once yesterday when running Zope-2_6-branch pre-release tests, and that was unfortunate timing <wink>. I found that running it in a loop eventually caused a spurious failure whenever I ran it too. So, in just this test, boosted the timeout by a factor of 60. This should make it astronomically unlikely to fail. Also sped the test by removing unneeded .keys() and .sort() calls. Also switched from using Python's assert stmt to unittest's assertEqual() facility.
-
- 14 May, 2003 3 commits
-
-
Shane Hathaway authored
cycle is left behind that includes a SafeMapping, and SafeMappings are not aware of GC, therefore the cycle can't be collected. Iterator is also in the cycle, however, and it does not need a strong reference to the Context object, since the Context refers to the Iterator. So Iterators now refer to Context through a weak reference.
-
Shane Hathaway authored
importing AccessControl.User specifically will now function correctly.
-
Shane Hathaway authored
reason "import Zope" is often required in unit tests.
-
- 12 May, 2003 1 commit
-
-
Tim Peters authored
from a dict with a float value. Mapping_update(): This squashed errors raised by PyObject_SetItem(), changing them to a "not a 2-tuple" TypeError instead. Unclear why, since 2-tupleness was checked earlier. Fixed by backporting part of the ZODB4 BTree construction code, which doesn't have this problem. Bonus: it's faster now too.
-
- 09 May, 2003 7 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Make sure test_MultiMapping doesn't rely on the order in which dict entries are printed.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
I'm hesitant to see this fix really works, except that I wrote a very minimal test suite that covers all the cases I'm aware of. The previous checkin caused numberic operations when the Missing object was on the right-hand side.
-
Jeremy Hylton authored
-
Casey Duncan authored
with new Zope3 interfaces
-
Jeremy Hylton authored
Fixes crash reported by Tres Seaver. Missing.Value offered to coerce itself to unicode. unicode_compare() blew up because it expected that the other argument had been converted to unicode. XXX But why does this implement coercion at all?
-
- 07 May, 2003 3 commits
-
-
Evan Simpson authored
-
Tres Seaver authored
- Do what the docstring says: If -i is specified or no action is specified on the command line, a "shell" interpreting actions typed interactively is started.
-
Andreas Jung authored
-
- 02 May, 2003 2 commits
-
-
Gary Poster authored
-
Casey Duncan authored
Port multiple selection property fix from 2.6 branch. Also undid a previous fix which prevented multiple select properties from being added TTW.
-
- 28 Apr, 2003 1 commit
-
-
Brian Lloyd authored
-
- 27 Apr, 2003 1 commit
-
-
Chris McDonough authored
-
- 25 Apr, 2003 2 commits
-
-
Fred Drake authored
-
Evan Simpson authored
addressed, so I just improved encodeExpansion()'s compression behavior.
-
- 24 Apr, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 23 Apr, 2003 2 commits
-
-
Fred Drake authored
specifically set.
-
Richard Jones authored
selection" properties better (ie. default to an empty list, not empty string)
-
- 22 Apr, 2003 4 commits
-
-
Fred Drake authored
- normalize whitespace
-
Fred Drake authored
-
Fred Drake authored
it more readable - remove unused instance variable
-
Fred Drake authored
PageTemplateFile.__init__() does some weird magic. Without this, the sniffer tests failed on Windows.
-
- 21 Apr, 2003 1 commit
-
-
Chris McDonough authored
-
- 18 Apr, 2003 1 commit
-
-
Andreas Jung authored
-
- 17 Apr, 2003 2 commits
-
-
Fred Drake authored
- modernize a type-check
-
Fred Drake authored
- modernize several type-checks - remove unused imports
-
- 15 Apr, 2003 1 commit
-
-
Chris McDonough authored
-
- 13 Apr, 2003 3 commits
-
-
Andreas Jung authored
-
Chris McDonough authored
-
Chris McDonough authored
-