Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clarify _ssl instructions. | Tim Peters | 2002-12-04 | 1 | -5/+11 | |
| | ||||||
* | Don't make all the OpenSSL executables, just the library we need. | Mark Hammond | 2002-12-03 | 1 | -1/+21 | |
| | | | | Contributed by David Bolen. | |||||
* | Add the SSL libraries as dependencies. | Mark Hammond | 2002-12-03 | 1 | -1/+1 | |
| | ||||||
* | Ensure the ssl temp directory exists! | Mark Hammond | 2002-12-03 | 1 | -0/+1 | |
| | ||||||
* | Add _ssl.pyd to the list of files to be installed by Wise. | Mark Hammond | 2002-12-03 | 1 | -0/+5 | |
| | ||||||
* | Add _ssl build process for Windows. | Mark Hammond | 2002-12-03 | 5 | -0/+303 | |
| | ||||||
* | My MSVC seems to like writing the project names in quotes. Letting it do | Mark Hammond | 2002-12-03 | 1 | -19/+19 | |
| | | | | this before I add the _ssl project, so that checkin is cleaner. | |||||
* | Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say | Tim Peters | 2002-11-23 | 4 | -25/+21 | |
| | | | | | | | | | | | | 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 Peters | 2002-11-23 | 2 | -6/+28 | |
| | | | | | | | | + 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. | |||||
* | Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. | Tim Peters | 2002-11-22 | 4 | -133/+172 | |
| | | | | | | | The bsddb subproject is gone. The _bsddb subproject is new. There are problems here, but I'm out of time to work on this now. If anyone can address an XXX comment or two in readme.txt, please do! | |||||
* | Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any script | Tim Peters | 2002-11-19 | 2 | -19/+23 | |
| | | | | | 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. | |||||
* | Repaired typos in the Tcl/Tk compilation instructions. Turns out they | Tim Peters | 2002-11-15 | 1 | -7/+6 | |
| | | | | work on Win98SE too (yay!). | |||||
* | Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this by | Tim Peters | 2002-11-14 | 4 | -18/+64 | |
| | | | | | | | 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 Peters | 2002-11-09 | 1 | -0/+10 | |
| | ||||||
* | Start building the bz2 module on Windows. | Tim Peters | 2002-11-09 | 3 | -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 Peters | 2002-10-14 | 1 | -0/+2 | |
| | ||||||
* | The MS resource compiler simply cannot be convinced to do arithmetic | Tim Peters | 2002-10-11 | 1 | -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 Peters | 2002-10-06 | 1 | -0/+2 | |
| | ||||||
* | Add -E and -tt options to the python invocations, as for the Unix tests. | Guido van Rossum | 2002-08-07 | 1 | -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 email | Tim Peters | 2002-07-23 | 1 | -8/+18 | |
| | | | | package, and the loss of the test/data directory. | |||||
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 13 | -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 Peters | 2002-07-10 | 1 | -8/+0 | |
| | ||||||
* | Remove the unused, and therefore distracting, "Alpha" build configurations. | Mark Hammond | 2002-07-10 | 8 | -1962/+45 | |
| | ||||||
* | Removed newmodule.c from the project, and removed references to it from | Tim Peters | 2002-06-16 | 1 | -15/+0 | |
| | | | | the Windowish builds. | |||||
* | Unsure exactly why I'm doing this, but I couldn't build a debug-mode | Tim Peters | 2002-06-15 | 1 | -0/+15 | |
| | | | | Python on Windows without it. | |||||
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -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 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. |