On 05/06/2015 01:37, MRAB wrote:
Steve Dower's post has prompted me to look again at building the regex
module for Python 3.5, 32-bit and 64-bit, using just Mingw64 and
linking against python32.dll. It works!
Earlier versions of Python, however, including Python 2.7, still seem
to want libpython
On 2015-06-05 01:37, MRAB wrote:
On 2015-05-27 09:25, Paul Moore wrote:
On 27 May 2015 at 09:10, Nick Coghlan wrote:
The old distutils docs aren't gone, the top level links just moved to the
distutils package docs: https://docs.python.org/3/library/distutils.html
I kept them (with the same de
On 2015-05-27 09:25, Paul Moore wrote:
On 27 May 2015 at 09:10, Nick Coghlan wrote:
The old distutils docs aren't gone, the top level links just moved to the
distutils package docs: https://docs.python.org/3/library/distutils.html
I kept them (with the same deep link URLs) because I know there
If you have an interest in linking to the Windows builds of Python 2.7 and 3.5+
using mingw, please visit http://bugs.python.org/issue24385
Unless someone can provide me with the One True Way to generate a lib that will
work for everyone, I'm going to replace the lib file with instructions on ho
On Thu, Jun 4, 2015 at 4:32 PM, R. David Murray wrote:
> On Thu, 04 Jun 2015 12:55:55 +0200, "M.-A. Lemburg" wrote:
>> On 04.06.2015 04:08, Tetsuya Morimoto wrote:
>> >> If someone were to volunteer to set up and run speed.python.org, I think
>> > we could add some additional focus on performance
On Thu, 04 Jun 2015 12:55:55 +0200, "M.-A. Lemburg" wrote:
> On 04.06.2015 04:08, Tetsuya Morimoto wrote:
> >> If someone were to volunteer to set up and run speed.python.org, I think
> > we could add some additional focus on performance regressions. Right now,
> > we don't have any way of reliabl
On 04.06.2015 04:08, Tetsuya Morimoto wrote:
>> If someone were to volunteer to set up and run speed.python.org, I think
> we could add some additional focus on performance regressions. Right now,
> we don't have any way of reliably and reproducibly testing Python
> performance.
>
> I'm very inter
On 4 June 2015 at 12:10, Rose Ames wrote:
> Sounds like I can just add a zipimporter to Lib/importlib/_bootstrap.py and
> remove zipimport.c entirely, is that right?
We moved things around a bit for 3.5, so this would be in
Lib/importlib/_bootstrap_external.py now.
My vague recollection is that