- 20 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
compatible with regular files (in particular it now supports the context management protocol).
-
- 25 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 12 Haz, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
There are other issues left, but these were basics (e.g. keys().sort()).
-
- 09 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 11 Eyl, 2002 1 kayıt (commit)
-
-
http://www.python.org/sf/572113Walter Dörwald yazdı
(with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Fixed a few compiler warnings. freeze.py now produces binaries which can import shared modules (unlike before).
-
- 18 Eki, 2001 1 kayıt (commit)
-
-
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).
-
- 09 Tem, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 02 Kas, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Added some declarations to shut up compiler.
-
- 25 Agu, 1998 1 kayıt (commit)
-
-
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.
-
- 18 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
used. It is useful to implicitly set the -O flag in the frozen application. (Sjoerd Mullender)
-
- 20 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Mar, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
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.
-
- 19 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Haz, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Eki, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-