1. 24 Şub, 2002 2 kayıt (commit)
    • Jack Jansen's avatar
      backport of 1.4: · f6468f01
      Jack Jansen yazdı
      Don't call PyMac_OutputSeen if we have a custom console. Fix by
      Alexandre Parenteau.
      f6468f01
    • Jack Jansen's avatar
      bqackport of 1.73: · 11c8a87d
      Jack Jansen yazdı
      In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1]
      starts with "-psn_". This means the drag-and-drop continues to work as
      expected, but we can now also do
      /Applications/Python.app/Contents/MacOS/python script.py
      from the command line, which is a lot easier with debugging. Pressing <option>
      at this point also has the expected effect of opening the options dialog!
      11c8a87d
  2. 28 Ara, 2001 1 kayıt (commit)
  3. 14 Ara, 2001 1 kayıt (commit)
  4. 10 Ara, 2001 1 kayıt (commit)
  5. 05 Ara, 2001 1 kayıt (commit)
  6. 30 Kas, 2001 1 kayıt (commit)
  7. 10 Kas, 2001 1 kayıt (commit)
    • Jack Jansen's avatar
      Fixed various problems with command-dot handling (some very old): · 439eaa9f
      Jack Jansen yazdı
      - Don't scan for cmd-. unless in the foreground
      - Scan before switching out to other processes, not after
      - don't scan if SchedParams.check_interrupt is false (!)
        - But: do scan if we're blocked on I/O
      
      One problem remains: in the last case KeyboardInterrupt is raised
      too late.
      439eaa9f
  8. 05 Kas, 2001 1 kayıt (commit)
  9. 01 Kas, 2001 1 kayıt (commit)
  10. 31 Eki, 2001 1 kayıt (commit)
  11. 30 Eki, 2001 1 kayıt (commit)
    • Jack Jansen's avatar
      Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and… · 5ded1bf5
      Jack Jansen yazdı
      Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and understand the __main__.py convention used there for applets. This gives us applets that work on both OS9 and OSX! (Although "applet" may not be the correct word for something that is going to be multimegabyte:-).
      
      But: the code is currently disabled, as it requires CodeWarrior 7 and I'm still using 6.
      5ded1bf5
  12. 08 Eki, 2001 1 kayıt (commit)
  13. 11 Eyl, 2001 3 kayıt (commit)
  14. 10 Eyl, 2001 1 kayıt (commit)
  15. 05 Eyl, 2001 1 kayıt (commit)
  16. 01 Eyl, 2001 1 kayıt (commit)
  17. 27 Agu, 2001 1 kayıt (commit)
  18. 19 Agu, 2001 1 kayıt (commit)
  19. 08 Agu, 2001 1 kayıt (commit)
    • 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
  20. 07 Agu, 2001 2 kayıt (commit)
  21. 03 Agu, 2001 2 kayıt (commit)
  22. 27 Tem, 2001 1 kayıt (commit)
  23. 12 Tem, 2001 1 kayıt (commit)
  24. 08 Tem, 2001 1 kayıt (commit)
  25. 04 Tem, 2001 2 kayıt (commit)
  26. 26 Haz, 2001 1 kayıt (commit)
  27. 20 Haz, 2001 1 kayıt (commit)
  28. 22 May, 2001 2 kayıt (commit)
  29. 19 May, 2001 3 kayıt (commit)
  30. 17 May, 2001 1 kayıt (commit)
  31. 12 May, 2001 1 kayıt (commit)