[issue2919] Merge profile/cProfile in 3.0

2011-12-09 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue2919] Merge profile/cProfile in 3.0

2010-10-14 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue2919] Merge profile/cProfile in 3.0

2010-07-13 Thread Brett Cannon
Brett Cannon added the comment: Alexandre has commit privs so he could just go ahead and commit if he wants. I do hope to look at this code at some point in my life. I will see if I can't find time at EuroPython next week, especially if Alexander has fixes to it and still feels the need for a

[issue2919] Merge profile/cProfile in 3.0

2010-07-13 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Is this a case of pure python implementation with a C speedup? Can you upload the patch to Rietveld? I'll take a look once it is there. -- nosy: +belopolsky ___ Python tracker

[issue2919] Merge profile/cProfile in 3.0

2010-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: Is there anyone who could review this, it seems a shame that someone's work has been sitting in limbo for over a year? -- nosy: +BreamoreBoy ___ Python tracker

[issue2919] Merge profile/cProfile in 3.0

2010-03-22 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue2919] Merge profile/cProfile in 3.0

2010-01-12 Thread Brett Cannon
Brett Cannon added the comment: I'll see if I can have a look sometime soon, but my profile experience is practically non-existent so I am not the best person for a code review. -- ___ Python tracker _

[issue2919] Merge profile/cProfile in 3.0

2010-01-11 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Any comment about the code I posted? -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue2919] Merge profile/cProfile in 3.0

2009-07-06 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti : Removed file: http://bugs.python.org/file14376/lsprof.py ___ Python tracker ___ ___ Python-bugs-list mailing

[issue2919] Merge profile/cProfile in 3.0

2009-07-06 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Here's an updated version of my lsprof.py module. I fixed a few bugs, includes the awful reference leak that was present in the previous version (i.e., the profiler code was keeping a reference to every frame executed). I consider the lsprof.py code funct

[issue2919] Merge profile/cProfile in 3.0

2009-06-28 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti : Added file: http://bugs.python.org/file14377/pyprofile.py ___ Python tracker ___ ___ Python-bugs-list mailing

[issue2919] Merge profile/cProfile in 3.0

2009-06-28 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Yesterday, I ported the _lsprof module to Python as an experiment. I still have a few issues to iron out, but the core of the functionality is there. I am not sure yet how this experiment will fit in the profile/cProfile merge. I wrote the port mainly t

[issue2919] Merge profile/cProfile in 3.0

2009-06-09 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Jean Brouwers wrote: > All tests passed after regenerating the expected results The tests for profile are output test. If you regenerate them, they pass for sure. Merging cProfile/profile will require a lot more work than just renaming the module. The de

[issue2919] Merge profile/cProfile in 3.0

2009-06-02 Thread Jean Brouwers
Jean Brouwers added the comment: Fixed a couple of typos in the README and _profile_hires.c files of the attached profile_module2.tgz tar ball. -- Added file: http://bugs.python.org/file14156/profile_module2.tgz ___ Python tracker

[issue2919] Merge profile/cProfile in 3.0

2009-06-02 Thread Jean Brouwers
Changes by Jean Brouwers : Removed file: http://bugs.python.org/file14131/profile_module.tgz ___ Python tracker ___ ___ Python-bugs-list mailin

[issue2919] Merge profile/cProfile in 3.0

2009-05-31 Thread Jean Brouwers
Jean Brouwers added the comment: I just added another comment about the high-resolution timer in . -- ___ Python tracker ___ __

[issue2919] Merge profile/cProfile in 3.0

2009-05-31 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- versions: +Python 3.2 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue2919] Merge profile/cProfile in 3.0

2009-05-31 Thread Brett Cannon
Brett Cannon added the comment: Thanks for the code, Jean. With Python 3.1 about to go out the door this will have to be a 3.2 thing. But I plan to start looking at this module merge some time in July so I should get to looking at what you did then (unless someone beats me to it). -- st

[issue2919] Merge profile/cProfile in 3.0

2009-05-31 Thread Jean Brouwers
Jean Brouwers added the comment: Attached is *an* attempt to combine the old profile/cProfile modules into a single one called profile. Only the C and Python source and test files are included, not any documentation files. More details are in the README file, copied below. Hopefully, this

[issue2919] Merge profile/cProfile in 3.0

2009-05-29 Thread Humberto Diogenes
Humberto Diogenes added the comment: How is this going? -- nosy: +hdiogenes ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue2919] Merge profile/cProfile in 3.0

2008-08-18 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Let's retarget 3.1 then. -- nosy: +benjamin.peterson priority: release blocker -> critical versions: +Python 3.1 -Python 3.0 ___ Python tracker <[EMAIL PROTECTED]>

[issue2919] Merge profile/cProfile in 3.0

2008-08-18 Thread Alexandre Vassalotti
Alexandre Vassalotti <[EMAIL PROTECTED]> added the comment: Sorry, I can't. I would love to get this done, but I am just too busy this week (and next week doesn't look any better). Furthermore, the amount of work that the profile/cProfile merge will require is quite considerable. So, I don't expe

[issue2919] Merge profile/cProfile in 3.0

2008-08-17 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Can you get this done before beta 3? ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python

[issue2919] Merge profile/cProfile in 3.0

2008-07-30 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- priority: critical -> release blocker ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2919] Merge profile/cProfile in 3.0

2008-06-11 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: This didn't get done for the betas, but we're still going to release. Knocking it down to critical. -- nosy: +barry priority: release blocker -> critical ___ Python tracker <[EMAIL PROTECTED]>

[issue2919] Merge profile/cProfile in 3.0

2008-06-09 Thread Alexandre Vassalotti
Alexandre Vassalotti <[EMAIL PROTECTED]> added the comment: I will try to fix issue. I cannot promise that I will get it done before the beta though. -- nosy: +alexandre.vassalotti ___ Python tracker <[EMAIL PROTECTED]>

[issue2919] Merge profile/cProfile in 3.0

2008-05-19 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: cProfile should go away in 3.0 (as a public module) and just be what profile uses when available. -- components: Library (Lib) messages: 67073 nosy: brett.cannon priority: release blocker severity: normal status: open title: Merge pr