COMMITS
/ PC/bdist_wininst/install.c July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
March 23, 2017
S
Use NULL rather than 0. (#778)
Serhiy Storchaka committed
December 13, 2016
S
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
Steve Dower committed
S
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe
Steve Dower committed
September 17, 2016
M
Issue #28139: Merge indentation fixes from 3.5 into 3.6
Martin Panter committed
M
Issue #28139: Fix messed up indentation
Martin Panter committed
January 16, 2016
S
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
Steve Dower committed
S
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
Steve Dower committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
June 10, 2015
S
Fixed indentation of Python examples in C comments.
Serhiy Storchaka committed
S
Fixed indentation of Python examples in C comments.
Serhiy Storchaka committed
November 22, 2014
November 28, 2014
B
give a nice message when installer is launched w/o admin rights (closes #16561)
Benjamin Peterson committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
March 23, 2013
G
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
Gregory P. Smith committed
March 16, 2011
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
March 15, 2011
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
January 29, 2009
M
Fix issue5076: bdist_wininst fails on py3k
Mark Hammond committed
M
Merged revisions 69094 via svnmerge from
Mark Hammond committed
July 16, 2008
G
Merged revisions 63828 via svnmerge from
Georg Brandl committed
May 4, 2008
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
February 3, 2005
T
Running a bdist_wininst installer, built with Python 2.3, installing
Thomas Heller committed
T
Set PYTHONHOME before loading Python, so that sys.path will be set correctly.
Thomas Heller committed
December 22, 2004
T
Close stdout and stderr, which are redirected into a temp file, before
Thomas Heller committed
December 1, 2004
T
printf format code for integers is %d not %s.
Thomas Heller committed
T
Running the pre-install or post-install script did not work when
Thomas Heller committed
July 19, 2004
T
The binary layout of cfgdata has changed, so the magic number has to
Thomas Heller committed
July 14, 2004
T
Add a warning so that it isn't forgotten to recreate the binaries AND
Thomas Heller committed
T
Don't complain that non-existant registry entries cannot be deleted.
Thomas Heller committed
July 7, 2004
T
Remove the annoing and useless messagebox asking about overwriting files.
Thomas Heller committed
July 2, 2004
M
Patch [ 983775 ] Allow bdist_wininst to install for non-admin users
Mark Hammond committed
T
Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.
Thomas Heller committed
June 18, 2004
T
When loading the Python dll to run the postinstall script, try to load
Thomas Heller committed
April 15, 2004
T
Minor reformatting.
Thomas Heller committed
February 20, 2004
T
Patch #892660 from Mark Hammond, for distutils bdist_wininst command.
Thomas Heller committed
November 22, 2002
T
Copied the sources from the distutils CVS repository.
Thomas Heller committed