1. 18 Ara, 2005 1 kayıt (commit)
  2. 15 Ara, 2005 1 kayıt (commit)
  3. 13 Ara, 2005 1 kayıt (commit)
  4. 26 Kas, 2005 1 kayıt (commit)
  5. 09 Agu, 2005 1 kayıt (commit)
  6. 07 Agu, 2005 1 kayıt (commit)
  7. 02 Haz, 2005 1 kayıt (commit)
  8. 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
  9. 14 Mar, 2005 1 kayıt (commit)
  10. 10 Şub, 2005 1 kayıt (commit)
  11. 23 Ock, 2005 1 kayıt (commit)
  12. 07 Ock, 2005 2 kayıt (commit)
  13. 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
  14. 24 Ara, 2004 1 kayıt (commit)
  15. 30 Kas, 2004 1 kayıt (commit)
  16. 07 Kas, 2004 1 kayıt (commit)
  17. 05 Kas, 2004 1 kayıt (commit)
    • Raymond Hettinger's avatar
      SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core · ec6eb369
      Raymond Hettinger yazdı
      (Contributed by Bob Ippolito.)
      
      This patch trims down the Python core on Darwin by making it
      independent of CoreFoundation and CoreServices. It does this by:
      
      Changed linker flags in configure/configure.in
      Removed the unused PyMac_GetAppletScriptFile
      Moved the implementation of PyMac_StrError to the MacOS module
      Moved the implementation of PyMac_GetFullPathname to the
      Carbon.File module
      ec6eb369
  18. 26 Eki, 2004 1 kayıt (commit)
  19. 13 Eki, 2004 1 kayıt (commit)
  20. 18 Eyl, 2004 2 kayıt (commit)
  21. 15 Eyl, 2004 1 kayıt (commit)
  22. 25 Agu, 2004 1 kayıt (commit)
  23. 16 Agu, 2004 1 kayıt (commit)
  24. 15 Agu, 2004 1 kayıt (commit)
  25. 12 Agu, 2004 1 kayıt (commit)
  26. 09 Agu, 2004 1 kayıt (commit)
  27. 22 Tem, 2004 1 kayıt (commit)
    • Gustavo Niemeyer's avatar
      This change implements the following gettext features, as · 7bd33c5e
      Gustavo Niemeyer yazdı
      discussed recently in python-dev:
      
      In _locale module:
      
      - bind_textdomain_codeset() binding
      
      In gettext module:
      
      - bind_textdomain_codeset() function
      - lgettext(), lngettext(), ldgettext(), ldngettext(),
        which return translated strings encoded in
        preferred system encoding, if
        bind_textdomain_codeset() was not used.
      - Added equivalent functionality in translate()
        function and catalog classes.
      
      Every change was also documented.
      7bd33c5e
  28. 16 Tem, 2004 1 kayıt (commit)
  29. 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
  30. 25 Haz, 2004 1 kayıt (commit)
  31. 22 Haz, 2004 1 kayıt (commit)
  32. 18 Haz, 2004 1 kayıt (commit)
  33. 08 Haz, 2004 1 kayıt (commit)
  34. 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
  35. 07 May, 2004 1 kayıt (commit)
  36. 14 Nis, 2004 1 kayıt (commit)
  37. 21 Mar, 2004 1 kayıt (commit)
  38. 10 Şub, 2004 1 kayıt (commit)