summaryrefslogtreecommitdiff
path: root/Modules/_hotshot.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-93/+93
* Merged revisions 67797 via svnmerge fromAmaury Forgeot d'Arc2008-12-151-10/+8
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-6/+6
* Renamed PyString to PyBytesChristian Heimes2008-05-261-6/+6
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-2/+2
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-6/+4
* Klocwork made another run and found a bunch more problems.Neal Norwitz2006-08-121-0/+5
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-0/+4
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-15/+10
* Fix more ssize_t issues.Martin v. Löwis2006-04-221-1/+1
* Patch #1470300: Port _hotshot to QNX4.25 port.Martin v. Löwis2006-04-141-2/+2
* C++ compiler changes. casts, rename variables with reserved names.Anthony Baxter2006-04-131-2/+2
* _hotshot hotshot_profiler(): If write_header() returnedTim Peters2006-03-071-1/+3
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-071-0/+6
* Merge ssize_t branch.Martin v. Löwis2006-02-151-9/+10
* Fix SF bug #1072182, problems with signed characters.Neal Norwitz2005-12-191-1/+1
* Nobody on python-dev seemed particularly bothered that Hotshot generates half-Armin Rigo2005-12-061-34/+2
* Fix a bunch of imports to use code.h instead of compile.h.Jeremy Hylton2005-10-211-1/+0
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+1
* SF bug #808756: refleaks in _hotshot.c.Armin Rigo2004-08-031-2/+10
* SF patch #969180, hotshot incorrectly computes elapsed time by JasonNeal Norwitz2004-06-131-5/+7
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-201-6/+2
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-171-1/+1
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-171-8/+1
* Patch #661760: Cygwin auto-import module patchJason Tishler2003-01-061-4/+2
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-061-1/+2
* Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.Martin v. Löwis2002-09-301-0/+2
* Patch #608999: Fix portability problems with MIPSPro 7.xMartin v. Löwis2002-09-191-0/+6
* Fix *really* embarrassing typo reported by Raymond Hettinger.Michael W. Hudson2002-09-111-1/+1
* A slight change to SET_LINENO-less tracing.Michael W. Hudson2002-09-111-4/+2
* This is my patchMichael W. Hudson2002-08-151-5/+8
* Patch #588561: Cygwin _hotshot patchJason Tishler2002-08-081-2/+4
* unpack_string(): avoid a compiler warning (about a real bug!) byGuido van Rossum2002-07-201-1/+4
* - When the log reader detects end-of-file, close the file.Fred Drake2002-07-181-45/+84
* Mark the closed attribute of the profiler with PyDoc_STR(), and addedFred Drake2002-07-171-2/+3
* Added a docstring for the closed attribute.Fred Drake2002-07-171-4/+9
* Some modernization. Get rid of the redundant next() method. AlwaysGuido van Rossum2002-07-171-66/+37
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-10/+10
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-30/+35
* The logreader object did not always refill the input buffer correctlyNeil Schemenauer2002-05-291-105/+56
* Remove compiler warnings on Solaris 8.Neal Norwitz2002-03-201-1/+1
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-2/+6
* Ensure we also build on VC7. Involves replacing largeint.h helper functions ...Mark Hammond2002-02-121-1/+0
* start() and stop() methods: return None where there is no exception;Fred Drake2002-02-081-2/+8
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Make sure to propogate errors that arise when profiling data cannot beFred Drake2001-12-041-71/+112
* sprintf -> PyOS_snprintf in some "obviously safe" cases.Tim Peters2001-11-281-8/+8
* Fix memory leak. This is (very!) similar to part of SF patch #478006.Fred Drake2001-11-091-0/+1
* Make the low-level log-reader object export a dictionary mapping keysFred Drake2001-10-291-45/+163
* Got this to work in MacPython. The code is #ifdef macintosh style (to match t...Jack Jansen2001-10-231-2/+10