1. 11 Şub, 2012 1 kayıt (commit)
    • Ned Deily's avatar
      Issue #13994: Earler partial revert of Distutils enhancements in 2.7 · c47a4592
      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.
      c47a4592
  2. 28 Tem, 2011 1 kayıt (commit)
  3. 07 Eyl, 2010 3 kayıt (commit)
  4. 22 Tem, 2010 1 kayıt (commit)
  5. 29 Ock, 2010 1 kayıt (commit)
  6. 23 Ock, 2010 1 kayıt (commit)
  7. 21 Ara, 2009 2 kayıt (commit)
  8. 07 May, 2009 1 kayıt (commit)
  9. 06 May, 2009 5 kayıt (commit)
  10. 25 Ock, 2009 1 kayıt (commit)
  11. 16 Eki, 2007 1 kayıt (commit)
  12. 30 Agu, 2007 1 kayıt (commit)
  13. 02 May, 2007 1 kayıt (commit)
  14. 27 Nis, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Checkpoint. Manipulated things so that string literals are always · 572dbf8f
      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.
      572dbf8f
  15. 17 Nis, 2007 1 kayıt (commit)
  16. 10 Kas, 2004 1 kayıt (commit)
  17. 19 Kas, 2002 1 kayıt (commit)
  18. 14 Kas, 2002 1 kayıt (commit)
  19. 04 Haz, 2002 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Make setup.py less chatty by default. · cd8a1148
      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.
      cd8a1148
  20. 06 Ara, 2001 1 kayıt (commit)
  21. 10 Agu, 2001 1 kayıt (commit)
  22. 14 Eki, 2000 1 kayıt (commit)
  23. 30 Eyl, 2000 1 kayıt (commit)
  24. 25 Eyl, 2000 1 kayıt (commit)
  25. 25 Haz, 2000 1 kayıt (commit)
  26. 24 Haz, 2000 2 kayıt (commit)
  27. 07 Haz, 2000 1 kayıt (commit)
    • Greg Ward's avatar
      Patch from Rene Liebscher: this adds "--help-foo" options to list the · 9d17a7ad
      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!
      9d17a7ad
  28. 25 May, 2000 1 kayıt (commit)
  29. 12 May, 2000 1 kayıt (commit)
  30. 15 Nis, 2000 1 kayıt (commit)
    • Greg Ward's avatar
      Cleaned up/simplified error-handling: · 02a1a2b0
      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
      02a1a2b0
  31. 10 Nis, 2000 1 kayıt (commit)
  32. 31 Mar, 2000 1 kayıt (commit)