1. 13 Ara, 2010 1 kayıt (commit)
  2. 24 Kas, 2010 1 kayıt (commit)
  3. 20 Kas, 2010 1 kayıt (commit)
  4. 01 Kas, 2010 1 kayıt (commit)
  5. 31 Eki, 2010 2 kayıt (commit)
  6. 18 Eki, 2010 1 kayıt (commit)
  7. 17 Eki, 2010 1 kayıt (commit)
  8. 16 Eki, 2010 1 kayıt (commit)
    • Barry Warsaw's avatar
      First (uncontroversial) part of issue 9807. · 8cf4eae5
      Barry Warsaw yazdı
      * Expose the build flags to Python as sys.abiflags
      * Shared library libpythonX.Y<abiflags>.so
      * python-config --abiflags
      * Make two distutils tests that failed with --enable-shared (even before this
        patch) succeed.
      * Fix a few small style issues.
      8cf4eae5
  9. 15 Eki, 2010 1 kayıt (commit)
  10. 14 Eki, 2010 2 kayıt (commit)
  11. 13 Eki, 2010 1 kayıt (commit)
  12. 10 Eki, 2010 1 kayıt (commit)
  13. 21 Eyl, 2010 1 kayıt (commit)
  14. 12 Eyl, 2010 1 kayıt (commit)
  15. 10 Eyl, 2010 2 kayıt (commit)
  16. 07 Eyl, 2010 1 kayıt (commit)
  17. 05 Eyl, 2010 1 kayıt (commit)
  18. 03 Eyl, 2010 2 kayıt (commit)
  19. 31 Agu, 2010 1 kayıt (commit)
  20. 30 Agu, 2010 1 kayıt (commit)
  21. 13 Agu, 2010 1 kayıt (commit)
  22. 02 Agu, 2010 1 kayıt (commit)
  23. 19 Tem, 2010 1 kayıt (commit)
  24. 18 Tem, 2010 1 kayıt (commit)
  25. 09 Tem, 2010 1 kayıt (commit)
    • Jeffrey Yasskin's avatar
      Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running · d4fcdb1e
      Jeffrey Yasskin yazdı
      configure to append to Python's default values for those variables, and
      similarly allow users to set $XXFLAGS on the make command line to append to the
      values set by configure.
      
      In the makefile, this renames the variables that used to be $XXFLAGS to
      $PY_XXFLAGS, and renames the old $PY_CFLAGS to $PY_CORE_CFLAGS.  To compensate,
      sysconfig now aliases $XXFLAGS=$PY_XXFLAGS so that scripts using it keep
      working.  I see that as the right interface, not a backward-compatibility hack,
      since these are logically the $XXFLAGS variables; we just use a different name
      in the makefile to deal with make's semantics.
      d4fcdb1e
  26. 19 Haz, 2010 2 kayıt (commit)
  27. 28 May, 2010 1 kayıt (commit)
  28. 11 May, 2010 1 kayıt (commit)
  29. 05 May, 2010 1 kayıt (commit)
  30. 03 May, 2010 2 kayıt (commit)
  31. 30 Nis, 2010 2 kayıt (commit)
    • Marc-André Lemburg's avatar
      Merged revisions 80665 via svnmerge from · df700f07
      Marc-André Lemburg yazdı
      svn+pythonssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80665 | marc-andre.lemburg | 2010-04-30 19:20:14 +0200 (Fri, 30 Apr 2010) | 7 lines
      
        [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS
      
        Only override the AC_PROG_CC determined CFLAGS if they were set by the user.
        This restores the default behavior in the common case of not having CFLAGS
        defined when running configure.
      ........
      df700f07
    • Ronald Oussoren's avatar
      Merged revisions 80647 via svnmerge from · 86b33c87
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80647 | ronald.oussoren | 2010-04-30 13:20:14 +0200 (Fri, 30 Apr 2010) | 11 lines
      
        Fix for issue #3646: with this patch it is possible to do a
        framework install of Python in your home directory (on OSX):
      
           $ configure --enable-framework=${HOME}/Library/Frameworks
           $ make && make install
      
        Without this patch the framework would get installed just fine,
        but 'make install' would try to install the application bundles
        and command-line tools outside the user's home, which doesn't work
        for non-admin users (and is bad form anyway).
      ........
      86b33c87
  32. 28 Nis, 2010 1 kayıt (commit)
  33. 25 Nis, 2010 1 kayıt (commit)