Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Add AMD64 and Itanium configurationgs to ctypes; | Martin v. Löwis | 2006-03-10 | 1 | -8/+4 |
| | | | | | disable them in the solution since ctypes doesn't support these processors on Windows. | ||||
* | Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. | Thomas Heller | 2006-03-09 | 1 | -276/+276 |
| | | | | | Tools/scripts/svneol.py: added the .sln and .vcproj extensions because these are text files. Ran svneol.py over the source tree. | ||||
* | Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. | Thomas Heller | 2006-03-09 | 1 | -0/+25 |
| | | | | | | Settings for 64-bit Windows are missing. I've left in the 64-bit warnings to remind me to port ctypes to Py_ssize_t. | ||||
* | Import bdist_msi | Martin v. Löwis | 2006-03-05 | 1 | -0/+13 |
| | |||||
* | Add build support for AMD64. | Martin v. Löwis | 2006-02-14 | 1 | -0/+34 |
| | |||||
* | Generate getbuildinfo.o each time the linker is invoked; | Martin v. Löwis | 2006-01-18 | 1 | -0/+12 |
| | | | | | try to generate SVNVERSION information if subwcrev.exe can be found. | ||||
* | Make zlib builtin. | Martin v. Löwis | 2006-01-03 | 1 | -11/+0 |
| | |||||
* | As reported on c.l.py, the _elementtree project | Tim Peters | 2005-12-26 | 1 | -0/+1 |
| | | | | should depend on the pythoncore project. | ||||
* | Add build support for _elementtree on Windows. | Trent Mick | 2005-12-15 | 1 | -0/+10 |
| | |||||
* | Patch #1160164: Use ReleaseItanium for zlib build. | Martin v. Löwis | 2005-08-25 | 1 | -2/+2 |
| | | | | Will backport to 2.4. | ||||
* | Revert creation of launcher.exe | Martin v. Löwis | 2004-09-08 | 1 | -10/+0 |
| | |||||
* | Add launcher program | Martin v. Löwis | 2004-09-07 | 1 | -0/+10 |
| | |||||
* | Add Itanium targets. | Martin v. Löwis | 2004-07-20 | 1 | -0/+32 |
| | |||||
* | Add readme.txt | Martin v. Löwis | 2004-06-28 | 1 | -0/+3 |
| | |||||
* | Update build procedure to VC 7.1. | Martin v. Löwis | 2004-01-02 | 1 | -0/+157 |