Thank you very much for your explanation! Now I've understood what's the
problem in iterate().
On these lines I've prepared a this little test case (in attach):
Test 1
$ python runner.py
click on the button
minimize/unminimize window to force a widget redraw, the window should be
blank.
you can
On Mon, May 24, 2010 at 3:35 AM, wrote:
...
>>So: thoughts? Does this make sense as a policy change for facilitating
>>the development of major new features or consolidating behavior-
>>changing fixes into easier-to-understand units?
>
> So, to summarize, we could stage our code using more than
On 23 May, 03:42 pm, mo...@thoughtcrime.org wrote:
>
>Hey everyone, I've still been trying to track down this spin bug. What
>I probably should have mentioned before is that these are SSL
>connections. Looking through the 10.0 release code, I found the
>_sendCloseAlert method in tcp.py: http://pa
On 08:39 am, gabriele.lan...@gmail.com wrote:
>Thank you very much for your explanation! Now I've understood what's
>the
>problem in iterate().
>
>On these lines I've prepared a this little test case (in attach):
>
>Test 1
>
>$ python runner.py
>click on the button
>minimize/unminimize window to f
Hi,
I noticed that when using twisted.internet.http and returning a Content-type
of application/json, the server responds with chunked transfer encoding.
I'm debugging a client problem and I'd like to turn chunked transfer encoding
off. Is this possible?
Thanks,
Mike
--
Michael P. Soulier
"An
On Mon, 2010-05-24 at 22:07 -0400, Michael P. Soulier wrote:
> Hi,
>
> I noticed that when using twisted.internet.http and returning a Content-type
> of application/json, the server responds with chunked transfer encoding.
Chunked encoding has nothing to do with the content type. It is used if
y