summaryrefslogtreecommitdiff
path: root/PC/bdist_wininst
Commit message (Expand)AuthorAgeFilesLines
* Add the const qualifier to "char *" variables that refer to literal strings. ...Serhiy Storchaka2017-11-111-1/+1
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-252-3/+3
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-192-7/+8
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-22/+22
* 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
* | Adds version info to all signed binaries on WindowsSteve Dower2016-04-061-1/+0
|\ \ | |/
| * Adds version info to all signed binaries on Windows.Steve Dower2016-04-061-1/+0
* | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-162-3/+16
|\ \ | |/
| * Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-162-3/+16
* | 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
* | Closes #17202: Merge with 3.4Zachary Ware2015-04-131-22/+22
|\ \ | |/
* | Make bdist_wininst build only on demandSteve Dower2014-12-159-726/+186
* | Removes bdist_wininst dependency on MFC.Steve Dower2014-12-152-167/+1
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-225-48/+26
|/
* 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-232-2/+2
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-4/+4
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th...Martin v. Löwis2011-03-066-726/+726
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-093-2421/+2421
* 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-043-8/+112
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-132-0/+339
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-8/+0
* 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
* Ignore some more build products.Thomas Heller2004-07-141-0/+4
* Add a warning so that it isn't forgotten to recreate the binaries ANDThomas Heller2004-07-145-0/+45
* 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
* The wininst.exe is no longer compressed with UPX.Thomas Heller2004-06-182-9/+3
* When loading the Python dll to run the postinstall script, try to loadThomas Heller2004-06-181-4/+20
* The wininst-6.exe template binary for bdist_wininst is now linkedThomas Heller2004-04-161-2/+2
* The wininst-7.1.exe template binary for bdist_wininst is now linkedThomas Heller2004-04-161-5/+5