Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cef4b81fae5dd90a0c00b04412c3a8ea03064326
/
Lib
/
pstats.py
70b64fc
Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().
by Raymond Hettinger
· 17 years ago
e1c9811
Merged revisions 60143-60149 via svnmerge from
by Christian Heimes
· 17 years ago
50da60c
The final occurrences of exception slicing.
by Georg Brandl
· 17 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 17 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
01c77c6
Anna Ravenscroft identified many occurrences of "file" used to open a file
by Alex Martelli
· 18 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
a871ef2
Added the cProfile module.
by Armin Rigo
· 19 years ago
6c92d76
Removed deprecated method from pstats.
by Raymond Hettinger
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
9c43910
- add a dump_stats() method similar to that of the profile.Profile class
by Fred Drake
· 21 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
e0d4972
Replaced .keys() with dictionary iterators
by Raymond Hettinger
· 22 years ago
32200ae
Replaced obsolete stat module constants with equivalent attributes
by Raymond Hettinger
· 22 years ago
16e3c42
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
281084f
Put the deprecated .ignore() method back where it was.
by Tim Peters
· 23 years ago
7d01685
Widespread random code cleanup.
by Tim Peters
· 23 years ago
77f9caf
Remove unused variable (PyChecker)
by Andrew M. Kuchling
· 23 years ago
27c430e
Patch #445538: add completion for pstats.py sort cmd.
by Martin v. Löwis
· 23 years ago
66b6e19
Patch #416224: add readline completion to cmd.Cmd.
by Martin v. Löwis
· 23 years ago
22adac5
Patch #416220: Fix misplaced paren.
by Martin v. Löwis
· 23 years ago
e818761
When guarding an import, only catch ImportError.
by Fred Drake
· 23 years ago
53b809d
Added more help, and recovery from misspelled sort key arguments.
by Eric S. Raymond
· 24 years ago
3c1858a
Should resolve [ #416039 ] pstats browser crashes.
by Eric S. Raymond
· 24 years ago
9cb9857
Import readline when possible to make the commaninterpreter UI nicer.
by Eric S. Raymond
· 24 years ago
613b222
Whitespace normalization.
by Tim Peters
· 24 years ago
4f3980d
Added a test main to the pstats library that can help you browse profile dumps.
by Eric S. Raymond
· 24 years ago
c62c81e
__all__ for several more modules
by Skip Montanaro
· 24 years ago
373c55e
String method conversion.
by Eric S. Raymond
· 24 years ago
2344fae
Whitespace normalization.
by Tim Peters
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
dabcd00
Fix mysterious references to jprofile that were in the source since
by Guido van Rossum
· 26 years ago
c8d3628
Give in to Timmy's Tedious Tab Theorem.
by Guido van Rossum
· 27 years ago
9694fca
Convert all remaining *simple* cases of regex usage to re usage.
by Guido van Rossum
· 27 years ago
2861f4e
Open files in binary mode (Jack)
by Guido van Rossum
· 27 years ago
4f399fb
more robust coding, adapted for mac
by Guido van Rossum
· 29 years ago
adb3105
Companion module for new profile.py
by Guido van Rossum
· 30 years ago