1. 14 Eki, 2010 1 kayıt (commit)
  2. 10 Eki, 2010 1 kayıt (commit)
  3. 14 Eyl, 2010 1 kayıt (commit)
  4. 10 Eyl, 2010 1 kayıt (commit)
  5. 01 Agu, 2010 2 kayıt (commit)
    • Mark Dickinson's avatar
      Merged revisions 83479 via svnmerge from · 890499ce
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83479 | mark.dickinson | 2010-08-01 22:33:01 +0100 (Sun, 01 Aug 2010) | 1 line
      
        Don't delete Lib/test/data/README when doing 'make distclean'
      ........
      890499ce
    • Georg Brandl's avatar
      Merged revisions 83370,83372-83374,83384 via svnmerge from · 004c74d4
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83370 | georg.brandl | 2010-07-31 23:51:48 +0200 (Sa, 31 Jul 2010) | 5 lines
      
        #8198: the Helper class should not save the stdin and stdout objects
        at import time, rather by default use the current streams like the
        other APIs that output help.
      ........
        r83372 | georg.brandl | 2010-08-01 00:05:54 +0200 (So, 01 Aug 2010) | 1 line
      
        #4007: remove *.a and *.so.X.Y files in "make clean".
      ........
        r83373 | georg.brandl | 2010-08-01 00:11:11 +0200 (So, 01 Aug 2010) | 1 line
      
        #5147: revert accidental indentation of header constant for MozillaCookieJar.
      ........
        r83374 | georg.brandl | 2010-08-01 00:32:52 +0200 (So, 01 Aug 2010) | 1 line
      
        #5146: handle UID THREAD command correctly.
      ........
        r83384 | georg.brandl | 2010-08-01 08:32:55 +0200 (So, 01 Aug 2010) | 1 line
      
        Build properties using lambdas.  This makes test_pyclbr pass again, because it does not think that input and output are methods anymore.
      ........
      004c74d4
  6. 17 Tem, 2010 1 kayıt (commit)
  7. 12 Nis, 2010 1 kayıt (commit)
  8. 05 Nis, 2010 2 kayıt (commit)
  9. 04 Nis, 2010 1 kayıt (commit)
  10. 03 Nis, 2010 3 kayıt (commit)
  11. 02 Nis, 2010 1 kayıt (commit)
  12. 01 Nis, 2010 1 kayıt (commit)
  13. 31 Mar, 2010 1 kayıt (commit)
  14. 26 Mar, 2010 1 kayıt (commit)
  15. 25 Mar, 2010 1 kayıt (commit)
  16. 21 Mar, 2010 1 kayıt (commit)
  17. 19 Mar, 2010 1 kayıt (commit)
  18. 18 Mar, 2010 4 kayıt (commit)
  19. 13 Mar, 2010 1 kayıt (commit)
  20. 23 Ock, 2010 1 kayıt (commit)
  21. 13 Ock, 2010 1 kayıt (commit)
  22. 01 Ock, 2010 1 kayıt (commit)
  23. 24 Ara, 2009 2 kayıt (commit)
    • Ronald Oussoren's avatar
    • Ronald Oussoren's avatar
      Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. · 92919a66
      Ronald Oussoren yazdı
      The previous implementation used execv(2) to run the real interpreter, which means that
      you cannot use the arch(1) tool to select the architecture you want to use for a
      universal build because that only affects the python/pythonw wrapper and not the actual
      interpreter.
      
      The new version uses posix_spawnv with a number of OSX-specific options that ensure that
      the real interpreter is started using the same CPU architecture as the wrapper, and that
      means that 'arch -ppc python' now actually works.
      
      I've also changed the way that the wrapper looks for the framework: it is now linked to
      the framework rather than hardcoding the framework path. This should make it easier to
      provide pythonw support in tools like virtualenv.
      92919a66
  24. 27 Eki, 2009 1 kayıt (commit)
  25. 24 Eki, 2009 1 kayıt (commit)
  26. 24 Eyl, 2009 1 kayıt (commit)
  27. 06 Eyl, 2009 1 kayıt (commit)
  28. 31 Agu, 2009 1 kayıt (commit)
  29. 21 Tem, 2009 1 kayıt (commit)
  30. 11 Tem, 2009 1 kayıt (commit)
  31. 09 Haz, 2009 1 kayıt (commit)
  32. 08 Haz, 2009 1 kayıt (commit)
    • Ronald Oussoren's avatar
      This checkin adds a symlink to the lib directory of a framework install · 8e631258
      Ronald Oussoren yazdı
      of Python (on OSX), and the end result of that is that the combination of
      ``python-config --ldflags`` and ``python-config --libs`` refers to an actually
      existing location.
      
      I've done this in preference to changing python-config to specify
      '-framework Python' for linking because that doesn't work when you have multiple
      versions of python installed (because '-framework Python' will always link to
      the 'Current' version of the framework, without a possibility to specify a
      specific version).
      8e631258