Re: [Twisted-Python] Refactoring Documentation

2011-01-24 Thread Kevin Horn
: http://buildbot.twistedmatrix.com/builds/sphinx-html/sphinx-html-15731/ Still excited to see the documentation getting fixed though! Yesyesyes! Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi

Re: [Twisted-Python] Weekly Bug Summary

2011-01-24 Thread Kevin Horn
:11 22 1303-11 *This* is the real story. Great work everybody! -11 is a pretty significant week! (Now let's please do that continuously for 3 years...) Hopefully we'll have a big drop in open Lore docs tickets soon...hopefully Kevin Horn

Re: [Twisted-Python] Using SerialPort with t.a.s.Application

2011-01-28 Thread Kevin Horn
. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Using SerialPort with t.a.s.Application

2011-01-28 Thread Kevin Horn
On Fri, Jan 28, 2011 at 1:33 PM, Glyph Lefkowitz gl...@twistedmatrix.comwrote: On Jan 28, 2011, at 10:38 AM, Kevin Horn wrote: On Fri, Jan 28, 2011 at 7:25 AM, Itamar Turner-Trauring ita...@itamarst.org wrote: A service is supposed to be something you can start and stop

Re: [Twisted-Python] glossary (was Re: Using SerialPort with t.a.s.Application)

2011-01-28 Thread Kevin Horn
On Fri, Jan 28, 2011 at 7:50 PM, Glyph Lefkowitz gl...@twistedmatrix.comwrote: On Jan 28, 2011, at 5:47 PM, Kevin Horn wrote: On Fri, Jan 28, 2011 at 1:33 PM, Glyph Lefkowitz gl...@twistedmatrix.comwrote: On Jan 28, 2011, at 10:38 AM, Kevin Horn wrote: On Fri, Jan 28, 2011 at 7:25

Re: [Twisted-Python] glossary (was Re: Using SerialPort with t.a.s.Application)

2011-01-28 Thread Kevin Horn
no docstring, btw) changed? So, first: aauuugh. Is there a doc bug for that? That is an interface which really, really needs a docstring. Can you submit a patch, like, right now? :) I don't see one. Nor for the over-terse Factory/IFactory docstrings. I'll create one though. Kevin

Re: [Twisted-Python] High-level view of Twisted

2011-01-31 Thread Kevin Horn
to Twisted to find what they're looking for, so please do speak up with any feedback you have. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Fingering Finger

2011-02-01 Thread Kevin Horn
really read it critically in several years though. If it is to be removed, I think it would be a good idea to replace it with something similar (i.e. a step-by-step implementation of a protocol). Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] Task-based documentation started

2011-02-01 Thread Kevin Horn
missing. A template for docstrings wouldn't be a bad tool to have either. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Announcing Twisted 11.0.0pre1!

2011-03-23 Thread Kevin Horn
emits a confusing traceback when it can't write a cache file. For more information, see the NEWS file. Download the tarballs and test away! Thanks, Jessica Hooray! Thanks for volunteering to be the release victim, er...manager! Kevin Horn

Re: [Twisted-Python] prerelease preview predocumentation

2011-03-28 Thread Kevin Horn
. I'll check into when I get a chance. Probably won't be until at least tomorrow though, or maybe Wednesday. It's gonna be a busy week for me (again...sigh) . Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http

Re: [Twisted-Python] prerelease preview predocumentation

2011-03-28 Thread Kevin Horn
On Mon, Mar 28, 2011 at 10:14 AM, George Pauly geo...@ringdevelopment.comwrote: On Sun, Mar 27, 2011 at 8:57 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: On Mar 23, 2011, at 9:34 PM, Glyph Lefkowitz wrote: http://twistedmatrix.com/~glyph/sphinx-preview-11.0pre1/

Re: [Twisted-Python] running several services from a single app

2011-03-29 Thread Kevin Horn
://foobar.lu/wp/2007/06/27/runnning-a-twisted-application-as-windows-service/ You can see the application object is created as normal (though in the example it happens in a different file and is imported), then startApplication is called, then reactor.run(). Good Luck! Kevin Horn

Re: [Twisted-Python] WaitForMultipleObjects socket limitation

2011-04-07 Thread Kevin Horn
at a time, just not using a single WaitForMultipleObjects call. The MSDN page Glyph pointed out has a little more info. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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

2011-04-20 Thread Kevin Horn
a setup.py. Also setuptools/distribute will hopefully go back to being a niche tool. Also also the Python community could use a plugin standard that could replace setuptools' entry_points. The end. Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] Twisted featured on The Changelog

2011-05-03 Thread Kevin Horn
/5160421440/episode-0-5-8-twisted-with-glyph-lefkowitz ...and Glyph did a fantastic job! Definitely one of the better episodes. -J Yeah, I caught this earlier today. Very nice job, Glyph. Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] Asynchronous code PEP

2011-05-31 Thread Kevin Horn
Hooray! Kevin Horn On Tue, May 31, 2011 at 4:58 PM, Laurens Van Houtven _...@lvh.cc wrote: As promised: https://github.com/lvh/async-pep ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman

Re: [Twisted-Python] Asynchronous code PEP

2011-06-01 Thread Kevin Horn
be a bytestring. Maybe there's some problem with that (I haven't done a lot of Python3-style IO yet), but I don't think there is, and if they are to be allowed, it should be explicitly mentioned, IMO. Kevin Horn ___ Twisted-Python mailing list Twisted

Re: [Twisted-Python] Information on new endpoints API?

2011-06-14 Thread Kevin Horn
On Tue, Jun 14, 2011 at 6:37 PM, Glyph Lefkowitz gl...@twistedmatrix.comwrote: [1]: There is no cabal. The first rule of the Twisted Cabal[1] is that you do not talk about the Twisted Cabal. [1]: There (really!) is no cabal. Kevin Horn ___ Twisted

Re: [Twisted-Python] twisted.cred implementation for LDAP, anyone?

2011-06-17 Thread Kevin Horn
actively maintained. I only mention it because it took me forever to find it last time I went looking. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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

2011-07-01 Thread Kevin Horn
, but is unlikely to wholly fix them. That stuff needs to be discussed and worked on as well. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] SURVEY: Have you submitted a patch to Twisted and it never got in?

2011-07-01 Thread Kevin Horn
tests... - One ticket was stalled because it required a merge forward. Which is not really obvious how to do, especially since the DIvmod site died. I'm sure there are dozens of other reasons, but these are cases I can recall off the top of my head. Kevin Horn

Re: [Twisted-Python] SURVEY: Have you submitted a patch to Twisted and it never got in?

2011-07-01 Thread Kevin Horn
://twistedmatrix.com/trac/wiki/BazaarMirror for examples of some of the caveats of using DVCS on top of Subversion. Granted this works for just authoring a patch, which you then submit through Trac or whatever, but that doesn't really buy you a lot, IMO (though it does buy you something). Kevin

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

2011-07-01 Thread Kevin Horn
On Fri, Jul 1, 2011 at 1:13 PM, Laurens Van Houtven _...@lvh.cc wrote: On Fri, Jul 1, 2011 at 8:00 PM, Kevin Horn kevin.h...@gmail.com wrote: * Git is annoying. It's a pretty horrible piece of software in my opinion, and made some bad design decisions. magit makes it a lot more

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

2011-07-05 Thread Kevin Horn
with, and a lot of Windows users I have talked to (as well as myself, of course) just don't like using it. I'm not necessarily saying that that means Twisted shouldn't use Git. But it _should_ be considered as a factor. Kevin Horn ___ Twisted-Python

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

2011-07-05 Thread Kevin Horn
On Tue, Jul 5, 2011 at 5:26 PM, Ivan Kozik i...@ludios.org wrote: On Tue, Jul 5, 2011 at 22:19, Kevin Horn kevin.h...@gmail.com wrote: Git requires bash. This makes it painful for me (on Windows). In what sense? You can run git from cmd.exe, without having to deal with bash. (You're

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

2011-07-06 Thread Kevin Horn
On Wed, Jul 6, 2011 at 5:35 AM, Laurens Van Houtven _...@lvh.cc wrote: On Wed, Jul 6, 2011 at 12:19 AM, Kevin Horn kevin.h...@gmail.com wrote: Also, Git _is_ worse on Windows than it is on *nix. It's just not as bad as it _used_ to be. It's functional. It works. But it is difficult

Re: [Twisted-Python] how to write a doc for Twisted with Sphinx?

2011-09-21 Thread Kevin Horn
. Kevin Horn On Wed, Sep 21, 2011 at 6:53 AM, Jean-Daniel jeandaniel.bro...@gmail.comwrote: Hello, Can we write a doc for Twisted using Sphinx at this point? What is the status of the Lore to Sphinx transition project? I could find: #4621 lore2sphinx should make pretty links to included

Re: [Twisted-Python] Slow PB imports

2011-11-02 Thread Kevin Horn
On Wed, Nov 2, 2011 at 5:51 PM, Glyph Lefkowitz gl...@twistedmatrix.comwrote: I'd love to fix this -glyph Is there a ticket? Maybe there should be... Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-04 Thread Kevin Horn
of Twisted proper (at least for the moment), as Twisted supports versions of Python 2.6, where select.kqueue would not exist. (Maybe this is your plan, but I'm just pointing it out.) Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

Re: [Twisted-Python] Twisted 11.1.0 Released

2011-11-17 Thread Kevin Horn
, everyone, and especially Thomas, for performing the relatively tedious task of cutting the release. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-17 Thread Kevin Horn
and people's e-mail addresses might not map their (current) Git(Hub) one. Those are most definitely not complete. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted

Re: [Twisted-Python] Log output formatting (was Re: logging question)

2011-11-17 Thread Kevin Horn
', bar='things') I suggest that this be added to the documentation string of the msg() method and http://twistedmatrix.com/documents/current/core/howto/logging.html. -- Don Dwiggins Advanced Publishing Technology Please open a ticket for this, so it doesn't get lost. Thx. Kevin Horn

Re: [Twisted-Python] Boston Twisted Sprint: Last-Minute December Edition

2011-12-09 Thread Kevin Horn
to take it over in furtherance of Twisted. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Finding out the IP which it failed to connect

2012-01-21 Thread Kevin Horn
at the api docs for IPv4Address, the 'host' member is described as A string containing the dotted-quad IP address. So if it's giving you the hostname, then this definitely looks like a bug. Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] Extending twisted.words.protocols.irc

2012-01-25 Thread Kevin Horn
attention to updates, code reviews, etc. See also: http://twistedmatrix.com/trac/wiki/ContributingToTwistedLabs Good luck! Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted

Re: [Twisted-Python] We need more mentors!

2012-04-16 Thread Kevin Horn
, if we have an interested student. Has anyone shown interest in this so far? Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] We need more mentors!

2012-04-16 Thread Kevin Horn
On Mon, Apr 16, 2012 at 12:19 PM, Kevin Horn kevin.h...@gmail.com wrote: On Thu, Apr 12, 2012 at 9:08 AM, Jessica McKellar jessica.mckel...@gmail.com wrote: GSoC runs from May 21st - August 24th as a full-time internship. The GSoC FAQ says to expect to spend 5 hours per week on GSoC per

Re: [Twisted-Python] Effects of backlog parameter on listenTCP

2012-07-19 Thread Kevin Horn
queue. The value is passed directly to the listen system call and it's precise semantics is defined by the platform Twisted runs on. Anyway, thanks! Tobias Tobias, Can you please create a ticket for this documentation change so that it doesn't get lost? Thanks, Kevin Horn

Re: [Twisted-Python] Ping on Ticket

2012-07-23 Thread Kevin Horn
. Thanks for contributing to Twisted! Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Ping on Ticket

2012-07-23 Thread Kevin Horn
or two. Is this the right report in Trac to start from? http://twistedmatrix.com/trac/report/15 Thanks, -Dan Yeah, that's probably the best place to start. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http

Re: [Twisted-Python] Password hash for Perspective Brokers

2012-07-26 Thread Kevin Horn
on that last? Crap. It was me. Sorry about that. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] [RFC] Introducing six as a dependency

2012-07-26 Thread Kevin Horn
a C compiler, which I guess could be true. I always have one installed, so I haven't tried without one. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Password hash for Perspective Brokers

2012-07-26 Thread Kevin Horn
On Thu, Jul 26, 2012 at 4:12 PM, Glyph gl...@twistedmatrix.com wrote: Le Jul 26, 2012 à 10:36 AM, Kevin Horn kevin.h...@gmail.com a écrit : It would probably also help if someone finished the Generic SASL implementation ticket. Lessee, who was working on that last? Crap. It was me

Re: [Twisted-Python] twisted server config: command line, environment or Axiom?

2012-08-08 Thread Kevin Horn
, in /home/user, the pwd) which override each other in a specified manner, which are in turn overridable by command line options and/or env vars whether any of this is appropriate for your case, and how much complexity you need obviously depends on your application Kevin Horn

Re: [Twisted-Python] Adding mock as a test suite dependency

2012-10-22 Thread Kevin Horn
Twisted tests (except maybe in adbapi? I don't know what the tests for that currently look like, but it seems a logical place). Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo

Re: [Twisted-Python] Adding mock as a test suite dependency

2012-10-22 Thread Kevin Horn
be in the minority here. -glyph Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] git repo maintenance

2012-10-22 Thread Kevin Horn
On Mon, Oct 22, 2012 at 2:22 PM, Glyph gl...@twistedmatrix.com wrote: On Oct 22, 2012, at 10:53 AM, Kevin Horn kevin.h...@gmail.com wrote: On Sun, Oct 21, 2012 at 11:05 PM, Glyph gl...@twistedmatrix.com wrote: For what it's worth, I haven't authored a branch for Twisted with SVN

Re: [Twisted-Python] Create client in Server factory

2012-10-31 Thread Kevin Horn
#HowdoImakeinputononeconnectionresultinoutputonanother That example only uses a single connection in place of your clients A/B/C, but should be adaptable to your situation. -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com

Re: [Twisted-Python] Create client in Server factory

2012-11-01 Thread Kevin Horn
On Wed, Oct 31, 2012 at 4:06 PM, Phil Mayers p.may...@imperial.ac.uk wrote: On 10/31/2012 02:31 PM, Kevin Horn wrote: See also: http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions#HowdoImakeinputononeconnectionresultinoutputonanother That example only uses a single connection

Re: [Twisted-Python] First pre-release of Twisted 12.3.0

2012-12-14 Thread Kevin Horn
___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http

Re: [Twisted-Python] Twisted 12.3.0 released

2012-12-26 Thread Kevin Horn
via the Software Freedom Conservancy and to the many contributors for this release. -- Thomas ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn

Re: [Twisted-Python] Need help using FTPClient

2013-01-02 Thread Kevin Horn
whether it still works, but it did at one time. Here's the ticket: http://twistedmatrix.com/trac/ticket/1330 -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Let's talk about maintaining Lore (and validity of tickets)

2013-03-01 Thread Kevin Horn
be able to read the Twisted docs in a format that I can navigate and doesn't hurt my eyes to look at. :) But I'd really rather see Twisted adopt Sphinx, and get rid of Lore. Help accepted. -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] Let's talk about maintaining Lore (and validity of tickets)

2013-03-01 Thread Kevin Horn
On Fri, Mar 1, 2013 at 11:44 AM, Kevin Horn kevin.h...@gmail.com wrote: Arg. Why do you always notice the errors _right_ after you send the mail? Some what orthagonal to your point, but this is incorrect. lore2sphinx was SPLIT some time ago into lore2sphinx-ng and rstgen

Re: [Twisted-Python] Lore, Sphinx, and getting to the finish line (was: re: lore and tickets and other stuff)

2013-03-01 Thread Kevin Horn
On Fri, Mar 1, 2013 at 11:35 PM, Kevin Horn kevin.h...@gmail.com wrote: I think I have some changes to lore2sphinx and rstgen which I haven't pushed yet. I'll try to get those out there soonish (sometime over the weekend) in case people want to look at them. FYI. This turned out

Re: [Twisted-Python] Second pre-release of Twisted 13.0.0

2013-03-19 Thread Kevin Horn
test! -- Thomas Awesome! -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-21 Thread Kevin Horn
state of the code, which is a bit messy (especially lore2sphinx-ng, which still has a bunch of cruft from the old/current version that I haven't gotten around to removing yet). .. _lore2sphinx-ng: https://bitbucket.org/khorn/lore2sphinx-ng .. _rstgen:https://bitbucket.org/khorn/rstgen -- Kevin

Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-21 Thread Kevin Horn
On Thu, Mar 21, 2013 at 9:17 AM, Kevin Horn kevin.h...@gmail.com wrote: tl;dr A Lore plugin won't work for generating Sphinx source files, at least not by itself. Itamar posted some notes from the Twisted BoF session that was held at PyCon last weekend, and one of the things

Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-25 Thread Kevin Horn
On Sat, Mar 23, 2013 at 9:57 PM, Glyph gl...@twistedmatrix.com wrote: On Mar 21, 2013, at 7:17 AM, Kevin Horn kevin.h...@gmail.com wrote: Notice that the node trees look exactly the same. Now this is not quite true, as there's probably some attributes on the actual Python nodes that might

Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-26 Thread Kevin Horn
On Mon, Mar 25, 2013 at 6:29 PM, Glyph gl...@twistedmatrix.com wrote: On Mar 25, 2013, at 9:16 AM, Kevin Horn kevin.h...@gmail.com wrote: How can you tell that this was created by a directive? You can't, because it could just as easily have been a list full of links to begin with. But, I

Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-26 Thread Kevin Horn
On Tue, Mar 26, 2013 at 3:41 PM, Glyph gl...@twistedmatrix.com wrote: On Mar 26, 2013, at 7:03 AM, Kevin Horn kevin.h...@gmail.com wrote: - figure out a way to get Sphinx to take doctrees as input (I'm guessing you'd serialize them in whatever way Sphinx does when it does it's caching, stick

Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-27 Thread Kevin Horn
On Tue, Mar 26, 2013 at 10:43 PM, Andrew Bennetts and...@bemusement.orgwrote: Kevin Horn wrote: […] Why? What does this buy us? To me it seems more complicated, requires […] If it's just an incremental transition, then I think we can get that without resorting to relying on the guts

Re: [Twisted-Python] twisted.cred interface deficiences

2013-04-03 Thread Kevin Horn
that when SASL-ified checkers are available seems reasonable, provided that it won't break anything. -glyph -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Lore2sphinx current status

2013-04-25 Thread Kevin Horn
. -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Announcing Crochet 0.7: Easily use Twisted from threaded applications

2013-05-25 Thread Kevin Horn
, Future Foundries LLC http://futurefoundries.com/ — Twisted consulting, training and support. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn

Re: [Twisted-Python] Twisted Users on Windows XP

2013-10-28 Thread Kevin Horn
if home users are in the same situation. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn ___ Twisted

Re: [Twisted-Python] Twisted Users on Windows XP

2013-10-30 Thread Kevin Horn
On Tue, Oct 29, 2013 at 5:34 PM, Glyph gl...@twistedmatrix.com wrote: On Oct 28, 2013, at 8:45 AM, Kevin Horn kevin.h...@gmail.com wrote: It's also worth noting that there are a fair number of people (at least I know some) who use their old XP licenses for testing Windows software in VMs

Re: [Twisted-Python] Twisted Users on Windows XP

2013-10-30 Thread Kevin Horn
On Wed, Oct 30, 2013 at 3:13 AM, Orestis Markou ores...@orestis.gr wrote: On 30 Οκτ 2013, at 12:34 π.μ., Glyph gl...@twistedmatrix.com wrote: On Oct 28, 2013, at 8:45 AM, Kevin Horn kevin.h...@gmail.com wrote: It's also worth noting that there are a fair number of people (at least I know

Re: [Twisted-Python] Ticket #1330 - Socks V5 functionality

2013-11-17 Thread Kevin Horn
://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Where is trial?

2013-12-29 Thread Kevin Horn
-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Filing Bugs

2014-01-06 Thread Kevin Horn
supposed to find each other? ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn ___ Twisted-Python mailing

Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Kevin Horn
, and sorted things nicely) and log it. I used txScheduler (which I wrote) for that. In fact that's part of why I wrote it. I can't give you much more detail than that, though. It was over 5 years ago, and I don't have access to that code any more. -- Kevin Horn

Re: [Twisted-Python] adding endpoint plugins

2014-04-30 Thread Kevin Horn
On Wed, Apr 30, 2014 at 9:14 AM, exar...@twistedmatrix.com wrote: On 01:42 pm, dstainton...@gmail.com wrote: Greetings, http://twistedsphinx.funsize.net/projects/core/howto/plugin.html Note that's a random version of the documentation from who knows how long ago. If you want a random

Re: [Twisted-Python] TCP and ICMP

2014-05-13 Thread Kevin Horn
sure this only applies to TUN/TAP support, not all of twisted.pair. -glyph This does appear to be the case. In fact the documentation gives the impression (to me at least) that twisted.pair is _only_ a TUN/TAP library. Still better than no documentation at all, though. -- Kevin Horn

Re: [Twisted-Python] bringing LDAP back

2014-07-08 Thread Kevin Horn
I haven't used ldaptor in years, but I have to say I'm really glad to see this happening. Kudos to all. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] dumb question on qt4reactor

2014-07-09 Thread Kevin Horn
/mailman/listinfo/twisted-python -- -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] porting twisted.spread to Python3

2014-10-08 Thread Kevin Horn
On Sun, Oct 5, 2014 at 2:58 PM, exar...@twistedmatrix.com wrote: On 04:23 pm, wolfgang@rohdewald.de wrote: BTW what about Ticket 7628, news extension port? I could soon start feeding porting tickets but if this extension is useful, I guess it should be applied first. Looks like Kevin

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

2014-10-16 Thread Kevin Horn
://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn

Re: [Twisted-Python] Development documentation in Trac wiki

2015-02-07 Thread Kevin Horn
://twistedmatrix.com/trac/ticket/1140 Kevin Horn We already have a lot of info inside the Trac wiki.. My plan it to move the following docs into Trac and organize existing specification and development wiki pages: http://twistedmatrix.com/documents/current/core/specifications/index.html http

Re: [Twisted-Python] Deprecating subproject packaging

2015-04-25 Thread Kevin Horn
On Wed, Apr 22, 2015 at 2:31 PM, HawkOwl hawk...@atleastfornow.net wrote: On 23 Apr 2015, at 01:37, Kevin Horn kevin.h...@gmail.com wrote: Agreed that this is a good idea, though I'd still like to see NEWS broken out by subproject (or maybe we should say topic now?). I don't care

Re: [Twisted-Python] Deprecating subproject packaging

2015-04-22 Thread Kevin Horn
in twisted.positioning, buildbot will run all tests :( -- Adi Roiban ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn

Re: [Twisted-Python] [Twisted-web] Twisted 15.1 Release Announcement

2015-04-14 Thread Kevin Horn
Yes. Many thanks are due! (and brought twisted stickers to PyCon!) Somebody finally made stickers?!?! I knew I should have gone this year... -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com

Re: [Twisted-Python] Methods to upload and download file to a sftp server using twisted conch

2015-04-14 Thread Kevin Horn
problems, feel free to ask them. -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Benchmarks 2.0

2015-07-22 Thread Kevin Horn
: https://keybase.io/hawkowl ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- -- Kevin Horn ___ Twisted-Python mailing

Re: [Twisted-Python] Twisted Challenge Coins!

2016-06-20 Thread Kevin Horn
stedmatrix.com > > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > > _______ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted 16.0 Released

2016-03-15 Thread Kevin Horn
those first two PRs :-). > > -glyph > > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > -- -- Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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

2016-05-01 Thread Kevin Horn
ging into our Trac, you will need to authorise your GitHub > login to access it. This means that you may have another username, please > contact me privately and I will see what I can do about migrating any > ticket histories over, if you feel like it is needed. > > - Amber > > Fa

<    1   2