Re: [Twisted-Python] Twisted 15.2 Release Announcement

2015-05-20 Thread anatoly techtonik
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

Re: [Twisted-Python] Proposal -- Code of Conduct

2015-06-21 Thread anatoly techtonik
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

Re: [Twisted-Python] Twisted 15.4 was the last release to support Python 2.6; or: a HawkOwl Can't Words Situation

2015-12-29 Thread anatoly techtonik
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

[Twisted-Python] 16.0.0 32-bit wheels for Windows

2016-03-30 Thread anatoly techtonik
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.

Re: [Twisted-Python] 16.0.0 32-bit wheels for Windows

2016-03-31 Thread anatoly techtonik
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

Re: [Twisted-Python] upcoming changes to twistedmatrix.com mail infrastructure

2016-04-01 Thread anatoly techtonik
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

Re: [Twisted-Python] Twisted 16.1 Release Announcement

2016-04-12 Thread anatoly techtonik
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

Re: [Twisted-Python] Twisted 16.1 Release Announcement

2016-04-12 Thread anatoly techtonik
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? >> >> ___

Re: [Twisted-Python] [MIGRATION COMPLETE] Changes to Twisted's Trac (GitHub Authentication)

2016-05-02 Thread anatoly techtonik
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

[Twisted-Python] Mailman broken images

2011-04-03 Thread anatoly techtonik
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

[Twisted-Python] Where is buildslave configuration?

2011-04-03 Thread anatoly techtonik
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

Re: [Twisted-Python] Where is buildslave configuration?

2011-04-04 Thread anatoly techtonik
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

Re: [Twisted-Python] Where is buildslave configuration?

2011-04-04 Thread anatoly techtonik
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

Re: [Twisted-Python] Where is buildslave configuration?

2011-04-04 Thread anatoly techtonik
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

Re: [Twisted-Python] Where is buildslave configuration?

2011-04-04 Thread anatoly techtonik
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

[Twisted-Python] Persisted protocol?

2011-04-06 Thread anatoly techtonik
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. __

Re: [Twisted-Python] Instrumenting Reactors

2011-04-06 Thread anatoly techtonik
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

Re: [Twisted-Python] Persisted protocol?

2011-04-06 Thread anatoly techtonik
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

[Twisted-Python] WaitForMultipleObjects socket limitation

2011-04-07 Thread anatoly techtonik
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

Re: [Twisted-Python] WaitForMultipleObjects socket limitation

2011-04-09 Thread anatoly techtonik
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

Re: [Twisted-Python] Announcing pyOpenSSL 0.12

2011-04-11 Thread anatoly techtonik
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

Re: [Twisted-Python] Running twistd with a compiled file

2011-04-21 Thread anatoly techtonik
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

Re: [Twisted-Python] Twisted Plugins - Implementation Discussion

2011-04-21 Thread anatoly techtonik
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

Re: [Twisted-Python] Twisted Plugins - Implementation Discussion

2011-04-21 Thread anatoly techtonik
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

Re: [Twisted-Python] Twisted Plugins - Implementation Discussion

2011-04-22 Thread anatoly techtonik
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),

Re: [Twisted-Python] Ideas for a Twisted Training

2011-06-17 Thread anatoly techtonik
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

Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-04 Thread anatoly techtonik
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

Re: [Twisted-Python] [Divmod-users] [ANN] Pyflakes 0.5.0

2011-09-21 Thread anatoly techtonik
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

Re: [Twisted-Python] [ANN] Pyflakes 0.5.0

2011-10-01 Thread anatoly techtonik
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

Re: [Twisted-Python] Website visual improvements

2011-11-07 Thread anatoly techtonik
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

[Twisted-Python] 2011 Totals

2012-01-17 Thread anatoly techtonik
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

[Twisted-Python] Lost slides with deferred errbacks

2013-03-07 Thread anatoly techtonik
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

Re: [Twisted-Python] Lost slides with deferred errbacks

2013-03-07 Thread anatoly techtonik
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, > >

Re: [Twisted-Python] Lost slides with deferred errbacks

2013-03-07 Thread anatoly techtonik
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, > >

Re: [Twisted-Python] Twisted Sprint Report (2013-09-23)

2013-09-24 Thread anatoly techtonik
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

[Twisted-Python] Serial interface for software program

2014-05-05 Thread anatoly techtonik
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

Re: [Twisted-Python] Serial interface for software program

2014-05-07 Thread anatoly techtonik
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

Re: [Twisted-Python] Serial interface for software program

2014-05-07 Thread anatoly techtonik
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

[Twisted-Python] ReactorBuilder doesn't support external reactors ticket reminder (Was: Serial interface for software program)

2014-05-07 Thread anatoly techtonik
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

[Twisted-Python] qt4reactor on PySide (Was: Serial interface for software program)

2014-05-07 Thread anatoly techtonik
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

Re: [Twisted-Python] Python3: should paths be bytes or str?

2014-09-08 Thread anatoly techtonik
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

Re: [Twisted-Python] a brief note about buildbots

2014-09-09 Thread anatoly techtonik
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. > >