- 11 Şub, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
has left two versions of customize_compiler, the original in distutils.sysconfig and another copy in distutils.ccompiler, with some parts of distutils calling one and others using the other. Complete the revert back to only having one in distutils.sysconfig as is the case in 3.x.
-
- 28 Tem, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
-
- 07 Eyl, 2010 3 kayıt (commit)
-
-
Éric Araujo yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84608 | eric.araujo | 2010-09-08 00:11:52 +0200 (mer., 08 sept. 2010) | 2 lines Fix eon-old bug in build_clib options (#1718574) ........
-
Éric Araujo yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84608 | eric.araujo | 2010-09-08 00:11:52 +0200 (mer., 08 sept. 2010) | 2 lines Fix eon-old bug in build_clib options (#1718574) ........
-
Éric Araujo yazdı
-
- 22 Tem, 2010 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
-
- 29 Ock, 2010 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77704 | tarek.ziade | 2010-01-23 10:23:15 +0100 (Sat, 23 Jan 2010) | 1 line taking sysconfig out of distutils ........ r77752 | tarek.ziade | 2010-01-26 00:19:56 +0100 (Tue, 26 Jan 2010) | 1 line switched the call order so this call works without suffering from issue #7774 ........
-
- 23 Ock, 2010 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 21 Ara, 2009 2 kayıt (commit)
-
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76956 | tarek.ziade | 2009-12-21 02:22:46 +0100 (Mon, 21 Dec 2009) | 1 line massive import cleaning in Distutils ........
-
Tarek Ziadé yazdı
-
- 07 May, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 06 May, 2009 5 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
- 25 Ock, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 16 Eki, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
I like this because it makes the code shorter! :-)
-
- 30 Agu, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 02 May, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Nis, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
unicode, and a few other compensating changes, e.g. str <- unicode, chr <- unichr, and repr() of a unicode string no longer starts with 'u'. Lots of unit tests are broken, but some basic things work, in particular distutils works so the extensions can be built, and test_builtin.py works.
-
- 17 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
* all calls to functions in the string module (except maketrans) * everything from stropmodule except for maketrans() which is still used
-
- 10 Kas, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
suggested by PEP 291.
-
- 14 Kas, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 Haz, 2002 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
This is a conservative version of SF patch 504889. It uses the log module instead of calling print in various places, and it ignores the verbose argument passed to many functions and set as an attribute on some objects. Instead, it uses the verbosity set on the logger via the command line. The log module is now preferred over announce() and warn() methods that exist only for backwards compatibility. XXX This checkin changes a lot of modules that have no test suite and aren't exercised by the Python build process. It will need substantial testing.
-
- 06 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 10 Agu, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
libraries. This is done by adding a .get_source_files() method, contributed by Rene Liebscher and slightly modified. Remove an unused local variable spotted by PyChecker
-
- 14 Eki, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 30 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 25 Eyl, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 25 Haz, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 24 Haz, 2000 2 kayıt (commit)
- 07 Haz, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
values that "--foo" can take for various commands: eg. what formats for "sdist" and "bdist", what compilers for "build_ext" and "build_clib". I have *not* reviewed this patch; I'm checking it in as-is because it also fixes a paper-bag-over-head bug in bdist.py, and because I won't have time to review it properly for several days: so someone else can test it for me, instead!
-
- 25 May, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 12 May, 2000 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 15 Nis, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
- DistutilsOptionError is now documented as it's actually used, ie. to indicate bogus option values (usually user options, eg. from the command-line) - added DistutilsSetupError to indicate errors that definitely arise in the setup script - got rid of DistutilsValueError, and changed all usage of it to either DistutilsSetupError or ValueError as appropriate - simplified a bunch of option get/set methods in Command and Distribution classes -- just pass on AttributeError most of the time, rather than turning it into something else
-
- 10 Nis, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
timestamps), so every build_* command has 'self.force', which follows the 'build' command if not set by the user.
-
- 31 Mar, 2000 1 kayıt (commit)
-
-
Greg Ward yazdı
-