1. 03 Nis, 2003 1 kayıt (commit)
  2. 31 Mar, 2003 1 kayıt (commit)
  3. 21 Mar, 2003 1 kayıt (commit)
  4. 20 Mar, 2003 1 kayıt (commit)
  5. 06 Mar, 2003 1 kayıt (commit)
  6. 02 Mar, 2003 1 kayıt (commit)
  7. 28 Şub, 2003 2 kayıt (commit)
  8. 24 Şub, 2003 2 kayıt (commit)
  9. 23 Şub, 2003 1 kayıt (commit)
  10. 20 Şub, 2003 2 kayıt (commit)
  11. 18 Şub, 2003 1 kayıt (commit)
  12. 13 Şub, 2003 1 kayıt (commit)
  13. 11 Şub, 2003 1 kayıt (commit)
  14. 05 Şub, 2003 2 kayıt (commit)
    • Jason Tishler's avatar
      This patch reverts the following: · 9181c94e
      Jason Tishler yazdı
      It also prevents building against the real X headers, if installed.
      
      After discussions with the Cygwin project lead, I believe that building
      against the real X headers is OK. Especially, since the psuedo-X headers
      are *not* installed by the Cygwin Tcl/Tk binary package.
      9181c94e
    • Jason Tishler's avatar
      This patch enables Cygwin Python to build _tkinter against Tcl/Tk 8.4. · cccac1a1
      Jason Tishler yazdı
      Note that this patch just reverts the lib_prefix (i.e., "cyg") portion
      of my Tcl/Tk 8.3 patch. It seems that Cygwin Tcl/Tk is using a more
      normal file naming convention again.
      cccac1a1
  15. 02 Şub, 2003 1 kayıt (commit)
  16. 01 Şub, 2003 1 kayıt (commit)
  17. 29 Ock, 2003 1 kayıt (commit)
  18. 26 Ock, 2003 1 kayıt (commit)
  19. 25 Ock, 2003 1 kayıt (commit)
  20. 21 Ock, 2003 1 kayıt (commit)
  21. 08 Ock, 2003 2 kayıt (commit)
  22. 04 Ock, 2003 1 kayıt (commit)
  23. 01 Ock, 2003 1 kayıt (commit)
    • Skip Montanaro's avatar
      Split OPT make variable into OPT and BASECFLAGS. The latter contains those · decc6a47
      Skip Montanaro yazdı
      compiler flags which are necessary to get a clean compile.  The former is
      for user-specified optimizer, debug, trace fiddling.  See patch 640843.
      
      Add /sw/lib and /sw/include to setup.py search paths on Darwin to take
      advantage of fink goodies.
      
      Add scriptsinstall target to Makefile to install certain scripts from
      Tools/scripts directory.
      decc6a47
  24. 31 Ara, 2002 1 kayıt (commit)
  25. 30 Ara, 2002 1 kayıt (commit)
  26. 29 Ara, 2002 1 kayıt (commit)
  27. 19 Ara, 2002 1 kayıt (commit)
  28. 17 Ara, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      This is J. Lewis Muir's patch: · 529a505d
      Michael W. Hudson yazdı
      [ 629278 ] install lib-dynload .so files mode 555
      
      fixing
      
      [ 583206 ] lib-dynload/*.so wrong permissions
      [ 425007 ] Python 2.1 installs shared libs with mode 0700
      
      Phew.
      529a505d
  29. 16 Ara, 2002 1 kayıt (commit)
  30. 12 Ara, 2002 2 kayıt (commit)
  31. 07 Ara, 2002 1 kayıt (commit)
  32. 06 Ara, 2002 1 kayıt (commit)
  33. 27 Kas, 2002 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      [Patch #641685] setup.py contained code for finding libraries, instead · a246d9fe
      Andrew M. Kuchling yazdı
         of using the CCompiler.find_library_file() provided by the Distutils.
         This patch fixes it to use the Distutils method at the cost of some
         additional glue.
      
      (The duplication resulted in the SSL module not being automatically
      built on Macs; the Distutils knew that shared libraries on OS X have a
      .dylib extension, but the setup.py code didn't.)
      a246d9fe
  34. 24 Kas, 2002 1 kayıt (commit)