/hl/fortran/

ue='2.7'>2.7 https://github.com/python/cpython.git
summaryrefslogtreecommitdiffstats
path: root/Tools/freeze
Commit message (Expand)AuthorAgeFilesLines
* 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-03