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.

Changes between Version 9 and Version 10 of RequestHandlers


Ignore:
Timestamp:
Jul 9, 2008, 10:40:02 AM (16 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RequestHandlers

    v9 v10  
    6767 `abs_url()`:: Function for converting relative paths to absolute URLs
    6868 `attrgetter`:: Function from the Python `operator` module
     69 `classes`:: Helper function to generate CSS class names for use in HTML templates
    6970 `date`:: Python `date` class from the `datetime` module
    7071 `datetime`:: Python `datetime` class from the `datetime` module
    7172 `_()` / `gettext()`:: Function for translating a message
    7273 `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)
    7375 `groupby`:: Function from the Python `itertools` module
    7476 `itemgetter`:: Function from the Python `operator` module
    7577 `ngettext()`:: Function for translating a message including plural forms
    7678 `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
    7782 `time`:: Python `time` class from the `datetime` module
    7883 `timedelta`:: Python `timedelta` class from the `datetime` module