History log of /external/python/cpython3/Tools/freeze/checkextensions_win32.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dcc13ef1e99f9a19bc43cc6e78bb83175c625bd7 30-Oct-2015 Benjamin Peterson <benjamin@python.org> fix usage of undefined name (#25504)
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
7c4a7e6f3cbd98ad547a3f1661582517612419e3 26-Aug-2013 Ezio Melotti <ezio.melotti@gmail.com> #18803: fix more typos. Patch by Févry Thibault.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
13925008dc11f2a235627dc8c0440c0ce99171d9 16-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11565: Fix several typos. Patch by Piotr Kasprzyk.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
b940e113bf90ff71b0ef57414ea2beea9d2a4bc0 10-Jan-2007 Guido van Rossum <guido@python.org> SF patch 1631942 by Collin Winter:
(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
8f81c93b8c1b5aecf94a89c22d9f74eeb228a277 20-Sep-2003 Martin v. Löwis <martin@v.loewis.de> Patch #713645: Fix typo.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
aaab30e00cc3e8d90c71b8657c284feeb4ac1413 11-Sep-2002 Walter Dörwald <walter@livinglogic.de> Apply diff2.txt from SF patch http://www.python.org/sf/572113
(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.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
7e47402264cf87b9bbb61fc9ff610af08add7c7b 16-Jul-2000 Thomas Wouters <thomas@python.org> Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
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 ;)
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
f67c2383da573ecc1a774b61d382ca445d73d37c 13-Jul-2000 Guido van Rossum <guido@python.org> Patch by Toby Dickenson, mentored by Mark Hammond, to support
automatically finding (most of) the standard PYD extensions, and to
remove the hardcoded Python version.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
cfd76a202b6af2d989996727f7433d79c0c4b040 02-Nov-1999 Guido van Rossum <guido@python.org> Sjoerd Mullender:

Added some declarations to shut up compiler.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
baf0603493f6f1eee073a479497291785b067f61 25-Aug-1998 Guido van Rossum <guido@python.org> New version, with contributions from Sjoerd Mullender and Mark Hammond.
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.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
0f1e1fc3fa760d475a1c79c0dd081204bee00c10 26-May-1998 Guido van Rossum <guido@python.org> Don't die if win32api doesn't exist.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py
110f3652d6ef7814ed397e120db5446e6147095b 19-May-1998 Guido van Rossum <guido@python.org> Additions for Mark Hammond's Win32 specific hacks.
/external/python/cpython3/Tools/freeze/checkextensions_win32.py