1. 04 Ara, 2001 1 kayıt (commit)
  2. 05 Kas, 2001 1 kayıt (commit)
  3. 31 Eki, 2001 1 kayıt (commit)
    • Jack Jansen's avatar
      Link the core with CoreServices, not with Carbon, and don't use any Carbon · 666b1e7e
      Jack Jansen yazdı
      routines. As of 10.1 using Carbon will crash Python if no window server is
      available (ssh connection, console mode, MacOSX Server). This fixes bug
      #466907.
      
      A result of this mod is that the default 8bit encoding on OSX is now ASCII,
      for the time being. Also, the extension modules that need the Carbon
      framework now explicitly include it in setup.py.
      666b1e7e
  4. 10 Eyl, 2001 1 kayıt (commit)
  5. 01 Eyl, 2001 1 kayıt (commit)
  6. 27 Agu, 2001 1 kayıt (commit)
  7. 23 Agu, 2001 1 kayıt (commit)
  8. 08 Agu, 2001 2 kayıt (commit)
    • Jack Jansen's avatar
      Got rid of unused includes. · d844a5f4
      Jack Jansen yazdı
      d844a5f4
    • Jack Jansen's avatar
      Split macglue.c into two: a new mactoolboxglue.c (in ./Python) · 94bebc03
      Jack Jansen yazdı
      with functionality needed for both unix-Python and MacPython and a
      new smaller ./Mac/Python/macglue.c which contains MacPython stuff only.
      
      pymactoolbox.h has moved to ./Include from ./Mac/Include and now also
      contains the relevant stuff from macglue.h.
      
      The net effect of this is that the ./Mac subdirectory is not needed
      anymore for building the unix-Python core on MacOSX (it is needed
      for building the extension modules).
      94bebc03