| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bump the Windows build to use Sleepycat's 4.1.25.NC release (the | Tim Peters | 2003-01-24 | 3 | -62/+48 |
|
|
* | CVS patch 669645: wininst.exe missing in Windows installer. | Tim Peters | 2003-01-17 | 1 | -0/+5 |
|
|
* | There are two more copyright notices in the Windows world: | Tim Peters | 2003-01-02 | 1 | -2/+2 |
|
|
* | SF bug 660795: logging missing from Python 2.3a1 for Windows. | Tim Peters | 2003-01-02 | 1 | -0/+8 |
|
|
* | Merging in changes from r23a1-branch. Doc/makefile had conflicts, which | Tim Peters | 2003-01-01 | 1 | -0/+6 |
|
|
* | Bump the Windows build # for 2.3a1. | Tim Peters | 2002-12-31 | 2 | -1/+3 |
|
|
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 1 | -0/+4 |
|
|
* | Revert the last change. Tim was faster and chose a different route. | Raymond Hettinger | 2002-12-30 | 1 | -2/+0 |
|
|
* | Document the _randommodule project for the Windows build. | Raymond Hettinger | 2002-12-30 | 1 | -0/+2 |
|
|
* | Taught the Windows build about _randommodule.c. This is compiled | Tim Peters | 2002-12-29 | 1 | -0/+4 |
|
|
* | datetime escapes the sandbox. The Windows build is all set. I leave it | Tim Peters | 2002-12-16 | 4 | -0/+126 |
|
|
* | Made the _ssl subproject depend on the w9xpopen subproject, because | Tim Peters | 2002-12-11 | 1 | -20/+23 |
|
|
* | Install the tools/i18n directory on Windows. A user requested it, | Tim Peters | 2002-12-10 | 1 | -0/+8 |
|
|
* | Added _ssl.lib to the installer too. Restored alphabetical order of | Tim Peters | 2002-12-04 | 2 | -5/+10 |
|
|
* | Explain what's probably a problem unique to Win9x in building _ssl. | Tim Peters | 2002-12-04 | 1 | -0/+27 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say | Tim Peters | 2002-11-23 | 4 | -25/+21 |
|
|
* | More bsddb-on-Windows fiddling: | Tim Peters | 2002-11-23 | 2 | -6/+28 |
|
|
* | Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. | Tim Peters | 2002-11-22 | 4 | -133/+172 |
|
|
* | Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any script | Tim Peters | 2002-11-19 | 2 | -19/+23 |
|
|
* | Repaired typos in the Tcl/Tk compilation instructions. Turns out they | Tim Peters | 2002-11-15 | 1 | -7/+6 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Taught the Windows installer about changes in the structure of the email | Tim Peters | 2002-07-23 | 1 | -8/+18 |
|
|
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 13 | -36/+36 |
|
|
* | 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 |
|
|
* | Unsure exactly why I'm doing this, but I couldn't build a debug-mode | Tim Peters | 2002-06-15 | 1 | -0/+15 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -15/+0 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
|
|
* | Repair the Windows build (needs to compile in the new boolobject code). | Tim Peters | 2002-04-04 | 1 | -0/+15 |
|
|