summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-137-143/+143
| | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
* - Issue #22381: Update zlib to 1.2.8.doko@ubuntu.com2014-09-111-1/+13
| | | | Update zlib file names for the PC installers
* Issue #17425: Build against openssl 0.9.8y on Windows.Martin v. Loewis2013-03-221-1/+1
|
* Upgrade openssl to 0.9.8x.Martin v. Löwis2012-05-151-1/+1
|
* Upgrade to bzip2 1.0.6.Martin v. Löwis2012-05-142-3/+3
|
* Issue14559: Attempt to fix compilation with previous versions of the ↵Amaury Forgeot d'Arc2012-04-121-0/+4
| | | | | | | | | | | Microsoft Compiler. Update the various project files with Python/random.c which was recently added. On my old Windows XP computer: - VS8.0 works reasonably. - I don't have the VS7.1 compiler. - VC6 does not compile, at least with the SDK shipped with the compiler (12 years ago!); newer SDKs might work.
* Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵Martin v. Löwis2011-03-0637-17793/+17793
| | | | | | 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 Brandl2011-03-0518-1548/+1548
|
* Merged revisions 85071-85072,85894,87132 via svnmerge fromHirokazu Yamamoto2010-12-091-6/+6
| | | | | | | | | | | | | | | | | | | | | | | 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 Yamamoto2010-11-041-8/+8
|
* 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. ........
* Recorded rollback of revisions 84857,84870,84875 via svnmerge fromHirokazu Yamamoto2010-09-291-1/+1
| | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k
* Updated VS8.0 project files with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-2110-77/+129
|
* Recorded rollback of revisions 84902 via svnmerge fromHirokazu Yamamoto2010-09-211-4/+4
| | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k
* Recorded merge of revisions 84902 via svnmerge fromHirokazu Yamamoto2010-09-191-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) ........
* Merged revisions 84857,84870,84875 via svnmerge fromHirokazu Yamamoto2010-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84857 | hirokazu.yamamoto | 2010-09-17 17:53:31 +0900 | 1 line Let's see if tcl/tk test runs on windows buildbot with this fix. ........ r84870 | hirokazu.yamamoto | 2010-09-18 09:31:44 +0900 | 3 lines regrtest.py now runs python in build/test_python_xxx. (deeper than here) So failed to load tcl/tk dll because $(dist)/tcltk/bin was set to PATH as relative path. (Windows) ........ r84875 | hirokazu.yamamoto | 2010-09-18 13:02:52 +0900 | 1 line Applied r84870 to older compilers. ........
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-64/+64
|
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+8
| | | | CObject to PyCapsule.
* Issue #7622: Improve the split(), rsplit(), splitlines() and replace()Antoine Pitrou2010-01-131-0/+4
| | | | | methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna.
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-0/+8
| | | | testing on Windows.
* Add dtoa.c and dtoa.h to the relevant project files.Mark Dickinson2009-11-301-0/+4
|
* Update project file for new file: dtoa.cRaymond Hettinger2009-11-301-0/+4
|
* Set svn:eol-style=CRLF on all Visual Studio solution files.Amaury Forgeot d'Arc2009-07-131-559/+559
| | | | This should allow direct compilation from a downloaded source tar ball.
* Updated MSVC files to follow r73394.Hirokazu Yamamoto2009-06-141-8/+36
|
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to ↵Eric Smith2009-04-271-0/+8
| | | | py3k. Should fix Windows buildbot errors.
* Fixed compile error on windows.Hirokazu Yamamoto2009-04-031-0/+4
|
* Fixed version number in build_ssl.bat.Hirokazu Yamamoto2009-01-111-2/+2
|
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-031-4/+0
|
* Bumped up 2.6 to 2.7Christian Heimes2008-12-041-1/+1
|
* yuvconvert.c is a part of the "sv" module, an old IRIX thingAmaury Forgeot d'Arc2008-11-221-8/+0
| | | | and certainly not useful for any Windows build.
* Use vs9to8.py to refresh the Visual Studio 2005 build files.Amaury Forgeot d'Arc2008-09-027-296/+982
|
* Run svneol.py on all sources.Martin v. Löwis2008-06-1328-16344/+16344
|
* Add a missing file for VS2005Amaury Forgeot d'Arc2008-06-131-0/+568
|
* Update VS8.0 build files, using the script vs9to8.py.Amaury Forgeot d'Arc2008-06-1210-311/+492
| | | | | Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful)
* Rename bytesobject.c back to stringobject.c to keep with the PyString theme.Gregory P. Smith2008-06-101-1/+1
| | | | Part of reverting most of r63675 per the mailing list discussion.
* Used vs9to8.py to port all VS9.0 changes to 8.0Christian Heimes2008-05-2620-102/+3140
| | | | Updated VS7.1 and VC6 project files
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-0/+4
| | | | | Merged r62778, r62779, r62802, r62806, r62807, r62808, r62809, r62844, r62846, r62952, r62956.
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+4
| | | | | | Ippolito. Closes issue #2750.
* Added new files to Windows project filesChristian Heimes2008-04-181-0/+4
| | | | More Windows related fixes are coming soon
* Update project files for all Windows supported compilersAmaury Forgeot d'Arc2008-04-141-0/+4
|
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-081-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'Arc2008-03-284-20/+26
| | | | | | | 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)
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* Compilation was broken on Windows since the introduction of Advanced String ↵Amaury Forgeot d'Arc2008-02-171-0/+8
| | | | | | | Formatting. Only PCBuild (vs9) was really tested. Changes for older compilers were done manually.
* vs9to8 syncChristian Heimes2008-01-091-0/+1
|
* Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcprojChristian Heimes2008-01-031-8/+0
|
* Removed PCbuild8/ directory and added a new build directory for VS 2005Christian Heimes2008-01-0243-0/+14004
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.