summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use optparse instead of getopt.Marius Gedminas2013-02-111-80/+41
* Whoops, another use of the obsolete setpath hack.Marius Gedminas2013-02-111-3/+0
* Make it possible to filter FileTestCases by filename.Marius Gedminas2013-02-091-0/+5
* This should make the tests pass on Windows.Marius Gedminas2013-02-081-0/+5
* Explain the &#45 parsing difference (it's the stdlib)Marius Gedminas2013-02-071-2/+2
* Add PyPy support because it's not hardMarius Gedminas2013-02-074-5/+11
* We've reached Py3K: add classifiers, enable toxMarius Gedminas2013-02-073-3/+6
* Towards Py3K: &#45 inside attribute valuesMarius Gedminas2013-02-071-5/+7
* Towards Py3K: Python code inside templatesMarius Gedminas2013-02-071-9/+9
* Towards Py3K: use html.escape instead of cgi.escapeMarius Gedminas2013-02-072-6/+14
* Towards Py3K: builtins (part 2)Marius Gedminas2013-02-071-0/+7
* Towards Py3K: use io.StringIOMarius Gedminas2013-02-075-6/+34
* Towards Py3K: xml.parsers.expat wants byte strings (part 2)Marius Gedminas2013-02-071-1/+2
* Make attribute ordering deterministicMarius Gedminas2013-02-073-6/+6
* Better test failure reporting in FileTestCaseMarius Gedminas2013-02-072-11/+22
* Replace ndiff.py with stdlib's difflibMarius Gedminas2013-02-072-673/+2
* Remove the ancient setpath.py hackMarius Gedminas2013-02-072-49/+0
* Towards Py3K: avoid deprecated assertion spellingsMarius Gedminas2013-02-074-20/+20
* Towards Py3K: xml.parsers.expat wants byte stringsMarius Gedminas2013-02-071-13/+13
* Missing errno importMarius Gedminas2013-02-071-0/+1
* Unused importsMarius Gedminas2013-02-072-2/+0
* Towards Py3K: range() returns an iteratorMarius Gedminas2013-02-071-1/+1
* Towards Py3K: use f(*args) instead of apply(f, args)Marius Gedminas2013-02-071-1/+1
* Towards Py3K: builtinsMarius Gedminas2013-02-074-0/+24
* Towards Py3K: stdlib reorganizationMarius Gedminas2013-02-072-3/+15
* Towards Py3K: be prepared for dict viewsMarius Gedminas2013-02-075-9/+7
* Towards Py3K: iterator protocolMarius Gedminas2013-02-072-2/+3
* Towards Py3K: explicit relative importsMarius Gedminas2013-02-074-5/+5
* Towards Py3K: print() functionMarius Gedminas2013-02-077-49/+61
* 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: don't use tuple parameter unpackingMarius Gedminas2013-02-072-25/+46
* Towards Py3K: use the in operator instead of has_key()Marius Gedminas2013-02-072-7/+7
* Towards Py3K: use repr() instead of backticksMarius Gedminas2013-02-075-24/+24
* Towards Py3K: use "except ... as ..."Marius Gedminas2013-02-078-10/+10
* Add tox.ini to MANIFEST.in.Marius Gedminas2013-02-071-0/+1
* Add a tox.ini and a MANIFEST.in. Make setup.py test work again.Marius Gedminas2013-02-073-7/+22
* Remove ancient DEPENDENCIES.cfg cruft.Marius Gedminas2013-02-071-4/+0
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-175-8/+17
* v.b.David Glick2012-03-092-1/+5
* Prepare zope.tal 3.6.1.3.6.1David Glick2012-03-092-4/+4
* avoid spurious NestingErrors due to misparsing of end tags within scriptsDavid Glick2012-02-153-0/+12
* Fixed documentation link in README.txt.Michael Howitz2011-11-072-2/+5
* vbHanno Schlichting2011-08-202-1/+5
* Prepare zope.tal 3.6.0.3.6.0Hanno Schlichting2011-08-202-3/+3
* Updated `talinterpreter.FasterStringIO` to faster list-based implementation.Hanno Schlichting2011-08-202-19/+13
* Increase the default value of the `wrap` argument from 60 to 1023 characters,...Hanno Schlichting2011-08-204-7/+9
* Update bootstrapHanno Schlichting2011-08-201-19/+96
* add interpreter partFred Drake2010-07-081-1/+6
* Remove CVS-era Id fossils.Tres Seaver2010-06-0327-54/+0