GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_hotshot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-8
/
+8
*
Fix memory leak. This is (very!) similar to part of SF patch #478006.
Fred Drake
2001-11-09
1
-0
/
+1
*
Make the low-level log-reader object export a dictionary mapping keys
Fred Drake
2001-10-29
1
-45
/
+163
*
Got this to work in MacPython. The code is #ifdef macintosh style (to match t...
Jack Jansen
2001-10-23
1
-2
/
+10
*
Removed useless code to count the number of calls into the profiler.
Fred Drake
2001-10-15
1
-51
/
+177
*
Speed the Windows code by using native 64-bit int compiler support instead
Tim Peters
2001-10-13
1
-11
/
+14
*
This compiles on Windows now.
Tim Peters
2001-10-13
1
-0
/
+1
*
My editor can't deal with long backslash-continued strings. Changed 'em.
Tim Peters
2001-10-13
1
-48
/
+49
*
Get hotshot closer to compiling on Windows.
Tim Peters
2001-10-12
1
-3
/
+13
*
The HotShot core: look, ma, no hands!
Fred Drake
2001-10-12
1
-0
/
+1368