1. 31 Tem, 2002 3 kayıt (commit)
  2. 30 Tem, 2002 13 kayıt (commit)
  3. 29 Tem, 2002 7 kayıt (commit)
    • Jack Jansen's avatar
      First stab at the launcher application. This will be run when the user · 3bbb617c
      Jack Jansen yazdı
      doubleclicks a .py, .pyw or .pyc file. It runs the file by invoking the
      relevant interpreter (either the command line Python in a terminal window
      or a Python.app for GUI-based scripts). Interpreter to use and the options
      to pass are settable through preferences.
      
      If PythonLauncher wasn't running it does its thing for one script and exits.
      If it was manually started before a dialog is presented where the user
      can set the options to use, etc.
      
      To be done:
      - option-drag/doubleclick should always open the interactive dialog
      - Terminal-window isn't done yet
      - Should be reimplemented in Python, but pyobjc isn't part of the core.
      - Various menu entries should be disabled.
      3bbb617c
    • Jason Tishler's avatar
      Patch #553702: Cygwin make install patch · c0f1e774
      Jason Tishler yazdı
      This patch fixes make install for Cygwin. Specifically,
      it reverts to the previous behavior:
      
      o install libpython$(VERSION)$(SO) in $(BINDIR)
      o install $(LDLIBRARY) in $(LIBPL)
      
      It also begins to remove Cygwin's dependency on
      $(DLLLIBRARY) which I hope to take advantage of
      when I attempt to make Cygwin as similar as possible
      to the other Unix platforms (in other patches).
      
      I tested this patch under Red Hat Linux 7.1 without
      any ill effects.
      
      BTW, I'm not the happiest using the following
      test for Cygwin:
      
      test "$(SO)" = .dll
      
      I'm willing to update the patch to use:
      
      case "$(MACHDEP)" in cygwin*
      
      instead, but IMO that will look uglier.
      c0f1e774
    • Michael W. Hudson's avatar
      Fix for · 56796f67
      Michael W. Hudson yazdı
      [ 587875 ] crash on deleting extended slice
      
      The array code got simpler, always a good thing!
      56796f67
    • Thomas Heller's avatar
      New functions for extension writers on Windows: · 085358a3
      Thomas Heller yazdı
       PyErr_SetExcFromWindowsErr(), PyErr_SetExcFromWindowsErrWithFilename().
      
      Similar to PyErr_SetFromWindowsErrWithFilename() and
      PyErr_SetFromWindowsErr(), but they allow to specify
      the exception type to raise. Available on Windows.
      
      See SF patch #576458.
      085358a3
    • Martin v. Löwis's avatar
      Revert #571603 since it is ok to import codecs that are not subdirectories · b9e0764d
      Martin v. Löwis yazdı
      of encodings. Skip modules that don't have a getregentry function.
      b9e0764d
    • Mark Hammond's avatar
      Excise DL_IMPORT/EXPORT from object.h, and related files. This patch · a2905273
      Mark Hammond yazdı
      also adds 'extern' to PyAPI_DATA rather than at each declaration, as
      discussed with Tim and Guido.
      a2905273
    • Thomas Heller's avatar
      f4ad4ce5
  4. 28 Tem, 2002 17 kayıt (commit)