summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed collector issue 266Jim Fulton2004-08-311-2/+10
* Note a problem with bare except.Florent Guillaume2004-08-121-0/+1
* remove ancient turd fileFred Drake2004-07-161-11/+0
* Made sure that all module doc strings have an $Id$ tag. While doing this Stephan Richter2004-07-169-5/+23
* Made sure that all modules have a title.Stephan Richter2004-07-162-5/+4
* Removed "Revision information:" in module doc strings.Stephan Richter2004-07-153-4/+8
* Converted as many classes as possible to new style classes.Stephan Richter2004-07-159-13/+11
* Fix for issue 233 in the Zope 3 collector.Fred Drake2004-07-137-17/+41
* Converted XXX to TODO.Stephan Richter2004-07-136-14/+13
* Converted XXX to TODO and statement.Stephan Richter2004-07-131-7/+7
* Allow Id expansion.Stephan Richter2004-07-131-1/+3
* Removed an XXX by adjusting a docstring.Philipp von Weitershausen2004-07-091-2/+1
* add test for collector issue 133Fred Drake2004-07-071-0/+39
* Make zope.tal tests pass on Windows.Marius Gedminas2004-07-011-0/+1
* Added getContext.Jim Fulton2004-06-241-0/+5
* A small fix (with a test) for a trailing semicolon on i18n:attributes, which ...Sidnei da Silva2004-06-223-1/+10
* Improved content type guessing heuristic in zope.publisher.browser. NowMarius Gedminas2004-06-114-28/+19
* Added position (line, column) information to TALParser.Marius Gedminas2004-06-114-2/+75
* Added optional source annotations to zope.tal to simplify ZPT debugging.Marius Gedminas2004-06-1119-18/+403
* Added a clarifying comment.Marius Gedminas2004-06-101-2/+3
* Cleaned up trailing whitespace, fixed a typo, and wrapped a 97-character wideMarius Gedminas2004-06-106-13/+15
* Updated to use ZPL 2.1.Jim Fulton2004-06-0224-24/+24
* Fix keywords. Use $Id$ wherever possible; in text documents, it isPhilipp von Weitershausen2004-05-171-3/+0
* Tell subversion to expand the Id keyword:Philipp von Weitershausen2004-05-1610-10/+10
* Set mime-type or svn-eol property from cvs expansion dataroot2004-05-110-0/+0
* we now import directly from the zope.i18nmessageid package; thisFred Drake2004-04-151-0/+1
* MessageID should be had from zope.i18nmessageid, not zope.i18n.messageid;Fred Drake2004-04-154-8/+8
* start adding packaging metadata to the Zope treeFred Drake2004-04-071-0/+2
* Why did this code ever want to find ZODB or Persistence ???Fred Drake2004-04-071-0/+3
* Removed an assertion which disallows usage of Zope3 i18n in XML markup.Gintautas Miliauskas2004-04-077-2/+38
* Comment references ITranslationService which does not seem to exist.Gintautas Miliauskas2004-04-051-0/+1
* Added getValue(name, default) to engine.Stephan Richter2004-03-232-1/+13
* Macro name is stored in reserved varaibale name 'macroname'.Stephan Richter2004-03-234-7/+32
* Added deactivated test, so me and Fred can look at a test case of what weStephan Richter2004-03-231-1/+15
* pass the encoding along from the constructorFred Drake2004-03-191-1/+1
* pass encoding through to the base XMLParserFred Drake2004-03-191-3/+3
* Use new translation API.Stephan Richter2004-03-085-28/+34
* Improved module doc stringsStephan Richter2004-02-243-8/+9
* remove use of the ZODB 4 "zodb" facade package; use ZODB 3 directlyFred Drake2004-02-201-2/+2
* Fix various import issues.Jeremy Hylton2003-11-041-4/+1
* Remove unused local variables.Jeremy Hylton2003-11-031-2/+2
* Fix error in test data: A test document used an unbound namespaceFred Drake2003-10-241-2/+2
* Add some important information to the module docstring.Fred Drake2003-10-241-2/+3
* Final HEAD checkin of "Inline Code Support in TAL". For detailed messagesStephan Richter2003-08-219-13/+224
* Made extract.py work with message ids that have default values. DefaultStephan Richter2003-08-181-2/+9
* Declare an encoding at the top of this file since it uses non-ASCIIPhilipp von Weitershausen2003-08-171-1/+1
* some reformatting to ease comparisons between 2.x and 3Godefroid Chapelle2003-08-153-13/+31
* Remove files unmaintained as part of Zope 3.Fred Drake2003-08-142-169/+0
* Merge fixes from srichter-i18n-macro-interaction-branch:Fred Drake2003-08-145-21/+149
* Made talgettext domain aware. The command line version does not support itStephan Richter2003-08-122-10/+18