[issue1397474] timeit execution enviroment

2012-01-13 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: needs patch -> patch review versions: +Python 3.3 -Python 3.1 ___ Python tracker ___ ___ Pytho

[issue1397474] timeit execution enviroment

2011-07-23 Thread Eli Bendersky
Eli Bendersky added the comment: Terry, I'd like to move this forward. New interfaces or not, making the documentation more comprehensible is an important goal in itself. Could you please comment on rurpy2's latest notes - I will adapt the patch for latest 2.7/3.2/3.3 heads and commit it. --

[issue1397474] timeit execution enviroment

2011-01-11 Thread rurpy the second
rurpy the second added the comment: I find the changes suggested by T Reedy and refined in the patch by E Bendersky an improvement. However, I found the following things confused me when reading it: "...constructor creates a function..." the constructor creates a Timeit instance, not a funct

[issue1397474] timeit execution enviroment

2010-09-13 Thread Eli Bendersky
Eli Bendersky added the comment: Terry, I'm attaching a patch for 2.7, however it's more proof-of-concept than final, because I have a few comments. The patch generally implements your documentation suggestion without the `import *` warning and without adding the final example. The latter fo

[issue1397474] timeit execution enviroment

2010-09-13 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: +eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1397474] timeit execution enviroment

2010-08-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: I agree that the Timer doc is deficient in not saying that timing is done within a function defined within the timeit module. It is also deficient in not mentioning the secret of how to successfully pass user-defined functions until the very bottom instead of

[issue1397474] timeit execution enviroment

2010-08-26 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1397474] timeit execution enviroment

2009-04-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: See related discussion in issue 5441 and issue 2527. -- assignee: rhettinger -> ___ Python tracker ___ __

[issue1397474] timeit execution enviroment

2009-01-27 Thread David W. Lambert
Changes by David W. Lambert : -- nosy: +LambertDW ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue1397474] timeit execution enviroment

2009-01-26 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: fdrake -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list maili