summaryrefslogtreecommitdiff
path: root/PC/bdist_wininst/install.c
Commit message (Expand)AuthorAgeFilesLines
* Add the const qualifier to "char *" variables that refer to literal strings. ...Serhiy Storchaka2017-11-111-1/+1
* Use NULL rather than 0. (#778)Serhiy Storchaka2017-03-231-1/+1
* Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...Steve Dower2016-12-131-1/+1
|\
| * Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...Steve Dower2016-12-131-1/+1
* | Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter2016-09-171-9/+9
|\ \ | |/
| * Issue #28139: Fix messed up indentationMartin Panter2016-09-171-9/+9
* | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-161-3/+14
|\ \ | |/
| * Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-161-3/+14
* | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-7/+11
|/
* Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-111-14/+14
|\
| * Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-111-14/+14
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-28/+10
|/
* give a nice message when installer is launched w/o admin rights (closes #16561)Benjamin Peterson2014-11-271-0/+10
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-1/+1
* Fixes issue4653 - Correctly specify the buffer size to FormatMessageW andGregory P. Smith2013-03-231-1/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-2107/+2107
* Fix issue5076: bdist_wininst fails on py3kMark Hammond2009-01-291-7/+40
* Merged revisions 69094 via svnmerge fromMark Hammond2009-01-291-89/+90
* Merged revisions 63828 via svnmerge fromGeorg Brandl2008-07-161-7/+19
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-3/+107
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Running a bdist_wininst installer, built with Python 2.3, installingThomas Heller2005-02-031-8/+25
* Set PYTHONHOME before loading Python, so that sys.path will be set correctly.Thomas Heller2005-02-031-1/+7
* Close stdout and stderr, which are redirected into a temp file, beforeThomas Heller2004-12-221-1/+7
* printf format code for integers is %d not %s.Thomas Heller2004-12-011-1/+1
* Running the pre-install or post-install script did not work whenThomas Heller2004-12-011-3/+6
* The binary layout of cfgdata has changed, so the magic number has toThomas Heller2004-07-191-1/+5
* Add a warning so that it isn't forgotten to recreate the binaries ANDThomas Heller2004-07-141-0/+9
* Don't complain that non-existant registry entries cannot be deleted.Thomas Heller2004-07-141-2/+2
* Remove the annoing and useless messagebox asking about overwriting files.Thomas Heller2004-07-071-25/+0
* Patch [ 983775 ] Allow bdist_wininst to install for non-admin usersMark Hammond2004-07-021-41/+118
* Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.Thomas Heller2004-07-021-0/+8
* When loading the Python dll to run the postinstall script, try to loadThomas Heller2004-06-181-4/+20
* Minor reformatting.Thomas Heller2004-04-151-4/+5
* Patch #892660 from Mark Hammond, for distutils bdist_wininst command.Thomas Heller2004-02-201-50/+177
* Copied the sources from the distutils CVS repository.Thomas Heller2002-11-221-0/+2294