Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-65701: document that freeze doesn't work with framework builds on macOS ↵ | Ronald Oussoren | 2023-12-21 | 1 | -0/+5 |
| | | | | | | | | | | | (#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. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | ||||
* | gh-75552: Remove deprecated tkinter.tix module (GH-104902) | Zachary Ware | 2023-05-27 | 1 | -9/+5 |
| | |||||
* | Update URLs in comments and metadata to use HTTPS (GH-27458) | Noah Kantrowitz | 2021-07-30 | 1 | -1/+1 |
| | |||||
* | Removed unintentional trailing spaces in text files. | Serhiy Storchaka | 2015-03-29 | 1 | -9/+9 |
| | |||||
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
| | | | | (From SF patch #810751) | ||||
* | New, improved README from Mike Clarkson. Wow! | Guido van Rossum | 2001-01-03 | 1 | -20/+143 |
| | |||||
* | change some occurence of python15.dll to python20.dll | Peter Schneider-Kamp | 2000-07-24 | 1 | -3/+3 |
| | | | | closes patch #100956 | ||||
* | New version, with contributions from Sjoerd Mullender and Mark Hammond. | Guido van Rossum | 1998-08-25 | 1 | -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 Rossum | 1998-03-07 | 1 | -39/+71 |
| | |||||
* | Added Windows NT instructions. | Guido van Rossum | 1997-08-14 | 1 | -3/+34 |
| | |||||
* | OK, now it uses sys.[exec_]prefix and supports | Guido van Rossum | 1996-08-26 | 1 | -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 clarifications | Guido van Rossum | 1995-04-05 | 1 | -21/+30 |
| | |||||
* | moved Demo/freeze to Tools/freeze | Guido van Rossum | 1995-03-02 | 1 | -2/+2 |
| | |||||
* | Lots of things added. README written (mostly). | Guido van Rossum | 1994-10-05 | 1 | -0/+161 |