[issue6696] Profile objects should be documented

2013-04-12 Thread Tom Pinckney
Tom Pinckney added the comment: Thanks everyone for helping me through my first python patch submission. -- ___ Python tracker ___ ___

[issue6696] Profile objects should be documented

2013-04-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: Cool! Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue6696] Profile objects should be documented

2013-04-12 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: eric.araujo -> ezio.melotti resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed type: behavior -> enhancement ___ Python tracker

[issue6696] Profile objects should be documented

2013-04-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd785c9d26c2 by Ezio Melotti in branch '3.3': #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. http://hg.python.org/cpython/rev/cd785c9d26c2 New changeset 81dabc1feb52 by Ezio Melotti in b

[issue6696] Profile objects should be documented

2013-04-10 Thread Tom Pinckney
Tom Pinckney added the comment: Great! Just signed the contributor agreement. On Apr 10, 2013, at 1:06 PM, Ezio Melotti wrote: > > Ezio Melotti added the comment: > > Last patch LGTM (except a couple of minor whitespace issues). > Tom, can you sign the contributor agreement > (http://www.p

[issue6696] Profile objects should be documented

2013-04-10 Thread Ezio Melotti
Ezio Melotti added the comment: Last patch LGTM (except a couple of minor whitespace issues). Tom, can you sign the contributor agreement (http://www.python.org/psf/contrib/contrib-form/)? -- stage: patch review -> commit review versions: -Python 3.2 __

[issue6696] Profile objects should be documented

2013-04-09 Thread Tom Pinckney
Tom Pinckney added the comment: Another update based on comments. Removed links to cProfile.py and _lsof.c. -- Added file: http://bugs.python.org/file29756/patch4.diff ___ Python tracker

[issue6696] Profile objects should be documented

2013-04-05 Thread Tom Pinckney
Tom Pinckney added the comment: Updated based on Ezio's comments. -- Added file: http://bugs.python.org/file29683/patch3.diff ___ Python tracker ___ __

[issue6696] Profile objects should be documented

2013-03-31 Thread Éric Araujo
Éric Araujo added the comment: Ezio, would you like to commit this? -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list

[issue6696] Profile objects should be documented

2013-02-10 Thread Tom Pinckney
Tom Pinckney added the comment: Draft of new updates based on Eric's feedback. I haven't done a final proof-reading over this patch as I wanted to upload it and see if I'm heading in the right direction first. -- Added file: http://bugs.python.org/file29036/patch2.diff ___

[issue6696] Profile objects should be documented

2013-02-05 Thread Éric Araujo
Éric Araujo added the comment: There is no rush, even if this doesn’t get into the docs distributed with the releases that are due next week-end, people will see it in the online docs a day after it’s committed. -- assignee: docs@python -> eric.araujo _

[issue6696] Profile objects should be documented

2013-02-05 Thread Tom Pinckney
Tom Pinckney added the comment: Thanks for the feedback! I'll incorporate it this weekend and make a new patch, though also feel free to just go ahead and make the changes yourself if you'd rather not wait for me. -- ___ Python tracker

[issue6696] Profile objects should be documented

2013-02-04 Thread Éric Araujo
Éric Araujo added the comment: 2.7 and 3.2. I’ll wait a few days to let Thomas get the email and reply if he wants. -- ___ Python tracker ___

[issue6696] Profile objects should be documented

2013-02-04 Thread Guido van Rossum
Guido van Rossum added the comment: Eric, you could also check it in with your own changes added. How far can we backport docs? -- ___ Python tracker ___

[issue6696] Profile objects should be documented

2013-02-04 Thread Éric Araujo
Éric Araujo added the comment: Tom, I’m sory your contribution was ignored, and I hope you still get Python bugs email. The patch is great. I made comments about contents and form on the code review site; you can follow the “review” link in the list of files on the top of this page if you di

[issue6696] Profile objects should be documented

2013-02-04 Thread Éric Araujo
Éric Araujo added the comment: I learned a lot of that stuff recently thanks to a tutorial from Greg Ward. Reviewing the patch now. -- stage: needs patch -> patch review versions: +Python 3.4 ___ Python tracker __

[issue6696] Profile objects should be documented

2013-02-04 Thread Guido van Rossum
Guido van Rossum added the comment: Can someone review Thomas's patch? It's nearly a year old... I just discovered this same issue. -- nosy: +gvanrossum ___ Python tracker ___

[issue6696] Profile objects should be documented

2012-08-16 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue6696] Profile objects should be documented

2012-05-12 Thread Tom Pinckney
Tom Pinckney added the comment: I took a stab at updating the docs based on the current profiler source. See attached patch for a first draft. This is my first doc patch so would appreciate any feedback on style and substance of my changes. I tried to document more of the modules (for examp

[issue6696] Profile objects should be documented

2012-05-10 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue6696] Profile objects should be documented

2012-05-10 Thread Tom Pinckney
Tom Pinckney added the comment: Looking at the current docs for 3.3, it looks like there are a bunch of other ways that the docs could be clarified: 1) Proper documentation of the complete profile.Profile() and cProfile.Profile() interfaces. 2) Adding other examples to the quick start secti

[issue6696] Profile objects should be documented

2011-06-12 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.3 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6696] Profile objects should be documented

2010-12-13 Thread R. David Murray
Changes by R. David Murray : -- stage: -> needs patch type: -> behavior versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-

[issue6696] Profile objects should be documented

2010-08-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am just responding so this will not show up on the 'unanswered issues' list. It appears that GB has accepted this as something that needs to be done. -- nosy: +terry.reedy ___ Python tracker

[issue6696] Profile objects should be documented

2010-08-02 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue6696] Profile objects should be documented

2010-08-01 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mail

[issue6696] Profile objects should be documented

2009-08-13 Thread Alexander Myodov
New submission from Alexander Myodov : Seems like a minor documentation issue in 2.x became more significant one in 3.x. In Python 2.6 (and lower), the documentation on Profile objects discussed them as a part of hotshot module, while omitting the fact that any profiler module, either of prof