summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* 2.3.5 finalAnthony Baxter2005-02-081-4/+4
|
* 2.3.5 finalAnthony Baxter2005-02-082-1/+3
|
* Installer changes for 2.3.5c1.Thomas Heller2005-01-251-5/+5
|
* Build number for 2.3.5c1 is 61.Thomas Heller2005-01-251-1/+1
|
* pre-release bitsAnthony Baxter2005-01-251-0/+16
|
* Changes for Python 2.3.4.Thomas Heller2004-05-251-4/+4
|
* Set release date for Python 2.3.4 (final).Thomas Heller2004-05-252-1/+3
| | | | Windows build number is 53.
* Current version is 2.3.4.Thomas Heller2004-05-141-1/+1
|
* Version '2.3.4c1'Thomas Heller2004-05-121-7/+35
| | | | | | | File name 'Python-2.3.4c1.exe' Change company to 'Python Software Foundation' Add year 2004 to the copyright. Include tix into the distribution.
* Windows build number for 2.3.4c1 is 52.Thomas Heller2004-05-122-2/+4
|
* As discussed on python-dev, a script for the free Inno Setup toolThomas Heller2004-04-221-0/+88
| | | | | | | | | | which will create a windows installer containing only the Python debugging binaries. They will be installed alongside an existing Python installation, the location is read from the registry. This allows easy building and debugging of own compiled extensions.
* Whitespace cleanup.Thomas Heller2004-04-161-6/+6
|
* Add tcl test results on Windows XP.Thomas Heller2004-04-161-1/+40
| | | | Add instructions how to build tix - will probably be included in Python 2.3.4.
* Installer changes for Python 2.3.3.Thomas Heller2003-12-181-4/+4
|
* Windows build number for Python 2.3.3 is 51.Thomas Heller2003-12-182-1/+3
|
* Sigh. dsp files must be marked as binary files for cvs, otherwiseThomas Heller2003-12-081-108/+108
| | | | MSVC isn't able to read them. Thanks to David Rushby.
* Version number and filename changes for the wise installer.Thomas Heller2003-12-041-4/+4
|
* The Windows build number for 2.3.3c1 is 50.Thomas Heller2003-12-041-1/+1
|
* The Windows build number for 2.3.3c1 is 50.Thomas Heller2003-12-041-0/+2
|
* Set version to 2.3.3a0.Thomas Heller2003-11-141-4/+4
| | | | | It would be better if this would be done immediately after a release is out ;-)
* #define HAVE_MEMMOVE on the cmdline for the pyexpat project; it doesn'tTim Peters2003-11-131-2/+2
| | | | | include Python.h, Fred doesn't want the source code changed, and it won't compile on Windows otherwise.
* Backport from the trunk.Thomas Heller2003-10-221-0/+15
| | | | | | | | To build on windows, the manual editing of the python_nt.rc file to change the version number is no longer required. Instead, a make_versioninfo.exe is compiled, which spits out an include file for python_nt.rc.
* This commit was manufactured by cvs2svn to create branchcvs2svn2003-10-211-0/+108
| | | | 'release23-maint'.
* Never redistribute MS dlls from the system directory.Thomas Heller2003-10-161-5/+5
| | | | So I removed all those \windows\system options.
* Prepare for the release of 2.3.2.Thomas Heller2003-10-011-23/+4
| | | | | Remove the Wise "Progress Message" when compiling Python files to pyc, the DOS box is message enough.
* Prepare for the release of 2.3.2.Thomas Heller2003-10-012-1/+3
| | | | I hope 3-Oct-2003 will be the release date.
* Version numbers for 2.3.2c1 release.Thomas Heller2003-09-291-8/+8
|
* The windows build number for 2.3.2c1 is 48.Thomas Heller2003-09-272-1/+3
|
* Update the windows build number for 2.3.1 to 47.Thomas Heller2003-09-232-1/+3
|
* Binaries are build using openssl-0.9.7b.Thomas Heller2003-09-231-5/+12
| | | | Short note about how the htmlhelp docs are built.
* Changes for Python 2.3.1 release.Thomas Heller2003-09-221-23/+84
| | | | | | | - Install docs in one HTMLHelp file, no longer lots of html pages - Can optionally compile Python library modules to .pyc - Remove the thanks to Wise Solutions for InstallMaster 8.1, since it is no longer used to create the installer.
* SF bug 778400: IDLE hangs when selecting "Edit with IDLE".Tim Peters2003-07-291-4/+4
| | | | | | | | The fix is confined to the Windows installer. Not a bugfix candidate: the need for the new -n switch added here was introduced by moving to the idlefork IDLE (so this change isn't needed or helpful before 2.3).
* Updated Windows installer for 2.3 final.Tim Peters2003-07-291-4/+4
|
* Bump Windows build number for 2.3 final.Tim Peters2003-07-292-1/+3
|
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-243-6/+8
| | | | during the day tomorrow, so doing it earlier than I'd like.
* Corrected release date for 2.3c1.Tim Peters2003-07-181-1/+1
|
* For my convenience in building installers, added a makes-sense-on-my-boxTim Peters2003-07-181-1/+2
| | | | choice to the list of places MS redistributables might be found.
* Bump the release number to 2.3c1.Tim Peters2003-07-173-5/+7
|
* SF Patch 763681Kurt B. Kaiser2003-07-101-4/+4
| | | | "Support IDLE Edit of .py/.pyw from idlelib"
* I "cvs admin -kb"'ed these files to close a bug report. Now they needTim Peters2003-07-085-485/+485
| | | | to have genuwine Windows line ends.
* Some Windows changes preparing for 2.3b2.Tim Peters2003-06-274-5/+10
|
* 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn'tTim Peters2003-06-221-11/+14
| | | | | | | fix the hangs on Win98SE when starting IDLE via "python" from a DOS box, but did appear to make them harder to provoke. I closed that bug report as being hopeless (and if someone wants to open it again, don't dare assign it to me again <0.1 wink>).
* Install IDLE's .def files; these are essential for the configuration!Guido van Rossum2003-06-151-1/+7
| | | | | Also install the start script from Tools/script/idle. (This may change again.)
* Changes to install the new idle: it's now in Lib/idlelib instead ofGuido van Rossum2003-06-151-9/+9
| | | | | | Tools/idle, in both source and destination. (There are still problems when running the IDLE icon, but they don't seem to have to do with the installer.)
* Updated Windows buildno for 2.2.3 final.Tim Peters2003-05-301-0/+2
|
* Record 2.2.3c1 Windows build number.Tim Peters2003-05-221-0/+2
|
* Effectively renamed tokenize_tests.py to have a txt extension instead.Tim Peters2003-05-121-0/+6
| | | | | | | | | This file isn't meant to be executed, it's data input for test_tokenize.py. The problem with the .py extension is that it uses "non-standard" indentation, and it's good to test that, but reindent.py keeps wanting to fix it. But fixing the indentation causes the expected-output file to change, since exact line and column numbers are part of the tokenize.tokenize() output getting tested.
* Leading "C:" no longer hardcoded in the default installation directory.Tim Peters2003-05-081-2/+11
| | | | | | After removing that, two testers on machines where C: is not the system drive reported that the installer suggested their system drive instead of C:, and that's what they wanted it to do.
* Use os.walk() to find files to delete.Tim Peters2003-04-261-13/+14
|
* Try to recover from changes in the structure of the CSV package/module.Tim Peters2003-04-241-14/+0
|