summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/README
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-65701: document that freeze doesn't work with framework builds on ↵Miss Islington (bot)2023-12-221-0/+5
| | | | | | | | | | | | | | | | macOS (GH-113352) (#113362) gh-65701: document that freeze doesn't work with framework builds on macOS (GH-113352) * gh-65701: document that freeze doesn't work with framework builds on macOS The framework install is inherently incompatible with freeze. Document that that freeze doesn't work with framework builds and bail out early when trying to run freeze anyway. (cherry picked from commit df1eec3dae3b1eddff819fd70f58b03b3fbd0eda) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-301-1/+1
|
* Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-9/+9
|
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
| | | | (From SF patch #810751)
* New, improved README from Mike Clarkson. Wow!Guido van Rossum2001-01-031-20/+143
|
* change some occurence of python15.dll to python20.dllPeter Schneider-Kamp2000-07-241-3/+3
| | | | closes patch #100956
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-251-4/+6
| | | | | | | | | | | | Sjoerd writes: This version of freeze creates one file per Python module, instead of one humongous file for all Python modules. bkfile: new module to used to write files with backups. No new file is produced if the new contents is identical to the old. New option "-x excluded-module" for modulefinder test program. New option "-i filename" for freeze main program to include a list of options in place of the -i option.
* Adapted to the new situation.Guido van Rossum1998-03-071-39/+71
|
* Added Windows NT instructions.Guido van Rossum1997-08-141-3/+34
|
* OK, now it uses sys.[exec_]prefix and supportsGuido van Rossum1996-08-261-77/+15
| | | | | a -o option to specify an output directory. *Much* more convenient. Removed a whole lot of hullabaloo from the README file, too.
* removed some harsh words and added some clarificationsGuido van Rossum1995-04-051-21/+30
|
* moved Demo/freeze to Tools/freezeGuido van Rossum1995-03-021-2/+2
|
* Lots of things added. README written (mostly).Guido van Rossum1994-10-051-0/+161