summaryrefslogtreecommitdiff
path: root/Tools/freeze
Commit message (Expand)AuthorAgeFilesLines
* fix usage of undefined name (#25504)Benjamin Peterson2015-10-291-1/+1
* 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-4/+4
|\
| * 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
* | #18803: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-262-3/+3
|/
* (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-162-9/+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
* | #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
|/
* 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
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-122-2/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Patch #713645: Fix typo.Martin v. Löwis2003-09-201-1/+1
* modulefinder.py is not a freeze private module anymore.Gustavo Niemeyer2003-05-261-1/+1
* replace obsolete 'exceptions' implicit by 'warnings'Just van Rossum2003-03-181-1/+1
* [ 684677 ] Allow freeze to exclude implicitsJust van Rossum2003-03-081-3/+6
* moving modulefinder.py to the standard libraryJust van Rossum2002-12-311-486/+0
* refactor universal line endings detectionJust van Rossum2002-11-261-8/+8
* Polish some bits to silence pychecker.Thomas Heller2002-11-261-1/+1
* Don't look for modules in the registry any longer.Thomas Heller2002-11-261-38/+0
* Add a note that this file should be kept compatible with Python 1.5.2,Thomas Heller2002-11-251-2/+10
* Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML.Thomas Heller2002-11-141-0/+14
* Fix SF # 464405, freeze doesn't like DOS files on LinuxNeal Norwitz2002-11-121-2/+2
* SF # 627900, Bytecode copy bug in freezeNeal Norwitz2002-11-121-1/+2
* Remove another mention of "import string".Walter Dörwald2002-09-121-3/+2
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-118-39/+33
* Update freeze to use zlib 1.1.4.Mark Hammond2002-07-031-2/+2
* Patch 574531/Bug 574570 - allow freeze on windows to use the _winregMark Hammond2002-06-281-1/+5