| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure | Martin Panter | 2015-11-30 | 1 | -7/+11 |
* | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-11 | 1 | -14/+14 |
|\ |
|
| * | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-11 | 1 | -14/+14 |
* | | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -22/+22 |
|\ \
| |/ |
|
* | | Make bdist_wininst build only on demand | Steve Dower | 2014-12-15 | 9 | -726/+186 |
* | | Removes bdist_wininst dependency on MFC. | Steve Dower | 2014-12-15 | 2 | -167/+1 |
* | | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ... | Steve Dower | 2014-11-22 | 5 | -48/+26 |
|/ |
|
* | give a nice message when installer is launched w/o admin rights (closes #16561) | Benjamin Peterson | 2014-11-27 | 1 | -0/+10 |
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-28 | 1 | -1/+1 |
* | Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and | Gregory P. Smith | 2013-03-23 | 2 | -2/+2 |
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 2 | -4/+4 |
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
* | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 6 | -726/+726 |
* | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 3 | -2421/+2421 |
* | Fix issue5076: bdist_wininst fails on py3k | Mark Hammond | 2009-01-29 | 1 | -7/+40 |
* | Merged revisions 69094 via svnmerge from | Mark Hammond | 2009-01-29 | 1 | -89/+90 |
* | Merged revisions 63828 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -7/+19 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 3 | -8/+112 |
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 2 | -0/+339 |
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -8/+0 |
* | Running a bdist_wininst installer, built with Python 2.3, installing | Thomas Heller | 2005-02-03 | 1 | -8/+25 |
* | Set PYTHONHOME before loading Python, so that sys.path will be set correctly. | Thomas Heller | 2005-02-03 | 1 | -1/+7 |
* | Close stdout and stderr, which are redirected into a temp file, before | Thomas Heller | 2004-12-22 | 1 | -1/+7 |
* | printf format code for integers is %d not %s. | Thomas Heller | 2004-12-01 | 1 | -1/+1 |
* | Running the pre-install or post-install script did not work when | Thomas Heller | 2004-12-01 | 1 | -3/+6 |
* | The binary layout of cfgdata has changed, so the magic number has to | Thomas Heller | 2004-07-19 | 1 | -1/+5 |
* | Ignore some more build products. | Thomas Heller | 2004-07-14 | 1 | -0/+4 |
* | Add a warning so that it isn't forgotten to recreate the binaries AND | Thomas Heller | 2004-07-14 | 5 | -0/+45 |
* | Don't complain that non-existant registry entries cannot be deleted. | Thomas Heller | 2004-07-14 | 1 | -2/+2 |
* | Remove the annoing and useless messagebox asking about overwriting files. | Thomas Heller | 2004-07-07 | 1 | -25/+0 |
* | Patch [ 983775 ] Allow bdist_wininst to install for non-admin users | Mark Hammond | 2004-07-02 | 1 | -41/+118 |
* | Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. | Thomas Heller | 2004-07-02 | 1 | -0/+8 |
* | The wininst.exe is no longer compressed with UPX. | Thomas Heller | 2004-06-18 | 2 | -9/+3 |
* | When loading the Python dll to run the postinstall script, try to load | Thomas Heller | 2004-06-18 | 1 | -4/+20 |
* | The wininst-6.exe template binary for bdist_wininst is now linked | Thomas Heller | 2004-04-16 | 1 | -2/+2 |
* | The wininst-7.1.exe template binary for bdist_wininst is now linked | Thomas Heller | 2004-04-16 | 1 | -5/+5 |
* | Minor reformatting. | Thomas Heller | 2004-04-15 | 1 | -4/+5 |
* | Solution and project file to build wininstXX.exe with MSVC7.1 (Visual | Thomas Heller | 2004-02-20 | 2 | -0/+236 |
* | To avoid problems with conflicting dlls, the windows installers built | Thomas Heller | 2004-02-20 | 1 | -3/+3 |
* | Patch #892660 from Mark Hammond, for distutils bdist_wininst command. | Thomas Heller | 2004-02-20 | 1 | -50/+177 |
* | Oops, MSVC was still open, so the project file was not yet saved. | Thomas Heller | 2002-11-22 | 1 | -6/+7 |
* | Copied the sources from the distutils CVS repository. | Thomas Heller | 2002-11-22 | 10 | -0/+3125 |