summaryrefslogtreecommitdiff
path: root/talinterpreter.py
Commit message (Expand)AuthorAgeFilesLines
* Note a problem with bare except.Florent Guillaume2004-08-121-0/+1
* Converted as many classes as possible to new style classes.Stephan Richter2004-07-151-1/+1
* Fix for issue 233 in the Zope 3 collector.Fred Drake2004-07-131-2/+9
* Converted XXX to TODO.Stephan Richter2004-07-131-6/+6
* Improved content type guessing heuristic in zope.publisher.browser. NowMarius Gedminas2004-06-111-12/+7
* Added optional source annotations to zope.tal to simplify ZPT debugging.Marius Gedminas2004-06-111-4/+116
* Cleaned up trailing whitespace, fixed a typo, and wrapped a 97-character wideMarius Gedminas2004-06-101-5/+5
* Updated to use ZPL 2.1.Jim Fulton2004-06-021-1/+1
* Tell subversion to expand the Id keyword:Philipp von Weitershausen2004-05-161-1/+1
* MessageID should be had from zope.i18nmessageid, not zope.i18n.messageid;Fred Drake2004-04-151-2/+2
* Macro name is stored in reserved varaibale name 'macroname'.Stephan Richter2004-03-231-1/+8
* Improved module doc stringsStephan Richter2004-02-241-2/+3
* Final HEAD checkin of "Inline Code Support in TAL". For detailed messagesStephan Richter2003-08-211-0/+15
* some reformatting to ease comparisons between 2.x and 3Godefroid Chapelle2003-08-151-11/+10
* Fixed a couple of bugs in TAL. There are two more tests in the branch thatStephan Richter2003-08-081-0/+6
* remove apply callGodefroid Chapelle2003-08-081-1/+1
* - clean up popMacro() a littleFred Drake2003-08-061-19/+1
* Fred approved the fix. Here are the tests for it.Stephan Richter2003-08-061-1/+0
* This is a fix (without test for now) that was made in theStephan Richter2003-08-061-2/+1
* Changed str() calls to unicode() calls to allow for non-ascii charactersAdam Summers2003-07-151-1/+1
* Move initialization code to a function.Jeremy Hylton2003-06-301-4/+8
* Importgeddon part the second. Removed unused imports throughout theMartijn Faassen2003-05-011-4/+1
* Make the various i18n interfaces more consistent in their argumentBarry Warsaw2003-04-171-6/+4
* do_insertText_tal(): When the engine evaluates some text and returnsBarry Warsaw2003-04-151-0/+6
* Remove dependence on external cgi.escape() function, which is (veryFred Drake2003-04-081-2/+3
* Fold the common case for attrAction*() into do_startTag(); this is theFred Drake2003-04-081-11/+8
* attrAction_tal(): Merge the commonest case of a short path throughFred Drake2003-04-081-1/+7
* Fix whitespace normalization in TALMarius Gedminas2003-04-081-1/+2
* Some small speedups, mostly in do_startTag().Fred Drake2003-04-071-8/+17
* When determining a msgid from a default value, normalize the whitespaceFred Drake2003-04-071-2/+2
* Remove some out of date comments.Fred Drake2003-04-041-14/+0
* - remove some unused code, re-wrap a commentFred Drake2003-04-041-8/+2
* Pass the default text to the translation service so intepolations can beFred Drake2003-04-031-26/+15
* Changed the handling of program source translationsJim Fulton2003-04-031-3/+0
* Update i18n:attributes to support explicit message IDs.Fred Drake2003-03-311-3/+3
* Fixed a bug in handling of attribute translations when no translationJim Fulton2003-03-281-1/+3
* Add an ITranslator interface and a Translator implementation of thatBarry Warsaw2003-03-251-15/+13
* Added logging to warn when a message id is not found in the translation table.Nathan Yergler2003-03-251-0/+4
* Fixed talinterpreter to watch out for unknown translation message id.Nathan Yergler2003-03-251-1/+17
* Grand renaming:Jim Fulton2002-12-251-0/+732