summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 85071-85072,85894,87132 via svnmerge fromHirokazu Yamamoto2010-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85071 | hirokazu.yamamoto | 2010-09-29 03:29:57 +0900 (水, 29 9 2010) | 1 line Now perl path with spaces can be used. ........ r85072 | hirokazu.yamamoto | 2010-09-29 03:36:04 +0900 (水, 29 9 2010) | 1 line Updated PC/VC6 openssl build script. (for openssl-1.0.0a) ........ r85894 | hirokazu.yamamoto | 2010-10-29 02:57:25 +0900 (金, 29 10 2010) | 1 line Updated readme.txt about OpenSSL. ........ r87132 | hirokazu.yamamoto | 2010-12-08 23:47:07 +0900 (水, 08 12 2010) | 3 lines Mention NASM which is needed to build openssl-1.0.0a original source. (PC/VC6/readme.txt) ........
* Merged revisions 84763,85135 via svnmerge fromHirokazu Yamamoto2010-10-081-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84763 | hirokazu.yamamoto | 2010-09-13 15:21:54 +0900 | 1 line Cosmetic fix to project files. ........ r85135 | hirokazu.yamamoto | 2010-10-01 19:40:49 +0900 | 1 line Cosmetic fix for PCBuild/readme.txt. ........
* Merged revisions ↵Georg Brandl2010-08-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line #8578: mention danger of not incref'ing weak referenced object. ........ r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line #7973: Fix distutils options spelling. ........ r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line #7386: add example that shows that trailing path separators are stripped. ........ r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line #8172: how does one use a property? ........ r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line #9451: strengthen warning about __*__ special name usage. ........ r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line #7280: note about nasmw.exe. ........ r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line #8861: remove unused variable. ........ r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line #8648: document UTF-7 codec functions. ........ r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line #9037: add example how to raise custom exceptions from C code. ........ r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line #9111: document that do_help() looks at docstrings. ........ r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line Clarify that abs() is not a namespace. ........ r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line #6867: epoll.register() returns None. ........ r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line #9238: zipfile does handle archive comments. ........
* Update Windows build to sqlite 3.6.21.Martin v. Löwis2010-01-021-1/+1
|
* Switch to OpenSSL 0.9.8l.Martin v. Löwis2009-12-211-1/+1
|
* Update nasm location.Georg Brandl2008-09-291-1/+1
|
* #3901: bsddb fix.Georg Brandl2008-09-211-2/+2
|
* #3916: fixes for docs wrt. Windows directory layoutGeorg Brandl2008-09-211-1/+1
|
* Switch to SQLite 3.5.9.Martin v. Löwis2008-06-131-1/+1
|
* Switch to bzip2 1.0.5.Martin v. Löwis2008-06-131-5/+5
|
* Update information pertaining to building external components, as well as ↵Trent Nelson2008-04-021-134/+95
| | | | notes on x64 builds. This file now accurately describes the build process as is; however, there's still a lot of room for improvement, especially with regards to how we build Tcl/Tk, Tix, and OpenSSL. Watch this space for further improvements.
* Rely on x64 platform configuration when building _bsddb on AMD64.Martin v. Löwis2008-03-061-1/+3
|
* Port build_ssl.py to 2.4; support HOST_PYTHON variableMartin v. Löwis2008-02-291-1/+2
|
* Issue #1706: Require Windows 2000+Christian Heimes2008-02-091-3/+6
| | | | | | Added Py_BUILD_CORE_MODULES macro to set WINVER and NTDDI_VERSION to Windows 2000 for core modules, too Added -d option to build.bat (same as -c Debug) and fixed warning about /build option Updated Windows related readme.txt files
* Fixed paths to Windows build directories in build_ext.pyChristian Heimes2008-02-031-5/+5
| | | | Use vsbuild instead of devenv in build.bat and _bsddb.vcproj
* Reflow a paragraph, and fix a typo.Thomas Heller2008-01-101-4/+6
|
* Removed PCbuild8/ directory and added a new build directory for VS 2005Christian Heimes2008-01-021-0/+31
| | | | | | | based on the VS 2008 build directory to PC/VS8.0. The script PCbuild/vs8to9.py was added to sync changes from PCbuild to PC/VS8.0. Kristjan, the initial creator of the PCbuild8 directory is fine with the replacement. I've moved the new version of the VS 2005 build directory next to the other legacy build directories. The new sync script is based on the work of wreck and syncs changes in the project, property and solution files.
* Renamed PCBuild9 directory to PCBuildChristian Heimes2007-12-311-0/+334
|
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-311-426/+0
|
* Try to get Windows bots working again. Take 2Neal Norwitz2006-08-181-2/+2
|
* Extend build_ssl to Win64, using VSExtComp.Martin v. Löwis2006-07-141-1/+1
|
* Patch #1509163: MS Toolkit Compiler no longer availableMartin v. Löwis2006-06-291-1/+10
|
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-211-1/+1
|
* Fix typo.Thomas Heller2006-04-151-1/+1
|
* Patch #1470875: Building Python with MS Free Compiler.Martin v. Löwis2006-04-151-0/+137
|
* Add sqlite3 to the Windows build process.Martin v. Löwis2006-04-041-0/+9
|
* Update to Tk 8.4.12 and Tix 8.4.0Martin v. Löwis2006-03-211-22/+13
|
* Update to OpenSSL 0.9.8aMartin v. Löwis2006-03-211-11/+3
|
* 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
|