1. 19 Ock, 2005 4 kayıt (commit)
    • Kurt B. Kaiser's avatar
      Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04 · d04acc86
      Kurt B. Kaiser yazdı
      checking sys.platform for substring 'win' was breaking IDLE docs on Mac
      (darwin).  Also, Mac Safari browser requires full file:// URIs.  SF 900580.
      
      M EditorWindow.py
      M NEWS.txt
      M configHelpSourceEdit.py
      d04acc86
    • Fred Drake's avatar
      fix a bunch of spelling errors · 3fccd951
      Fred Drake yazdı
      (closes SF patch #1104868)
      3fccd951
    • Fred Drake's avatar
      remove spurious line from widget variables example · 519d31db
      Fred Drake yazdı
      (closes SF patch #1094815)
      519d31db
    • Kurt B. Kaiser's avatar
      Backport rpc.py rev 1.28 dating from 21Jan04 · 098d79d7
      Kurt B. Kaiser yazdı
      rpc.py:SocketIO - Large modules were generating large pickles when downloaded
      to the execution server.  The return of the OK response from the subprocess
      initialization was interfering and causing the sending socket to be not
      ready.  Add an IO ready test to fix this.  Moved the polling IO ready test
      into pollpacket().
      
      Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".
      
      idlever.py should be 1.0.4 to align with NEWS.txt.  There was no IDLE release
      at 2.3.1 which accounts for the unsync.
      
      M NEWS.txt
      M idlever.py
      M rpc.py
      098d79d7
  2. 17 Ock, 2005 6 kayıt (commit)
  3. 11 Ock, 2005 1 kayıt (commit)
    • Jack Jansen's avatar
      Backport of fixes for #887242 and #1097739: · 904688b7
      Jack Jansen yazdı
      If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we
      setup extensions to link with dynamic lookup. We also record the
      value in the Makefile, and distutils uses the same value to build extension
      modules. If MACOSX_DEPLOYMENT_TARGET is not set it defaults to the
      current OSX version.
      
      If we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier)
      we link extensions directly against the dynamic library in the framework in
      stead of against the framework. This will fix building extensions for 2.3
      after 2.4 has been installed too.
      904688b7
  4. 07 Ock, 2005 3 kayıt (commit)
  5. 05 Ock, 2005 1 kayıt (commit)
  6. 04 Ock, 2005 3 kayıt (commit)
  7. 03 Ock, 2005 2 kayıt (commit)
    • Jack Jansen's avatar
      Added one-liner about pimp 0.5 · 3b49289f
      Jack Jansen yazdı
      3b49289f
    • Jack Jansen's avatar
      Backport of 1.37: · 451e02b6
      Jack Jansen yazdı
      - Added an "installer" flavor, which uses the "open" command to install
        something (overridable through Install-command entry)
      - Hidden status is now determined by flavor == hidden, not by
        missing Download-URL. Hidden packages behave like installer packages.
      - Made some error messages a bit more understandable.
      
      Because there's new functionality the version has been upped to 0.5.
      451e02b6
  8. 02 Ock, 2005 4 kayıt (commit)
  9. 31 Ara, 2004 1 kayıt (commit)
    • Jack Jansen's avatar
      Backport: · f3609396
      Jack Jansen yazdı
      Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot
      option to various tools, and do the right thing when we're doing a destroot
      install.
      f3609396
  10. 30 Ara, 2004 2 kayıt (commit)
  11. 28 Ara, 2004 3 kayıt (commit)
  12. 27 Ara, 2004 1 kayıt (commit)
  13. 24 Ara, 2004 1 kayıt (commit)
  14. 23 Ara, 2004 2 kayıt (commit)
  15. 22 Ara, 2004 5 kayıt (commit)
  16. 19 Ara, 2004 1 kayıt (commit)
    • Gregory P. Smith's avatar
      * closes SF bug/patch 967763 · 05a24d7f
      Gregory P. Smith yazdı
        - fixes various memory leaks found by valgrind and a follup closer
          code inspection of the bsddb module.  (merges r1.32 of _bsddb.c
          and an associated test case)
        - also merges the one line r1.37 _bsddb.c fix that fixes a leak on
          the rare DBEnv creation failed error path.
      05a24d7f