index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
freeze
/
freeze.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-1/+3
*
Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better
Serhiy Storchaka
2015-03-20
1
-14/+3
*
Issue #16047: Fix module exception list and __file__ handling in freeze.
Martin v. Löwis
2014-03-30
1
-0/+4
*
Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
Martin v. Löwis
2014-03-30
1
-4/+6
*
Use OESeeror instead of os.error (#16720)
Andrew Svetlov
2012-12-24
1
-1/+1
*
#16135: Removal of OS/2 support (C code and Docs)
Jesus Cea
2012-10-05
1
-1/+1
*
Minimum fixes to make freeze.py do something useful.
Georg Brandl
2010-08-02
1
-1/+1
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
More 2to3 fixes in the Tools directory. Fixes #2893.
Georg Brandl
2008-05-16
1
-1/+1
*
some RiscOS stuff I missed before (was only looking for "RISCOS")
Skip Montanaro
2007-08-17
1
-1/+1
*
Minimal changes to make the "freeze" tool work again.
Guido van Rossum
2007-06-12
1
-2/+1
*
Fix test_frozen.
Guido van Rossum
2007-02-09
1
-9/+9
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-4/+4
*
Remove apply()
Neal Norwitz
2006-03-17
1
-1/+1
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-6/+6
*
Small fixes in freeze.py.
Gustavo Niemeyer
2004-05-08
1
-3/+3
*
modulefinder.py is not a freeze private module anymore.
Gustavo Niemeyer
2003-05-26
1
-1/+1
*
replace obsolete 'exceptions' implicit by 'warnings'
Just van Rossum
2003-03-18
1
-1/+1
*
[ 684677 ] Allow freeze to exclude implicits
Just van Rossum
2003-03-08
1
-3/+6
*
Apply diff2.txt from SF patch http://www.python.org/sf/572113
Walter Dörwald
2002-09-11
1
-7/+6
*
Updated freeze.py to the new Makefile symbol layout.
Marc-André Lemburg
2002-04-04
1
-1/+1
*
Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.
Guido van Rossum
2001-10-18
1
-8/+36
*
Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor
Neil Schemenauer
2001-06-02
1
-1/+3
*
Lawrence Hudson, SF #401702: Modify co_filename in frozen programs
Guido van Rossum
2001-03-20
1
-2/+10
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
Patch by Toby Dickenson, mentored by Mark Hammond, to support
Guido van Rossum
2000-07-13
1
-2/+2
*
Toby Dickenson:
Guido van Rossum
2000-05-06
1
-4/+1
*
From Sjoerd Mullender <sjoerd@oratrix.nl>:
Fred Drake
2000-03-23
1
-1/+0
*
Bug submitted by Wayne Knowles, who writes:
Guido van Rossum
1999-03-12
1
-1/+1
*
New version, with contributions from Sjoerd Mullender and Mark Hammond.
Guido van Rossum
1998-08-25
1
-56/+39
*
Minor change for windows; set extensions_c later and set
Guido van Rossum
1998-07-07
1
-1/+3
*
Jonathan Giddy:
Guido van Rossum
1998-06-12
1
-1/+4
*
Add a feature to support specifying an additional search directory for
Guido van Rossum
1998-05-18
1
-17/+30
*
Remove Emacs cruft at end.
Guido van Rossum
1998-05-06
1
-4/+0
*
Freeze assumes that all built-in modules are part of the Python core.
Guido van Rossum
1998-04-23
1
-4/+6
*
Shouldn't import addpack!
Guido van Rossum
1998-04-20
1
-1/+0
*
Big changes by Mark Hammond to support freezing with DLLs on Windows.
Guido van Rossum
1998-03-20
1
-19/+79
*
Rearrange some stuff so that the warning for unknown modules is also
Guido van Rossum
1998-03-07
1
-17/+21
*
When writing the Windows Makefile, don't forget to strip some filenames
Guido van Rossum
1998-03-07
1
-2/+3
*
Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h
Guido van Rossum
1998-03-06
1
-1/+1
*
Unfold some lines that were previously folded but don't need to be
Guido van Rossum
1998-03-05
1
-7/+12
*
Some nits...
Guido van Rossum
1998-03-05
1
-8/+9
*
Added support for packages.
Guido van Rossum
1998-03-05
1
-16/+47
*
Untested changes to make the '-s windows' option
Guido van Rossum
1998-03-04
1
-0/+3
*
Add special handling for Python modules that are imported implicitly
Guido van Rossum
1997-12-08
1
-0/+6
*
os2 patch by Jeff Rush
Guido van Rossum
1997-11-22
1
-1/+2
*
Changes for building under windows.
Guido van Rossum
1997-08-14
1
-9/+42
*
Changed indents to 4 *spaces*; added Emacs variables to avoid
Guido van Rossum
1997-08-10
1
-241/+245
*
Support using -p/-P to point to the source/build directory instead of
Guido van Rossum
1997-08-10
1
-12/+32
*
Updated for new style build/install; much simpler!
Guido van Rossum
1997-07-19
1
-10/+5
[next]