1. 16 Tem, 2004 1 kayıt (commit)
  2. 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
  3. 25 Haz, 2004 1 kayıt (commit)
  4. 22 Haz, 2004 1 kayıt (commit)
  5. 18 Haz, 2004 1 kayıt (commit)
  6. 08 Haz, 2004 1 kayıt (commit)
  7. 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
  8. 07 May, 2004 1 kayıt (commit)
  9. 14 Nis, 2004 1 kayıt (commit)
  10. 21 Mar, 2004 1 kayıt (commit)
  11. 10 Şub, 2004 1 kayıt (commit)
  12. 07 Şub, 2004 2 kayıt (commit)
  13. 02 Şub, 2004 1 kayıt (commit)
  14. 31 Ock, 2004 1 kayıt (commit)
  15. 17 Ock, 2004 4 kayıt (commit)
  16. 08 Ara, 2003 1 kayıt (commit)
  17. 18 Kas, 2003 1 kayıt (commit)
  18. 10 Kas, 2003 1 kayıt (commit)
  19. 31 Eki, 2003 1 kayıt (commit)
  20. 04 Eki, 2003 1 kayıt (commit)
  21. 03 Eki, 2003 1 kayıt (commit)
  22. 27 Eyl, 2003 1 kayıt (commit)
  23. 25 Eyl, 2003 1 kayıt (commit)
  24. 22 Eyl, 2003 1 kayıt (commit)
  25. 20 Eyl, 2003 2 kayıt (commit)
  26. 19 Eyl, 2003 1 kayıt (commit)
  27. 04 Eyl, 2003 2 kayıt (commit)
  28. 09 Agu, 2003 1 kayıt (commit)
  29. 30 Tem, 2003 1 kayıt (commit)
  30. 23 Tem, 2003 1 kayıt (commit)
  31. 22 Tem, 2003 1 kayıt (commit)
    • Jason Tishler's avatar
      Patch 775605: Cygwin pthread_sigmask() workaround patch · fac083d1
      Jason Tishler yazdı
      Cygwin's pthread_sigmask() implementation appears to be buggy. This
      patch works around this problem by using sigprocmask() instead.
      
      This patch is implemented in a general way so it could be used by other
      platforms too. If this approach is deemed too risky, then I can work up
      a patch that just hacks Python/thread_pthread.h for Cygwin.
      
      Note that I tested this patch against 2.3c1 under Red Hat Linux 8.0 too.
      
      [snip]
      And finally, I need someone to regenerate pyconfig.h.in and configure
      with the same versions of the autotools that are normally used by
      Python.
      
      Neal kindly regenerated pyconfig.h.in and configure for me.
      fac083d1
  32. 13 Tem, 2003 1 kayıt (commit)
  33. 10 Tem, 2003 1 kayıt (commit)
  34. 07 Tem, 2003 1 kayıt (commit)