An error occurred fetching the project authors.
  1. 05 Jan, 2006 2 commits
  2. 30 Dec, 2005 1 commit
  3. 18 Dec, 2005 1 commit
  4. 15 Dec, 2005 1 commit
  5. 13 Dec, 2005 1 commit
  6. 26 Nov, 2005 1 commit
  7. 09 Aug, 2005 1 commit
  8. 07 Aug, 2005 1 commit
  9. 02 Jun, 2005 1 commit
  10. 28 Mar, 2005 1 commit
    • Bob Ippolito's avatar
      patch [1171735] - Darwin 8's headers disable functionality when · 7026a0ae
      Bob Ippolito authored
      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
  11. 14 Mar, 2005 1 commit
  12. 10 Feb, 2005 1 commit
  13. 23 Jan, 2005 1 commit
  14. 07 Jan, 2005 2 commits
  15. 26 Dec, 2004 1 commit
    • Jack Jansen's avatar
      After discussion on the PythonMac-SIG it was decided that it is better · be95462c
      Jack Jansen authored
      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
  16. 24 Dec, 2004 1 commit
  17. 30 Nov, 2004 1 commit
  18. 07 Nov, 2004 1 commit
  19. 06 Nov, 2004 1 commit
  20. 26 Oct, 2004 1 commit
  21. 13 Oct, 2004 1 commit
  22. 18 Sep, 2004 2 commits
  23. 15 Sep, 2004 1 commit
  24. 25 Aug, 2004 1 commit
  25. 16 Aug, 2004 1 commit
  26. 15 Aug, 2004 1 commit
  27. 12 Aug, 2004 1 commit
  28. 16 Jul, 2004 1 commit
  29. 07 Jul, 2004 1 commit
    • Michael W. Hudson's avatar
      This closes patch: · 30ea2f22
      Michael W. Hudson authored
      [ 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
  30. 25 Jun, 2004 1 commit
  31. 22 Jun, 2004 1 commit
  32. 18 Jun, 2004 1 commit
  33. 08 Jun, 2004 1 commit
  34. 03 Jun, 2004 1 commit
    • Jack Jansen's avatar
      Partial fix for #887242 (link extensions with dynamic_lookup in stead · 6b08a404
      Jack Jansen authored
      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
  35. 07 May, 2004 1 commit
  36. 14 Apr, 2004 1 commit
  37. 21 Mar, 2004 1 commit