summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge with trunk up to revision 45620.Thomas Wouters2006-04-211-1/+1
|
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-33/+162
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* Remove apply()Neal Norwitz2006-03-171-1/+1
|
* It's necessary to do a Debug build of the bsddb project too.Tim Peters2006-03-131-2/+6
|
* Minor changes.Tim Peters2006-03-131-5/+4
|
* Trimmed trailing whitespace.Tim Peters2006-03-131-2/+2
|
* Fix build process of bsddb for IA64 and AMD64.Martin v. Löwis2006-03-131-4/+9
| | | | Remove remarks on size_t problems.
* Update to bsddb 4.4.20.Martin v. Löwis2006-03-131-34/+22
|
* Update to bzip2 1.0.3Martin v. Löwis2006-03-131-7/+5
| | | | Make buildbot slaves automatically fetch bzip2 1.0.3.
* Add build support for AMD64.Martin v. Löwis2006-02-141-0/+7
|
* Make zlib builtin.Martin v. Löwis2006-01-031-15/+0
|
* Patch #1160164: Use ReleaseItanium for zlib build.Martin v. Löwis2005-08-251-0/+3
| | | | Will backport to 2.4.
* Removed XXX block about a test_bsddb3 failure that went away a long time ago.Tim Peters2005-08-071-11/+0
|
* Update some Python version numbers.Tim Peters2005-08-071-3/+3
|
* Upgrade Windows build to zlib 1.2.3 (a security fix)Trent Mick2005-07-261-5/+5
|
* Link to #1233049 for building against openssl 0.9.8.Martin v. Löwis2005-07-061-0/+1
|
* Add instructions for building TixMartin v. Löwis2004-08-311-0/+9
|
* Updated test-runner .bat for new location of Tcl/Tk.Tim Peters2004-08-301-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öwis2004-08-301-27/+19
|
* Add Itanium targets.Martin v. Löwis2004-07-201-0/+15
|
* Update info about the windows build.Thomas Heller2004-07-021-3/+2
|
* Record test_bsddb3 test results on WinXP.Tim Peters2004-04-111-0/+10
|
* Update the OpenSSL version example from c to d (the current stable one),Tim Peters2004-04-111-2/+7
|
* The native bz2 tests worked fine for me under WinXP Pro + VC7.1, soTim Peters2004-04-111-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 Peters2004-04-111-14/+24
|
* Tweaked after following all these instructions.Guido van Rossum2004-03-201-37/+11
| | | | Removed Win9x notes (since the .NET compiler requires Win2K or XP anyway).
* Update Windows build to use zlib 1.2.1Jeremy Hylton2004-01-091-5/+5
|
* Update information about building bsddb, particularly re with and withoutMark Hammond2004-01-061-11/+18
| | | | strong crypto.
* Removed dead text about MS subprojects that no longer exist.Tim Peters2004-01-041-15/+1
|
* Update build procedure to VC 7.1 and newer versions of several packages.Martin v. Löwis2004-01-021-27/+31
|
* Build the bzip2.lib as a custom pre-link step in MSVC.Thomas Heller2003-08-201-13/+8
|
* Some Windows changes preparing for 2.3b2.Tim Peters2003-06-271-0/+3
|
* 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn'tTim Peters2003-06-221-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 Peters2003-03-211-0/+2
|
* Updated info about test_bsddb3 failures.Tim Peters2003-01-291-0/+4
|
* Bump the Windows build to use Sleepycat's 4.1.25.NC release (theTim Peters2003-01-241-22/+44
| | | | latest bsddb release without strong cryptography).
* Revert the last change. Tim was faster and chose a different route.Raymond Hettinger2002-12-301-2/+0
|
* Document the _randommodule project for the Windows build.Raymond Hettinger2002-12-301-0/+2
|
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-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 ofTim Peters2002-12-041-1/+1
| | | | DLL and lib sections.
* Explain what's probably a problem unique to Win9x in building _ssl.Tim Peters2002-12-041-0/+27
|
* Clarify _ssl instructions.Tim Peters2002-12-041-5/+11
|
* Add _ssl build process for Windows.Mark Hammond2002-12-031-0/+30
|
* Try linking the static Sleepycat lib into _bsddb.pyd. Hard to sayTim Peters2002-11-231-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 Peters2002-11-231-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 Peters2002-11-221-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 scriptTim Peters2002-11-191-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 theyTim Peters2002-11-151-7/+6
| | | | work on Win98SE too (yay!).
* Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this byTim Peters2002-11-141-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 Peters2002-11-091-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.