summaryrefslogtreecommitdiffstats
path: root/PCbuild/python20.wse
Commit message (Collapse)AuthorAgeFilesLines
* dont think it's still being used, but just in caseAnthony Baxter2004-07-081-4/+4
|
* Opening the WISE script changes a few items:Thomas Heller2003-08-201-2/+11
| | | | | I have a different WISE version, and it's installed in a different directory. My sytem directory is somewhere else.
* 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
|
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-241-5/+5
| | | | during the day tomorrow, so doing it earlier than I'd like.
* 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-171-4/+4
|
* SF Patch 763681Kurt B. Kaiser2003-07-101-4/+4
| | | | "Support IDLE Edit of .py/.pyw from idlelib"
* Some Windows changes preparing for 2.3b2.Tim Peters2003-06-271-4/+4
|
* 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.)
* 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.
* Try to recover from changes in the structure of the CSV package/module.Tim Peters2003-04-241-14/+0
|
* Bump version number to 2.3b1.Tim Peters2003-04-241-4/+4
|
* Stop creating empty CVS directories in the csv subtree.Tim Peters2003-03-221-1/+7
|
* Teach the Windows build & installer about the new csv module + DLL.Tim Peters2003-03-211-0/+18
|
* Removed debugging print in test_tarfile.Tim Peters2003-02-191-0/+18
| | | | | In the Windows installer, continued the endless battle to copy over files with new one-shot extensions.
* Bump version # to 2.3a2.Tim Peters2003-02-181-4/+4
|
* CVS patch 669645: wininst.exe missing in Windows installer.Tim Peters2003-01-171-0/+5
| | | | Not anymore it ain't.
* There are two more copyright notices in the Windows world:Tim Peters2003-01-021-2/+2
| | | | | | | | | PC/python_nt.rc sets up the DLL version resource (displayed when you right-click on the DLL and select Properties). PCbuld/python20.wse sets up the installer version resource (displayed when you right-click on the installer .exe and select Properties). Turns out this one hadn't been updated since 2001 <frown>!
* SF bug 660795: logging missing from Python 2.3a1 for Windows.Tim Peters2003-01-021-0/+8
| | | | | | Added the logging package. In the meantime, Neal Norwitz added a test_logging.py to the std test suite, which would have caught this oversight in the Windows installer.
* Merging in changes from r23a1-branch. Doc/makefile had conflicts, whichTim Peters2003-01-011-0/+6
| | | | I leave to Fred to sort out.
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-0/+10
| | | | | to others to argue about how to build it on other platforms (on Windows it's in its own DLL).
* Install the tools/i18n directory on Windows. A user requested it,Tim Peters2002-12-101-0/+8
| | | | Barry agreed, and I see no reason not to.
* Added _ssl.lib to the installer too. Restored alphabetical order ofTim Peters2002-12-041-4/+9
| | | | DLL and lib sections.
* Add _ssl.pyd to the list of files to be installed by Wise.Mark Hammond2002-12-031-0/+5
|
* Try linking the static Sleepycat lib into _bsddb.pyd. Hard to sayTim Peters2002-11-231-11/+0
| | | | | | | | | | | | whether this is a correct thing to do: + There are linker warnings (see PCbuild\readme.txt). + test_bsddb passes, in both release and debug builds now. + test_bsddb3 has several failures, but it did before too. Also made pythoncore a dependency of the _bsddb project, updated build instructions, added database conversion XXX to NEWS, and fiddled the Windows installer accordingly.
* More bsddb-on-Windows fiddling:Tim Peters2002-11-231-4/+23
| | | | | | | | + News blurb, but as much XXX as news. + Updated installer (install the new bsddb package, and the Berkeley DLL; still don't know how to fold that into _bsddb.pyd). + Fleshed out build instructions. + Debug Python still blows up.
* Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any scriptTim Peters2002-11-191-12/+16
| | | | | dependence on the Tcl/Tk version number. Now you point it at the Tcl/Tk install you want to ship, and that's what it ships.
* Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this byTim Peters2002-11-141-5/+5
| | | | | | | running IDLE, and since I'm not a Tcl Guy I'm not sure what else to do. Up to you! See XXX comments in PCbuild\readme.txt for cautions. Also repaired typos in the new bz2-for-Windows instructions.
* Install the bz2 DLL on Windows.Tim Peters2002-11-091-0/+10
|
* Taught the Windows installer about changes in the structure of the emailTim Peters2002-07-231-8/+18
| | | | package, and the loss of the test/data directory.
* Windows installer: disabled Wise's "delete in-use files" uninstallTim Peters2002-04-161-1/+10
| | | | | | | | option. It was the cause of at least one way UNWISE.EXE could vanish (install a python; uninstall it; install it again; reboot the machine; abracadabra the uinstaller is gone). Bugfix candidate, but I'll backport it myself.
* SF bug 497854: Short-cuts missing for All UsersTim Peters2002-04-041-9/+18
| | | | | | Fix Windows-specific install glitch. Tested on Win2K, but I can't test on XP. Already checked in to the release22-maint branch.
* Finish the pyexpat rework for Windows: builders needn't suck down theTim Peters2002-02-131-11/+0
| | | | | Expat installer from SF anymore, and the installer shouldn't install expat.dll anymore.
* Windows build: close out 2.2, prep for 2.3.Tim Peters2001-12-211-6/+6
|
* Post-release fiddling -- prep for 2.2 final.Tim Peters2001-12-141-4/+4
|
* Update Windows installer for 2.2c1.Tim Peters2001-11-171-4/+4
|
* SF bug #478949 Windows installer start menu registry.Tim Peters2001-11-071-5/+7
| | | | | | | | | | | I'm guessing at this, pending more info from the bug submitter. Wise changed how the %GROUP% vrbl got defined between versions 5.0a (used before Python 2.2) and 8.14, to hold the full path to Start Menu group instead of just the group name. If I'm guessing correctly, the info the bug report is complaining about is in one of the registry keys we set up that neither Windows nor Python cares about. We did store a full path there in 2.2b1 instead of just the group name; the patch cuts it back to just the name again.
* The usual post-release fiddling.Tim Peters2001-10-191-4/+4
|
* Added new hotshot pkg to the Windows installer.Tim Peters2001-10-131-35/+43
| | | | Rearranged the growing number of Lib packages into alphabetical order.
* If all of Python, IDLE and Tcl/Tk are being installed, and the user hasTim Peters2001-10-091-0/+42
| | | | | | not disabled file-extension registration, arrange for .py and .pyw files to have an "Edit with IDLE" context (right-click) menu entry, selecting which executes IDLE w/ the -e switch followed by the selected file's path.
* Post-release fiddling (prep for 2.2b1).Tim Peters2001-09-281-4/+4
|
* Install the new Lib/email pkg.Tim Peters2001-09-231-0/+16
| | | | Create & populate the new Lib/test/data directory.
* Install the compiler package under Lib.Tim Peters2001-09-201-26/+8
|
* The usual post-release fiddling.Tim Peters2001-09-081-4/+4
|
* Add pynche's top-level txt files to Windows installer -- I don't believeTim Peters2001-08-221-1/+7
| | | | we've *ever* installed them!
* "The usual" post-release fiddling.Tim Peters2001-08-221-4/+4
|
* Windows fiddling for 2.2a2: bump build number; update copyright andTim Peters2001-08-191-4/+4
| | | | | company info in resource files; change installer strings to match. This belongs in the release branch too, of course.