An error occurred fetching the project authors.
- 22 Jul, 2010 1 commit
-
-
Tarek Ziadé authored
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
-
- 28 Oct, 2009 1 commit
-
-
Tarek Ziadé authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75901 | tarek.ziade | 2009-10-28 07:45:18 +0100 (Wed, 28 Oct 2009) | 1 line removed spurious spaces ........
-
- 25 Oct, 2009 1 commit
-
-
Tarek Ziadé authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75669 | tarek.ziade | 2009-10-24 17:10:37 +0200 (Sat, 24 Oct 2009) | 1 line Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode ........ r75670 | tarek.ziade | 2009-10-24 17:19:03 +0200 (Sat, 24 Oct 2009) | 1 line fixed finally state in distutils.test_util ........ r75671 | tarek.ziade | 2009-10-24 17:51:30 +0200 (Sat, 24 Oct 2009) | 1 line fixed warning and error message ........
-
- 30 Aug, 2007 1 commit
-
-
Collin Winter authored
-
- 10 Nov, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 19 Nov, 2002 1 commit
-
-
Andrew M. Kuchling authored
suggested by PEP 291.
-
- 14 Nov, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 30 Jul, 2000 1 commit
-
-
Greg Ward authored
-
- 25 Jun, 2000 1 commit
-
-
Greg Ward authored
-
- 30 May, 2000 1 commit
-
-
Greg Ward authored
just to get a little exception class. No more string-based exceptions.
-
- 15 Apr, 2000 2 commits
-
-
Greg Ward authored
-
Greg Ward authored
- 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
-
- 31 Mar, 2000 1 commit
-
-
Greg Ward authored
-
- 02 Mar, 2000 1 commit
-
-
Greg Ward authored
-
- 14 Aug, 1999 1 commit
-
-
Greg Ward authored
-
- 10 Jul, 1999 1 commit
-
-
Greg Ward authored
Added DistutilsPlatformError.
-
- 22 Mar, 1999 1 commit
-
-
Greg Ward authored
-