Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Thomas Heller
Martin v. Löwis schrieb: > Thomas Heller wrote: >> Martin v. Löwis schrieb: >>> I just implemented auto-assignment for the tracker, i.e. a component >>> can be linked to a developer so that issues mentioning the component >>> get assigned to that developer (unless an explicit assignment is >>> made

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Martin v. Löwis
Thomas Heller wrote: > Martin v. Löwis schrieb: >> I just implemented auto-assignment for the tracker, i.e. a component >> can be linked to a developer so that issues mentioning the component >> get assigned to that developer (unless an explicit assignment is >> made). >> > > You can autoassign ct

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Thomas Heller
Martin v. Löwis schrieb: > I just implemented auto-assignment for the tracker, i.e. a component > can be linked to a developer so that issues mentioning the component > get assigned to that developer (unless an explicit assignment is > made). > You can autoassign ctypes issues to me, as you might

Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3

2008-03-06 Thread Martin v. Löwis
> Ok, I have the 3MB log file. Should I upload it > somewhere or is there a pattern to find? Please compress it, and make a bug report on bugs.python.org. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman

Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3

2008-03-06 Thread Jim Kleckner
Martin v. Löwis wrote: >> When I install 2.6a1 onto a Windoze machine without any previous >> install, I get a dialog: >> There is a problem with this Windows Installer package. >> A program run as part of the setup did not finish as expected. >> Contact your support personnel or package ven

Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3

2008-03-06 Thread Martin v. Löwis
> When I install 2.6a1 onto a Windoze machine without any previous > install, I get a dialog: > There is a problem with this Windows Installer package. > A program run as part of the setup did not finish as expected. > Contact your support personnel or package vendor. > > Note that it didn'

Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3

2008-03-06 Thread Martin v. Löwis
> I suspect something in the install failed to set something > in the registry. Is there any log file of the install > to inspect? You need to run msiexec /i /l*v to generate a logfile for the installation. Regards, Martin ___ Python-Dev mailing li

Re: [Python-Dev] RELEASED Python 2.6a1 and 3.0a3

2008-03-06 Thread Jim Kleckner
Jim Kleckner wrote: > Martin v. Löwis wrote: >>> Thanks for fixing these Martin! >> I have now also uploaded signed MSI files for 3.0a3. >> >> I have not tested them on a machine which doesn't have the >> VS 2008 CRT installed (as all the machines I can access >> right now do have it); please repor

Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3

2008-03-06 Thread Jim Kleckner
Martin v. Löwis wrote: >> Thanks for fixing these Martin! > > I have now also uploaded signed MSI files for 3.0a3. > > I have not tested them on a machine which doesn't have the > VS 2008 CRT installed (as all the machines I can access > right now do have it); please report what works and what >

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Collin Winter
On Thu, Mar 6, 2008 at 12:19 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > I just implemented auto-assignment for the tracker, i.e. a component > can be linked to a developer so that issues mentioning the component > get assigned to that developer (unless an explicit assignment is > made).

Re: [Python-Dev] Auto-Assignment

2008-03-06 Thread Georg Brandl
Martin v. Löwis schrieb: > I just implemented auto-assignment for the tracker, i.e. a component > can be linked to a developer so that issues mentioning the component > get assigned to that developer (unless an explicit assignment is > made). > > I have assigned 2to3 to Collin Winter (this was alr

[Python-Dev] Auto-Assignment

2008-03-06 Thread Martin v. Löwis
I just implemented auto-assignment for the tracker, i.e. a component can be linked to a developer so that issues mentioning the component get assigned to that developer (unless an explicit assignment is made). I have assigned 2to3 to Collin Winter (this was already implemented as a special case),

[Python-Dev] Contributor Agreement (Re: BSDDB3)

2008-03-06 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gregory P. Smith wrote: | The current bsddb license first and foremost is the Python license. If | I read the comments in the _bsddb file correctly I believe you could | also call it a MIT style license. Keep things simple, just write | "Python Licen

Re: [Python-Dev] BSDDB3

2008-03-06 Thread Steve Holden
Gregory P. Smith wrote: > > On 3/4/08, *Jesus Cea* <[EMAIL PROTECTED] > wrote: > > That said, it is my aim to keep bsddb in stdlib, providing a stable and > featureful module. I think keeping bsddb development inside python svn > is not appropiate. Currently

Re: [Python-Dev] Compiler used to build Python for Windows

2008-03-06 Thread Greg Ewing
Alexey Borzenkov wrote: > I think the best lesson here is Tcl. Because it uses stubs mechanism, > you don't need to depend on tclXX.dll, you don't deal with really > direct implementation details, you don't care about runtimes, How does that solve the problem of an extension using one stdio libra