> > ...and so finally, I hit upon the right case, and it sent me an email
> > with a new password
>
> Have you checked your spam folder? Looking at the mail logs, it appears
> a mail was sent at 2013-12-04 14:02:11 MST.
>
Sounds right...I got the email around 2013-12-04 16:02:11 EST
It containe
> > I assume there's something obvious that I'm missing, but it's flying
> below my visual radar, because I've tried looking everywhere on the
> site.
>
> I had exactly this problem last night. I googled "twisted password
> reset" and found this page
>
> http://twistedmatrix.com/trac/reset_passwo
I'd like to file a bug, but the site requires a login.
I'm sure I've registered before, but don't remember my username or password.
Neither the "login" link or "Register" link has any information about how to
reset a password.
Nor is it present on the home page, or in the FAQ.
...although the Re
Some background:
I have implemented a "relative frequency scheduler".
Tasks added to it are run with frequencies relative to one another - basically,
if tasks 1-3 have relative frequencies of 1,2, and 3 respectively, then task 2
is run 1/2 as often as task 1, and task 3 is run 1/3 as often.
The
>It is possible to:
> - start the reactor when I initialize my program (eg. in main)
> - call connectTCP or connectSSL when I want and every time I want?
>
>Something like this:
>
>def check_messages(account):
> # connect to imap server and check for new mailboxes/messages
> reactor.con
>On Thu, Dec 24, 2009 at 09:41:11AM -0500, Gerrat Rickert wrote:
>> [snip]
>> >http://twistedmatrix.com/trac/ticket/3956
>> >Add arraysize option to runQuery in adbapi
>>
>> Well, as the guy who initiated this ticket, I'm certainly using
>> adbapi
[snip]
>http://twistedmatrix.com/trac/ticket/3956
>Add arraysize option to runQuery in adbapi
>
> - The "arraysize" property is the only writable cursor property
defined
> by DBAPI2. Setting it can make the .fetchall() method faster with
> some DB modules, but Twisted's adbapi module offers no
1. About `t.e.adbapi.Transaction.cursor`: It seems that the only
>read/write attribute on a cursor object is `arraysize`, and it seems
>clunky to mess with `Transaction`'s public interface just for that. How
>about leaving the instance variable as `_cursor` and adding
>`getArraySize`/`setArraySize
>-Original Message-
>From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-
>boun...@twistedmatrix.com] On Behalf Of exar...@twistedmatrix.com
>Sent: Thursday, August 06, 2009 3:25 PM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] Adbapi issues
>
>On 06:57 pm
>-Original Message-
>From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-
>boun...@twistedmatrix.com] On Behalf Of Dave Peticolas
>Sent: Wednesday, August 05, 2009 9:56 PM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] Adbapi issues
>
issues
>
>On 01:56 am, d...@krondo.com wrote:
>>Gerrat Rickert wrote:
>>[snip]
>>>2. ...since I can't get it to reconnect properly, perhaps I could
>>>just
>>>close the connections in the old connection pool, and create a new
&
I'd like to use twisted's adbapi module (twisted 8.2.0 for python 2.5)
with cx_Oracle, but I'm having some issues with it.
Specifically:
1. It doesn't seem to reconnect (or possibly I just need enlightenment
on how reconnecting works):
If I tweak part of the test_adbapi.py script to work for Or
>-Original Message-
>From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-
>boun...@twistedmatrix.com] On Behalf Of Gerrat Rickert
>Sent: Monday, July 27, 2009 10:54 AM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] (Mis)indented Posts
s
>
>On Mon, 6 Jul 2009 08:46:39 -0400, Gerrat Rickert
> wrote:
>> [snip]
>>>
>>>I really don't know how that could be specific to the twisted python
>>>list. I notice in the referenced message, Mark Sapiro says that
>>>rebuilding the archives f
>-Original Message-
>From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-
>boun...@twistedmatrix.com] On Behalf Of Antonio Beamud Montero
>Sent: Wednesday, July 08, 2009 4:42 AM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] Connecting to multiple servers
>-Original Message-
>From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-
>boun...@twistedmatrix.com] On Behalf Of Antonio Beamud Montero
>Sent: Tuesday, July 07, 2009 1:14 PM
>To: Twisted general discussion
>Subject: [Twisted-Python] Connecting to multiple servers
>
>Hi a
gt;
>
>On Jul 3, 2009, at 10:32 AM, Gerrat Rickert wrote:
>
>> ...ok, I've created a new post twice on this list twice, and both
>> times
>> my post has been indented and placed under a completely
>> different/irrelevant post
>>
>> Here:
>> http:
>-Original Message-
>From: Jean-Paul Calderone [mailto:exar...@divmod.com]
>Sent: Friday, July 03, 2009 11:49 AM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] (Mis)indented Posts (list
administrativia)
>
>On Fri, 3 Jul 2009 10:32:07 -0400, Gerrat Ric
al changes working directory
>
>On Fri, 3 Jul 2009 10:17:12 -0400, Gerrat Rickert
> wrote:
>>I have a (Twisted) program that saves & uses a file in the current
>>working directory.
>>When running tests for the program, Trial changes the working
>directory,
>>causin
...ok, I've created a new post twice on this list twice, and both times
my post has been indented and placed under a completely
different/irrelevant post
Here:
http://twistedmatrix.com/pipermail/twisted-python/2009-June/019859.html
And Here:
http://twistedmatrix.com/pipermail/twisted-python/2009-J
I have a (Twisted) program that saves & uses a file in the current
working directory.
When running tests for the program, Trial changes the working directory,
causing this file to be written into the '_trial_temp' directory
instead.
...so the program works differently when run via Trial vs. in norm
>-Original Message-
>From: gl...@divmod.com [mailto:gl...@divmod.com]
>Sent: Tuesday, June 23, 2009 12:27 PM
>To: Twisted general discussion
>Subject: Re: [Twisted-Python] Twisted Trial
>
>
>(snip)
>
>On 01:42 pm, grick...@coldstorage.com wrote:
>> File "c:\python25\lib\site-packages\twist
I know this is a very basic question, but I can't seem to get trial
working correctly.
(I'm working on Windows XP, with python 2.5.4 and twisted 8.2.0)
I've created a very simple example:
I have a file, 'test_example.py'
It's contents are (between === lines):
=
23 matches
Mail list logo