47
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- changelog - [bug] Fixed an AST issue that was preventing correct operation under alpha versions of Python 3.4. Pullreq courtesy Zer0-. More... almost 11 years ago
Merge pull request #3 from Zer0-/master More... almost 11 years ago
_ast_util.py added visit_NameConstant to SourceGen SourceGenerator didn't work with python3.4 alpha, `None` Is now a NameConstant rather than a Name in ast the new method deals with converting it to a string More... almost 11 years ago
- changelog for Martin Geisler's coding/utf-8 fixes - version bump 0.9.1 More... almost 11 years ago
Fix docstrings to use "UTF-8" instead of "utf8" More... almost 11 years ago
Use Emacs compatible coding system More... almost 11 years ago
Use "coding:" instead of "encoding:" to specify file encoding More... almost 11 years ago
- fix #190 for py2.4 - other 2.4 ism More... almost 11 years ago
Merge pull request #2 from pjenvey/master More... almost 11 years ago
- [bug] The Context.locals_() method becomes a private underscored method, as this method has a specific internal use. The purpose of Context.kwargs has been clarified, in that it only delivers top level keyword arguments originally passed to template.render(). [ticket:219] More... almost 11 years ago
simplify More... almost 11 years ago
- [bug] Fixed Py3K bug where a "lambda" expression was not interpreted correctly within a template tag. [ticket:190] More... almost 11 years ago
- [bug] Using <%namespace import="*" module="somemodule"/> now skips over module elements that are not explcitly callable, avoiding TypeError when trying to produce partials. [ticket:207] More... almost 11 years ago
there was a ticket! More... almost 11 years ago
use repr here More... almost 11 years ago
update copyright More... almost 11 years ago
- [bug] The Babel plugin has been repaired to work on Python 3. More... almost 11 years ago
- changelog - guess this is 0.9.0 More... almost 11 years ago
- inline the loop here again - add more of a test More... almost 11 years ago
Allow literal string argument that starts with a "#". More... almost 11 years ago
- [bug] Changed setup.py to skip installing markupsafe if Python version is < 2.6 or is between 3.0 and less than 3.3, as Markupsafe now only supports 2.6->2.X, 3.3->3.X. [ticket:216] More... about 11 years ago
git convert More... about 11 years ago
- [bug] Fixed regression where "entity" filter wasn't converted for py3k properly (added tests.) [ticket:214] More... about 11 years ago
- [bug] Cleaned up all the various deprecation/ file warnings when running the tests under various Pythons with warnings turned on. [ticket:213] More... about 11 years ago
- [bug] Fixed bug where mako-render script wasn't compatible with Py3k. [ticket:212] More... about 11 years ago
Added tag rel_0_8_0 for changeset aa3c98e3bb5a3059c4e8e12b87366bc0a8db6236 More... about 11 years ago
- filename context added to template call in mako-render, so that inheritance chains and includes are located correctly, [ticket:202] More... about 11 years ago
- will call this 0.8.0 - add gpg sig More... about 11 years ago
changelog More... about 11 years ago
merge default More... about 11 years ago