| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-1... | stratakis | 2019-03-14 | 1 | -1/+4 |
|
|
* | move declaration to top of the function to appease the c89 gods | Benjamin Peterson | 2016-09-05 | 1 | -1/+2 |
|
|
* | rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) | Benjamin Peterson | 2016-09-05 | 1 | -22/+21 |
|
|
* | ensure internal buffer is large enough for string after flushing (closes #24481) | Benjamin Peterson | 2015-06-27 | 1 | -0/+4 |
|
|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -93/+93 |
|
|
* | #3954: Fix error handling code in _hotshot.logreader | Amaury Forgeot d'Arc | 2008-12-15 | 1 | -10/+8 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -6/+6 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -6/+6 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -2/+2 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -6/+4 |
|
|
* | Klocwork made another run and found a bunch more problems. | Neal Norwitz | 2006-08-12 | 1 | -0/+5 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -0/+4 |
|
|
* | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -15/+10 |
|
|
* | Fix more ssize_t issues. | Martin v. Löwis | 2006-04-22 | 1 | -1/+1 |
|
|
* | Patch #1470300: Port _hotshot to QNX4.25 port. | Martin v. Löwis | 2006-04-14 | 1 | -2/+2 |
|
|
* | C++ compiler changes. casts, rename variables with reserved names. | Anthony Baxter | 2006-04-13 | 1 | -2/+2 |
|
|
* | _hotshot hotshot_profiler(): If write_header() returned | Tim Peters | 2006-03-07 | 1 | -1/+3 |
|
|
* | Thanks to Coverity, these were all reported by their Prevent tool. | Neal Norwitz | 2006-03-07 | 1 | -0/+6 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -9/+10 |
|
|
* | Fix SF bug #1072182, problems with signed characters. | Neal Norwitz | 2005-12-19 | 1 | -1/+1 |
|
|
* | Nobody on python-dev seemed particularly bothered that Hotshot generates half- | Armin Rigo | 2005-12-06 | 1 | -34/+2 |
|
|
* | Fix a bunch of imports to use code.h instead of compile.h. | Jeremy Hylton | 2005-10-21 | 1 | -1/+0 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+1 |
|
|
* | SF bug #808756: refleaks in _hotshot.c. | Armin Rigo | 2004-08-03 | 1 | -2/+10 |
|
|
* | SF patch #969180, hotshot incorrectly computes elapsed time by Jason | Neal Norwitz | 2004-06-13 | 1 | -5/+7 |
|
|
* | Getting rid of all the code inside #ifdef macintosh too. | Jack Jansen | 2003-11-20 | 1 | -6/+2 |
|
|
* | Renamed PyObject_GenericGetIter to PyObject_SelfIter | Raymond Hettinger | 2003-03-17 | 1 | -1/+1 |
|
|
* | Created PyObject_GenericGetIter(). | Raymond Hettinger | 2003-03-17 | 1 | -8/+1 |
|
|
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 1 | -4/+2 |
|
|
* | Patch #614055: Support OpenVMS. | Martin v. Löwis | 2002-12-06 | 1 | -1/+2 |
|
|
* | Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. | Martin v. Löwis | 2002-09-30 | 1 | -0/+2 |
|
|
* | Patch #608999: Fix portability problems with MIPSPro 7.x | Martin v. Löwis | 2002-09-19 | 1 | -0/+6 |
|
|
* | Fix *really* embarrassing typo reported by Raymond Hettinger. | Michael W. Hudson | 2002-09-11 | 1 | -1/+1 |
|
|
* | A slight change to SET_LINENO-less tracing. | Michael W. Hudson | 2002-09-11 | 1 | -4/+2 |
|
|
* | This is my patch | Michael W. Hudson | 2002-08-15 | 1 | -5/+8 |
|
|
* | Patch #588561: Cygwin _hotshot patch | Jason Tishler | 2002-08-08 | 1 | -2/+4 |
|
|
* | unpack_string(): avoid a compiler warning (about a real bug!) by | Guido van Rossum | 2002-07-20 | 1 | -1/+4 |
|
|
* | - When the log reader detects end-of-file, close the file. | Fred Drake | 2002-07-18 | 1 | -45/+84 |
|
|
* | Mark the closed attribute of the profiler with PyDoc_STR(), and added | Fred Drake | 2002-07-17 | 1 | -2/+3 |
|
|
* | Added a docstring for the closed attribute. | Fred Drake | 2002-07-17 | 1 | -4/+9 |
|
|
* | Some modernization. Get rid of the redundant next() method. Always | Guido van Rossum | 2002-07-17 | 1 | -66/+37 |
|
|
* | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 | 1 | -10/+10 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -30/+35 |
|
|
* | The logreader object did not always refill the input buffer correctly | Neil Schemenauer | 2002-05-29 | 1 | -105/+56 |
|
|
* | Remove compiler warnings on Solaris 8. | Neal Norwitz | 2002-03-20 | 1 | -1/+1 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -2/+6 |
|
|
* | Ensure we also build on VC7. Involves replacing largeint.h helper functions ... | Mark Hammond | 2002-02-12 | 1 | -1/+0 |
|
|
* | start() and stop() methods: return None where there is no exception; | Fred Drake | 2002-02-08 | 1 | -2/+8 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | Make sure to propogate errors that arise when profiling data cannot be | Fred Drake | 2001-12-04 | 1 | -71/+112 |
|
|