summaryrefslogtreecommitdiff
path: root/src/zope/tal/dummyengine.py
Commit message (Expand)AuthorAgeFilesLines
* Towards Py3K: builtins (part 2)Marius Gedminas2013-02-071-0/+7
* Towards Py3K: use io.StringIOMarius Gedminas2013-02-071-2/+9
* Towards Py3K: iterator protocolMarius Gedminas2013-02-071-1/+2
* Towards Py3K: explicit relative importsMarius Gedminas2013-02-071-1/+1
* Towards Py3K: exec(,,) instead of exec inMarius Gedminas2013-02-071-1/+1
* Towards Py3K: use list comprehension instead of filter()Marius Gedminas2013-02-071-1/+1
* Towards Py3K: use the in operator instead of has_key()Marius Gedminas2013-02-071-4/+4
* Towards Py3K: use repr() instead of backticksMarius Gedminas2013-02-071-3/+3
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-2/+3
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
* assert isn't a function, using parens will cause the two arguments to be trea...Matthew Wilkes2008-12-061-4/+4
* - Removed unnecessary 'dummyengine' dependency on zope.i18n toChris McDonough2007-11-141-2/+0
* Moving code to satellite.Christian Theune2007-05-031-0/+332