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
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
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
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/
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
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
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
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
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
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
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.
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
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
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
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-
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
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
>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
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
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
20 matches
Mail list logo