On Tue, May 19, 2015 at 9:14 AM, HawkOwl wrote:
> - twisted.logger has landed! This is a brand-new, feature-rich logging
> framework.
https://twisted.readthedocs.org/en/latest/core/howto/logger.html?highlight=logger
Good stuff.
___
Twisted-Python mai
On Sun, Jun 21, 2015 at 2:30 PM, Amber "Hawkie" Brown
wrote:
>
>> On 21 Jun 2015, at 19:00, Hynek Schlawack wrote:
>>
I am sure everyone understands that the Twisted community would love more
diversity. While it is hard to achieve, it should be easy to remove one of
the obvious b
Is it possible to fix the documentation?
https://twistedmatrix.com/trac/browser/tags/releases/twisted-15.5.0/NEWS?format=raw
On Mon, Dec 7, 2015 at 4:06 PM, Amber "Hawkie" Brown
wrote:
> Hi everyone!
>
> It's been brought to my attention that I misworded something in the release
> notes and it s
Hi,
I am having the same problem as this guy:
https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-windows
Absence of 32-bit wheels breaks Python
projects that added Twisted>10 as a
dependency, for example.
Is that intentional change?
https://pypi.python.org/pypi/Twisted/16.
On Wed, Mar 30, 2016 at 9:27 PM, Chris Norman
wrote:
> Hi,
>
> On 30/03/2016 19:20, anatoly techtonik wrote:
>>
>> Hi,
>>
>> I am having the same problem as this guy:
>>
>> https://stackoverflow.com/questions/36279141/pip-doesnt-install-twisted-on-wind
I prefer web-based access more than a list, so a thing like
http://try.discourse.org/ is more appropriate for me in terms
of usability. Especially those shiny "with" login buttons.
On Fri, Apr 1, 2016 at 5:04 AM, Glyph wrote:
>
> On Mar 16, 2016, at 11:52 AM, Glyph wrote:
>
> Over the last few
Hi,
Are there any plans to get back 32-bit wheels for Twisted?
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Awesome. Thanks.
On Tue, Apr 12, 2016 at 4:21 PM, Amber "Hawkie" Brown
wrote:
>
>> On 12 Apr 2016, at 21:17, anatoly techtonik wrote:
>>
>> Hi,
>>
>> Are there any plans to get back 32-bit wheels for Twisted?
>>
>> ___
On Wed, Apr 27, 2016 at 8:54 PM, Glyph wrote:
>
> On Apr 27, 2016, at 4:45 AM, Amber Hawkie Brown
> wrote:
>
> I would like to note that this migration has now finished, and you can now
> log in via GitHub. Legacy logins have been disabled, and previous admin
> accounts (except for a current hand
JFY images from Mailman installation are broken.
http://twistedmatrix.com/cgi-bin/mailman/subscribe/twisted-python
--
anatoly t.
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-p
Hi everybody,
I tried to find where build slave configuration is stored to see when
7th step was added and remove it
http://buildbot.twistedmatrix.com/builders/winxp32-py2.6-msi/builds/356/steps/shell_3
perhaps together with the 2nd step
http://buildbot.twistedmatrix.com/builders/winxp32-py2.6-msi
pardon, s/checkout and working copy/checkout version and installed version/
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
On Mon, Apr 4, 2011 at 7:32 AM, wrote:
>>
>>I tried to find where build slave configuration is stored to see when
>>7th step was added and remove it
>>http://buildbot.twistedmatrix.com/builders/winxp32-py2.6-msi/builds/356/steps/shell_3
>>perhaps together with the 2nd step
>>http://buildbot.twist
On Mon, Apr 4, 2011 at 4:15 PM, Andrew Bennetts wrote:
>
> So your problem isn't the version string, but that running bin/trial in
> your Twisted checkout is finding the wrong version of Twisted?
Exactly. But wrong version string was the cause of troubles with debugging it.
> Also, rather than e
On Mon, Apr 4, 2011 at 10:55 PM, wrote:
>>
>>So, now I am curious why this copyright.py patch is required?
>
> It's required because of restrictions on what version you are allowed to
> use when building an MSI. These rules are codified in
> distutils.version.StrictVersion:
>
> >>> from distu
Hi again,
>From http://twistedmatrix.com/documents/current/core/howto/udp.html
"""As you can see, the protocol is registered with the reactor. This means it
may be persisted if it's added to an application..."""
What does 'persisted` here mean?
--
anatoly t.
__
On Wed, Apr 6, 2011 at 1:35 PM, Laurens Van Houtven <_...@lvh.cc> wrote:
> Hi!
>
>
> No guarantee it's an optimal solution, but when I wanted to inspect a
> running process (which sounds like what you're doing), I had a pretty good
> time with manhole. (If you're not familiar with that: it's in Twi
On Wed, Apr 6, 2011 at 3:58 PM, wrote:
>
> As others have pointed out, this is referring to an old feature which is
> being phased out. It would be great if you could file a ticket for
> cleaning up the docs; they mostly shouldn't talk about application
> persistence (certainly not in the UDP se
Hi,
I've made a proof of concept for asynchronous console input on Windows
[1] and now I am trying to understand the limits of
WaitForMultipleObjects API I've used.
Documentation on win32eventreactor mentions limit for 64 objects:
http://twistedmatrix.com/documents/11.0.0/api/twisted.internet.win
On Sat, Apr 9, 2011 at 4:43 AM, Pavel Pergamenshchik wrote:
> On Fri, Apr 8, 2011 at 6:26 PM, Glyph Lefkowitz
> wrote:
>>
>> On Apr 8, 2011, at 2:56 AM, Tristan Seligmann wrote:
>>
>>> On Fri, Apr 8, 2011 at 4:52 AM, Kevin Horn wrote:
Note that you can wait on more than 64 objects at a tim
Good news. It may worth to update http://wiki.python.org/moin/SSL with
details. Right now it says that pyOpenSSL can not validate server
identity.
--
anatoly t.
On Tue, Apr 12, 2011 at 3:19 AM, wrote:
> Exciting news everyone,
>
> I have just released pyOpenSSL 0.12. pyOpenSSL provides Python
On Thu, Apr 21, 2011 at 8:26 PM, wrote:
> On 04:28 pm, albert.bra...@weiermayer.com wrote:
>>On Thu, Apr 21, 2011 at 08:17:04AM -0400, Itamar Turner-Trauring wrote:
>>>The .tac file (or application.py) should typically be two lines of
>>>code,
>>>just importing everything from elsewhere, so reall
On Thu, Apr 21, 2011 at 4:48 AM, Kevin Horn wrote:
>
> cluster. So he rewrote distutils with an eye on keeping things nice for
> everyone. Project managers, distro packagers, users installing software,
> etc. This is distutils2. In Python 3.3 and up it will be called
> "packaging". Once p
On Fri, Apr 22, 2011 at 4:01 AM, David wrote:
> On 04/22/2011 06:21 AM, anatoly techtonik wrote:
>> On Thu, Apr 21, 2011 at 4:48 AM, Kevin Horn wrote:
>>>
>>> cluster. So he rewrote distutils with an eye on keeping things nice for
>>> everyone. Proje
On Fri, Apr 22, 2011 at 10:51 AM, David wrote:
>
>> [OT]
>> I still can't see how it solves even the basic user story - 'i want to
>> uninstall twisted' or 'i want two versions of twisted installed'.
>
> Bento's point is: make packagers life easier (without making life of
> users more miserable),
On Fri, Jun 17, 2011 at 1:52 AM, Orestis Markou wrote:
> Hello,
>
> In a few days I'll be giving a 4h long training on Twisted in Europython 2011
> in Firenze, Italy.
>
> I have a lot of material covering basic concepts, such as writing servers,
> writing clients, deferreds etc. I'm now looking
On Fri, Jul 1, 2011 at 1:29 PM, Laurens Van Houtven <_...@lvh.cc> wrote:
>
> As some of you may already know (either through a backchannel or because you
> talked to me at Europython), there has been some talk about moving Twisted
> way from Trac+SVN to somewhere that isn't Trac+SVN.
There are alw
Hi,
I faced the same problem - couldn't find repository for 0.5
While people are trying to convert stuff - it worth to place a
clearly visible pointer to a right direction on pyflakes code
page.
https://code.launchpad.net/pyflakes
--
anatoly t.
___
Twi
New pyflakes is integrated into Spyder beta3 that is just released.
http://code.google.com/p/spyderlib/source/detail?r=104724af845aecfdfee0db4b355ba01840e9459b
Good job, everyone! =)
--
anatoly t.
On Sat, Sep 3, 2011 at 10:51 PM, Glyph wrote:
> Thanks, Tristan! Great to see that maintenance i
On Sun, Nov 6, 2011 at 8:51 PM, Jonathan Jacobs
wrote:
> Hello,
> I recently volunteered to make some visual improvements to the Twisted Trac
> website. I received a lot of good feedback and suggestions from the IRC
> channel, most of which I took to heart and fine-tuned the changes. I think
> eve
I want to see how did I score in 2011!
http://twistedmatrix.com/highscores/?time=2011-12-01
plz.plz.plz. :b
--
anatoly t.
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Hi,
Some months ago I saw slides about how deffered work in Twisted.
If I remember correctly these there two columns on yellow background,
with pictures on the right, which described how errback processing
propogates and how to handle deferreds.
Does anybody remember them? I looks like color code
On Thu, Mar 7, 2013 at 1:53 PM, Adi Roiban wrote:
> On 7 March 2013 12:32, anatoly techtonik wrote:
> > Hi,
> >
> > Some months ago I saw slides about how deffered work in Twisted.
> > If I remember correctly these there two columns on yellow background,
> >
On Thu, Mar 7, 2013 at 1:53 PM, Adi Roiban wrote:
> On 7 March 2013 12:32, anatoly techtonik wrote:
> > Hi,
> >
> > Some months ago I saw slides about how deffered work in Twisted.
> > If I remember correctly these there two columns on yellow background,
> >
On Tue, Sep 24, 2013 at 6:58 PM, Christopher Armstrong <
ra...@twistedmatrix.com> wrote:
> On Tue, Sep 24, 2013 at 7:07 AM, Richard Wall wrote:
>
>> Twisted Sprint Report (2013-09-23)
>>
>> * Venue
>> PyconUK 2013, Coventry, England
>>
>>
>> * Attendees
>> * Lasse Bromose
>> * Stephen Evans
Hello, network hackers,
Recently I've got a Raspberry Pi and a friend showed me its serial
interface and helped to setup it. I was stunned. What I saw - you open
serial terminal, and you jump in into the middle of boot section. Just
open a terminal and you see what's going on inside of R.Pi. Any t
gt;
> https://www.youtube.com/watch?v=3-UZiO-AnLc
>
> Essentially it's "repl in a running process".
>
>
> hth
> lvh
>
>
> On Mon, May 5, 2014 at 4:43 AM, anatoly techtonik
> wrote:
>>
>> Hello, network hackers,
>>
>> Recently
On Mon, May 5, 2014 at 8:24 PM, Itamar Turner-Trauring
wrote:
> If Spyder *just* uses Qt, it's a single-threaded event loop. There's a 3rd
> party event loop for Twisted that runs on top of Qt (qt4reactor), which
> would allow Twisted and Qt code to run in the same thread.
Spyder executes interpr
On Tue, May 6, 2014 at 4:02 AM, Itamar Turner-Trauring
wrote:
> On 05/05/2014 03:06 PM, exar...@twistedmatrix.com wrote:
>>
>> However, I'm not even sure if the GUI reactors *should* be distributed as
>> part of the main Twisted package. They are already first-class reactors via
>> the plugin sys
On Mon, May 5, 2014 at 10:06 PM, wrote:
> On 06:49 pm, sank.dan...@gmail.com wrote:
>>>
>>> There's a 3rd party event loop for Twisted that runs on top of Qt
>>> (qt4reactor), which would
>>> allow Twisted and Qt code to run in the same thread.
>>
>> Speaking of which, why isn't that thing offici
On Mon, Sep 8, 2014 at 5:14 AM, wrote:
> On 01:26 am, wolfgang@rohdewald.de wrote:
>>
>> The porting guide says
>>
>> No byte paths in sys.path.
>
>
> What porting guide is that?
>>
>>
>> doc for FilePath says
>>On both Python 2 and Python 3, paths can only be bytes.
>>
>>
>> I stumbled u
On Wed, Sep 10, 2014 at 12:27 AM, Glyph Lefkowitz
wrote:
> Hi Twistosophists,
>
> Some of you doing reviews (you ARE all doing code reviews, right!?!?) might
> have noticed that some of the boxes on the left side of of the supported
> builds page were dark grey, meaning that they were offline.
>
>
42 matches
Mail list logo