index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
pstats.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#16303: remove extra quotes from exception and add (). Initial patch by Vlad...
Ezio Melotti
2012-10-24
1
-2/+2
*
Issue #14900: Add aliases for sorting params for pstat to follow column names...
Andrew Svetlov
2012-10-07
1
-0/+4
*
Issue #14900: Distuguish call count and primitive call count in pstat output.
Andrew Svetlov
2012-10-07
1
-1/+1
*
Merge #12417 followup, also removing an extra docstring
Éric Araujo
2011-07-28
1
-4/+0
|
\
|
*
Remove mentions of previous license in profile module (#12417 followup)
Éric Araujo
2011-07-28
1
-2/+0
|
*
update profile license (closes #12417)
Benjamin Peterson
2011-06-27
1
-24/+13
|
*
Merged revisions 83533 via svnmerge from
Georg Brandl
2010-08-02
1
-2/+7
|
*
Merged revisions 77310-77311 via svnmerge from
Ezio Melotti
2010-08-02
1
-2/+2
|
*
Merged revisions 83421,83424 via svnmerge from
Georg Brandl
2010-08-01
1
-5/+24
*
|
strip trailing ws
Benjamin Peterson
2011-06-27
1
-3/+3
*
|
update profile license (closes #12417)
Benjamin Peterson
2011-06-27
1
-25/+17
*
|
Merged revisions 86580 via svnmerge from
Senthil Kumaran
2010-11-20
1
-1/+1
*
|
Fix merging glitches.
Georg Brandl
2010-08-02
1
-5/+5
*
|
Merged revisions 83523 via svnmerge from
Georg Brandl
2010-08-02
1
-26/+29
*
|
Merged revisions 83531 via svnmerge from
Georg Brandl
2010-08-02
1
-2/+7
*
|
Merged revisions 83385-83389,83391 via svnmerge from
Georg Brandl
2010-08-01
1
-5/+24
*
|
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
1
-11/+2
*
|
#4440: modernize a use of filter(), making it compatible with 3.x
Andrew M. Kuchling
2010-04-02
1
-1/+1
*
|
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
Antoine Pitrou
2010-01-04
1
-2/+2
|
/
*
Silence -3 warnings in pstats: a dict.has_key() usage and backport solution to
Brett Cannon
2008-08-03
1
-2/+12
*
#1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.
Georg Brandl
2008-01-21
1
-1/+2
*
Bug #1603321: make pstats.Stats accept Unicode file paths.
Georg Brandl
2006-11-26
1
-1/+1
*
Fix errors found by pychecker.
Neal Norwitz
2006-06-11
1
-3/+6
*
Allow pstats.Stats creator to specify an alternate to stdout.
Skip Montanaro
2006-04-21
1
-65/+79
*
Added the cProfile module.
Armin Rigo
2006-02-08
1
-9/+37
*
Removed deprecated method from pstats.
Raymond Hettinger
2004-12-05
1
-4/+0
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-8/+5
*
- add a dump_stats() method similar to that of the profile.Profile class
Fred Drake
2003-05-14
1
-2/+10
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-4/+4
*
Replaced .keys() with dictionary iterators
Raymond Hettinger
2002-06-02
1
-28/+25
*
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger
2002-06-01
1
-1/+1
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-01
1
-1/+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-7/+7
*
Put the deprecated .ignore() method back where it was.
Tim Peters
2001-10-08
1
-4/+4
*
Widespread random code cleanup.
Tim Peters
2001-10-08
1
-87/+54
*
Remove unused variable (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-1/+0
*
Patch #445538: add completion for pstats.py sort cmd.
Martin v. Löwis
2001-07-30
1
-0/+2
*
Patch #416224: add readline completion to cmd.Cmd.
Martin v. Löwis
2001-07-28
1
-0/+1
*
Patch #416220: Fix misplaced paren.
Martin v. Löwis
2001-06-07
1
-1/+1
*
When guarding an import, only catch ImportError.
Fred Drake
2001-05-11
1
-1/+1
*
Added more help, and recovery from misspelled sort key arguments.
Eric S. Raymond
2001-04-26
1
-2/+19
*
Should resolve [ #416039 ] pstats browser crashes.
Eric S. Raymond
2001-04-14
1
-3/+3
*
Import readline when possible to make the commaninterpreter UI nicer.
Eric S. Raymond
2001-04-14
1
-0/+4
*
Whitespace normalization.
Tim Peters
2001-04-13
1
-1/+0
*
Added a test main to the pstats library that can help you browse profile dumps.
Eric S. Raymond
2001-04-13
1
-0/+126
*
__all__ for several more modules
Skip Montanaro
2001-02-12
1
-0/+2
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-10/+9
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-454/+453
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-6/+6
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-51/+45
[next]