1. 18 Tem, 2004 1 kayıt (commit)
  2. 08 May, 2004 1 kayıt (commit)
  3. 26 May, 2003 1 kayıt (commit)
  4. 18 Mar, 2003 1 kayıt (commit)
  5. 08 Mar, 2003 1 kayıt (commit)
  6. 11 Eyl, 2002 1 kayıt (commit)
  7. 04 Nis, 2002 1 kayıt (commit)
  8. 18 Eki, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. · 03f7f088
      Guido van Rossum yazdı
      (With slight cosmetic improvements to shorten lines and a grammar fix
      to a docstring.)
      
      This addes -X and -E options to freeze.  From the docstring:
      
      -X module     Like -x, except the module can never be imported by
                    the frozen binary.
      
      -E:           Freeze will fail if any modules can't be found (that
                    were not excluded using -x or -X).
      03f7f088
  9. 02 Haz, 2001 1 kayıt (commit)
  10. 20 Mar, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Lawrence Hudson, SF #401702: Modify co_filename in frozen programs · 6b767ac8
      Guido van Rossum yazdı
        This patch was developed primarily to reduce the size of the
        frozen binary.  It is particularly useful when freezing for 'small'
        platforms, such as Palm OS, where you really want to save that
        last miserable byte.
      
        A limitation of this patch is that it does not provide any feedback
        about the replacements being made.  As the path matching
        is case-sensitive this may lead to unexpected behaviour for DOS
        and Windows people, eg
            > freeze.py -r C:\Python\Lib\=py\ goats.py
        should probably be:
            > freeze.py -r c:\python\lib\=py\ goats.py
      6b767ac8
  11. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  12. 13 Tem, 2000 1 kayıt (commit)
  13. 06 May, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Toby Dickenson: · 4b1235cd
      Guido van Rossum yazdı
      Fix for problem with freeze when both "-m" and "-s service" options
      are used.
      
      (Blessed by MarkH)
      4b1235cd
  14. 23 Mar, 2000 1 kayıt (commit)
  15. 12 Mar, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Bug submitted by Wayne Knowles, who writes: · 7039f508
      Guido van Rossum yazdı
         Under Windows, python freeze.py -o hello hello.py
         creates all the correct files in the hello subdirectory, but the
         Makefile has the directory prefix in it for frozen_extensions.c
         nmake fails because it tries to locate hello/frozen_extensions.c
      
      (His fix adds a call to os.path.basename() in the appropriate place.)
      7039f508
  16. 25 Agu, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      New version, with contributions from Sjoerd Mullender and Mark Hammond. · baf06034
      Guido van Rossum yazdı
      Sjoerd writes:
      
      This version of freeze creates one file per Python module, instead of
      one humongous file for all Python modules.
      bkfile: new module to used to write files with backups.  No new file
      is produced if the new contents is identical to the old.
      New option "-x excluded-module" for modulefinder test program.
      New option "-i filename" for freeze main program to include a list of
      options in place of the -i option.
      baf06034
  17. 07 Tem, 1998 1 kayıt (commit)
  18. 12 Haz, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Jonathan Giddy: · 590fc2c4
      Guido van Rossum yazdı
      The first one only shows up if $prefix != $exec_prefix, and the problem
      is caused by the recent change in location for config.h.
      590fc2c4
  19. 18 May, 1998 1 kayıt (commit)
  20. 06 May, 1998 1 kayıt (commit)
  21. 23 Nis, 1998 1 kayıt (commit)
  22. 20 Nis, 1998 1 kayıt (commit)
  23. 20 Mar, 1998 1 kayıt (commit)
  24. 07 Mar, 1998 2 kayıt (commit)
  25. 06 Mar, 1998 1 kayıt (commit)
  26. 05 Mar, 1998 3 kayıt (commit)
    • Guido van Rossum's avatar
      Unfold some lines that were previously folded but don't need to be · e0394259
      Guido van Rossum yazdı
      now we're reindented.
      
      Remove files before renaming something to them -- for Windows.
      
      Change check for Python home directory so it works correct on Windows.
      e0394259
    • Guido van Rossum's avatar
      Some nits... · 1e07403b
      Guido van Rossum yazdı
      Add the script directory to the path.
      
      Fix the sanity checks on the arguments so they don't mess up the -m
      option; remove the requirement that the script must have a .py
      extension.
      1e07403b
    • Guido van Rossum's avatar
      Added support for packages. · 75dc4969
      Guido van Rossum yazdı
      We have a whole new module finder that uses the actual Python
      parser and scans the bytecode for IMPORT_NAME and IMPORT_FROM.
      This requires some support in import.c (that hasn't been checked in).
      New command line options for this: -d, -q, -m.
      75dc4969
  27. 04 Mar, 1998 1 kayıt (commit)
  28. 08 Ara, 1997 1 kayıt (commit)
  29. 22 Kas, 1997 1 kayıt (commit)
  30. 14 Agu, 1997 1 kayıt (commit)
  31. 10 Agu, 1997 2 kayıt (commit)
  32. 19 Tem, 1997 1 kayıt (commit)
  33. 27 Kas, 1996 1 kayıt (commit)
  34. 26 Agu, 1996 2 kayıt (commit)
  35. 17 Haz, 1996 1 kayıt (commit)