summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Windows installer: disabled Wise's "delete in-use files" uninstallTim Peters2002-04-171-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).
* Change 2.1.3 release date.Tim Peters2002-04-081-1/+1
|
* SF bug 497854: Short-cuts missing for All Users.Tim Peters2002-04-081-9/+18
| | | | Fixing a Windows-specific installer glitch.
* Update Windows installer identification and resource strings for 2.1.3.Tim Peters2002-04-081-4/+4
|
* Change 2.1.3 Windows build to use zlib 1.1.4.Tim Peters2002-04-081-6/+6
|
* Change the 2.1.3 Windows buildno (#35).Tim Peters2002-04-081-2/+2
|
* Update 2.1.3 Windows buildno.Tim Peters2002-04-081-0/+2
|
* Assorted Windows tweaks to change the release from 2.1.2c1 to 2.1.2.Tim Peters2002-01-153-6/+8
| | | | I have nothing else I intend to check in for 2.1.2 final.
* Copied from the HEAD revision, and checked in again after doing aThomas Heller2002-01-111-0/+0
| | | | "cvs admin -kb installer.bmp" (although this should be unneeded?).
* Remove remaining 2.2-isms:Tim Peters2002-01-111-16/+20
| | | | | | | | | | | + Lib/site-packages wasn't created on Windows in 2.1. + The compiler package lived in Tools instead of in Lib. After this, a directory compare of an installed 2.1.1 and an installation created by this installer "are close". The remaining differences have to do with files that the old installer mistakenly never knew existed (like the distutils README, and pynche's color-name files). All such cases in 2.1.1 were bugs, now repaired in 2.1.2.
* 2.1-ize command for Start menu GUI pydoc shortcut.Tim Peters2002-01-101-1/+1
|
* Mostly removing stuff the installer does in 2.2 that can't be done inTim Peters2002-01-101-28/+10
| | | | | | 2.1 (e.g., there was no Lib/test/data directory then, hotshot didn't exist, ditto the Lib/email package, etc). Also restored the now-obsolete expat setup.
* Attempted to update all the copyright notices (we're releasing this inTim Peters2002-01-101-2/+2
| | | | 2002!). Does anyone know of a copyright blurb I missed?
* More backporting of 32-bit installer. Doesn't work yet, but gettingTim Peters2002-01-102-503/+1989
| | | | closer.
* Backporting the 32-bit installer requires an additional .wse script,Tim Peters2002-01-101-0/+514
| | | | copied here verbatim from the trunk (it should be release-independent).
* Update Windows build number for 2.1.2c1.Tim Peters2002-01-102-2/+4
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-10-191-0/+0
| | | | 'release21-maint'.
* Remove the TENTATIVE marker from the 2.1.1 Windows buildno.Tim Peters2001-07-201-1/+1
|
* Prepare Windows build for 2.1.1 final (buildno and installer screens).Tim Peters2001-07-143-5/+5
|
* 2.1.1c1 WIndows fiddling, plus patchlevel.h.Tim Peters2001-07-023-4/+8
|
* Update Windows installer & buildno for 2.1 final.Tim Peters2001-04-163-4/+6
|
* Update Windows installer & build number to 2.1c2 release.Tim Peters2001-04-163-4/+6
|
* Update Windows build # and installer for 2.1c1.Tim Peters2001-04-123-8/+6
|
* pydoc changed overnight in such a way that it no longer worked from theTim Peters2001-03-231-3/+3
| | | | Windows start-menu item. This recovers from that.
* Add Jeremy's compiler to the Windows install.Tim Peters2001-03-231-0/+18
|
* Update Windows installer for 2.1b2.Tim Peters2001-03-213-4/+6
|
* When building the installer, prompt for the location of the system directoryTim Peters2001-03-191-3/+5
| | | | | on the current machine. Wise doesn't seem to know this itself, and it varies across Windows flavors.
* Windows: Fallout from renaming the pydoc file.Tim Peters2001-03-111-1/+1
|
* SF bug Win32: pydoc command isn't executable.Tim Peters2001-03-111-1/+1
| | | | | | As the bug report notes, the Windows installer creates a useless pydoc file in the base directory. Changed the installer to rename it pydoc.pyw instead.
* Magic strings in both Python and the Wise installer define the registry keyTim Peters2001-03-111-1/+4
| | | | | to be used in Windows. They got out of synch. Repaired that, and added comments to each one pointing at the other.
* Add a new item to the Python 2.1 start menu: "Module Docs".Guido van Rossum2001-03-021-0/+14
| | | | | | This brings up Ping's pydoc server. (XXX The icons for this and for IDLE seem screwed. Oh well.)
* Prepare Windows for 2.1 beta 1: installer dialogs and bump "build number".Tim Peters2001-03-013-5/+7
|
* Backing out nested scopes broke the Windows build. Repairing.Tim Peters2001-02-271-0/+2
|
* Teach Windows build about new future.c.Tim Peters2001-02-271-0/+15
|
* Windows: Remove soundex from pythoncore subproject.Tim Peters2001-02-221-15/+0
|
* Clean up the "docs".Tim Peters2001-02-191-7/+16
|
* Re-add DOS line-endings and mark the files binary.Thomas Wouters2001-02-143-1952/+1952
|
* Change Windows test to do a complete job of removing .pyc/.pyo filesTim Peters2001-02-112-4/+25
| | | | reachable from Lib/.
* Teach Windows build about new symtable.c.Tim Peters2001-02-091-0/+15
|
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-044-23/+29
|
* Teach Windows build and installer about new _symtable module/DLL.Tim Peters2001-02-024-3/+126
|
* Teach the Windows installer about the _test module.Tim Peters2001-02-021-0/+10
|
* Patch derived from Trent's 101162: a Python/C API testing framework.Tim Peters2001-02-023-0/+114
| | | | STILL NEEDS UNIX BUILD CHANGES.
* Teach Windows build about the _weakref module.Tim Peters2001-02-021-0/+15
|
* Windows build: update for 2.1a2, + get ucnhash out of the installer.Tim Peters2001-02-014-15/+9
|
* Docs for new Windows zlib build procedure.Tim Peters2001-01-311-6/+11
|
* Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crashMark Hammond2001-01-311-4/+14
| | | | This involves changing the zlib build process to build zlib itself from sources, then use that library. Also updated are the comments to reflect the new official home of zlib, and add Windows specific notes regarding the build process.
* Teach Windows build about new cellobject.c.Tim Peters2001-01-261-0/+15
|
* Windows: ucnhash subproject no longer exists (/F merged into unicodedata).Tim Peters2001-01-243-115/+1
|
* Added -O option (to run python or python_d w/ -O),Tim Peters2001-01-231-8/+14
|