1. 06 Haz, 2002 1 kayıt (commit)
  2. 04 Haz, 2002 1 kayıt (commit)
    • Jason Tishler's avatar
      Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) · bc48826d
      Jason Tishler yazdı
      This patch complies with the following request found
      near the top of configure.in:
      
      # This is for stuff that absolutely must end up in pyconfig.h.
      # Please use pyport.h instead, if possible.
      
      I tested this patch under Cygwin, Win32, and Red
      Hat Linux. Python built and ran successfully on
      each of these platforms.
      bc48826d
  3. 01 Haz, 2002 1 kayıt (commit)
  4. 27 May, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This is patch · 34f20eac
      Michael W. Hudson yazdı
      [ 559250 ] more POSIX signal stuff
      
      Adds support (and docs and tests and autoconfery) for posix signal
      mask handling -- sigpending, sigprocmask and sigsuspend.
      34f20eac
  5. 15 May, 2002 2 kayıt (commit)
    • Martin v. Löwis's avatar
      Back out #555929 · 1e1fcef7
      Martin v. Löwis yazdı
      1e1fcef7
    • Jason Tishler's avatar
      Patch #555929: Cygwin AH_BOTTOM cleanup patch · eadb6bb3
      Jason Tishler yazdı
      This patch complies with the following request found
      near the top of configure.in:
      
      # This is for stuff that absolutely must end up in pyconfig.h.
      # Please use pyport.h instead, if possible.
      
      I tested this patch under Cygwin, Win32, and Red
      Hat Linux. Python built and ran successfully on
      each of these platforms.
      eadb6bb3
  6. 08 May, 2002 1 kayıt (commit)
  7. 03 May, 2002 1 kayıt (commit)
  8. 20 Nis, 2002 1 kayıt (commit)
  9. 18 Nis, 2002 1 kayıt (commit)
  10. 16 Nis, 2002 1 kayıt (commit)
  11. 15 Nis, 2002 1 kayıt (commit)
  12. 14 Nis, 2002 2 kayıt (commit)
  13. 12 Nis, 2002 3 kayıt (commit)
  14. 06 Nis, 2002 1 kayıt (commit)
  15. 05 Nis, 2002 1 kayıt (commit)
  16. 29 Mar, 2002 1 kayıt (commit)
  17. 27 Mar, 2002 1 kayıt (commit)
  18. 22 Mar, 2002 1 kayıt (commit)
  19. 21 Mar, 2002 1 kayıt (commit)
  20. 19 Mar, 2002 1 kayıt (commit)
  21. 15 Mar, 2002 1 kayıt (commit)
  22. 12 Mar, 2002 1 kayıt (commit)
  23. 08 Mar, 2002 1 kayıt (commit)
  24. 07 Mar, 2002 1 kayıt (commit)
  25. 24 Şub, 2002 1 kayıt (commit)
  26. 16 Şub, 2002 1 kayıt (commit)
  27. 11 Şub, 2002 1 kayıt (commit)
  28. 01 Ock, 2002 1 kayıt (commit)
  29. 07 Ara, 2001 1 kayıt (commit)
    • Michael W. Hudson's avatar
      Fix for: · 54241138
      Michael W. Hudson yazdı
          [ #417634 ] configuring without C++ compiler name
      
      by checking that we're not about to try to compile C++ files with "yes".
      
      Now we wait for the system where the C++ compiler *is* called yes...
      54241138
  30. 06 Ara, 2001 2 kayıt (commit)
  31. 05 Ara, 2001 1 kayıt (commit)
  32. 04 Ara, 2001 1 kayıt (commit)
  33. 02 Ara, 2001 2 kayıt (commit)
  34. 14 Kas, 2001 1 kayıt (commit)
    • Jack Jansen's avatar
      OSX tests used specific version numbers to test for new features and · 418c3b1e
      Jack Jansen yazdı
      used the default Darwin/* for the old code. Reversed those tests so
      that compatibility code is in a switch leg with a specific version and
      newer systems take the default leg.
      
      This should allow Python to build on OSX 10.1.1 (which jumps from Darwin/1.4
      to Darwin/5.1 due to a new numbering scheme).
      418c3b1e