Re: [Twisted-Python] Writing a low-level network debugging tool

2015-12-03 Thread Jonathan Ballet
On 11/27/2015 03:39 PM, Phil Mayers wrote: On 27/11/15 14:05, Jonathan Ballet wrote: - how many tries did it require * if there were several tries, the timing of each ones Typically, application-layer code doesn't retry a DNS lookup; rather the c or other runtime will handle

[Twisted-Python] Writing a low-level network debugging tool

2015-11-27 Thread Jonathan Ballet
Hi all, I'm trying to toubleshoot network connectivity issues we have in one of our office and I would like to monitor some metrics which seems to be relevant for us, especially when trying to open TCP connections towards external endpoints. In particular, I'm looking for a way to get the fo

Re: [Twisted-Python] Twisted Fellowship 2015: Call for proposals

2015-06-09 Thread Jonathan Ballet
Hi Itamar, On 06/09/2015 06:04 PM, Itamar Turner-Trauring wrote: On 2015-06-07 14:40, Itamar Turner-Trauring wrote: You can read more about the 2015 fellowship at https://twistedmatrix.com/trac/wiki/Fellowship2015 > If anything is unclear, you have any questions, or you're interested but no

Re: [Twisted-Python] Call For Participation: a review rally before the race!

2014-10-13 Thread Jonathan Ballet
On 10/10/2014 12:56 AM, Glyph Lefkowitz wrote: I am looking for at least 4 volunteers for a "review rally" starting on Monday, October 13. If each of 5 reviewers (the 4 volunteers, plus myself) can review 2 tickets per day for one week, until Sunday, October 19, we can clear 70 tickets, which s

[Twisted-Python] On problems with inlineCallbacks (was Re: Is there pb documentation somewhere?)

2014-08-08 Thread Jonathan Ballet
Sorry for hijacking the thread, but I actually was going to ask something about this a few days ago, so let's use this reference from Glyph as a starting point instead :) On Fri, Aug 08, 2014 at 02:59:39PM -0700, Glyph Lefkowitz wrote: > I've participated in this discussion several times: > > Hy

Re: [Twisted-Python] Status of trac upgrade

2014-05-29 Thread Jonathan Ballet
On Thu, May 29, 2014 at 03:13:01PM +0200, Hynek Schlawack wrote: > On 23 May 2014, at 15:11, exar...@twistedmatrix.com wrote: > > >I was just wondering what the current status of the effort to upgrade trac > >on twistedmatrix.com is. > > I could hear the crickets all the way down to Madagascar. >

Re: [Twisted-Python] git?

2014-03-17 Thread Jonathan Ballet
On Mon, Mar 17, 2014 at 01:34:28PM +0900, Jonathan Ballet wrote: > > > This would be an even more straightforward patch to Twisted, in > > > twisted.python.versions. > > > > I've created #7036 for this task. > > So, I was looking at twisted.python.versio

Re: [Twisted-Python] git?

2014-03-16 Thread Jonathan Ballet
On Mon, Mar 17, 2014 at 11:47:21AM +0900, Jonathan Ballet wrote: > > This would be an even more straightforward patch to Twisted, in > > twisted.python.versions. > > I've created #7036 for this task. So, I was looking at twisted.python.versions and I'm wondering how

Re: [Twisted-Python] git?

2014-03-16 Thread Jonathan Ballet
On Sun, Mar 16, 2014 at 01:12:42PM -0700, Glyph wrote: > >> If someone would like to turn this list into a wiki page under > >> that would be great, > >> so it could be updated with anything I've forgotten. Right now there's the > >> beginning

Re: [Twisted-Python] git?

2014-03-16 Thread Jonathan Ballet
Hi Glyph, On Thu, Mar 13, 2014 at 12:35:17PM -0700, Glyph Lefkowitz wrote: > > On Mar 13, 2014, at 4:14 AM, Laurens Van Houtven <_...@lvh.io> wrote: > > > HawkOwl probably meant that it would be hard to get all the tooling (trac, > > ci...) working while switching up the VCS out from under it.

Re: [Twisted-Python] git?

2014-03-13 Thread Jonathan Ballet
Hi, On Thu, Mar 13, 2014 at 03:14:53PM +0800, HawkOwl wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Chris, > > I can assure you this topic has come up many times - and unless we > have volunteers that can manage to get the several thousand tickets > with comment history into Gi

Re: [Twisted-Python] Announcing pyOpenSSL 0.14a3

2014-01-21 Thread Jonathan Ballet
On Tue, Jan 21, 2014 at 12:22:41PM -, exar...@twistedmatrix.com wrote: > Hello all, > > I'm happy to announce the third alpha leading up to the release of > pyOpenSSL 0.14. > > pyOpenSSL is the library Twisted uses for all of its SSL functionality. > > pyOpenSSL 0.14 is bringing some major chan

Re: [Twisted-Python] github, again

2013-06-05 Thread Jonathan Ballet
Hi, just shiming in, On Tue, Jun 04, 2013 at 09:55:19PM +0100, Terry Jones wrote: > > So when the code is ready, the feature branch including any accumulated > commits (history) will > > get merged - and not a clean diff against the main repo? > > I'm very far from being a git expert. In fact, I'

Re: [Twisted-Python] Helping the Python 3 port

2013-05-09 Thread Jonathan Ballet
On Thu, May 09, 2013 at 10:35:28AM -, exar...@twistedmatrix.com wrote: > On 09:04 am, j...@multani.info wrote: > >On Wed, May 08, 2013 at 05:40:56PM -0700, Glyph wrote: > >> > >>On May 8, 2013, at 4:03 PM, Jonathan Ballet wrote: > >> > >> > On W

Re: [Twisted-Python] Helping the Python 3 port

2013-05-09 Thread Jonathan Ballet
On Wed, May 08, 2013 at 05:40:56PM -0700, Glyph wrote: > > On May 8, 2013, at 4:03 PM, Jonathan Ballet wrote: > > > On Wed, May 08, 2013 at 09:36:14AM -0600, Tom Prince wrote: > >> Have you seen https://twistedmatrix.com/trac/wiki/Plan/Python3 ? > >> >

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread Jonathan Ballet
On Wed, May 08, 2013 at 09:36:14AM -0600, Tom Prince wrote: > Have you seen https://twistedmatrix.com/trac/wiki/Plan/Python3 ? > > That is the plan for porting to python3. What about "importing" code from other librairies? I have this specific case where I need to support metaclass for both Pyth

Re: [Twisted-Python] Helping the Python 3 port

2013-05-08 Thread Jonathan Ballet
On Wed, May 08, 2013 at 07:02:47PM -, exar...@twistedmatrix.com wrote: > On 02:30 pm, j...@multani.info wrote: > >Hi, > > > >I'm interested to give a help to port Twisted to Python 3. > >I gave a look at the tickets on Trac tagged with py3k and those in the > >Python-3.x milestone. I gave a try

[Twisted-Python] Helping the Python 3 port

2013-05-08 Thread Jonathan Ballet
Hi, I'm interested to give a help to port Twisted to Python 3. I gave a look at the tickets on Trac tagged with py3k and those in the Python-3.x milestone. I gave a try at http://twistedmatrix.com/trac/ticket/5802 to see what still needed to be done, and after rebasing the patch on trunk and start

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-16 Thread Jonathan Ballet
On Wed, Nov 16, 2011 at 11:13:50PM +1100, Tim Allen wrote: > On Mon, Nov 14, 2011 at 01:33:45PM -0500, Glyph wrote: > > Really the most important thing here though is just to get the > > automatic mirroring initially set up, not the never-ending > > ambassadorial work. That way git users wouldn't

Re: [Twisted-Python] Website visual improvements

2011-11-06 Thread Jonathan Ballet
On Sun, 6 Nov 2011 13:53:24 -0500, Tom Davis wrote: > On Nov 6, 2011, at 12: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 whi

Re: [Twisted-Python] Passing extra arguments along callbacks

2011-10-21 Thread Jonathan Ballet
Hi Terry, On Fri, Oct 21, 2011 at 09:50:56PM -0400, Terry Jones wrote: > Hi Jonathan > > > def resolve(ip): > > ptr = '.'.join(ip.split('.')[::-1]) + '.in-addr.arpa' > > return client.lookupPointer(ptr).\ > > addCallback(lambda x: (ip, x)).\ > > addErrback(lambda x

[Twisted-Python] Passing extra arguments along callbacks

2011-10-21 Thread Jonathan Ballet
Hello, I'm trying to play a little bit with Twisted to discover how it works and I thought it was a nice exercise with the following case. I have a list of IP addresses that I want to get the reverse DNS value. I'm using the answer provided by JP at http://twistedmatrix.com/pipermail/twisted-pyth

Re: [Twisted-Python] Real-world but self-contained example?

2011-06-18 Thread Jonathan Ballet
[disclaimer: I'm a twisted newbie :) ] On Sat, Jun 18, 2011 at 09:56:51AM +0300, Orestis Markou wrote: > a) someone looking at the code and pointing out possible bugs or ways it > could be improved or I also reproduce the problem, so I tried to shutdown the HTTP GET first to see what was going o

Re: [Twisted-Python] Fingering Finger

2011-02-01 Thread Jonathan Ballet
Le Tue, 01 Feb 2011 19:02:15 -, exar...@twistedmatrix.com a écrit : > In an attempt to elicit some feedback on this, let me try casting the > issue in a different light. > > Does anyone think the finger tutorial shouldn't be deleted? Why? I think one of the advantage of this tutorial is th