summaryrefslogtreecommitdiff
path: root/cherrypy/lib/cptools.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Implements ticket #195.Robert Brewer2005-06-251-33/+34
| | | | | | | | 1. cpg module removed, all content moved into cherrypy.__init__. 2. Removed some circular imports in sessionfilter by moving sessionfilter.sessionfilter and _sessionTypes into sessionfilter.__init__. 3. renamed _cpconfig to "config". 4. renamed _cpserver to "server". 5. renamed cperror to _cperror; cherrypy.__init__ now imports * from _cperror.
* added fun decorator utility funcs and getSPecialAttributePathPeter Hunt2005-06-251-1/+28
|
* Fixed InternalRedirect to handle query strings.Robert Brewer2005-06-241-2/+2
|
* small fix to cptoolsPeter Hunt2005-06-241-1/+3
|
* Oops on the version string, and newline fixes yet again.Robert Brewer2005-06-141-24/+24
|
* added positional parameters to cherrypy.lib.cptools.PositionalParametersAwarePeter Hunt2005-06-121-0/+25
|
* Moved the ExposeItems class out of the lib package __init__.py. Created a ↵Carlos Ribeiro2005-01-041-0/+51
new lib/cptools.py sub-module to hold it another assorted helper functions.