Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes bdist_wininst dependency on MFC. | Steve Dower | 2014-12-15 | 1 | -15/+0 |
| | |||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -5/+4 |
| | | | | which will be used for the official 3.5 release. | ||||
* | Add a warning so that it isn't forgotten to recreate the binaries AND | Thomas Heller | 2004-07-14 | 1 | -0/+9 |
| | | | | CHECK INTO CVS if these files are changed. | ||||
* | Copied the sources from the distutils CVS repository. | Thomas Heller | 2002-11-22 | 1 | -0/+38 |
Changed the MSVC project file to create the exe in the lib/distutils/command directory, bdist_wininst.py must still be changed to use it. Also changed to use the same zlib as the zlib module - this has the nice sideeffect that now the buggy 1.1.3 version is no longer used. Most of the source files now conform to PEP 7, except for the maximum line length. Windows api programming in 78 character lines =:(. README.txt is a new file, but still empty except for placeholders. |