- 02 Ock, 2008 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 31 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
Integrated bdist_wininst into PCBuild9 directory
-
- 14 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
The detection now works on Unix with Makefile, Makefile with VPATH and on Windows.
-
- 13 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 06 Ara, 2007 2 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree. Added several small unit tests for sysconfig.
-
- 05 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 03 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier. I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
-
- 12 Eyl, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
and smtpd.py scripts that are installed by setup.py. That way, they work when only "make altinstall" is used.
-
- 08 Eyl, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 21 Agu, 2007 2 kayıt (commit)
-
-
Mark Hammond yazdı
As discussed on distutils-sig: Allows the generated installer name on 64bit Windows platforms to be different than the name generated for 32bit Windows platforms.
-
Mark Hammond yazdı
As discussed on distutils-sig: Allows the generated installer name on 64bit Windows platforms to be different than the name generated for 32bit Windows platforms.
-
- 25 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 11 Haz, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Move an import in mworkscompiler so that this module can be imported on any platform. Hopefully this works on all platforms.
-
- 01 Haz, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
even if package_dir is empty. This needs to be backported. I'm too tired tonight. It would be great if someone backports this if the buildbots are ok with it. Otherwise, I will try to get to it tomorrow.
-
- 24 Nis, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
(as opposed to the command line) will now write file names ending in ".cpp" too.
-
- 01 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
If MSVCCompiler.initialize() was called multiple times, the path would get duplicated. On Windows, this is a problem because the path is limited to 4k. There's no benefit in adding a path multiple times, so prevent that from occuring. We also normalize the path before checking for duplicates so things like /a and /a/ won't both be stored. Will backport.
-
- 30 Mar, 2007 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
the 2.5.0 release.
-
- 13 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
directory within sys.exec_prefix.
-
- 09 Şub, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
lib/python/config, on "linux" and "gnu" systems. Will backport.
-
- 03 Ara, 2006 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 12 Kas, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
file name mangling. Will backport to 2.5.
-
- 10 Kas, 2006 1 kayıt (commit)
-
-
Phillip J. Eby yazdı
installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm).
-
- 04 Kas, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
bdist_rpm Will backport to 2.5.
-
- 18 Eki, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 08 Eki, 2006 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
installed to build extensions. This patch makes distutils emit a warning when the compiler should use an SDK but that SDK is not installed, hopefully reducing some confusion.
-
Ronald Oussoren yazdı
universal build of python on OSX 10.3 to ensure that those flags can be used to compile code (the universal build uses compiler flags that aren't supported on 10.3). This patches gives the same treatment to CFLAGS, PY_CFLAGS and BLDSHARED.
-
- 06 Eki, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 Eki, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 16 Agu, 2006 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
- 30 Tem, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #1257728.
-
Martin v. Löwis yazdı
no longer maintained separatedly.
-
- 27 Tem, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
have been introduced since 2.4.
-
- 10 Tem, 2006 3 kayıt (commit)
-
-
Phillip J. Eby yazdı
-
Martin v. Löwis yazdı
Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK.
-
Martin v. Löwis yazdı
SDK environment should be used. Fixes #1508010.
-
- 03 Tem, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
spec file generated by bdist_rpm.
-
- 27 Haz, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
OSX 10.3 when using a binary distribution build on 10.4.
-
- 26 May, 2006 1 kayıt (commit)
-
-
Bob Ippolito yazdı
-