- 23 May, 2006 1 commit
-
-
Ronald Oussoren authored
#1487105.
-
- 01 May, 2006 1 commit
-
-
Martin v. Löwis authored
in turn matches Microsoft's documentation). Drop unused parameter in CAB.append.
-
- 30 Apr, 2006 1 commit
-
-
Georg Brandl authored
-
- 29 Apr, 2006 1 commit
-
-
Ronald Oussoren authored
-
- 28 Apr, 2006 1 commit
-
-
Georg Brandl authored
since this value is used to name the build directory.
-
- 25 Apr, 2006 1 commit
-
-
Trent Mick authored
an installed VC6. Otherwise only the first such tree gets checked and this warning doesn't get displayed.
-
- 17 Apr, 2006 2 commits
-
-
Ronald Oussoren authored
configure time. The current check is too strict and doesn't allow building extensions that can only run on newer versions of the OS than the version python was build for, that is python build for 10.3 or later and an extension for 10.4. This patch relaxes this check. This turned out to be a reimplementation of patch 1193190.
-
Armin Rigo authored
/path/to/uninstalled/python setup.py build_ext now failed with pyconfig.h not found. Prior to r45232 the above command did not look for pyconfig.h, but the bug is really in the look-up code: expecting to find it in os.curdir is a rather fragile idea.
-
- 10 Apr, 2006 1 commit
-
-
Martin v. Löwis authored
--enable-shared. Fixes #832799.
-
- 01 Apr, 2006 1 commit
-
-
Georg Brandl authored
msg strings with '%', but without format args.
-
- 30 Mar, 2006 2 commits
-
-
Anthony Baxter authored
-
Phillip J. Eby authored
for setup.py "upload" command.
-
- 27 Mar, 2006 1 commit
-
-
Phillip J. Eby authored
-
- 15 Mar, 2006 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
(Ideally, all packages in Python 2.5 will use the relative import syntax for all their relative import needs.)
-
- 09 Mar, 2006 1 commit
-
-
Tim Peters authored
-
- 05 Mar, 2006 1 commit
-
-
Martin v. Löwis authored
-
- 20 Feb, 2006 3 commits
-
-
Tim Peters authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 08 Jan, 2006 1 commit
-
-
Martin v. Löwis authored
-
- 26 Aug, 2005 1 commit
-
-
Tim Peters authored
-
- 24 Aug, 2005 1 commit
-
-
Martin v. Löwis authored
Will backport to 2.4.
-
- 07 Aug, 2005 1 commit
-
-
Martin v. Löwis authored
Backported to 2.4.
-
- 07 Jul, 2005 1 commit
-
-
Phillip J. Eby authored
binary file, use 'rb'!
-
- 18 May, 2005 1 commit
-
-
Tim Peters authored
-
- 25 Apr, 2005 1 commit
-
-
Martin v. Löwis authored
defined in the makefile. Get CFLAGS from the Makefile, instead of getting OPT, BASE_CFLAGS and EXTRA_CFLAGS individually.
-
- 24 Apr, 2005 1 commit
-
-
Brett Cannon authored
to be used for flags that change binary compatibility. Distutils was tweaked to also use the variable if used during compilation of the interpreter.
-
- 15 Apr, 2005 1 commit
-
-
Anthony Baxter authored
-
- 31 Mar, 2005 1 commit
-
-
Walter Dörwald authored
properly encoded and include the encoding in the Content-Type header.
-
- 28 Mar, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
work (SyntaxErrors at compile time). I slammed in what looked like the obvious fixes, but someone who understands this file should check my work.
-
- 24 Mar, 2005 2 commits
-
-
Martin v. Löwis authored
-
Fred Drake authored
-
- 23 Mar, 2005 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
so that bdist_wininst can specify 'any'.
-
- 22 Mar, 2005 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-