Please stop copying me on this thread.
Thanks,
Jean-Paul
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Please stop copying me on this thread.
Thanks,
Jean-Paul
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
On 09:37 pm, tjre...@udel.edu wrote:
On 12/13/2011 10:54 AM, Vinay Sajip wrote:
I started writing a tool today, tentatively called '2to23', which aims
to do
this. It's basically 2to3, but with a package of custom fixers in a
package
'lib2to23.fixers' adapted from the corresponding fixers in li
On 12:14 pm, st...@pearwood.info wrote:
Xavier Morel wrote:
Not being too eager to kill APIs is good, but giving rise to this kind
of
living-dead APIs is no better in my opinion, even more so since Python
has
lost one of the few tools it had to manage them (as DeprecationWarning
was
silenced b
On 27 Sep, 11:58 pm, ckay...@zindagigames.com wrote:
On Tue, Sep 27, 2011 at 4:43 PM, Steven D'Aprano
wrote:
But I can't see this being a useful test. As written, exceptions are
still treated as errors, except for excClass, which is treated as a
test failure. I can't see the use-case for th
approach gives me.
Jean-Paul
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-
dev/exarkun%40twistedmatrix.com
_
On 26 Aug, 09:45 pm, gu...@python.org wrote:
I just made a pass of all the Unicode-related bugs filed by Tom
Christiansen, and found that in several, the response was "this is
fixed in the regex module [by Matthew Barnett]". I started replying
that I thought that we should fix the bugs in the re
On 05:01 pm, jans...@parc.com wrote:
I see that parc-snowleopard-1 went down again. I've done a software
update, rebooted, and installed the latest buildslave, 0.8.4. I can
ping dinsdale.python.org successfully from the machine. However, when
I
start the buildslave, I get this:
[snip]
T
On 12:35 am, ncogh...@gmail.com wrote:
On Tue, Jun 14, 2011 at 9:40 AM, P.J. Eby
wrote:
You can still do it one at a time:
CHAR, = b'C'
INT, �= b'I'
...
etc. �I just tried it with Python 3.1 and it works there.
I almost mentioned that, although it does violate one of the
"unwritten rules of
On 5 Jun, 10:35 pm, mar...@v.loewis.de wrote:
First, Twisted doesn't always use the BSD sockets API; the Windows
IOCP
reactor, especially, starts off with the socket() function, but things
go off in a different direction pretty quickly from there.
Hmm. Are you saying it doesn't use listen, con
On 02:01 pm, ha...@interia.pl wrote:
Because there's no reason to include them, since they are already in
the root (builtins) namespace.
You'll notice that in Python 3, the "types" module only contains types
which are not obviously accessed through easier means:
OK, makes sense, but in this
On 01:11 pm, benja...@python.org wrote:
2011/4/20 :
On 08:20 am, victor.stin...@haypocalc.com wrote:
Hi,
Le mardi 19 avril 2011 � 22:42 -0400, Terry Reedy a �crit :
On 4/19/2011 5:59 PM, victor.stinner wrote:
> Issue #11223: Add threading._info() function providing
informations
>
On 08:20 am, victor.stin...@haypocalc.com wrote:
Hi,
Le mardi 19 avril 2011 � 22:42 -0400, Terry Reedy a �crit :
On 4/19/2011 5:59 PM, victor.stinner wrote:
>Issue #11223: Add threading._info() function providing
informations about the
> thread implementation.
Since this is being docume
On 16 Apr, 11:03 pm, st...@pearwood.info wrote:
Brett Cannon wrote:
In the grand python-dev tradition of "silence means acceptance", I
consider
this PEP finalized and implicitly accepted.
How long does that silence have to last?
I didn't notice a definition of what counts as "100% branch cov
On 04:02 am, p...@telecommunity.com wrote:
At 08:52 AM 4/10/2011 +1000, Ben Finney wrote:
This is an often-overlooked case, I think. The unspoken assumption is
often that ``setup.py`` is a suitable place for the overall version
string, but this is not the case when that string must be read by
no
On 12:07 am, jans...@parc.com wrote:
exar...@twistedmatrix.com wrote:
On 08:31 pm, jans...@parc.com wrote:
>My Intel Snow Leopard 2 build slave has gone into outer-space again.
>
>When I look at it, I see buildslave taking up most of a CPU (80%),
and
>nothing much else going on. The twistd lo
On 08:31 pm, jans...@parc.com wrote:
My Intel Snow Leopard 2 build slave has gone into outer-space again.
When I look at it, I see buildslave taking up most of a CPU (80%), and
nothing much else going on. The twistd log says:
[... much omitted ...]
2011-04-04 08:35:47-0700 [-] sending app-leve
On 5 Apr, 07:58 pm, mar...@v.loewis.de wrote:
Does this mean new versions of distutils let you build_ext with any C
compiler, instead of enforcing the same compiler as it has done
previously?
No, it doesn't. distutils was considered frozen, and changes to it to
better support the ABI where reje
On 09:58 am, mar...@v.loewis.de wrote:
Won't that still be an issue despite the stable ABI? Extensions on
Windows should be linked to the same version of MSVCRT used to compile
Python
Not if they use the stable ABI. There still might be issues if you
mix CRTs, but none related to the Python ABI
On 09:55 am, mar...@v.loewis.de wrote:
Am 05.04.2011 00:21, schrieb Antoine Pitrou:
On Mon, 04 Apr 2011 23:40:33 +0200
"Martin v. L�wis" wrote:
- users have expressed concerns that they constantly need to upgrade
VS releases when developing for Python.
Isn't that kind of a misguided argume
On 12:03 pm, jnol...@gmail.com wrote:
Hello everyone:
The new list will also have a closed, members-only archive. After
consulting with other core developers, we believe it's easier to ask
questions when you don't have to worry about Google picking up your
words from a public archive.
Boggle.
On 03:30 pm, ncogh...@gmail.com wrote:
Fixing dual imports of the main module
--
Two simple changes are proposed to fix this problem:
1. In ``runpy``, modify the implementation of the ``-m`` switch
handling to
install the specified module in ``sys.module
On 01:16 pm, fuzzy...@voidspace.org.uk wrote:
On 25/02/2011 19:00, exar...@twistedmatrix.com wrote:
On 06:47 pm, fuzzy...@voidspace.org.uk wrote:
On 25/02/2011 18:10, Vinay Sajip wrote:
What's the easiest way of finding which tests failed on buildbot
builds? I mean,
is there anything easier th
On 06:47 pm, fuzzy...@voidspace.org.uk wrote:
On 25/02/2011 18:10, Vinay Sajip wrote:
What's the easiest way of finding which tests failed on buildbot
builds? I mean,
is there anything easier than using the Web interface to browse to
failing
builds and then looking at the stdio output in a bro
On 14 Feb, 10:15 pm, greg.ew...@canterbury.ac.nz wrote:
Giampaolo Rodol� wrote:
for me it should also fit one crucial requirement: it
should be *simple* and reflect the simplicity and "taste" of all other
stdlib modules, and to fulfill such a requirement I think Twisted
probably needs to be "ada
On 08:06 pm, greg.ew...@canterbury.ac.nz wrote:
exar...@twistedmatrix.com wrote:
On 10:46 pm, greg.ew...@canterbury.ac.nz wrote:
On Sun, 13 Feb 2011 11:19:06 +1300
Greg Ewing wrote:
I was thinking of something lighter-weight than that.
Twisted Core
I just had a look at the docs for Twist
On 12:34 am, stutzb...@google.com wrote:
On Sat, Feb 12, 2011 at 4:22 PM, wrote:
Do people want to seriously consider deprecating asyncore and adding a
replacement for it to the stdlib?
(Hey, PyCon is coming up. How convenient. :)
The desire is there, but it's a hard problem. There was a
On 12:13 am, p.f.mo...@gmail.com wrote:
On 12 February 2011 23:10, wrote:
On 10:46 pm, greg.ew...@canterbury.ac.nz wrote:
Antoine Pitrou wrote:
On Sun, 13 Feb 2011 11:19:06 +1300
Greg Ewing wrote:
So maybe it's time to design a new module with a better API
and deprecate the old one?
On 10:46 pm, greg.ew...@canterbury.ac.nz wrote:
Antoine Pitrou wrote:
On Sun, 13 Feb 2011 11:19:06 +1300
Greg Ewing wrote:
So maybe it's time to design a new module with a better API
and deprecate the old one?
That's called Twisted.
I was thinking of something lighter-weight than that.
On 01:59 pm, ncogh...@gmail.com wrote:
On Wed, Feb 9, 2011 at 11:03 PM, wrote:
On 12:43 pm, ncogh...@gmail.com wrote:
On Wed, Feb 9, 2011 at 10:11 PM, Mark Shannon
wrote:
OK, so UnicodeError_xxx is important for codecs, but surely this
sort of
argument could be made for lots of things.
On 12:43 pm, ncogh...@gmail.com wrote:
On Wed, Feb 9, 2011 at 10:11 PM, Mark Shannon
wrote:
OK, so UnicodeError_xxx is important for codecs, but surely this sort
of
argument could be made for lots of things.
Don't forget that for each function added to the API,
all other implementations have t
On 09:22 am, catch-...@masklinn.net wrote:
On 2011-01-25, at 04:26 , Toshio Kuratomi wrote:
* If you can pick a set of encodings that are valid (utf-8 for Linux
and
MacOS
HFS+ uses UTF-16 in NFD (actually in an Apple-specific variant of NFD).
Right here you've already broken Python module
On 9 Jan, 08:09 pm, g.rod...@gmail.com wrote:
A strong +1.
Projects such as Twisted would certainly benefit from such an
addiction.
Eh. There would probably be some benefits, but I don't think they would
be very large in the majority of cases. Also, since adding it to 2.x
would be prohibit
On 25 Dec, 10:31 pm, mer...@netwok.org wrote:
faulthandler is a module: enable the handler is simple as "import
faulthandler".
That sounds like a source of unwanted behavior (aka problems) if the
handler is enabled by 1Cpydoc faulthandler 1D or by a pkgutil walk. You
may want to consider usin
On 05:02 pm, solip...@pitrou.net wrote:
On Fri, 17 Dec 2010 00:52:14 +0800
Senthil Kumaran wrote:
Actually, it is turning out to be true:
http://ftp.ics.uci.edu/pub/ietf/http/rfc1945.html#Response
According to HTTP 1.0, When a request is Simple-Request, it means a
VERB URL (without a version)
On 02:00 pm, solip...@pitrou.net wrote:
On Thu, 16 Dec 2010 15:52:19 +0200
Dimitrios Pritsos wrote:
Hello Michael,
OK I will do sent it to the bug tracker. But what about the last issue
i.e. that even if the class is transfered-and-pickled-unpickled it
raises an exception if the class is defi
On 03:11 pm, solip...@pitrou.net wrote:
On Wed, 24 Nov 2010 15:01:06 -
exar...@twistedmatrix.com wrote:
>
>If I believe the link above:
> 1CAny OpenSSL based TLS server is vulnerable if it is multi-threaded
and
>uses OpenSSL's internal caching mechanism. Servers that are
>multi-process and
On 08:02 am, solip...@pitrou.net wrote:
Le mardi 23 novembre 2010 � 20:56 -0500, Glyph Lefkowitz a �crit :
On Nov 23, 2010, at 9:02 AM, Antoine Pitrou wrote:
> On Tue, 23 Nov 2010 00:07:09 -0500
> Glyph Lefkowitz wrote:
>> On Mon, Nov 22, 2010 at 11:13 PM, Hirokazu Yamamoto <
>> ocean-c...@m2.
ds
Antoine.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-
dev/exarkun%40twistedmatrix.com
___
Python-Dev mailing list
Python-Dev@pyth
On 05:21 pm, fuzzy...@voidspace.org.uk wrote:
On 16/11/2010 17:16, 1ukasz Langa wrote:
Am 16.11.2010 18:06, schrieb Antoine Pitrou:
On Tue, 16 Nov 2010 16:34:54 -
exar...@twistedmatrix.com wrote:
Imagine trying to use a dictionary without knowing about
alphabetical
ordering.
You mean an
On 03:48 pm, gu...@python.org wrote:
On Tue, Nov 16, 2010 at 7:16 AM, Alexander Belopolsky
wrote:
What this thread has shown is that there is no consensus on what
public names are and what rules should be followed when changing names
that can be imported from a module. �I have opened an issue a
On 11:53 am, solip...@pitrou.net wrote:
On Tue, 09 Nov 2010 02:03:23 -
exar...@twistedmatrix.com wrote:
I wonder if there are any actual technical arguments to be made
against
something like `deprecatedModuleAttribute`?
For example, does it work well with import hacks such as Mercurial'
On 12:50 am, gu...@python.org wrote:
On Mon, Nov 8, 2010 at 3:55 PM, Glyph Lefkowitz
wrote:
This seems like a pretty clear case of "practicality beats purity".
Not only has nobody complained about deprecatedModuleAttribute, but
there are tons of things which show up in sys.modules that aren't
On 09:57 pm, br...@python.org wrote:
On Mon, Nov 8, 2010 at 13:45, wrote:
On 09:25 pm, br...@python.org wrote:
On Mon, Nov 8, 2010 at 13:03, � wrote:
On 07:58 pm, br...@python.org wrote:
I don't think a strict don't remove without deprecation policy is
workable. For example, is trace.
On 09:25 pm, br...@python.org wrote:
On Mon, Nov 8, 2010 at 13:03, wrote:
On 07:58 pm, br...@python.org wrote:
I don't think a strict don't remove without deprecation policy is
workable. �For example, is trace.rx_blank constant part of the trace
module API that needs to be preserved indefi
On 07:58 pm, br...@python.org wrote:
I don't think a strict don't remove without deprecation policy is
workable. �For example, is trace.rx_blank constant part of the trace
module API that needs to be preserved indefinitely? �I don't even know
if it is possible to add a deprecation warning to it,
On 05:50 pm, solip...@pitrou.net wrote:
Le lundi 08 novembre 2010 � 18:46 +0100, S�bastien Sabl� a �crit :
xlc: 1501-216 (W) command option - -qmaxmem=18000 is not recognized -
passed to ld
Is -qmaxmem really necessary to build Python?
If so, you could try passing it in CFLAGS.
However running
On 11:44 am, ncogh...@gmail.com wrote:
All,
I was about to commit the patch for issue 2001 (the improvements to
the pydoc web server and the removal of the Tk GUI) when I realised
that pydoc.serve() and pydoc.gui() are technically public standard
library APIs (albeit undocumented ones).
Current
nstruct
from <http://twistedmatrix.com/trac/browser/sandbox/exarkun/force-
builds.py> (which is what the Twisted project uses). Plus, you can add
?branch= to most BuildBot views to limit display of results to
just builds for the named branch.
Titus, for example, alluded to some nifty way
On 12:21 am, m...@gsites.de wrote:
Am 04.11.2010 17:15, schrieb anatoly techtonik:
> pickle is insecure, marshal too.
If the transport or storage layer is not save, you should
cryptographically sign the data anyway::
def pickle_encode(data, key):
msg = base64.b64encode(pickle.dump
On 06:28 am, techto...@gmail.com wrote:
On Wed, Nov 3, 2010 at 9:08 PM, Glyph Lefkowitz
wrote:
This is the strongest reason why I recommend to everyone I know that
they
not use pickle for storage they'd like to keep working after upgrades
[not
just of stdlib, but other 3rd party software or
On 12:47 am, ben+pyt...@benfinney.id.au wrote:
Antoine Pitrou writes:
I don't agree with this. Until it's documented, it's an implementation
detail and should be able to change without notice.
If it's an implementation detail, shouldn't it be named as one (i.e.
with a leading underscore)?
If
On 04:29 pm, fuzzy...@voidspace.org.uk wrote:
On 02/11/2010 16:23, Terry Reedy wrote:
On 11/2/2010 10:05 AM, C. Titus Brown wrote:
...but, as someone who has to figure out how to teach stuff to CSE
undergrads
(and biology grads) I hate the statement "...any programmer should
expect this..."
On 02:51 am, br...@python.org wrote:
2010/10/28 Kristj�n Valur J�nsson :
Hi all.
This has been a lively discussion.
My desire to keep 2.x alive in some sense is my own and I don't know
if anyone shares it but as a member of this community I think I'm
allowed to voice it. So, just to clari
On 04:04 pm, ba...@python.org wrote:
I'd *much* rather this enthusiasm be spent on making Python 3 rock, and
in
porting third party code to Python 3.
Enthusiasm isn't fungible.
Jean-Paul
___
Python-Dev mailing list
Python-Dev@python.org
http://mai
On 07:09 pm, facundobati...@gmail.com wrote:
On Wed, Oct 27, 2010 at 12:05 PM, Benjamin Peterson
wrote:
Isn't this usually when you do something like [None]*2**300? In that
case, wouldn't you know how much memory you're requesting?
It could happen on any malloc. It depends on how much you hav
http://mail.python.org/mailman/options/python-
dev/exarkun%40twistedmatrix.com
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
On 08:28 pm, pinge...@yahoo.com wrote:
--- On Tue, 10/26/10, "Martin v. L�wis" wrote:
I think this then mandates a PEP; I'm -1 on the feature also.
I am happy to write up a PEP for this feature. I'll start that
process now, though if anyone feels that this idea has no chance of
acceptance pl
On 02:13 pm, stefan...@behnel.de wrote:
Benjamin Peterson, 22.10.2010 16:03:
2010/10/22 Stefan Behnel:
since SVN rev. 85392, Cython's installation fails on the py3k branch
with a
weird globals error. I think it is related to some sys.modules magic
that we
do in order to support running Cython
On 01:37 am, gl...@twistedmatrix.com wrote:
On Oct 19, 2010, at 8:09 PM, James Y Knight wrote:
There's a difference.
os._exit is useful. os.open is useful. aio_* are *not* useful. For
anything. If there's anything you think you want to use them for,
you're wrong. It either won't work properl
On 04:50 pm, j...@jcea.es wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Current Python lacks support for "aio_*" syscalls to do async IO. I
think this could be a nice addition for python 3.3.
Adding more platform wrappers is always nice. Keep in mind that the
quality of most (all?) ai
On 02:47 pm, jnol...@gmail.com wrote:
On Wed, Sep 29, 2010 at 2:32 PM, Guido van Rossum
wrote:
I would like to recommend that the Python core developers start using
a code review tool such as Rietveld or Reviewboard. I don't really
care which tool we use (I'm sure there are plenty of pros and c
On 01:13 am, st...@holdenweb.com wrote:
I see that Atlassian have just taken over BitBucket, the Mercurial
hosting company. IIRC Atlassian offered to host our issue tracking on
JIRA, but in the end we decided to eat our own dog food and went with
roundup.
I'm wondering if they'd be similarly int
On 02:34 pm, p...@phd.pp.ru wrote:
On Tue, Sep 07, 2010 at 02:02:59PM -, exar...@twistedmatrix.com
wrote:
On 01:33 pm, p...@phd.pp.ru wrote:
As there is already Python 3.2 alpha, the core of Python has
already
been ported
How about the email package?
What about email? It is a core
On 01:33 pm, p...@phd.pp.ru wrote:
Hello. Thank you for the offer!
On Tue, Sep 07, 2010 at 06:36:10PM +0530, Prashant Kumar wrote:
My name is Prashant Kumar and I wish to contribute to the Python
development
process by helping convert certain existing python
over to python3k.
Is there anyway
On 05:22 pm, gl...@twistedmatrix.com wrote:
On Aug 31, 2010, at 10:03 AM, Guido van Rossum wrote:
On Linux you can look somewhere in /proc, but I don't know that it
would help you find where a file was opened.
"/dev/fd" is actually a somewhat portable way of getting this
information. I don'
On 03:53 pm, g.bra...@gmx.net wrote:
Am 04.08.2010 17:15, schrieb exar...@twistedmatrix.com:
On 02:51 pm, ba...@python.org wrote:
On Aug 04, 2010, at 11:16 AM, Antoine Pitrou wrote:
I think the issue is that many core developers don't have the reflex
to check buildbot state after they commit s
On 03:31 pm, ba...@python.org wrote:
On Aug 04, 2010, at 03:15 PM, exar...@twistedmatrix.com wrote:
On 02:51 pm, ba...@python.org wrote:
On Aug 04, 2010, at 11:16 AM, Antoine Pitrou wrote:
I think the issue is that many core developers don't have the reflex
to check buildbot state after they c
On 03:17 pm, fuzzy...@voidspace.org.uk wrote:
On 04/08/2010 16:15, exar...@twistedmatrix.com wrote:
On 02:51 pm, ba...@python.org wrote:
On Aug 04, 2010, at 11:16 AM, Antoine Pitrou wrote:
I think the issue is that many core developers don't have the reflex
to check buildbot state after they c
On 02:51 pm, ba...@python.org wrote:
On Aug 04, 2010, at 11:16 AM, Antoine Pitrou wrote:
I think the issue is that many core developers don't have the reflex
to check buildbot state after they commit some changes (or at least
on a regular, say weekly, basis), and so gradually the buildbots have
On 03:08 pm, mer...@netwok.org wrote:
Le 02/08/2010 14:31, exar...@twistedmatrix.com a �crit :
On 12:21 pm, m...@egenix.com wrote:
Do we really need to make Python packaging even more complicated by
adding support for application-specific plugin mechanisms ?
Packages can already work as applic
On 01:27 pm, m...@egenix.com wrote:
exar...@twistedmatrix.com wrote:
On 12:21 pm, m...@egenix.com wrote:
See Zope for an example of how well this simply mechanism works out
in
practice: it simply scans the "Products" namespace for sub-packages
and
then loads each sub-package it finds to hav
On 12:21 pm, m...@egenix.com wrote:
Tarek Ziad� wrote:
On Mon, Aug 2, 2010 at 3:06 AM, P.J. Eby
wrote:
..
So without specific examples of why this is a problem, it's hard to
see why
a special Python-specific set of configuration files is needed to
resolve
it, vs. say, encouraging applicat
On 10:33 am, solip...@pitrou.net wrote:
On Thu, 22 Jul 2010 17:50:00 +0900
"Stephen J. Turnbull" wrote:
I think that's Antoine's PEP 3151. Interestingly, he doesn't mention
EINVAL at all.
http://www.python.org/dev/peps/pep-3151/
That's right. It is based on a survey of existing exception-c
On 12:30 pm, thebra...@brasse.org wrote:
On Sun, Jul 11, 2010 at 9:06 PM, wrote:
It's still little more than an outline. You can see it here:
http://twistedmatrix.com/trac/wiki/ProtocolPEP
And if you're interested in helping, we can figure out a way to do
that
(you can have edit permissi
On 03:11 pm, j...@jcea.es wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 13/04/10 04:03, exar...@twistedmatrix.com wrote:
On 12 Apr, 11:19 pm, j...@jcea.es wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/13/2010 12:47 AM, Antoine Pitrou wrote:
Jesus Cea jcea.es> writes:
On 06:46 pm, exar...@twistedmatrix.com wrote:
On 04:44 pm, solip...@pitrou.net wrote:
On Wed, 30 Jun 2010 09:00:09 PDT
Bill Janssen wrote:
So, my question then is, why are these skips "unexpected"? Seems to
me
that if this is the case, this test will never run on any platform.
You can c
On 05:29 pm, mar...@v.loewis.de wrote:
Am 30.06.2010 13:32, schrieb exar...@twistedmatrix.com:
On 05:24 am, mar...@v.loewis.de wrote:
Seems to work fine. So this I don't understand. Any ideas, anyone?
Didn't we discuss this before? The buildbot slave has no controlling
terminal anymore, hen
On 04:26 pm, jans...@parc.com wrote:
exar...@twistedmatrix.com wrote:
Could the test be rewritten (or supplemented) to use a pty? Most or
perhaps all of the same operations should be supported.
Buildbot seems to be explicitly not using a PTY. From the the top of
the test output:
make buildb
On 04:44 pm, solip...@pitrou.net wrote:
On Wed, 30 Jun 2010 09:00:09 PDT
Bill Janssen wrote:
So, my question then is, why are these skips "unexpected"? Seems to
me
that if this is the case, this test will never run on any platform.
You can change the value of the "usepty" option in your
On 05:24 am, mar...@v.loewis.de wrote:
Seems to work fine. So this I don't understand. Any ideas, anyone?
Didn't we discuss this before? The buildbot slave has no controlling
terminal anymore, hence it cannot open /dev/tty. If you are curious,
just patch your checkout to output the exact errn
On 01:09 pm, arcri...@gmail.com wrote:
[snip]
It is not "critical self-evaluation" to repeat "Python 3 is not ready"
as
litany in #Python and your supporting website. I use the word "litany"
here
because #Python refers users to what appears to be a religious website
http://python-commandments
On 10:59 am, arcri...@gmail.com wrote:
You mean Twisted support, because library support is at the point where
there are fewer actively maintained packages not yet ported than those
which
are. Of course if your Python experience is hyper-focused to one
framework
that isn't ported yet, it will
On 08:34 am, krist...@ccpgames.com wrote:
Hello there.
I wanted to do some work on the ssl module, but I was a bit daunted at
the prerequisites. Is there anywhere that I can get at precompiled
libs for the openssl that we use?
In general, gettin all those "external" projects seem to be complex
On 08:32 pm, mar...@v.loewis.de wrote:
I'd find it useful if the "branch" field was a choice pull-down
listing
valid branches, rather than a plain text field, and if the "revision"
field always defaulted to "HEAD". Seems to me that since the form is
coming from the buildmaster, that should be p
On 05:48 pm, solip...@pitrou.net wrote:
Hello,
The buildbots are sometimes subject to a flood of "svn exception"
errors. It has been conjectured that these errors are caused by Web
crawlers pressing "force build" buttons without filling any of the
fields (of course, the fact that we get such ug
On 03:17 am, jans...@parc.com wrote:
I've got parc-tiger-1 up and running again. It's failing on test_tk,
which makes sense, because it's running as a background twisted
process,
and thus can't access the window server. I should configure that out.
You can run it in an xvfb.
Jean-Paul
Hi all,
Has anyone considered using regrtest's -j option in the buildbot
configuration to speed up the test runs? Antoine Pitrou pointed out
that even for single CPU slaves, this could be a win due to the number
of tests that spend time sleeping or waiting on I/O. And on slaves with
multipl
On 01:38 pm, rdmur...@bitdance.com wrote:
On Tue, 27 Apr 2010 11:15:49 +1000, Steven D'Aprano
wrote:
No, of course not. There are always other reasons, the biggest is too
many things to do and not enough time to do it. If I did review
patches, would they be accepted on the strength on my untrus
On 25 Apr, 11:18 pm, st...@holdenweb.com wrote:
Tres Seaver wrote:
Antoine Pitrou wrote:
pobox.com> writes:
Sean> However, I will step up for him and say that I've known
him a
Sean> decade, and he's very trustworthy. He has been the
president (we
Sean> call that position Maximum
On 09:39 pm, solip...@pitrou.net wrote:
pobox.com> writes:
Sean> However, I will step up for him and say that I've known him
a
Sean> decade, and he's very trustworthy. He has been the
president (we
Sean> call that position Maximum Leader) of our Linux Users Group
here
Sea
On 02:56 pm, techto...@gmail.com wrote:
Twisted folks will surely appreciate any help and may be able to
contribute back.
http://twistedmatrix.com/trac/wiki/Windows
Extra Windows and VS licenses would certainly be helpful for Twisted
development, and might lead indirectly to CPython/Windows im
On 12 Apr, 11:19 pm, j...@jcea.es wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/13/2010 12:47 AM, Antoine Pitrou wrote:
Jesus Cea jcea.es> writes:
PS: "socket.setdefaulttimeout()" is not enough, because it could
shutdown a perfectly functional connection, just because it was idl
of sysv.S?
Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-
dev/exarkun
On 08:56 pm, digitalx...@gmail.com wrote:
On Mon, Mar 8, 2010 at 12:04 PM, Dj Gilcrease
wrote:
A style I have used in my own code in the past is a Singleton class
with register and create methods, where the register takes a
name(string) and the class and the create method takes the name and
*ar
On 02:10 am, br...@sweetapp.com wrote:
On 7 Mar 2010, at 03:04, Phillip J. Eby wrote:
At 05:32 AM 3/6/2010, Brian Quinlan wrote:
Using twisted (or any other asynchronous I/O framework) forces you to
rewrite your I/O code. Futures do not.
Twisted's "Deferred" API has nothing to do with I/O.
On 07:10 pm, gu...@python.org wrote:
On Fri, Mar 5, 2010 at 10:30 AM, wrote:
On 05:06 pm, c...@hagenlocher.org wrote:
On Fri, Mar 5, 2010 at 8:35 AM, Jesse Noller
wrote:
On Fri, Mar 5, 2010 at 11:21 AM, Daniel Stutzbach
wrote:
> On Fri, Mar 5, 2010 at 12:03 AM, Brian Quinlan
> wrote:
On 05:06 pm, c...@hagenlocher.org wrote:
On Fri, Mar 5, 2010 at 8:35 AM, Jesse Noller wrote:
On Fri, Mar 5, 2010 at 11:21 AM, Daniel Stutzbach
wrote:
> On Fri, Mar 5, 2010 at 12:03 AM, Brian Quinlan
wrote:
>>
>> import futures
>
> +1 on the idea, -1 on the name. It's too similar to "from
On 03:43 pm, dirk...@ochtman.nl wrote:
On Tue, Feb 16, 2010 at 16:26, Tres Seaver
wrote:
Because timezones are defined politically, they change frequently.
pytz
is released frequently (multiple times per year) to accomodate those
changes: �I can't see any way to preserve that flexibility if th
On 08:27 pm, gu...@python.org wrote:
On Fri, Feb 12, 2010 at 12:20 PM, wrote:
The idea is that you're declaring what the tests need in order to
work.
You're not explicitly defining the order in which things are set up
and torn
down. �That is left up to another part of the library to determin
1 - 100 of 148 matches
Mail list logo