summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Install the bz2 DLL on Windows.Tim Peters2002-11-091-0/+10
|
* Start building the bz2 module on Windows.Tim Peters2002-11-093-0/+139
| | | | | | | | | | CAUTION: The Python test still has many failures, but I'm out of time for this now (already took much longer than hoped to get this far). The base bz2 library does pass its own tests (see next). CAUTION: People building on Windows have to download and build tne bz2 compression libraries now. See PCbuild\readme.txt for complete instructions.
* Update list of Windows buildnos for 2.2.2 final.Tim Peters2002-10-141-0/+2
|
* The MS resource compiler simply cannot be convinced to do arithmeticTim Peters2002-10-111-0/+35
| | | | | | correctly. So field3.py is a Python program that can. This injects another manual step into the Python release process for Windows; so it goes.
* Update info for impending 2.2.2.Tim Peters2002-10-061-0/+2
|
* Add -E and -tt options to the python invocations, as for the Unix tests.Guido van Rossum2002-08-071-2/+2
| | | | | The -tt means modules that mix tabs and spaces will be rejected. The -E refuses to believe Python options in the environment.
* 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.
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-2313-36/+36
| | | | | command line for Windows builds. This should allow MSVC to import and build the Python MSVC6 project files without error.
* Removed no-longer-relevant explanation of "alpha" builds.Tim Peters2002-07-101-8/+0
|
* Remove the unused, and therefore distracting, "Alpha" build configurations.Mark Hammond2002-07-108-1962/+45
|
* Removed newmodule.c from the project, and removed references to it fromTim Peters2002-06-161-15/+0
| | | | the Windowish builds.
* Unsure exactly why I'm doing this, but I couldn't build a debug-modeTim Peters2002-06-151-0/+15
| | | | Python on Windows without it.
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido]
* Teach the Windows build about the new enumobject.c file.Tim Peters2002-04-261-0/+15
|
* 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.
* Repair 2.2.1 release date.Tim Peters2002-04-091-1/+1
|
* Change 2.1.3 release date.Tim Peters2002-04-081-1/+1
|
* Update 2.1.3 Windows buildno.Tim Peters2002-04-081-0/+2
|
* Record Windows build number for 2.2.1 final.Tim Peters2002-04-041-0/+2
|
* 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.
* 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.
* Repair the Windows build (needs to compile in the new boolobject code).Tim Peters2002-04-041-0/+15
|
* Update master Windows build-number list for 2.2.1c2.Tim Peters2002-03-251-0/+2
|
* Build obmalloc.c directly instead of #include'ing from object.c.Tim Peters2002-03-231-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 Peters2002-03-191-1/+1
|
* Update master Windows buildno list to reflect impending 2.2.1c1.Tim Peters2002-03-141-1/+1
|
* Move to zlib 1.1.4 on Windows (the new version that squashes the "doubleTim Peters2002-03-132-13/+12
| | | | | free" glitch). Bugfix candidate -- I'll backpatch this into 2.2.1 later this week.
* Fix 2.2.1 string.Tim Peters2002-02-281-1/+1
|
* Reserve a Windows build num for 2.2.1c1.Tim Peters2002-02-281-0/+2
|
* Finish the pyexpat rework for Windows: builders needn't suck down theTim Peters2002-02-132-21/+3
| | | | | Expat installer from SF anymore, and the installer shouldn't install expat.dll anymore.
* Define VERSION in expat.h.Martin v. Löwis2002-02-131-2/+2
|
* Build using included Expat.Martin v. Löwis2002-02-121-13/+54
|
* Update master Windows buildno list for 2.1.2final.Tim Peters2002-01-151-0/+2
|
* Update master Windows build-number list for 2.1.2c1.Tim Peters2002-01-101-0/+2
|
* Windows build: close out 2.2, prep for 2.3.Tim Peters2001-12-213-13/+15
|
* Post-release fiddling -- prep for 2.2 final.Tim Peters2001-12-143-6/+8
|
* Update Windows buildno for 2.2c1.Tim Peters2001-12-132-2/+4
| | | | Update 2.2c1 release data in NEWS.
* Update Windows installer for 2.2c1.Tim Peters2001-11-171-4/+4
|
* Bump Windows buildno for 2.2b2.Tim Peters2001-11-152-2/+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
|
* add structseq.c to projectGuido van Rossum2001-10-181-0/+15
|
* Bump Windows build # for 2.2b1.Tim Peters2001-10-182-2/+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.
* Get hotshot closer to compiling on Windows.Tim Peters2001-10-121-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 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.
* Teach Windows how to build the new weakref module.Tim Peters2001-10-051-0/+15
|
* Post-release fiddling (prep for 2.2b1).Tim Peters2001-09-281-4/+4
|
* Bump Windows build numbers for 2.2a4; installer changes were done earlier.Tim Peters2001-09-272-2/+4
|
* Install the new Lib/email pkg.Tim Peters2001-09-231-0/+16
| | | | Create & populate the new Lib/test/data directory.