summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.iss
Commit message (Collapse)AuthorAgeFilesLines
* clean out some hotshot-related build turdsFred Drake2007-10-111-5/+0
|
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55329 | brett.cannon | 2007-05-14 16:36:56 -0700 (Mon, 14 May 2007) | 3 lines Implement the removal of tuple parameter unpacking (PEP 3113). Thanks, Tony Lownds for the patch. ........ r55331 | neal.norwitz | 2007-05-14 16:40:30 -0700 (Mon, 14 May 2007) | 1 line Update to use Python 3.0 ........ r55332 | brett.cannon | 2007-05-14 16:47:18 -0700 (Mon, 14 May 2007) | 2 lines Mention PEP 3113. And thanks to Tony Lownds for the PEP 3113 patch. ........ r55333 | neal.norwitz | 2007-05-14 16:57:06 -0700 (Mon, 14 May 2007) | 1 line Fix exception printing (no more exceptions module) ........ r55334 | neal.norwitz | 2007-05-14 17:11:10 -0700 (Mon, 14 May 2007) | 1 line Remove popen* functions from os ........ r55335 | neal.norwitz | 2007-05-14 18:03:38 -0700 (Mon, 14 May 2007) | 1 line Get rid of most of popen. There are still some uses I need to cleanup. ........ r55336 | neal.norwitz | 2007-05-14 21:11:34 -0700 (Mon, 14 May 2007) | 1 line Remove a few more remnants of the compiler package ........ r55337 | neal.norwitz | 2007-05-14 22:28:27 -0700 (Mon, 14 May 2007) | 1 line Get test_[cx]pickle working on 64-bit platforms (avoid overflow int/long) ........
* Patch #628301: Update installer toMartin v. Löwis2003-10-311-122/+227
| | | | http://cesnet.dl.sourceforge.net/sourceforge/avpython/Python-2.3.2-Win32-159-Setup.iss
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-1/+1
| | | | | permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation.
* Add the new Tools/compiler/README to the WIndows install, as README.txt.Tim Peters2001-08-081-3/+4
| | | | | | In the Wise installer's "Advanced Options" dialog, substitute in the actual name of "the system directory" -- this is clearer, and especially for people reading this dialog who aren't me <wink>.
* Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't workTim Peters2001-07-281-2/+1
| | | | until you download the new expat and install it; see PCbuild\readme.txt.
* Repair more now-obsolete references to config.h.Tim Peters2001-07-261-1/+1
|
* Leave the Inno script in better shape. Added registration of .py etcTim Peters2001-07-211-16/+51
| | | | | extensions -- but Inno uninstall doesn't restore previous ones (if any), so that's another step backwards.
* A full Inno Setup script for Python, except for the few hard and esotericTim Peters2001-07-201-0/+206
parts Inno has no good answer for (read the comments at the top of the script).