1. 09 Agu, 2005 1 kayıt (commit)
  2. 07 Agu, 2005 1 kayıt (commit)
  3. 02 Haz, 2005 1 kayıt (commit)
  4. 28 Mar, 2005 1 kayıt (commit)
    • Bob Ippolito's avatar
      patch [1171735] - Darwin 8's headers disable functionality when · 7026a0ae
      Bob Ippolito yazdı
      POSIX is enabled.  This prevents the toolbox glue, all of Carbon,
      and various other non-POSIX features from compiling.  The POSIX
      symbols are  still used by default, so turning off the #define
      doesn't hurt.
      
      Additionally, linker flags have changed for Darwin 8, and are
      different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3.
      
      Approved by Anthony
      7026a0ae
  5. 14 Mar, 2005 1 kayıt (commit)
  6. 10 Şub, 2005 1 kayıt (commit)
  7. 23 Ock, 2005 1 kayıt (commit)
  8. 07 Ock, 2005 2 kayıt (commit)
  9. 26 Ara, 2004 1 kayıt (commit)
    • Jack Jansen's avatar
      After discussion on the PythonMac-SIG it was decided that it is better · be95462c
      Jack Jansen yazdı
      to make using "-undefined dynamic_lookup" for linking extensions more
      automatic on 10.3 and later. So if we're on that platform and
      MACOSX_DEPLOYMENT_TARGET is not set we now set it to the current OSX
      version during configure. Additionally, distutils will pick up the
      configure-time value by default.
      
      Will backport.
      be95462c
  10. 24 Ara, 2004 1 kayıt (commit)
  11. 30 Kas, 2004 1 kayıt (commit)
  12. 07 Kas, 2004 1 kayıt (commit)
  13. 06 Kas, 2004 1 kayıt (commit)
  14. 26 Eki, 2004 1 kayıt (commit)
  15. 13 Eki, 2004 1 kayıt (commit)
  16. 18 Eyl, 2004 2 kayıt (commit)
  17. 15 Eyl, 2004 1 kayıt (commit)
  18. 25 Agu, 2004 1 kayıt (commit)
  19. 16 Agu, 2004 1 kayıt (commit)
  20. 15 Agu, 2004 1 kayıt (commit)
  21. 12 Agu, 2004 1 kayıt (commit)
  22. 16 Tem, 2004 1 kayıt (commit)
  23. 07 Tem, 2004 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This closes patch: · 30ea2f22
      Michael W. Hudson yazdı
      [ 960406 ] unblock signals in threads
      
      although the changes do not correspond exactly to any patch attached to
      that report.
      
      Non-main threads no longer have all signals masked.
      
      A different interface to readline is used.
      
      The handling of signals inside calls to PyOS_Readline is now rather
      different.
      
      These changes are all a bit scary!  Review and cross-platform testing
      much appreciated.
      30ea2f22
  24. 25 Haz, 2004 1 kayıt (commit)
  25. 22 Haz, 2004 1 kayıt (commit)
  26. 18 Haz, 2004 1 kayıt (commit)
  27. 08 Haz, 2004 1 kayıt (commit)
  28. 03 Haz, 2004 1 kayıt (commit)
    • Jack Jansen's avatar
      Partial fix for #887242 (link extensions with dynamic_lookup in stead · 6b08a404
      Jack Jansen yazdı
      of hard linking against the framework).
      
      If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we
      setup extensions to link with dynamic lookup. We also record the
      value in the Makefile.
      
      Distutils checks whether a value for MACOSX_DEPLOYMENT_TARGET was
      recorded in the Makefile, and if it was insists that the current
      value matches.
      
      This is only a partial fix because it only applies to 2.4, and the
      "two python problem" exists with Python 2.3 shipped with MacOSX 10.3,
      which we have no influence over.
      6b08a404
  29. 07 May, 2004 1 kayıt (commit)
  30. 14 Nis, 2004 1 kayıt (commit)
  31. 21 Mar, 2004 1 kayıt (commit)
  32. 10 Şub, 2004 1 kayıt (commit)
  33. 07 Şub, 2004 2 kayıt (commit)
  34. 02 Şub, 2004 1 kayıt (commit)
  35. 31 Ock, 2004 1 kayıt (commit)
  36. 17 Ock, 2004 2 kayıt (commit)