Re: [Python-Dev] Failed issue tracker submission

2012-11-16 Thread Chris Jerdonek
On Fri, Nov 16, 2012 at 10:06 PM, R. David Murray wrote: > On Sat, 17 Nov 2012 01:01:52 +0100, Antoine Pitrou > wrote: >> On Sat, 17 Nov 2012 00:47:33 +0100 >> mar...@v.loewis.de wrote: >> > >> > Zitat von Guido van Rossum : >> > >> > > But python-dev seems a poor place to spam with those errors

Re: [Python-Dev] Failed issue tracker submission

2012-11-16 Thread R. David Murray
On Sat, 17 Nov 2012 01:01:52 +0100, Antoine Pitrou wrote: > On Sat, 17 Nov 2012 00:47:33 +0100 > mar...@v.loewis.de wrote: > > > > Zitat von Guido van Rossum : > > > > > But python-dev seems a poor place to spam with those errors. > > > > It's certainly not deliberate that they are sent. Howeve

[Python-Dev] Register-based VM for CPython

2012-11-16 Thread Victor Stinner
Hi, I'm still looking for the best approach to speedup CPython. I found the following article comparing a stack-based VM to a register-based VM which announces a speed up between 20% and 40% (depending if the instruction dispatch uses a dummy switch or computed goto): http://static.usenix.org/eve

Re: [Python-Dev] pss

2012-11-16 Thread Oleg Broytman
On Fri, Nov 16, 2012 at 02:35:13PM -0800, Guido van Rossum wrote: > Oleg, this is inappropriate for python-dev. It's also a bit > uncivilized and unkind. Shame on me! Please, everyone, take my sincerest apology! I'm stopping now. Oleg. -- Oleg Broytmanhttp://phdru.name/

Re: [Python-Dev] Failed issue tracker submission

2012-11-16 Thread Antoine Pitrou
On Sat, 17 Nov 2012 00:47:33 +0100 mar...@v.loewis.de wrote: > > Zitat von Guido van Rossum : > > > But python-dev seems a poor place to spam with those errors. > > It's certainly not deliberate that they are sent. However, there > are too few people interested in working on fixing that so that

Re: [Python-Dev] Failed issue tracker submission

2012-11-16 Thread martin
Zitat von Guido van Rossum : But python-dev seems a poor place to spam with those errors. It's certainly not deliberate that they are sent. However, there are too few people interested in working on fixing that so that it remains unfixed. Even finding out why they are sent to python-dev is tr

Re: [Python-Dev] Failed issue tracker submission

2012-11-16 Thread Guido van Rossum
But python-dev seems a poor place to spam with those errors. On Fri, Nov 16, 2012 at 2:41 PM, Antoine Pitrou wrote: > On Fri, 16 Nov 2012 12:47:52 -0800 > Chris Jerdonek wrote: >> I filed an issue in the meta tracker about e-mails like the below that >> are sent to python-dev. The issue link is

Re: [Python-Dev] Failed issue tracker submission

2012-11-16 Thread Antoine Pitrou
On Fri, 16 Nov 2012 12:47:52 -0800 Chris Jerdonek wrote: > I filed an issue in the meta tracker about e-mails like the below that > are sent to python-dev. The issue link is here: > > http://psf.upfronthosting.co.za/roundup/meta/issue492 These e-mails are just because someone mentioned the wron

Re: [Python-Dev] pss

2012-11-16 Thread Guido van Rossum
Oleg, this is inappropriate for python-dev. It's also a bit uncivilized and unkind. On Fri, Nov 16, 2012 at 1:40 PM, Oleg Broytman wrote: > On Fri, Nov 16, 2012 at 01:20:17PM -0800, Eli Bendersky > wrote: >> On Fri, Nov 16, 2012 at 6:25 AM, Oleg Broytman wrote: >> >And pss is underdocument

Re: [Python-Dev] pss

2012-11-16 Thread Oleg Broytman
On Fri, Nov 16, 2012 at 01:20:17PM -0800, Eli Bendersky wrote: > On Fri, Nov 16, 2012 at 6:25 AM, Oleg Broytman wrote: > >And pss is underdocumented. > > > Even reading > https://bitbucket.org/eliben/pss/wiki/Usage#!usage-samplescombined Compare your page with man find and man gre

Re: [Python-Dev] Generally bored by installation

2012-11-16 Thread Oleg Broytman
On Fri, Nov 16, 2012 at 01:15:26PM -0800, Eli Bendersky wrote: > But generally, both are better than using the horrible "find | xargs grep" > incantation and all its variations. In what way they are better? I found 'find' to be quite capable, and find -exec grep '{}' \+ to be quite fast.

Re: [Python-Dev] pss (was: Generally bored by installation)

2012-11-16 Thread Eli Bendersky
On Fri, Nov 16, 2012 at 6:25 AM, Oleg Broytman wrote: > On Fri, Nov 16, 2012 at 05:34:37AM -0800, Eli Bendersky > wrote: > > > exec find . \( -type d \( -name CVS -o -name .svn -o -name .hg -o -name > > > .git -o -path ./.mozilla/\*/Cache/\* -o -path ./tmp/\* \) -prune \) -o > > > -type f -exec

Re: [Python-Dev] Generally bored by installation

2012-11-16 Thread Eli Bendersky
On Fri, Nov 16, 2012 at 9:18 AM, Vinay Sajip wrote: > Eli Bendersky gmail.com> writes: > > > Use pss [http://pypi.python.org/pypi/pss] > > How does it compare with grin? [http://pypi.python.org/pypi/grin] > > On the face of it, they both do the same job. > They're quite similar. pss is more clo

Re: [Python-Dev] Failed issue tracker submission

2012-11-16 Thread Chris Jerdonek
I filed an issue in the meta tracker about e-mails like the below that are sent to python-dev. The issue link is here: http://psf.upfronthosting.co.za/roundup/meta/issue492 --Chris On Thu, Nov 15, 2012 at 6:39 PM, Python tracker wrote: > > > An unexpected error occurred during the processing

Re: [Python-Dev] Generally bored by installation

2012-11-16 Thread Vinay Sajip
Eli Bendersky gmail.com> writes: > Use pss [http://pypi.python.org/pypi/pss] How does it compare with grin? [http://pypi.python.org/pypi/grin] On the face of it, they both do the same job. Regards, Vinay Sajip ___ Python-Dev mailing list Python-

[Python-Dev] Summary of Python tracker Issues

2012-11-16 Thread Python tracker
ACTIVITY SUMMARY (2012-11-09 - 2012-11-16) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open3801 ( -5) closed 24464 (+46) total 28265 (+41) Open issues wit

Re: [Python-Dev] pss (was: Generally bored by installation)

2012-11-16 Thread Oleg Broytman
On Fri, Nov 16, 2012 at 05:34:37AM -0800, Eli Bendersky wrote: > > exec find . \( -type d \( -name CVS -o -name .svn -o -name .hg -o -name > > .git -o -path ./.mozilla/\*/Cache/\* -o -path ./tmp/\* \) -prune \) -o > > -type f -exec grep -I "$@" '{}' \+ 2>/dev/null > > > Use pss ;-) [http://pypi.p

Re: [Python-Dev] Generally bored by installation

2012-11-16 Thread Eli Bendersky
>Christian, I feel your pain. Everyone does, I am sure. Who among us > never cursed that dratted computers? Those dirty rotten things that > always hang due to bugs in drivers or whatnot, require constant > cleaning, mending, upgrading, repairing, debugging. Condemn that magical > mouse gesture

Re: [Python-Dev] externals?

2012-11-16 Thread Trent Nelson
On Thu, Nov 15, 2012 at 01:20:09AM -0800, Kristj?n Valur J?nsson wrote: > Perhaps the unix makefiles get the proper version, but a windows developer > has to fetch those externals manually. Pro-tip: if you're developing on Windows, you're mad if you don't prime your dev env with Tools\bui

Re: [Python-Dev] Setting project home path the best way

2012-11-16 Thread Christian Tismer
Hi Daniel, no, I was not aware of this. I just read it up on http://sayspy.blogspot.de/2010/03/various-ways-of-distributing-python.html Yeah, thank you very much for this hint, very useful! ;-) cheers - Chris On 16.11.12 04:22, Daniel Holth wrote: Are you familiar with executing directories