close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Jul 9, 2008, 10:40:02 AM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
67 | 67 | `abs_url()`:: Function for converting relative paths to absolute URLs |
68 | 68 | `attrgetter`:: Function from the Python `operator` module |
| 69 | `classes`:: Helper function to generate CSS class names for use in HTML templates |
69 | 70 | `date`:: Python `date` class from the `datetime` module |
70 | 71 | `datetime`:: Python `datetime` class from the `datetime` module |
71 | 72 | `_()` / `gettext()`:: Function for translating a message |
72 | 73 | `HTML()`:: Function to parse a string as HTML and return a markup stream |
| 74 | `group`:: Helper function for splitting flat lists up into groups of items (like columns) |
73 | 75 | `groupby`:: Function from the Python `itertools` module |
74 | 76 | `itemgetter`:: Function from the Python `operator` module |
75 | 77 | `ngettext()`:: Function for translating a message including plural forms |
76 | 78 | `path_to()`:: Function for generating URLs based on the [UrlRouting routing configuration] |
| 79 | `request`:: The `Request` object |
| 80 | `response`:: The `Response` object |
| 81 | `separated`:: Helper function that adds separator strings to a list of strings |
77 | 82 | `time`:: Python `time` class from the `datetime` module |
78 | 83 | `timedelta`:: Python `timedelta` class from the `datetime` module |