[pypy-dev] New Contributor Experience in Python and other FOSS Communities - A Survey

2012-11-19 Thread Brian Curtin
Hi all,

[note - this was originally sent to a few CPython places, but I told
the surveyor that we should include the many new PyPy contributors as
well, and he agreed]

Along with a number of other free and open communities, Python is
being included in a survey of new contributors since January 2010. The
survey is being done by Kevin Carillo, a PhD student at Victoria
University of Wellington who is studying various approaches that
projects use to gain and work with new contributors.

If you have written patches, reviewed issues, or done anything to
contribute to the development of Python and you started this after
January 2010, I hope you can spare around 20 minutes to complete this
survey: https://limesurvey.sim.vuw.ac.nz/index.php?sid=65151&lang=en

There's a longer blog post up at
http://blog.python.org/2012/11/new-contributor-experience-in-python.html
if you would like a bit more information.

On behalf of Kevin Carillo, I thank you for your time and
consideration of this survey.

Thank,

Brian Curtin
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] pypy on Windows

2012-03-22 Thread Brian Curtin
On Thu, Mar 22, 2012 at 11:06, Massa, Harald Armin  wrote:
> Hello pypy-ers,
>
> as a lurker on this mailing list I often read information as in "I do not
> have a Windows development system" or similiar.
>
> I know that Microsoft a) is a PSF member and b) was giving
> MSDN-Subscriptions to Python Developers and c) also has its own cloud called
> azure  d) has an rather active internal Python community
>
> So, was Microsoft allready asked along the lines of "would you be so kind to
> provide us with a cloudycloud running Visual C compilers, can pypy has
> cheesburger ?"
>
> Or is that be a good thing that is still to do?

It's really more of an issue of personnel, as Maciej points out. I
have a contact at Microsoft (through CPython) who is willing to help
us get what we need to support Python on Windows, whether it's tools
or help solving problems on the platform. If you solve the problem of
attracting more Windows developers, I could help facilitate discussion
with Microsoft to get something like Azure setup.
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] PyPy 1.7 - widening the sweet spot

2011-11-21 Thread Brian Curtin
On Mon, Nov 21, 2011 at 08:08, Phyo Arkar  wrote:
> https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-win32-c.zip
> can u try?>

I'd try it if it existed :)
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] PyPy 1.6 not working on Windows XP

2011-10-05 Thread Brian Curtin
On Wed, Oct 5, 2011 at 08:22, Amaury Forgeot d'Arc  wrote:
> 2011/10/5 Michael Foord :
>> Well, in recent versions it gained the faulthandler module... :-)
>>
>> http://pypi.python.org/pypi/faulthandler/
>
> Yes, and this was a *great* improvement!
> I hope we will be able to adapt it to pypy.

It may be early to start bringing this up, but I recently created an
extension to catch crashes in C code and write minidumps:
https://bitbucket.org/briancurtin/minidumper. It's 3.x only at the
moment, although I'll be backporting within the next few days. I'll
have a look at how/if it works on PyPy once I get there.

(minidumper will likely be absorbed into faulthandler once it becomes
more complete, which is why I mention it)
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev