[issue4440] sort command doesn't work in pstats if run interactively

2010-04-02 Thread A.M. Kuchling

A.M. Kuchling li...@amk.ca added the comment:

Thanks for your bug report and patch!

The original 2.x version was pretty ugly code with a lambda that used default 
arguments, so I rewrote the line to be more modern; it now does 
' all((x in abbrevs) for x in line.split())'.

Committed my version to trunk to r79603, and to 3.x trunk in r79604.

(A lot of pstats.py is pretty old-looking and could be tied up.)

--
assignee:  - akuchling
nosy: +akuchling
resolution:  - fixed
status: open - closed
Added file: http://bugs.python.org/file16737/pstats-simplify.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4440
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4440] sort command doesn't work in pstats if run interactively

2010-01-25 Thread Mitchell Model

Mitchell Model m...@acm.org added the comment:

Still true in 3.1

--
nosy: +MLModel
versions: +Python 3.1 -Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4440
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4440] sort command doesn't work in pstats if run interactively

2010-01-25 Thread Brian Curtin

Changes by Brian Curtin cur...@acm.org:


--
keywords: +needs review
priority:  - normal
stage:  - test needed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4440
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4440] sort command doesn't work in pstats if run interactively

2008-11-26 Thread Marcin Bachry

New submission from Marcin Bachry [EMAIL PROTECTED]:

Sort command in Python's 3.0 pstats doesn't accept any valid argument
and views help all the time:

$ python3.0 -m pstats pstats
Welcome to the profile statistics browser.
% sort cumulative
Valid sort keys (unique prefixes are accepted):
stdname -- standard name
nfl -- name/file/line
pcalls -- call count
file -- file name
calls -- call count
time -- internal time
line -- line number
cumulative -- cumulative time
module -- file name
name -- function name
%

--
components: Library (Lib)
files: pstats-fix.diff
keywords: patch
messages: 76467
nosy: marcin.bachry
severity: normal
status: open
title: sort command doesn't work in pstats if run interactively
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file12137/pstats-fix.diff

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue4440
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com