| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵ | Martin v. Löwis | 2011-03-06 | 1 | -131/+131 |
| | | | | | | | the files will have the right line ending even if the extension is not active. | ||||
| * | Add updated .hgeol file and fix newlines in the 2.7 branch. | Georg Brandl | 2011-03-05 | 1 | -131/+131 |
| | | |||||
| * | Recorded merge of revisions 86113 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 1 | -4/+4 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86113 | hirokazu.yamamoto | 2010-11-02 22:21:31 +0900 | 1 line Defined Py_BUILD_CORE_MODULE also on VC6. ........ | ||||
| * | Issue #2065: VC6 related fix. | Hirokazu Yamamoto | 2008-08-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | - PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw: added new module support. - PC/VC6/_sqlite3.dsp: /D "MODULE_NAME=\"sqlite3\"" caused extra leading space like #define MODULE_NAME " sqlite3" so uses /D MODULE_NAME=\"sqlite3\" instead. - PC/VC6/python.dsp: changed stack size to 2MB to avoid stack overflow on some tests. | ||||
| * | Patch #1457736: Update VC6 to use current PCbuild settings. | Martin v. Löwis | 2006-10-17 | 1 | -0/+131 |
| Will backport to 2.5. | |||||
