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 | 22 | -3205/+3205 |
| | | | | | | 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 | 22 | -3205/+3205 |
| | |||||
* | Merged revisions 85071-85072,85894,87132 via svnmerge from | Hirokazu Yamamoto | 2010-12-09 | 2 | -17/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | 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) ........ | ||||
* | Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2) | Hirokazu Yamamoto | 2010-11-04 | 1 | -2/+2 |
| | |||||
* | Recorded merge of revisions 86113 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 17 | -68/+68 |
| | | | | | | | | | | 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. ........ | ||||
* | Recorded rollback of revisions 84902 via svnmerge from | Hirokazu Yamamoto | 2010-09-21 | 1 | -4/+4 |
| | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k | ||||
* | Recorded merge of revisions 84902 via svnmerge from | Hirokazu Yamamoto | 2010-09-19 | 1 | -4/+4 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84902 | hirokazu.yamamoto | 2010-09-19 18:24:20 +0900 | 1 line Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) ........ | ||||
* | Updated VC6 files. | Hirokazu Yamamoto | 2010-09-10 | 2 | -13/+2 |
| | | | | | * readme.txt: Added PSDK as requirement. * tcl852.patch: fixed patch. it was doubled. | ||||
* | Capsule-related changes: | Larry Hastings | 2010-04-02 | 1 | -0/+4 |
| | | | | | | | | | | | * PyCObject_AsVoidPtr() can now open capsules. This addresses most of the remaining backwards-compatibility concerns about the conversion of Python 2.7 from CObjects to capsules. * CObjects were marked Pending Deprecation. * Documentation about this pending deprecation was added to cobject.h. * The capsule source files were added to the legacy PC build processes. | ||||
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith for | Mark Dickinson | 2009-12-16 | 1 | -0/+4 |
| | | | | testing on Windows. | ||||
* | Add dtoa.c and dtoa.h to the relevant project files. | Mark Dickinson | 2009-11-30 | 1 | -0/+4 |
| | |||||
* | Updated MSVC files to follow r73394. | Hirokazu Yamamoto | 2009-06-14 | 1 | -8/+28 |
| | |||||
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to ↵ | Eric Smith | 2009-04-27 | 1 | -0/+4 |
| | | | | py3k. Should fix Windows buildbot errors. | ||||
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-04-03 | 1 | -0/+4 |
| | |||||
* | Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with ↵ | Hirokazu Yamamoto | 2009-03-18 | 3 | -49/+89 |
| | | | | | | | _ssl.c) If you use http://svn.python.org/projects/external/openssl-0.9.8g, Perl is not needed. This scheme was ported from PCBuild. | ||||
* | Fixed svn:eol-style. | Hirokazu Yamamoto | 2009-02-10 | 3 | -218/+218 |
| | |||||
* | Added helper script to build Tcl/Tk. | Hirokazu Yamamoto | 2009-01-10 | 1 | -0/+81 |
| | |||||
* | Link to debug version of Tcl/Tk when python is built as debug version. | Hirokazu Yamamoto | 2009-01-10 | 2 | -1/+5 |
| | |||||
* | Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, ↵ | Hirokazu Yamamoto | 2009-01-10 | 3 | -18/+43 |
| | | | | tix8.4.0 -> tix8.4.3) | ||||
* | Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25) | Hirokazu Yamamoto | 2009-01-09 | 2 | -11/+11 |
| | |||||
* | Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) | Hirokazu Yamamoto | 2009-01-09 | 2 | -8/+8 |
| | |||||
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 1 | -4/+0 |
| | |||||
* | yuvconvert.c is a part of the "sv" module, an old IRIX thing | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -4/+0 |
| | | | | and certainly not useful for any Windows build. | ||||
* | Follows to python's version change (VC6) | Hirokazu Yamamoto | 2008-10-03 | 2 | -4/+4 |
| | |||||
* | Added _multiprocessing module support. (VC6) | Hirokazu Yamamoto | 2008-08-14 | 2 | -0/+130 |
| | |||||
* | Issue #2065: VC6 related fix. | Hirokazu Yamamoto | 2008-08-14 | 8 | -45/+169 |
| | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | Restore support for Microsoft VC6 compiler. | Amaury Forgeot d'Arc | 2008-06-13 | 2 | -2/+6 |
| | | | | | | | Some functions in the msvcrt module are skipped, and socket.ioctl is enabled only when using a more recent Platform SDK. (and yes, there are still companies that use a 10-years old compiler) | ||||
* | Rename bytesobject.c back to stringobject.c to keep with the PyString theme. | Gregory P. Smith | 2008-06-10 | 1 | -1/+1 |
| | | | | Part of reverting most of r63675 per the mailing list discussion. | ||||
* | Used vs9to8.py to port all VS9.0 changes to 8.0 | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
| | | | | Updated VS7.1 and VC6 project files | ||||
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+4 |
| | | | | | | Ippolito. Closes issue #2750. | ||||
* | Added new files to Windows project files | Christian Heimes | 2008-04-18 | 1 | -0/+4 |
| | | | | More Windows related fixes are coming soon | ||||
* | Update project files for all Windows supported compilers | Amaury Forgeot d'Arc | 2008-04-14 | 1 | -0/+4 |
| | |||||
* | Issue 2408: remove the _types module | Amaury Forgeot d'Arc | 2008-04-08 | 1 | -4/+0 |
| | | | | | | | | | It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType), when they can easily be obtained with python code. These expressions even work with Jython. I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 ) at least this change makes it simpler. | ||||
* | Repair compilation for Visual Studio 2005. | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -0/+16 |
| | | | | | | | I applied the same changes manually to VS7.1 and VC6 files; completely untested. (Christian, don't try too hard merging this change into py3k. It will be easier to do the same work again on the branch) | ||||
* | Compilation was broken on Windows since the introduction of Advanced String ↵ | Amaury Forgeot d'Arc | 2008-02-17 | 1 | -8/+12 |
| | | | | | | | Formatting. Only PCBuild (vs9) was really tested. Changes for older compilers were done manually. | ||||
* | Reverted last transaction. It's the wrong branch. | Christian Heimes | 2008-01-04 | 6 | -167/+57 |
| | |||||
* | And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks ↵ | Christian Heimes | 2008-01-04 | 6 | -57/+167 |
| | | | | Hiro! | ||||
* | Add the necessary dependency for the Windows VC6 build to ensure 'pythoncore' | Trent Mick | 2007-04-13 | 1 | -0/+3 |
| | | | | | is built before '_ctypes' is attempted. Will backport to 2.5 once it is unfrozen for 2.5.1. | ||||
* | Remove obsolete file. Will backport. | Martin v. Löwis | 2006-10-17 | 1 | -0/+0 |
| | |||||
* | Patch #1457736: Update VC6 to use current PCbuild settings. | Martin v. Löwis | 2006-10-17 | 11 | -390/+278 |
| | | | | Will backport to 2.5. | ||||
* | Set the eol-style for project files to "CRLF". | Martin v. Löwis | 2006-10-15 | 3 | -424/+424 |
| | |||||
* | Patch #1577551: Add ctypes and ET build support for VC6. | Martin v. Löwis | 2006-10-15 | 4 | -16/+476 |
| | | | | Will backport to 2.5. | ||||
* | Patch #1576954: Update VC6 build directory; remove redundant | Martin v. Löwis | 2006-10-15 | 1 | -18/+78 |
| | | | | files in VC7. Will backport to 2.5. | ||||
* | Apply modified version of Collin Winter's patch #1478788 | Nick Coghlan | 2006-05-29 | 1 | -1/+1 |
| | | | | | | Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily. | ||||
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -8/+0 |
| | |||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -14/+0 |
| | | | | properties now. | ||||
* | Add AST files to VC6 build. | Raymond Hettinger | 2005-10-23 | 1 | -0/+16 |
| | |||||
* | Update the PC configuration and project files for sha256 and sha512. | Raymond Hettinger | 2005-08-24 | 1 | -0/+8 |
| | |||||
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 1 | -0/+4 |
| | | | | | Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger. | ||||
* | Update the MSC6 pythoncore projects to compile for Py2.5 | Raymond Hettinger | 2004-12-02 | 1 | -2/+2 |
| |