Talking of stow, I take advantage of this thread to do some shameless
advertising :)
Recently I uploaded to PyPI a software of mine, BPT [1], which does
the same symlinking trick of stow, but it is written in Python (and
with a simple api) and, more importantly, it allows with another trick
On Monday 2009-05-11, mail.python.org will be switched to another machine
starting roughly at 14:00 UTC. This should be invisible (expected
downtime is less than ten minutes).
--
Aahz ([email protected]) <*> http://www.pythoncraft.com/
"It is easier to optimize correct code
There's a major change in functionality in the cgi module between Python
2 and Python 3 which I've just run across: the behavior of
FieldStorage.read_multi, specifically when an HTTP app accepts a file
upload within a multipart/form-data payload.
In Python 2, each part would be read in sequence wi
There's a major change in functionality in the cgi module between Python
2 and Python 3 which I've just run across: the behavior of
FieldStorage.read_multi, specifically when an HTTP app accepts a file
upload within a multipart/form-data payload.
In Python 2, each part would be read in sequence wi
At 04:42 PM 5/9/2009 +0200, Martin v. Löwis wrote:
>> If you always use --single-version-externally-managed with easy_install,
>> it will stop editing .pth files on installation.
>
> It's --multi-version (-m) that does that.
> --single-version-externally-managed is a "setup.py install" option.
>
-On [20090511 14:47], Aahz ([email protected]) wrote:
>On Monday 2009-05-11, mail.python.org will be switched to another machine
>starting roughly at 14:00 UTC. This should be invisible (expected
>downtime is less than ten minutes).
The headers for the python checkins mails are a
At the last PyCon3 at Italy I've presented a new Python implementation,
which you'll find at http://code.google.com/p/wpython/
WPython is a re-implementation of (some parts of) Python, which drops
support for bytecode in favour of a wordcode-based model (where a is word
is 16 bits wide).
It also
Robert Brewer wrote:
There's a major change in functionality in the cgi module between Python
2 and Python 3 which I've just run across: the behavior of
FieldStorage.read_multi, specifically when an HTTP app accepts a file
upload within a multipart/form-data payload.
In Python 2, each part would
Hi,
> WPython is a re-implementation of (some parts of) Python, which drops
> support for bytecode in favour of a wordcode-based model (where a is word
> is 16 bits wide).
This is great!
Have you planned to port in to the py3k branch? Or, at least, to trunk?
Some opcode and VM optimizations have
Hi Cesare,
On Mon, May 11, 2009 at 11:00 AM, Cesare Di Mauro
wrote:
> At the last PyCon3 at Italy I've presented a new Python implementation,
> which you'll find at http://code.google.com/p/wpython/
Good to see some more attention on Python performance! There's quite a
bit going on in your chang
Hi Sean,
Can you please setup backup for albatross?
I gave sudo permissions to the "jafo" user, which has
the key [email protected] authorized.
I think the policy now is that root logins to albatross
are not allowed. So what might work is this:
Create an rsyncbackup user, and give it sudo per
[please ignore this message - I sent it to the wrong mailing list]
Regards,
Martin
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archiv
Martin> As for volumes to backup: I think /srv needs regular backup.
Martin> Not sure about any of the others
Backup of /usr/local/spambayes-corpus would be very helpful.
Skip
___
Python-Dev mailing list
[email protected]
http://mail.py
On Tue, May 5, 2009 at 7:13 PM, Daniel Stutzbach
wrote:
> On Tue, May 5, 2009 at 5:41 AM, s|s wrote:
>>
>> LookupError: unknown encoding: uft-8
>
> uft-8?
>
> Looks like a variation of Issue 4540 (or a duplicate? I can't tell)
>
Yes. It is the same issue. I don't think pydoc should be modified.
On Mon, May 11, 2009 10:27PM, Antoine Pitrou wrote:
Hi Antoine
> Hi,
>
>> WPython is a re-implementation of (some parts of) Python, which drops
>> support for bytecode in favour of a wordcode-based model (where a is
>> word
>> is 16 bits wide).
>
> This is great!
> Have you planned to port in to
Hi Collin
On Mon, May 11, 2009 11:14PM, Collin Winter wrote:
> Hi Cesare,
>
> On Mon, May 11, 2009 at 11:00 AM, Cesare Di Mauro
> wrote:
>> At the last PyCon3 at Italy I've presented a new Python implementation,
>> which you'll find at http://code.google.com/p/wpython/
>
> Good to see some more a
16 matches
Mail list logo