[issue2919] Merge profile/cProfile in 3.0

2011-12-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +eric.snow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___ ___ Python-bugs-list

[issue2919] Merge profile/cProfile in 3.0

2010-10-14 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___ ___ Python-bugs-list

[issue2919] Merge profile/cProfile in 3.0

2010-07-13 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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 rep...@bugs.python.org

[issue2919] Merge profile/cProfile in 3.0

2010-07-13 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net 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

[issue2919] Merge profile/cProfile in 3.0

2010-07-13 Thread Brett Cannon
Brett Cannon br...@python.org 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

[issue2919] Merge profile/cProfile in 3.0

2010-03-22 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- nosy: +asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___ ___ Python-bugs-list

[issue2919] Merge profile/cProfile in 3.0

2010-01-12 Thread Brett Cannon
Brett Cannon br...@python.org 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 rep...@bugs.python.org

[issue2919] Merge profile/cProfile in 3.0

2010-01-11 Thread Alexandre Vassalotti
Alexandre Vassalotti alexan...@peadrop.com added the comment: Any comment about the code I posted? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___

[issue2919] Merge profile/cProfile in 3.0

2009-07-06 Thread Alexandre Vassalotti
Alexandre Vassalotti alexan...@peadrop.com 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

[issue2919] Merge profile/cProfile in 3.0

2009-07-06 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti alexan...@peadrop.com: Removed file: http://bugs.python.org/file14376/lsprof.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___

[issue2919] Merge profile/cProfile in 3.0

2009-06-28 Thread Alexandre Vassalotti
Alexandre Vassalotti alexan...@peadrop.com 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

[issue2919] Merge profile/cProfile in 3.0

2009-06-28 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti alexan...@peadrop.com: Added file: http://bugs.python.org/file14377/pyprofile.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___

[issue2919] Merge profile/cProfile in 3.0

2009-06-09 Thread Alexandre Vassalotti
Alexandre Vassalotti alexan...@peadrop.com 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

[issue2919] Merge profile/cProfile in 3.0

2009-06-02 Thread Jean Brouwers
Changes by Jean Brouwers mrje...@gmail.com: Removed file: http://bugs.python.org/file14131/profile_module.tgz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___

[issue2919] Merge profile/cProfile in 3.0

2009-06-02 Thread Jean Brouwers
Jean Brouwers mrje...@gmail.com 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-05-31 Thread Jean Brouwers
Jean Brouwers mrje...@gmail.com 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

[issue2919] Merge profile/cProfile in 3.0

2009-05-31 Thread Brett Cannon
Brett Cannon br...@python.org 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

[issue2919] Merge profile/cProfile in 3.0

2009-05-31 Thread Raymond Hettinger
Changes by Raymond Hettinger rhettin...@users.sourceforge.net: -- versions: +Python 3.2 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___

[issue2919] Merge profile/cProfile in 3.0

2009-05-31 Thread Jean Brouwers
Jean Brouwers mrje...@gmail.com added the comment: I just added another comment about the high-resolution timer in http://bugs.python.org/issue2281. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919

[issue2919] Merge profile/cProfile in 3.0

2009-05-29 Thread Humberto Diogenes
Humberto Diogenes humbe...@digi.com.br added the comment: How is this going? -- nosy: +hdiogenes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2919 ___

[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

[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] http://bugs.python.org/issue2919

[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] http://bugs.python.org/issue2919 ___ ___

[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] http://bugs.python.org/issue2919 ___ ___

[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] http://bugs.python.org/issue2919

[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