[issue14900] cProfile does not take its result headers as sort arguments

2012-11-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: No problems! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue14900] cProfile does not take its result headers as sort arguments

2012-11-01 Thread Arne Babenhauserheide
Arne Babenhauserheide added the comment: …you were faster than me (I only managed to get the repo onto my current computer yesterday and the children kept me occupied). Thank you! -- ___ Python tracker _

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. For future improvements please open new issue. Thanks. -- components: +Documentation resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement versions: +Python 3.3, Python 3.4 __

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset f263a84871de by Andrew Svetlov in branch '2.7': Issue #14900: document added sort keys for profile stats. http://hg.python.org/cpython/rev/f263a84871de New changeset 52d6974fa05b by Andrew Svetlov in branch '3.2': Issue #14900: document added sort k

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm waiting for your patch. Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Arne Babenhauserheide added the comment: I’ll create them as soon as I get the time. It’s not as if that’s really hard - but I still have to do it (need to diff against current tip - I already merged, so that should work without problems). -- ___ Py

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, I cannot figure out what hg repo version should I use to apply sort-argument* patches. Can you prepare 2 cumulative patches for 2.7 and 3.2 which can be applied to current repo state? It's CPython team policy to send patches which can be applied to pure

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file27494/sort-argument-2.7.diff ___ Python tracker ___ ___ Python-bugs-

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Removed file: http://bugs.python.org/file27491/sort-argument-2.7.diff ___ Python tracker ___ ___ Python-bug

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file27493/sort-argument-3.2.diff ___ Python tracker ___ ___ Python-bugs-

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Removed file: http://bugs.python.org/file27492/sort-argument-3.2.diff ___ Python tracker ___ ___ Python-bug

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Arne Babenhauserheide added the comment: Jepp, I missed that. I hope the added patches clear that up. -- ___ Python tracker ___ ___ Py

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file27492/sort-argument-3.2.diff ___ Python tracker ___ ___ Python-bugs-

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file27491/sort-argument-2.7.diff ___ Python tracker ___ ___ Python-bugs-

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks like you missed *sort* parameter for ".. function:: run(command, filename=None, sort=-1)" Also it will be nice to insert link to Stats.sort_stats in doc text for run functions. -- ___ Python tracker

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file27485/profile-docs-2.7.diff ___ Python tracker ___ ___ Python-bugs-l

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file27484/profile-docs-3.2.diff ___ Python tracker ___ ___ Python-bugs-l

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Arne Babenhauserheide
Arne Babenhauserheide added the comment: Copyright-assignment signed and sent. Thanks! -- ___ Python tracker ___ ___ Python-bugs-list

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: Documentation also need to be updated to reflect changes. -- ___ Python tracker ___ ___ Python-bugs-

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm ok with aliases also. Issue with percall can be fixed only in 3.4 via renaming one of the column. Thanks again. -- ___ Python tracker ___ __

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 69b310f7acfa by Andrew Svetlov in branch '2.7': Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. http://hg.python.org/cpython/rev/69b310f7acfa New changeset 511a3c51731e by Andrew Svetlov in branch '3

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: I definitely agree with renaming "call count" to "primitive call count". Thank you for patch. BTW please fill Python Contributor Agreement: http://www.python.org/psf/contrib/ -- assignee: -> asvetlov ___ Python trac

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc3e27b7da41 by Andrew Svetlov in branch '2.7': Issue #14900: Distuguish call count and primitive call count in pstat output. http://hg.python.org/cpython/rev/cc3e27b7da41 New changeset 410e92589164 by Andrew Svetlov in branch '3.2': Issue #14900: D

[issue14900] cProfile does not take its result headers as sort arguments

2012-09-21 Thread Arne Babenhauserheide
Arne Babenhauserheide added the comment: Did you get to taking a look? Is there anything I should change? -- ___ Python tracker ___ _

[issue14900] cProfile does not take its result headers as sort arguments

2012-09-07 Thread Arne Babenhauserheide
Arne Babenhauserheide added the comment: Thank you! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue14900] cProfile does not take its result headers as sort arguments

2012-09-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'll take a look next week if nobody else do it before. -- ___ Python tracker ___ ___ Python-bugs-li

[issue14900] cProfile does not take its result headers as sort arguments

2012-09-07 Thread Arne Babenhauserheide
Arne Babenhauserheide added the comment: What would be the best way to get this patch reviewed? -- ___ Python tracker ___ ___ Python-b

[issue14900] cProfile does not take its result headers as sort arguments

2012-07-22 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue14900] cProfile does not take its result headers as sort arguments

2012-05-24 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file25698/3.2-1-headings-sortable.diff ___ Python tracker ___ ___ Python

[issue14900] cProfile does not take its result headers as sort arguments

2012-05-24 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file25697/3.2-0-pcalls.diff ___ Python tracker ___ ___ Python-bugs-list

[issue14900] cProfile does not take its result headers as sort arguments

2012-05-24 Thread Arne Babenhauserheide
Changes by Arne Babenhauserheide : Added file: http://bugs.python.org/file25696/2.7-1-headings-sortable.diff ___ Python tracker ___ ___ Python

[issue14900] cProfile does not take its result headers as sort arguments

2012-05-24 Thread Arne Babenhauserheide
New submission from Arne Babenhauserheide : cProfile reports the profiling result in a table with the headers ncalls tottime percall cumtime percall filename:lineno(function) The respective arguments are calls time -cumulative - nfl Since I had to lookup these diffe