Re: [Python-Dev] 2.6 on Windows

2008-08-21 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Which is the best state I've ever managed to get the 64bit build to. Note however that bsddb3 was skipped by my tests. Running that test alone, both platforms report the same error as the buildbot: FAIL: test01_basic_replication

Re: [Python-Dev] RELEASED Python 2.6b3 and 3.0b3

2008-08-21 Thread Benjamin Peterson
And this release, the special award for making it possible goes to Antoine Pitrou for quick and accurate work on the memoryview implementation. [Resounding Applause] On Wed, Aug 20, 2008 at 10:17 PM, Barry Warsaw [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf

[Python-Dev] RELEASED Python 2.6b3 and 3.0b3

2008-08-21 Thread Cesare Di Mauro
I've downloaded the Python 2.6b3 source, exported with svn all external packages as stated in PCBuild/Readme.txt, edited external.bat removing DEBUG=1, ran external.bat to get tcl/tk compiled, set Release on Visual C++ Express Edition 2008, and everything seemed to be worked out fine (on Vista

Re: [Python-Dev] RELEASED Python 2.6b3 and 3.0b3

2008-08-21 Thread Curt Hagenlocher
On Thu, Aug 21, 2008 at 7:09 AM, Cesare Di Mauro [EMAIL PROTECTED] wrote: import Tkinter Traceback (most recent call last): File stdin, line 1, in module File c:\tmp\Python-2.6b3\lib\lib-tk\Tkinter.py, line 38, in module import FixTk File c:\tmp\Python-2.6b3\lib\lib-tk\FixTk.py, line

Re: [Python-Dev] RELEASED Python 2.6b3 and 3.0b3

2008-08-21 Thread Cesare Di Mauro
Thank you for the hint: it works. :) Cesare In data 21 agosto 2008 alle ore 17:34:56, Curt Hagenlocher [EMAIL PROTECTED] ha scritto: On Thu, Aug 21, 2008 at 7:09 AM, Cesare Di Mauro [EMAIL PROTECTED] wrote: import Tkinter Traceback (most recent call last): File stdin, line 1, in module

Re: [Python-Dev] Python 2.6 on AMD64 recusion crash

2008-08-21 Thread Antoine Pitrou
Mark Hammond mhammond at skippinet.com.au writes: However, test_cpickle takes a different path and doesn't see this doubling of the count - therefore dieing at the depth of 629 that I can see. 629 is a very low number, far lower than the default recursion limit of 1000. Please open a bug for

[Python-Dev] Unicode 5.1.0

2008-08-21 Thread Guido van Rossum
I was just paid a visit by my Google colleague Mark Davis, co-founder of the Unicode project and the president of the Unicode Consortium. He would like to see improved Unicode support for Python. (Well duh. :-) On his list of top priorities are: 1. Upgrade the unicodata module to the Unicode

Re: [Python-Dev] Unicode 5.1.0

2008-08-21 Thread M.-A. Lemburg
On 2008-08-21 22:35, Guido van Rossum wrote: I was just paid a visit by my Google colleague Mark Davis, co-founder of the Unicode project and the president of the Unicode Consortium. He would like to see improved Unicode support for Python. (Well duh. :-) On his list of top priorities are: 1.

Re: [Python-Dev] [Pydotorg] Should we help pythonmac.org?

2008-08-21 Thread Joe Smith
Jesse Noller [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Tue, Aug 19, 2008 at 1:28 PM, Bill Janssen [EMAIL PROTECTED] wrote: My understanding is that if there is a system Python, you shouldn't change it. Ever. Huge, big, honkin' +1 from me on that. Besides, for a system

Re: [Python-Dev] Unicode 5.1.0

2008-08-21 Thread Terry Reedy
Guido van Rossum wrote: I was just paid a visit by my Google colleague Mark Davis, co-founder of the Unicode project and the president of the Unicode Consortium. He would like to see improved Unicode support for Python. (Well duh. :-) On his list of top priorities are: 1. Upgrade the

Re: [Python-Dev] Python 2.6 on AMD64 recusion crash

2008-08-21 Thread Mark Hammond
Antoine writes: Mark Hammond mhammond at skippinet.com.au writes: However, test_cpickle takes a different path and doesn't see this doubling of the count - therefore dieing at the depth of 629 that I can see. 629 is a very low number, far lower than the default recursion limit of

Re: [Python-Dev] Unicode 5.1.0

2008-08-21 Thread Guido van Rossum
On Thu, Aug 21, 2008 at 2:26 PM, M.-A. Lemburg [EMAIL PROTECTED] wrote: On 2008-08-21 22:35, Guido van Rossum wrote: I was just paid a visit by my Google colleague Mark Davis, co-founder of the Unicode project and the president of the Unicode Consortium. He would like to see improved Unicode