Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach the Windows build about the new enumobject.c file. | Tim Peters | 2002-04-26 | 1 | -0/+15 |
| | |||||
* | Windows installer: disabled Wise's "delete in-use files" uninstall | Tim Peters | 2002-04-16 | 1 | -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. | ||||
* | Repair 2.2.1 release date. | Tim Peters | 2002-04-09 | 1 | -1/+1 |
| | |||||
* | Change 2.1.3 release date. | Tim Peters | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | Update 2.1.3 Windows buildno. | Tim Peters | 2002-04-08 | 1 | -0/+2 |
| | |||||
* | Record Windows build number for 2.2.1 final. | Tim Peters | 2002-04-04 | 1 | -0/+2 |
| | |||||
* | SF bug 497854: Short-cuts missing for All Users | Tim Peters | 2002-04-04 | 1 | -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. | ||||
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
| | | | | | permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation. | ||||
* | Repair the Windows build (needs to compile in the new boolobject code). | Tim Peters | 2002-04-04 | 1 | -0/+15 |
| | |||||
* | Update master Windows build-number list for 2.2.1c2. | Tim Peters | 2002-03-25 | 1 | -0/+2 |
| | |||||
* | Build obmalloc.c directly instead of #include'ing from object.c. | Tim Peters | 2002-03-23 | 1 | -0/+15 |
| | | | | | | | | Also move all _PyMalloc_XXX entry points into obmalloc.c. The Windows build works fine. The Unix build is changed here (Makefile.pre.in), but not tested. No other platform's build process has been fiddled. | ||||
* | Record 2.2.1c1 release date. | Tim Peters | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | Update master Windows buildno list to reflect impending 2.2.1c1. | Tim Peters | 2002-03-14 | 1 | -1/+1 |
| | |||||
* | Move to zlib 1.1.4 on Windows (the new version that squashes the "double | Tim Peters | 2002-03-13 | 2 | -13/+12 |
| | | | | | free" glitch). Bugfix candidate -- I'll backpatch this into 2.2.1 later this week. | ||||
* | Fix 2.2.1 string. | Tim Peters | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Reserve a Windows build num for 2.2.1c1. | Tim Peters | 2002-02-28 | 1 | -0/+2 |
| | |||||
* | Finish the pyexpat rework for Windows: builders needn't suck down the | Tim Peters | 2002-02-13 | 2 | -21/+3 |
| | | | | | Expat installer from SF anymore, and the installer shouldn't install expat.dll anymore. | ||||
* | Define VERSION in expat.h. | Martin v. Löwis | 2002-02-13 | 1 | -2/+2 |
| | |||||
* | Build using included Expat. | Martin v. Löwis | 2002-02-12 | 1 | -13/+54 |
| | |||||
* | Update master Windows buildno list for 2.1.2final. | Tim Peters | 2002-01-15 | 1 | -0/+2 |
| | |||||
* | Update master Windows build-number list for 2.1.2c1. | Tim Peters | 2002-01-10 | 1 | -0/+2 |
| | |||||
* | Windows build: close out 2.2, prep for 2.3. | Tim Peters | 2001-12-21 | 3 | -13/+15 |
| | |||||
* | Post-release fiddling -- prep for 2.2 final. | Tim Peters | 2001-12-14 | 3 | -6/+8 |
| | |||||
* | Update Windows buildno for 2.2c1. | Tim Peters | 2001-12-13 | 2 | -2/+4 |
| | | | | Update 2.2c1 release data in NEWS. | ||||
* | Update Windows installer for 2.2c1. | Tim Peters | 2001-11-17 | 1 | -4/+4 |
| | |||||
* | Bump Windows buildno for 2.2b2. | Tim Peters | 2001-11-15 | 2 | -2/+4 |
| | |||||
* | SF bug #478949 Windows installer start menu registry. | Tim Peters | 2001-11-07 | 1 | -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 Peters | 2001-10-19 | 1 | -4/+4 |
| | |||||
* | add structseq.c to project | Guido van Rossum | 2001-10-18 | 1 | -0/+15 |
| | |||||
* | Bump Windows build # for 2.2b1. | Tim Peters | 2001-10-18 | 2 | -2/+4 |
| | |||||
* | Added new hotshot pkg to the Windows installer. | Tim Peters | 2001-10-13 | 1 | -35/+43 |
| | | | | Rearranged the growing number of Lib packages into alphabetical order. | ||||
* | Get hotshot closer to compiling on Windows. | Tim Peters | 2001-10-12 | 1 | -0/+15 |
| | | | | | Still broken: GETTIMEOFDAY. This macro obviously isn't being defined on Windows, so there's logic errors here I'd rather Fred untangled. | ||||
* | If all of Python, IDLE and Tcl/Tk are being installed, and the user has | Tim Peters | 2001-10-09 | 1 | -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. | ||||
* | Teach Windows how to build the new weakref module. | Tim Peters | 2001-10-05 | 1 | -0/+15 |
| | |||||
* | Post-release fiddling (prep for 2.2b1). | Tim Peters | 2001-09-28 | 1 | -4/+4 |
| | |||||
* | Bump Windows build numbers for 2.2a4; installer changes were done earlier. | Tim Peters | 2001-09-27 | 2 | -2/+4 |
| | |||||
* | Install the new Lib/email pkg. | Tim Peters | 2001-09-23 | 1 | -0/+16 |
| | | | | Create & populate the new Lib/test/data directory. | ||||
* | Install the compiler package under Lib. | Tim Peters | 2001-09-20 | 1 | -26/+8 |
| | |||||
* | The usual post-release fiddling. | Tim Peters | 2001-09-08 | 1 | -4/+4 |
| | |||||
* | Bump Windows buildno (installer changes were made earlier). | Tim Peters | 2001-09-06 | 2 | -2/+4 |
| | |||||
* | First part of fix for bug #442142 - DLL base assignments need update | Mark Hammond | 2001-09-06 | 7 | -14/+16 |
| | |||||
* | Add pynche's top-level txt files to Windows installer -- I don't believe | Tim Peters | 2001-08-22 | 1 | -1/+7 |
| | | | | we've *ever* installed them! | ||||
* | "The usual" post-release fiddling. | Tim Peters | 2001-08-22 | 2 | -5/+5 |
| | |||||
* | Windows fiddling for 2.2a2: bump build number; update copyright and | Tim Peters | 2001-08-19 | 3 | -6/+8 |
| | | | | | company info in resource files; change installer strings to match. This belongs in the release branch too, of course. | ||||
* | Wise uninstallers never delete the Python DLL from the system directory. | Tim Peters | 2001-08-16 | 1 | -0/+9 |
| | | | | | They should. Added a line that's supposed to fix that -- it doesn't actually work on my box, but checking it in anyway. | ||||
* | New, larger installer bitmap from Erik van Blokland. Added more | Tim Peters | 2001-08-15 | 2 | -4/+6 |
| | | | | | vertical whitespace to the acknowledgements portion of the "Installation Completed!" screen for easier reading. | ||||
* | Now that the dialogs have some breathing room, split the combo of Tcl/Tk, | Tim Peters | 2001-08-11 | 1 | -56/+130 |
| | | | | | | | | | | IDLE and pydoc into a separate component. That's almost as big as the rest of Python (excl. docs and test suite) combined. Pop up a confimation box if they choose to install at least one of {Tcl/Tk/IDLE/pydoc, Tools, Test suite} but do not choose to install Python -- doesn't make much sense, so ask whether that's really what they want. | ||||
* | Grow the dialogs 25%, to make room for a nicer bitmap (in progress; don't | Tim Peters | 2001-08-11 | 1 | -83/+84 |
| | | | | have it yet). | ||||
* | In the acks, CamelCase InstallMaster the same way Wise does it. | Tim Peters | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | Add a comma. | Tim Peters | 2001-08-08 | 1 | -1/+1 |
| |