summaryrefslogtreecommitdiff
path: root/Tools/freeze
Commit message (Expand)AuthorAgeFilesLines
* bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)Miss Islington (bot)2019-03-231-1/+4
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-9/+9
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-091-2/+2
|\
| * Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-091-2/+2
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-3/+3
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-3/+1
* | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
|\ \ | |/
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* | Merge for issue #26271Brett Cannon2016-03-181-2/+2
|\ \ | |/
| * Issue #26271: Fix the Freeze tool to use variables passed in from theBrett Cannon2016-03-181-2/+2
* | Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-1/+1
|/
* merge 3.4 (#25504)Benjamin Peterson2015-10-291-1/+1
|\
| * fix usage of undefined name (#25504)Benjamin Peterson2015-10-291-1/+1
* | Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-1/+3
* | Removed trailing whitespaces in miscalenous files.Serhiy Storchaka2015-04-031-4/+4
* | Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-9/+9
* | Issue #22826: The result of open() in Tools/freeze/bkfile.py is now betterSerhiy Storchaka2015-03-203-87/+51
|/
* Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded withSerhiy Storchaka2015-03-111-1/+1
* Add test case for freeze.Martin v. Löwis2014-03-302-0/+13
* Issue #16047: Fix module exception list and __file__ handling in freeze.Martin v. Löwis2014-03-302-1/+5
* Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.Martin v. Löwis2014-03-301-4/+6
* #18803: merge with 3.3.Ezio Melotti2013-08-262-3/+3
|\
| * #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-262-3/+3
* | Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-242-3/+3
* | #16135: Removal of OS/2 support (C code and Docs)Jesus Cea2012-10-051-1/+1
|/
* (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-0/+1
|\
| * Issue #11614: import __hello__ prints "Hello World!". Patch written by AndreasVictor Stinner2011-05-161-0/+1
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge fromGeorg Brandl2010-11-262-7/+8
* | #1203650: allow larger list of files in windows makefile for freeze.Georg Brandl2010-10-211-5/+7
* | Fix missing import.Georg Brandl2010-10-211-2/+1
* | Minimum fixes to make freeze.py do something useful.Georg Brandl2010-08-022-8/+7
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|/
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-1/+1
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-1/+1
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-162-4/+4
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Fix for refleak tests through regrtest.py -R:: bug #1414Christian Heimes2007-11-121-0/+1
* Convert raise statements in Tools/.Collin Winter2007-08-221-1/+1
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-1/+1
* Minimal changes to make the "freeze" tool work again.Guido van Rossum2007-06-125-11/+10
* Fix test_frozen.Guido van Rossum2007-02-097-83/+82
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-102-5/+5
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-6/+0
* Whitespace normalization, via reindent.py.Tim Peters2004-07-188-375/+373
* Small fixes in freeze.py.Gustavo Niemeyer2004-05-081-3/+3