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 12 and Version 13 of RequestHandlers


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RequestHandlers

    v12 v13  
    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
     69 `classes()`:: Helper function to generate CSS class names for use in HTML templates
    7070 `date`:: Python `date` class from the `datetime` module
    7171 `datetime`:: Python `datetime` class from the `datetime` module
    7272 `_()` / `gettext()`:: Function for translating a message
    7373 `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)
    75  `groupby`:: Function from the Python `itertools` module
     74 `group()`:: Helper function for splitting flat lists up into groups of items (like columns)
     75 `groupby()`:: Function from the Python `itertools` module
    7676 `itemgetter`:: Function from the Python `operator` module
    7777 `ngettext()`:: Function for translating a message including plural forms
     
    7979 `request`:: The `Request` object
    8080 `response`:: The `Response` object
    81  `separated`:: Helper function that adds separator strings to a list of strings
     81 `separated()`:: Helper function that adds separator strings to a list of strings
    8282 `time`:: Python `time` class from the `datetime` module
    8383 `timedelta`:: Python `timedelta` class from the `datetime` module