En Mon, 17 Dec 2007 21:29:55 -0300, André <[EMAIL PROTECTED]>
escribió:
>> I am using the doctest.testfile() interface to load up tests that
>> resides in a text file. Here's a description of the puzzling feature.
>>
>> The second expected "<" fails; instead, we get "<"
>>
>> file 3: all t
On Dec 18, 4:23 am, Ilias Lazaridis <[EMAIL PROTECTED]> wrote:
> Essence:
>
> * Deletion of valid defect reports on trac community resources
UPDATE:
Instead of fixing the "WikiInclude" in the repo (or at least leave the
ticket open, thus a developer can do it), Mr. Noah Kantrowitz goes his
very
On Dec 17, 11:53 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Mon, 17 Dec 2007 21:29:55 -0300, André <[EMAIL PROTECTED]>
> escribió:
>
> >> I am using the doctest.testfile() interface to load up tests that
> >> resides in a text file. Here's a description of the puzzling feature.
>
> >>
En Mon, 17 Dec 2007 01:53:24 -0300, <[EMAIL PROTECTED]> escribió:
> On Dec 16, 8:47 pm, [EMAIL PROTECTED] wrote:
>>ncalls tottime percall cumtime percall filename:lineno(function)
>> 577656.0200.000 12.9700.000
>> /usr/lib64/python2.4/_strptime.py:273(strptime)
>> ...
>
You might want to look at pyfdate: http://www.ferg.org/pyfdate
This Python program:
==
from pyfdate import *
birthday = Time(2000,2,29)
today = Time(2003,2,28)
years, months, period = today.diffym(birthday)
print "On", to
En Tue, 18 Dec 2007 00:46:27 -0300, Sam Garson <[EMAIL PROTECTED]>
escribió:
> I am trying to get the text of the selection in a list box and put into a
> variable, which is put into a label. i.e., whatever is selected will
> show in
> the label.
>
> However, because at the beginning there is
On Dec 17, 2007 9:17 PM, PatrickMinnesota <[EMAIL PROTECTED]> wrote:
> Yep, I'm new to the language, it's been a couple of months.
>
> I opted for gvim and console window for developing on a Windows XP
> box. I'm not a huge fan of IDEs except for when I need some
> debugging. I've done my googlin
Python has a GIL that impairs scalability on computers with more than
one processor. The problem seems to be that there is only one GIL per
process. Solutions to removing the GIL has always stranded on the need
for 'fine grained locking' on reference counts. I believe there is a
second way, which h
Original languages were line oriented, newer languages were
block oriented.
Original languages has line comments. Newer languages had
block comments, and had line comments added back in.
So I would read that as line comments being more fundamental,
but people who used line comments got so sick of
sturlamolden wrote:
> Python has a GIL that impairs scalability on computers with more than
> one processor. The problem seems to be that there is only one GIL per
> process. Solutions to removing the GIL has always stranded on the need
> for 'fine grained locking' on reference counts. I believe th
On Dec 17, 1:31 pm, Bruno Desthuilliers
<[EMAIL PROTECTED]> wrote:
> Bruza a écrit :
>
> > I installed MySQL 5.0.45 onUbuntu7.1and downloadMySQL_pythonfrom
> > Sourceforge (http://sourceforge.net/project/showfiles.php?
> > group_id=22307). Then I untar the package and executed "python
> > setup.pyi
> > Time signatures are crap. They should have switched to a number
> > over a note value a long time ago; we could have easily avoided
> > abominable travesties like the time signature on the 2nd
> > movement of Beethoven's 9th (B needed four over dotted quarter). If
> > music notation had been in
"Alexander Schliep" wrote:
>
> In case nothing better comes up and you want to code it yourself: Our
> Hidden Markov Model library GHMM (http://ghmm.org) has a graphical
> editor with XML output.
>
> Maybe http://networkx.lanl.gov/ or other general Python graph packages
> have what you want.
"Nick Craig-Wood" wrote:
> So you might see longs returned when you expected ints if the result
> was >= 0x800.
did you mean 0x8000 ?
;-)
- Hendrik
--
http://mail.python.org/mailman/listinfo/python-list
When earlier OpenOpt versions had been installed there were no
compiled pyc-files (in destination directory). I called to mailing
list but no obvious receipt had been achieved. Matthieu had done some
changes but it yielded other mistakes (no some py-files detected or
kind of), so I had removed thos
On Dec 17, 8:01 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Mon, 17 Dec 2007 01:53:24 -0300, <[EMAIL PROTECTED]> escribió:
>
> > On Dec 16, 8:47 pm, [EMAIL PROTECTED] wrote:
> >>ncalls tottime percall cumtime percall filename:lineno(function)
> >> 577656.0200.000 1
101 - 116 of 116 matches
Mail list logo