summaryrefslogtreecommitdiff
path: root/django/bin/profiling
AgeCommit message (Expand)Author
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2008-06-16Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268Adrian Holovaty
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2005-07-18Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshotAdrian Holovaty
2005-07-18Renamed django.core.handler.CoreHandler to ModPythonHandler, in preparation f...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty