index
:
delta/python-packages/zope-tal.git
3.5
Python3.7support
all-repos_autofix_all-repos-sed
drop-py26-py32-support
haufe-legacy-integration
master
pagetemplates-docs
py36
py3_unicode
pypyzpt
github.com: zopefoundation/zope.tal.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed collector issue 266
Jim Fulton
2004-08-31
1
-2
/
+10
*
Note a problem with bare except.
Florent Guillaume
2004-08-12
1
-0
/
+1
*
remove ancient turd file
Fred Drake
2004-07-16
1
-11
/
+0
*
Made sure that all module doc strings have an $Id$ tag. While doing this
Stephan Richter
2004-07-16
9
-5
/
+23
*
Made sure that all modules have a title.
Stephan Richter
2004-07-16
2
-5
/
+4
*
Removed "Revision information:" in module doc strings.
Stephan Richter
2004-07-15
3
-4
/
+8
*
Converted as many classes as possible to new style classes.
Stephan Richter
2004-07-15
9
-13
/
+11
*
Fix for issue 233 in the Zope 3 collector.
Fred Drake
2004-07-13
7
-17
/
+41
*
Converted XXX to TODO.
Stephan Richter
2004-07-13
6
-14
/
+13
*
Converted XXX to TODO and statement.
Stephan Richter
2004-07-13
1
-7
/
+7
*
Allow Id expansion.
Stephan Richter
2004-07-13
1
-1
/
+3
*
Removed an XXX by adjusting a docstring.
Philipp von Weitershausen
2004-07-09
1
-2
/
+1
*
add test for collector issue 133
Fred Drake
2004-07-07
1
-0
/
+39
*
Make zope.tal tests pass on Windows.
Marius Gedminas
2004-07-01
1
-0
/
+1
*
Added getContext.
Jim Fulton
2004-06-24
1
-0
/
+5
*
A small fix (with a test) for a trailing semicolon on i18n:attributes, which ...
Sidnei da Silva
2004-06-22
3
-1
/
+10
*
Improved content type guessing heuristic in zope.publisher.browser. Now
Marius Gedminas
2004-06-11
4
-28
/
+19
*
Added position (line, column) information to TALParser.
Marius Gedminas
2004-06-11
4
-2
/
+75
*
Added optional source annotations to zope.tal to simplify ZPT debugging.
Marius Gedminas
2004-06-11
19
-18
/
+403
*
Added a clarifying comment.
Marius Gedminas
2004-06-10
1
-2
/
+3
*
Cleaned up trailing whitespace, fixed a typo, and wrapped a 97-character wide
Marius Gedminas
2004-06-10
6
-13
/
+15
*
Updated to use ZPL 2.1.
Jim Fulton
2004-06-02
24
-24
/
+24
*
Fix keywords. Use $Id$ wherever possible; in text documents, it is
Philipp von Weitershausen
2004-05-17
1
-3
/
+0
*
Tell subversion to expand the Id keyword:
Philipp von Weitershausen
2004-05-16
10
-10
/
+10
*
Set mime-type or svn-eol property from cvs expansion data
root
2004-05-11
0
-0
/
+0
*
we now import directly from the zope.i18nmessageid package; this
Fred Drake
2004-04-15
1
-0
/
+1
*
MessageID should be had from zope.i18nmessageid, not zope.i18n.messageid;
Fred Drake
2004-04-15
4
-8
/
+8
*
start adding packaging metadata to the Zope tree
Fred Drake
2004-04-07
1
-0
/
+2
*
Why did this code ever want to find ZODB or Persistence ???
Fred Drake
2004-04-07
1
-0
/
+3
*
Removed an assertion which disallows usage of Zope3 i18n in XML markup.
Gintautas Miliauskas
2004-04-07
7
-2
/
+38
*
Comment references ITranslationService which does not seem to exist.
Gintautas Miliauskas
2004-04-05
1
-0
/
+1
*
Added getValue(name, default) to engine.
Stephan Richter
2004-03-23
2
-1
/
+13
*
Macro name is stored in reserved varaibale name 'macroname'.
Stephan Richter
2004-03-23
4
-7
/
+32
*
Added deactivated test, so me and Fred can look at a test case of what we
Stephan Richter
2004-03-23
1
-1
/
+15
*
pass the encoding along from the constructor
Fred Drake
2004-03-19
1
-1
/
+1
*
pass encoding through to the base XMLParser
Fred Drake
2004-03-19
1
-3
/
+3
*
Use new translation API.
Stephan Richter
2004-03-08
5
-28
/
+34
*
Improved module doc strings
Stephan Richter
2004-02-24
3
-8
/
+9
*
remove use of the ZODB 4 "zodb" facade package; use ZODB 3 directly
Fred Drake
2004-02-20
1
-2
/
+2
*
Fix various import issues.
Jeremy Hylton
2003-11-04
1
-4
/
+1
*
Remove unused local variables.
Jeremy Hylton
2003-11-03
1
-2
/
+2
*
Fix error in test data: A test document used an unbound namespace
Fred Drake
2003-10-24
1
-2
/
+2
*
Add some important information to the module docstring.
Fred Drake
2003-10-24
1
-2
/
+3
*
Final HEAD checkin of "Inline Code Support in TAL". For detailed messages
Stephan Richter
2003-08-21
9
-13
/
+224
*
Made extract.py work with message ids that have default values. Default
Stephan Richter
2003-08-18
1
-2
/
+9
*
Declare an encoding at the top of this file since it uses non-ASCII
Philipp von Weitershausen
2003-08-17
1
-1
/
+1
*
some reformatting to ease comparisons between 2.x and 3
Godefroid Chapelle
2003-08-15
3
-13
/
+31
*
Remove files unmaintained as part of Zope 3.
Fred Drake
2003-08-14
2
-169
/
+0
*
Merge fixes from srichter-i18n-macro-interaction-branch:
Fred Drake
2003-08-14
5
-21
/
+149
*
Made talgettext domain aware. The command line version does not support it
Stephan Richter
2003-08-12
2
-10
/
+18
[next]