1. 04 Eki, 2002 1 kayıt (commit)
  2. 30 Eyl, 2002 2 kayıt (commit)
  3. 25 Eyl, 2002 2 kayıt (commit)
  4. 16 Eyl, 2002 1 kayıt (commit)
  5. 10 Eyl, 2002 1 kayıt (commit)
  6. 09 Eyl, 2002 2 kayıt (commit)
  7. 15 Agu, 2002 1 kayıt (commit)
  8. 04 Agu, 2002 1 kayıt (commit)
  9. 01 Agu, 2002 1 kayıt (commit)
    • Jack Jansen's avatar
      - Get _environ through the NSEnviron call in a MacOSX framework. This allows · ea0c3828
      Jack Jansen yazdı
        us to completely decouple the framework from the executable, so we
        can use a two-level namespace.
      - Do framework builds with a twolevel namespace.
      - Reorganized the code that creates the minimal framework in the build
        directory, to make it more robust against incomplete frameworks (from
        earlier aborted builds, or builds of previous Python versions).
      ea0c3828
  10. 30 Tem, 2002 2 kayıt (commit)
  11. 28 Tem, 2002 1 kayıt (commit)
  12. 20 Tem, 2002 1 kayıt (commit)
  13. 19 Tem, 2002 2 kayıt (commit)
  14. 18 Tem, 2002 2 kayıt (commit)
    • Jeremy Hylton's avatar
      Define _XOPEN_SOURCE in configure and Python.h. · 5a7ef7e2
      Jeremy Hylton yazdı
      This gets compilation of posixmodule.c to succeed on Tru64 and does no
      harm on Linux.  We may need to undefine it on some platforms, but
      let's wait and see.
      
      Martin says:
      
      > I think it is generally the right thing to define _XOPEN_SOURCE on
      > Unix, providing a negative list of systems that cannot support this
      > setting (or preferably solving whatever problems remain).
      >
      > I'd put an (unconditional) AC_DEFINE into configure.in early on; it
      > *should* go into confdefs.h as configure proceeds, and thus be active
      > when other tests are performed.
      5a7ef7e2
    • Jeremy Hylton's avatar
      Use AC_FUNC_SETPGRP. · af4c12f4
      Jeremy Hylton yazdı
      af4c12f4
  15. 17 Tem, 2002 1 kayıt (commit)
    • Jeremy Hylton's avatar
      staticforward bites the dust. · 938ace69
      Jeremy Hylton yazdı
      The staticforward define was needed to support certain broken C
      compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the
      static keyword when it was used with a forward declaration of a static
      initialized structure.  Standard C allows the forward declaration with
      static, and we've decided to stop catering to broken C compilers.  (In
      fact, we expect that the compilers are all fixed eight years later.)
      
      I'm leaving staticforward and statichere defined in object.h as
      static.  This is only for backwards compatibility with C extensions
      that might still use it.
      
      XXX I haven't updated the documentation.
      938ace69
  16. 08 Tem, 2002 1 kayıt (commit)
  17. 25 Haz, 2002 1 kayıt (commit)
  18. 21 Haz, 2002 1 kayıt (commit)
    • Jack Jansen's avatar
      Patch #557719 by Tony Lownds, slightly massaged by me: streamline the · 0b06be7b
      Jack Jansen yazdı
      OSX framework build process. Things fixed/modified:
      - the filesystem case-sensitivity test now works for builds outside
        the source directory
      - various other fixes for building outside the source directory
      - python.app now has a target in the main Makefile
      - WASTE and AquaTk are found more automatically
      0b06be7b
  19. 14 Haz, 2002 1 kayıt (commit)
    • Skip Montanaro's avatar
      This introduces stricter library/header file checking for the Berkeley DB · 57454e57
      Skip Montanaro yazdı
      library.  Since multiple versions can be installed simultaneously, it's
      crucial that you only select libraries and header files which are compatible
      with each other.  Version checking is done from highest version to lowest.
      Building using version 1 of Berkeley DB is disabled by default because of
      the hash file bugs people keep rediscovering.  It can be enabled by
      uncommenting a few lines in setup.py.  Closes patch 553108.
      57454e57
  20. 13 Haz, 2002 1 kayıt (commit)
  21. 11 Haz, 2002 1 kayıt (commit)
  22. 09 Haz, 2002 1 kayıt (commit)
  23. 06 Haz, 2002 1 kayıt (commit)
  24. 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
  25. 01 Haz, 2002 1 kayıt (commit)
  26. 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
  27. 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
  28. 08 May, 2002 1 kayıt (commit)
  29. 03 May, 2002 1 kayıt (commit)
  30. 20 Nis, 2002 1 kayıt (commit)
  31. 18 Nis, 2002 1 kayıt (commit)
  32. 16 Nis, 2002 1 kayıt (commit)
  33. 15 Nis, 2002 1 kayıt (commit)