execnet-1.1 is a backward compatible beta release of the popular
(>53000 pypi downloads of 1.0.9) cross-interpreter execution library.
If you are in need of connecting Python2 and Python3 and/or want
to throw PyPy in your deployment mix, then you might want to join
Quora and many others and try o
On Fri, Dec 31, 2004 at 19:18 +0100, Alex Martelli wrote:
> Cameron Laird <[EMAIL PROTECTED]> wrote:
>...
> > Yippee! The martellibot promises to explain Unicode for Pythoneers.
> > http://groups-beta.google.com/group/comp.lang.python/msg/6015a5a05c206712
>
> Uh -- _did_ I? Eeep... I guess
Hi Roman,
On Wed, Jan 05, 2005 at 00:44 +0300, Roman Suzi wrote:
> Python could have honest support of concepts. Everything else will be
> available with them.
>
> That is the whole point that Python supports GP. It is only one step
> to do concepts right (and GvR it seems want type-checking int
On Mon, Dec 26, 2005 at 17:41 +, Paolino wrote:
> I'd like to catch AttributeError on the module level,so that I can
> declare default bindings for useds defore definition.How is this to be
> done?Thanks for help.
It cannot be done directly but with a small hack. This is
the idea:
impor
Hi Valentino, Michael, all,
On Sun, Aug 28, 2005 at 20:46 +0200, Valentino Volonghi aka Dialtone wrote:
> Michael Sparks <[EMAIL PROTECTED]> wrote:
> > Would it be useful for people to start trying out their modules/code to see
> > if they work with this release, and whether they can likewise be
Hi Caleb,
On Tue, Feb 08, 2005 at 22:32 -0500, Caleb Hattingh wrote:
> I saw it on a webpage a few days ago, can't seem to find it again. Tried
> a google search for
>
> "pypy needed translate C modules"
>
> but that didn't turn up what I was looking for. Anyone have that page
> ref hand
Hi Stephen,
[Stephen Boulet Mon, Nov 22, 2004 at 11:14:57AM -0600]
> Have people been using py.test? I was hoping to try it out but was
> running into subversion problems (behind a corporate firewall, though
> there is a windows registry hack for that which didn't work for me).
you may try to
Hi George,
[george young Fri, Dec 10, 2004 at 10:45:47AM -0500]
> [python 2.3.3, x86 linux]
> I recently found myself writing something like:
>
> def get_connection():
> if tcp_conn():
> if server_allows_conn():
> return 'good_conn'
> else:
> return 'b
[Reinhold Birkenfeld Fri, Dec 10, 2004 at 08:42:10PM +0100]
> holger krekel wrote:
> > class Connection(object):
> > def __init__(self, **kw):
> > for name in kw:
> > assert name in ('good', 'badauth',
On Sat, Nov 15, 2014 at 10:45 +, Paul Moore wrote:
> On 7 November 2014 15:46, Paul Moore wrote:
> > To that end, I'd like to get an idea of what sort of access to Windows
> > a typical Unix developer would have.
>
> Thanks to all who contributed to this thread.
>
> Based on the feedback, I
k support
from numerous people. Please feel free to give feedback and
raise questions.
contact points: http://codespeak.net/pypy/index.cgi?contact
contributor list: http://codespeak.net/pypy/index.cgi?doc/contributor.html
have fun,
Armin Rigo, Samuele Pedroni,
Holger Krekel
Hi again,
On Fri, May 20, 2005 at 23:38 +0200, holger krekel wrote:
> The PyPy 0.6 release
>
has already been superseded by the PyPy 0.6.1 bug-fix release.
We are temporarily not having access to that time machine
and thus have to fix things the old way, unfortu
On Sun, May 22, 2005 at 19:18 +0200, ionel wrote:
> this is interesting
> anyway i'm to lazy to read so i'll just ask:
> can PyPy at the current state of develepment help me improve my python
> programs? (speed)
no, it can't at this stage. You might check out Psyco,
the specializing compiler f
Hi Kay,
On Mon, May 23, 2005 at 13:39 -0700, Kay Schluehr wrote:
> Does it mean You create an RPython object that runs on top of CPython,
> but is just an RPython facade wrapped around a CPython object? So You
> have four kinds of Pythons:
>
> RPy - translateable into LL code
> APy - non-tra
=
PyPy Trillke "EU and beyond!" sprints (25-28th Feb, 1-5th March 2006)
=
..image:: http://www.trillke.net/images/HausPanorama0304_113kb.jpg
Some two
http://codespeak.net/py/0.9.0/download.html
Documentation/API: http://codespeak.net/py/0.9.0/index.html
Work on the py lib has been partially funded by the
European Union IST programme and by http://merlinux.de
within the PyPy project.
best, have fun and let us know what you think!
Holger K
Hi everybody,
Just uploaded execnet-1.0.1 featuring a new motto:
execnet is about rapid-python deployment, be it for
multiple CPUs, different platforms or python versions.
This release brings a bunch of refinements and most
importantly more robust termination, handling of CTRL-C
and automat
true for
'pytest-figleaf' for doing coverage reporting. Those two plugins
can serve well now as blue prints for doing your own.
thanks to all who helped and gave feedback,
have fun,
holger krekel, January 2010
Changes between 1.2.0 and 1.1.1
=
- mo
Hello everyone,
i am happy to announce pylib/py.test 1.0.0, a MIT-licensed
library geared towards advanced testing and elastic distributed
programming with Python. It features the mature cross-project
py.test automated testing tool with many new features, aiming to:
* allow writing zero-boile
19 matches
Mail list logo