summaryrefslogtreecommitdiffstats
path: root/pym/cache/sql_template.py
Commit message (Collapse)AuthorAgeFilesLines
* Reverse the relationship between __contains__ and has_key in all cache ↵Zac Medico2006-10-261-1/+1
| | | | | | classes since python handles the "in" operator more efficiently than a has_key method call. svn path=/main/trunk/; revision=4821
* Replace relative imports with absolute imports for forward compatibility ↵Zac Medico2006-09-181-2/+2
| | | | | | with python 2.6. svn path=/main/trunk/; revision=4470
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+275
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257