- 31 Ara, 2002 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 26 Kas, 2002 3 kayıt (commit)
-
-
Just van Rossum yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Mark writes in private email: "Modules listed in the registry was a dumb idea. This whole scheme can die. AFAIK, no one in the world uses it (including win32all since the last build)." (See also SF #643711)
-
- 25 Kas, 2002 1 kayıt (commit)
-
-
Thomas Heller yazdı
per PEP 291 (although there are currently string methods used). This patch makes it compatible with 2.2, at least, by detecting universal newline support.
-
- 14 Kas, 2002 1 kayıt (commit)
-
-
Thomas Heller yazdı
Fixes SF # 637835.
-
- 12 Kas, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Use universal newline support when opening a file for freezing.
-
Neal Norwitz yazdı
Pass co_freevars and co_cellvars to new.code(). Will backport.
-
- 12 Eyl, 2002 1 kayıt (commit)
-
-
Walter Dörwald yazdı
The file itself still mentions Python 1.5.1, so it might need further updates.
-
- 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.
-
- 03 Tem, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
From patch: [ 574532 ] Update freeze to use zlib 1.1.4
-
- 28 Haz, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
extension.
-
- 10 Haz, 2002 1 kayıt (commit)
-
-
Thomas Heller yazdı
Fixes SF 564840.
-
- 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).
-
- 05 Eyl, 2001 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 02 Haz, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
directives, which is the role of CPPFLAGS. Closes SF patch #414991.
-
- 21 Mar, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
and Setup.
-
- 20 Mar, 2001 1 kayıt (commit)
-
-
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
-
- 18 Mar, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
the re package rather than the obsolete regex.
-
- 23 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 24 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 03 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Kas, 2000 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 15 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
crashed on an assert.
-
- 28 Tem, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Tem, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
closes patch #100956
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
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 ;)
-
- 13 Tem, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
automatically finding (most of) the standard PYD extensions, and to remove the hardcoded Python version.
-
- 09 Tem, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 06 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Fix for problem with freeze when both "-m" and "-s service" options are used. (Blessed by MarkH)
-
- 02 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Bad % formatting.
-
- 28 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Mar, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
cmp is not used in freeze, but is imported anyway. What's worse, cmp is no longer in the library, so freeze won't work like this.
-
- 02 Kas, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Sometimes there's no parent, so don't try to get its __name__.
-
Guido van Rossum yazdı
Added some declarations to shut up compiler.
-
- 30 Eyl, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
around external decls.
-
- 23 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
""" When there are additional Setup files, specified by -e option of freeze, checkextenstions.py assumes that *.o, *.a, -Lpath, and -Rpath are all relative to where the Setup file is. select() inserts the path to the Setup file to make them absolute. However, the assumption is not true. There are cases that absolute paths are specified for them. The inserted prefix, by select(), results in error. The following fix check for absolute paths. The assumption is: an absolute path begins with either '/' or '$'. In the latter case, it is from the environmental variable. (Variables defined locally in the Setup file have already been handled by expandvars()) """ My version of the patch has been verified by Charles Waldman (a colleague of Chih-Hao).
-
- 21 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Toby writes: winmakemakefile.py tries to allow for spaces in the python install path, by adding quotes around the appropriate filenames. It doesn't quite get this correct; sometimes the quotes end up in the middle of the path. Microsoft's NMAKE version 6.0 is happy with this (!!!!) unless there is also a space in the name. I guess most users of freeze on windows do not use the same path as the binary distribution. I've tested the following changes on systems with and without a space in the path.
-
- 12 Mar, 1999 1 kayıt (commit)
-
-
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.)
-