Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add instructions for building Tix | Martin v. Löwis | 2004-08-31 | 1 | -0/+9 |
| | |||||
* | Updated test-runner .bat for new location of Tcl/Tk. | Tim Peters | 2004-08-30 | 1 | -7/+5 |
| | | | | | | | Replaced outcomes from native Tcl/Tk tests. Maybe the diffs are legit, maybe not. I noticed that the Tcl results I'm replacing here claimed both that there were no failures, and that one file had tests with failures, so I wasn't inclined to trust them <wink>. | ||||
* | Bump Tk version to 8.4.7. Build into tcltk directory. | Martin v. Löwis | 2004-08-30 | 1 | -27/+19 |
| | |||||
* | Add Itanium targets. | Martin v. Löwis | 2004-07-20 | 1 | -0/+15 |
| | |||||
* | Update info about the windows build. | Thomas Heller | 2004-07-02 | 1 | -3/+2 |
| | |||||
* | Record test_bsddb3 test results on WinXP. | Tim Peters | 2004-04-11 | 1 | -0/+10 |
| | |||||
* | Update the OpenSSL version example from c to d (the current stable one), | Tim Peters | 2004-04-11 | 1 | -2/+7 |
| | |||||
* | The native bz2 tests worked fine for me under WinXP Pro + VC7.1, so | Tim Peters | 2004-04-11 | 1 | -2/+0 |
| | | | | | | removed the comment saying they don't work, and changed the build step to run them. If they're failing for someone else, please give details about what failed. | ||||
* | Record Tcl and Tk test results for WinXP Pro. | Tim Peters | 2004-04-11 | 1 | -14/+24 |
| | |||||
* | Tweaked after following all these instructions. | Guido van Rossum | 2004-03-20 | 1 | -37/+11 |
| | | | | Removed Win9x notes (since the .NET compiler requires Win2K or XP anyway). | ||||
* | Update Windows build to use zlib 1.2.1 | Jeremy Hylton | 2004-01-09 | 1 | -5/+5 |
| | |||||
* | Update information about building bsddb, particularly re with and without | Mark Hammond | 2004-01-06 | 1 | -11/+18 |
| | | | | strong crypto. | ||||
* | Removed dead text about MS subprojects that no longer exist. | Tim Peters | 2004-01-04 | 1 | -15/+1 |
| | |||||
* | Update build procedure to VC 7.1 and newer versions of several packages. | Martin v. Löwis | 2004-01-02 | 1 | -27/+31 |
| | |||||
* | Build the bzip2.lib as a custom pre-link step in MSVC. | Thomas Heller | 2003-08-20 | 1 | -13/+8 |
| | |||||
* | Some Windows changes preparing for 2.3b2. | Tim Peters | 2003-06-27 | 1 | -0/+3 |
| | |||||
* | 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't | Tim Peters | 2003-06-22 | 1 | -11/+14 |
| | | | | | | | fix the hangs on Win98SE when starting IDLE via "python" from a DOS box, but did appear to make them harder to provoke. I closed that bug report as being hopeless (and if someone wants to open it again, don't dare assign it to me again <0.1 wink>). | ||||
* | Teach the Windows build & installer about the new csv module + DLL. | Tim Peters | 2003-03-21 | 1 | -0/+2 |
| | |||||
* | Updated info about test_bsddb3 failures. | Tim Peters | 2003-01-29 | 1 | -0/+4 |
| | |||||
* | Bump the Windows build to use Sleepycat's 4.1.25.NC release (the | Tim Peters | 2003-01-24 | 1 | -22/+44 |
| | | | | latest bsddb release without strong cryptography). | ||||
* | 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 |
| | |||||
* | datetime escapes the sandbox. The Windows build is all set. I leave it | Tim Peters | 2002-12-16 | 1 | -0/+2 |
| | | | | | to others to argue about how to build it on other platforms (on Windows it's in its own DLL). | ||||
* | Added _ssl.lib to the installer too. Restored alphabetical order of | Tim Peters | 2002-12-04 | 1 | -1/+1 |
| | | | | DLL and lib sections. | ||||
* | 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 |
| | |||||
* | Add _ssl build process for Windows. | Mark Hammond | 2002-12-03 | 1 | -0/+30 |
| | |||||
* | Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say | Tim Peters | 2002-11-23 | 1 | -12/+16 |
| | | | | | | | | | | | | 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 | 1 | -2/+5 |
| | | | | | | | | + 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 | 1 | -12/+31 |
| | | | | | | | 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 | 1 | -7/+7 |
| | | | | | 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 | 1 | -7/+53 |
| | | | | | | | 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. | ||||
* | Start building the bz2 module on Windows. | Tim Peters | 2002-11-09 | 1 | -0/+28 |
| | | | | | | | | | | 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. | ||||
* | Removed no-longer-relevant explanation of "alpha" builds. | Tim Peters | 2002-07-10 | 1 | -8/+0 |
| | |||||
* | Move to zlib 1.1.4 on Windows (the new version that squashes the "double | Tim Peters | 2002-03-13 | 1 | -7/+6 |
| | | | | | free" glitch). Bugfix candidate -- I'll backpatch this into 2.2.1 later this week. | ||||
* | Finish the pyexpat rework for Windows: builders needn't suck down the | Tim Peters | 2002-02-13 | 1 | -10/+3 |
| | | | | | Expat installer from SF anymore, and the installer shouldn't install expat.dll anymore. | ||||
* | Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't work | Tim Peters | 2001-07-28 | 1 | -3/+8 |
| | | | | until you download the new expat and install it; see PCbuild\readme.txt. | ||||
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -2/+2 |
| | |||||
* | Teach Windows build and installer about new _symtable module/DLL. | Tim Peters | 2001-02-02 | 1 | -3/+5 |
| | |||||
* | Patch derived from Trent's 101162: a Python/C API testing framework. | Tim Peters | 2001-02-02 | 1 | -0/+3 |
| | | | | STILL NEEDS UNIX BUILD CHANGES. | ||||
* | Windows build: update for 2.1a2, + get ucnhash out of the installer. | Tim Peters | 2001-02-01 | 1 | -0/+2 |
| | |||||
* | Docs for new Windows zlib build procedure. | Tim Peters | 2001-01-31 | 1 | -6/+11 |
| | |||||
* | Windows: ucnhash subproject no longer exists (/F merged into unicodedata). | Tim Peters | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | Clarifications. | Tim Peters | 2001-01-18 | 1 | -7/+7 |
| | |||||
* | Windows: 2.1a1 changes so Python runs again. Note that the python20 | Tim Peters | 2001-01-17 | 1 | -7/+5 |
| | | | | subproject is gone, replaced by the new pythoncore subproject. | ||||
* | In readme.txt, make what's needed to build the "optional" subprojects | Tim Peters | 2000-08-25 | 1 | -3/+15 |
| | | | | | | | much more explicit. Also document that we're moving to Tcl/Tk 8.3.2. Simplify .dsp files by getting rid of useless include paths. .wse file changed to reflect that my setup is different than Guido's: if you *build* a Python distro using python20.wse, beware! | ||||
* | Typo repair. | Tim Peters | 2000-07-01 | 1 | -1/+1 |
| | |||||
* | Add ucnhash (new subproject). | Guido van Rossum | 2000-07-01 | 1 | -1/+1 |
| | |||||
* | Repaired two URLs. | Tim Peters | 2000-07-01 | 1 | -6/+6 |
| |