Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
feb78c94fa444a75b912ca355c3c80d7453f03f0
/
Modules
/
_hotshot.c
eddc144
Getting rid of all the code inside #ifdef macintosh too.
by Jack Jansen
· 21 years ago
1da1dbf
Renamed PyObject_GenericGetIter to PyObject_SelfIter
by Raymond Hettinger
· 22 years ago
e0cce8f
Created PyObject_GenericGetIter().
by Raymond Hettinger
· 22 years ago
fb8595d
Patch #661760: Cygwin auto-import module patch
by Jason Tishler
· 22 years ago
79acb9e
Patch #614055: Support OpenVMS.
by Martin v. Löwis
· 22 years ago
21ee409
Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.
by Martin v. Löwis
· 22 years ago
8eb92a0
Patch #608999: Fix portability problems with MIPSPro 7.x
by Martin v. Löwis
· 22 years ago
806d1c8
Fix *really* embarrassing typo reported by Raymond Hettinger.
by Michael W. Hudson
· 22 years ago
02ff6a9
A slight change to SET_LINENO-less tracing.
by Michael W. Hudson
· 22 years ago
dd32a91
This is my patch
by Michael W. Hudson
· 22 years ago
4df78cd
Patch #588561: Cygwin _hotshot patch
by Jason Tishler
· 22 years ago
0b624f6
unpack_string(): avoid a compiler warning (about a real bug!) by
by Guido van Rossum
· 22 years ago
666bf52
- When the log reader detects end-of-file, close the file.
by Fred Drake
· 22 years ago
5c3ed3d
Mark the closed attribute of the profiler with PyDoc_STR(), and added
by Fred Drake
· 22 years ago
d1eb8b6
Added a docstring for the closed attribute.
by Fred Drake
· 22 years ago
9cb64b9
Some modernization. Get rid of the redundant next() method. Always
by Guido van Rossum
· 22 years ago
6238d2b
Patch #569753: Remove support for WIN16.
by Martin v. Löwis
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
8b6b491
The logreader object did not always refill the input buffer correctly
by Neil Schemenauer
· 22 years ago
3afb2d2
Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary.
by Neal Norwitz
· 23 years ago
7bf6833
OS/2 EMX port changes (Modules part of patch #450267):
by Andrew MacIntyre
· 23 years ago
7ba5e81
Ensure we also build on VC7. Involves replacing largeint.h helper functions with msvc's native 64 bit integers.
by Mark Hammond
· 23 years ago
2c146bf
start() and stop() methods: return None where there is no exception;
by Fred Drake
· 23 years ago
cdc4451
Include <unistd.h> in Python.h. Fixes #500924.
by Martin v. Löwis
· 23 years ago
62c1e3c
Make sure to propogate errors that arise when profiling data cannot be
by Fred Drake
· 23 years ago
885d457
sprintf -> PyOS_snprintf in some "obviously safe" cases.
by Tim Peters
· 23 years ago
f12a68c
Fix memory leak. This is (very!) similar to part of SF patch #478006.
by Fred Drake
· 23 years ago
4c2e1af
Make the low-level log-reader object export a dictionary mapping keys
by Fred Drake
· 23 years ago
963659a
Got this to work in MacPython. The code is #ifdef macintosh style (to match the existing #ifdef MS_WINDOWS), but eventually ifdeffing on configure features is probably better.
by Jack Jansen
· 23 years ago
30d1c75
Removed useless code to count the number of calls into the profiler.
by Fred Drake
· 23 years ago
7d99ff2
Speed the Windows code by using native 64-bit int compiler support instead
by Tim Peters
· 23 years ago
1b6e08a
This compiles on Windows now.
by Tim Peters
· 23 years ago
feab23f
My editor can't deal with long backslash-continued strings. Changed 'em.
by Tim Peters
· 23 years ago
1566a17
Get hotshot closer to compiling on Windows.
by Tim Peters
· 23 years ago
8c081a1
The HotShot core: look, ma, no hands!
by Fred Drake
· 23 years ago