Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Pythonmarshal.c, 1.79, 1.80

2004-12-22 Thread Armin Rigo
Hi Tim, On Tue, Dec 21, 2004 at 05:21:29PM -0500, Tim Peters wrote: we reverted to repr/eval, which is quite slower (and actually not guaranteed to work across Python versions either: string escapes sometimes change). Really? The precise rules str's __repr__ uses for which escapes to

[Python-Dev] Problem with ./configure (py2.3.4)

2004-12-22 Thread André Amram Duque
I have problem with re-install python 2.3.4, when I execute ./configure is appear one message in config.log, follow below : configure:1710: gccconftest.cc 5 gcc: installation problem, cannot exec `cc1plus': No such file or directory configure:1713: $? = 1 My gnu/linux is

[Python-Dev] Re: Problem with ./configure (py2.3.4)

2004-12-22 Thread Fredrik Lundh
hi andre, I have problem with re-install python 2.3.4, when I execute ./configure is appear one message in config.log, follow below : configure:1710: gccconftest.cc 5 gcc: installation problem, cannot exec `cc1plus': No such file or directory configure:1713: $? = 1 My gnu/linux is

Re: [Python-Dev] Patches: 1 for the price of 10.

2004-12-22 Thread Martin v. Löwis
Jeremy Hylton wrote: I got started on these this morning, will likely finish them tomorrow. It would be perverse to apply your patch last, wouldn't it? It turns out that Titus' patch might be more involved than he thought it would be. In any case, the review itself is a highly appreciated

Re: [Python-Dev] Patches: 1 for the price of 10.

2004-12-22 Thread Brett C.
Martin v. Löwis wrote: Jeremy Hylton wrote: I got started on these this morning, will likely finish them tomorrow. It would be perverse to apply your patch last, wouldn't it? It turns out that Titus' patch might be more involved than he thought it would be. In any case, the review itself is a

Re: [Python-Dev] Patches: 1 for the price of 10.

2004-12-22 Thread Titus Brown
- Jeremy Hylton wrote: - I got started on these this morning, will likely finish them tomorrow. - It would be perverse to apply your patch last, wouldn't it? - - It turns out that Titus' patch might be more involved than he thought - it would be. *shrug* that's life ;). I stole my patch from

[Python-Dev] Python for Series 60 released

2004-12-22 Thread Guido van Rossum
Python runs on Nokia cell phones (the high-end ones, anyway) and has support from Nokia! Pretty cool all around. -- --Guido van Rossum (home page: http://www.python.org/~guido/) -- Forwarded message -- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wed, 22 Dec 2004 11:59:55

Re: [Python-Dev] Python for Series 60 released

2004-12-22 Thread Bob Ippolito
Merry Christmas to me! I actually purchased a Nokia Series 60 phone when this was first announced, in hopes that this would be available soon. A littler later than I'd have liked, but better than never :) -bob On Dec 22, 2004, at 9:19 PM, Guido van Rossum wrote: Python runs on Nokia cell

Re: [Python-Dev] Python for Series 60 released

2004-12-22 Thread Tim Delaney
Guido van Rossum wrote: Python runs on Nokia cell phones (the high-end ones, anyway) and has support from Nokia! Pretty cool all around. I couldn't find out which version of Python is supported - have they told you? Cheers. Tim Delaney ___

Re: [Python-Dev] Python for Series 60 released

2004-12-22 Thread Bob Ippolito
On Dec 22, 2004, at 11:22 PM, Tim Delaney wrote: Guido van Rossum wrote: Python runs on Nokia cell phones (the high-end ones, anyway) and has support from Nokia! Pretty cool all around. I couldn't find out which version of Python is supported - have they told you? Python 2.2.2 (#0, Dec 2 2004,

Re: [Python-Dev] Patches: 1 for the price of 10.

2004-12-22 Thread Timothy Fitz
1067760 -- float--long conversion on fileobj.seek calls, rather than float--int. Permits larger floats (2.0**62) to match large int (2**62) arguments. rhettinger marked as won't fix in the original bug report; this seems like a clean solution, tho. Recommend

Re: [Python-Dev] Patches: 1 for the price of 10.

2004-12-22 Thread Bob Ippolito
On Dec 23, 2004, at 12:36 AM, Timothy Fitz wrote: 1067760 -- float--long conversion on fileobj.seek calls, rather than float--int. Permits larger floats (2.0**62) to match large int (2**62) arguments. rhettinger marked as won't fix in the original bug report; this seems like

Re: [Python-Dev] Patches: 1 for the price of 10.

2004-12-22 Thread Guido van Rossum
Apparently file.seek doesn't have this DeprecationWarning though.. Strange, that. f.seek(3.6) f.tell() 3L That's a bug. Who'll fix it? -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-22 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 257 open ( -2) / 2715 closed ( +8) / 2972 total ( +6) Bugs: 807 open (-15) / 4717 closed (+32) / 5524 total (+17) RFE : 163 open ( +3) / 139 closed ( +0) / 302 total ( +3) New / Reopened Patches __