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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner
2022-05-06
1
-1/+2
*
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin
2022-02-25
1
-2/+2
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
1
-6/+6
*
Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)
Inada Naoki
2021-11-30
1
-2/+2
*
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...
Eric Snow
2021-11-23
1
-31/+11
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-7/+17
*
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...
Eric Snow
2021-10-28
1
-6/+0
*
bpo-45629: Add a test for the "freeze" tool. (gh-29222)
Eric Snow
2021-10-28
1
-0/+194
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
1
-1/+1
*
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner
2021-05-17
1
-11/+9
*
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer
2021-02-19
1
-0/+51
*
bpo-42613: Fix freeze.py config directory (GH-23792)
Victor Stinner
2020-12-16
1
-10/+10
*
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka
2019-03-30
2
-2/+4
*
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
AraHaan
2019-03-23
1
-1/+4
*
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner
2018-12-14
1
-1/+1
*
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Stefan Grönke
2017-09-25
1
-9/+9
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-1/+1
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-1/+1
*
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
Steve Dower
2016-09-10
1
-2/+2
|
\
|
*
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
Steve Dower
2016-09-10
1
-2/+2
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-3/+3
*
|
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
1
-3/+1
*
|
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
|
Merge for issue #26271
Brett Cannon
2016-03-18
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26271: Fix the Freeze tool to use variables passed in from the
Brett Cannon
2016-03-18
1
-2/+2
*
|
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-1/+1
|
/
*
merge 3.4 (#25504)
Benjamin Peterson
2015-10-30
1
-1/+1
|
\
|
*
fix usage of undefined name (#25504)
Benjamin Peterson
2015-10-30
1
-1/+1
*
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-1/+3
*
|
Removed trailing whitespaces in miscalenous files.
Serhiy Storchaka
2015-04-03
1
-4/+4
*
|
Removed unintentional trailing spaces in text files.
Serhiy Storchaka
2015-03-29
1
-9/+9
*
|
Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better
Serhiy Storchaka
2015-03-20
3
-87/+51
|
/
*
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
1
-1/+1
*
Add test case for freeze.
Martin v. Löwis
2014-03-30
2
-0/+13
*
Issue #16047: Fix module exception list and __file__ handling in freeze.
Martin v. Löwis
2014-03-30
2
-1/+5
*
Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
Martin v. Löwis
2014-03-30
1
-4/+6
*
#18803: merge with 3.3.
Ezio Melotti
2013-08-25
2
-3/+3
|
\
|
*
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-25
2
-3/+3
*
|
Use OESeeror instead of os.error (#16720)
Andrew Svetlov
2012-12-24
2
-3/+3
*
|
#16135: Removal of OS/2 support (C code and Docs)
Jesus Cea
2012-10-05
1
-1/+1
|
/
*
(Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written
Victor Stinner
2011-05-16
1
-0/+1
|
\
|
*
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
Victor Stinner
2011-05-16
1
-0/+1
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
\
|
|
/
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from
Georg Brandl
2010-11-26
2
-7/+8
*
|
#1203650: allow larger list of files in windows makefile for freeze.
Georg Brandl
2010-10-21
1
-5/+7
*
|
Fix missing import.
Georg Brandl
2010-10-21
1
-2/+1
*
|
Minimum fixes to make freeze.py do something useful.
Georg Brandl
2010-08-02
2
-8/+7
*
|
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
|
/
[next]