[issue766910] fix one or two bugs in trace.py

2021-12-10 Thread Daniel Diniz
Change by Daniel Diniz : -- nosy: +ajaksu2 versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.7 ___ Python tracker ___ _

[issue766910] fix one or two bugs in trace.py

2016-09-10 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: belopolsky -> versions: +Python 3.7 -Python 3.3, Python 3.4 ___ Python tracker ___ __

[issue766910] fix one or two bugs in trace.py

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue766910] fix one or two bugs in trace.py

2013-05-26 Thread Eli Bendersky
Eli Bendersky added the comment: Ah, no time, no time... :-/ I may get back to this in the future. Bumping to more relevant versions for now. -- versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 ___ Python tracker

[issue766910] fix one or two bugs in trace.py

2013-05-25 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle bump. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue766910] fix one or two bugs in trace.py

2011-01-12 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Sat, Dec 4, 2010 at 3:34 AM, Eli Bendersky wrote: .. > I reviewed the patch and ported the changes to the newest sources Eli, I don't think you ever posted an updated patch. Do you still have it? This may be a good starting issue for you as a commi

[issue766910] fix one or two bugs in trace.py

2011-01-12 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Wed, Jan 12, 2011 at 12:17 PM, Alexander Belopolsky wrote: .. > The counts should grow in repeated runs. I did not pay attention: the numbers in summary are numbers of lines, not execution counts. The execution counts in .cover file grow as expected.

[issue766910] fix one or two bugs in trace.py

2011-01-12 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Sat, Dec 4, 2010 at 3:34 AM, Eli Bendersky wrote: >.. > However, while experimenting, I think I ran into much larger problems. Either > that or I've forgotten > how to use the module :-) I am afraid it is the latter. :-) The file specified in --file

[issue766910] fix one or two bugs in trace.py

2010-12-04 Thread Eli Bendersky
Changes by Eli Bendersky : Added file: http://bugs.python.org/file19934/traced_module.py ___ Python tracker ___ ___ Python-bugs-list mailing

[issue766910] fix one or two bugs in trace.py

2010-12-04 Thread Eli Bendersky
Eli Bendersky added the comment: Alexander, I reviewed the patch and ported the changes to the newest sources (since the fix to issue 9299, os.makedirs can be naturally used with its new flag to fix the bug Zooko refers to). However, while experimenting, I think I ran into much larger probl

[issue766910] fix one or two bugs in trace.py

2010-12-01 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Eli, Would you like to review this patch? -- nosy: +eli.bendersky -BreamoreBoy ___ Python tracker ___ _

[issue766910] fix one or two bugs in trace.py

2010-12-01 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Removed file: http://bugs.python.org/file18960/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue766910] fix one or two bugs in trace.py

2010-12-01 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Removed file: http://bugs.python.org/file18959/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue766910] fix one or two bugs in trace.py

2010-09-24 Thread Guido van Rossum
Changes by Guido van Rossum : -- Removed message: http://bugs.python.org/msg117113 ___ Python tracker ___ ___ Python-bugs-list mailin

[issue766910] fix one or two bugs in trace.py

2010-09-24 Thread Guido van Rossum
Changes by Guido van Rossum : -- Removed message: http://bugs.python.org/msg117114 ___ Python tracker ___ ___ Python-bugs-list mailin

[issue766910] fix one or two bugs in trace.py

2010-09-21 Thread Mark Lawrence
10 Subject: [issue766910] fix one or two bugs in trace.py Changes by Alexander Belopolsky : -- assignee: -> belopolsky nosy: +belopolsky ___ Python tracker <http://bugs.python.org/issue766910> ___

[issue766910] fix one or two bugs in trace.py

2010-09-21 Thread Mark Lawrence
44 Subject: [issue766910] fix one or two bugs in trace.py Changes by Alexander Belopolsky : Removed file: http://bugs.python.org/file8481/unnamed ___ Python tracker <http://bugs.python.org/issue766910> ___ --

[issue766910] fix one or two bugs in trace.py

2010-09-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: -> belopolsky nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue766910] fix one or two bugs in trace.py

2010-09-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Removed file: http://bugs.python.org/file8481/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue766910] fix one or two bugs in trace.py

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Is there any interest in this issue? -- nosy: +BreamoreBoy type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.3 ___ Python tracker

[issue766910] fix one or two bugs in trace.py

2010-05-20 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: -skip.montanaro ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue766910] fix one or two bugs in trace.py

2008-04-12 Thread Skip Montanaro
Skip Montanaro <[EMAIL PROTECTED]> added the comment: unassigning -- assignee: skip.montanaro -> Tracker <[EMAIL PROTECTED]> ___ Py

[issue766910] fix one or two bugs in trace.py

2007-12-20 Thread Isaac Morland
Isaac Morland added the comment: I would suggest that the need to create directories that may already exist (really "ensure existence of" directories) is not exclusive to trace.py. I am suggesting this be added as an option to os.mkdir and os.makedirs. See Issue 1675. -- nosy: +ijmorla

[issue766910] fix one or two bugs in trace.py

2007-09-28 Thread Zooko O'Whielacronx
Zooko O'Whielacronx added the comment: > Here is an updated version of the patch which simply removes some > dead code and updates a URL: > > regards, > > Zooko > > diff -rN -u old-up/setuptools-0.6c7/ez_setup.py new-up/ > setuptools-0.6c7/ez_setup.py > --- old-up/setuptools-0.6c7/ez_setup.py

[issue766910] fix one or two bugs in trace.py

2007-09-28 Thread Zooko O'Whielacronx
Zooko O'Whielacronx added the comment: Hi! Sorry it took me so long to look at this. I just checked the source in current trunk, and the relevant code is the same so this patch is still useful. (See the initial post for details.) Here is an updated version of the patch which simply remove

[issue766910] fix one or two bugs in trace.py

2007-08-28 Thread Skip Montanaro
Skip Montanaro added the comment: Zooko, is this patch still necessary? -- assignee: -> skip.montanaro nosy: +skip.montanaro Tracker <[EMAIL PROTECTED]> __