summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade OpenSSL to 1.0.0jMartin v. Löwis2012-05-181-1/+1
|
* Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-142-3/+3
|
* Make all socket related modules link with ws2_32.lib on windows, likeKristján Valur Jónsson2012-04-151-8/+8
| | | | _socket does. Some were using the older wsock32.lib.
* Issue14559: Fix build files old Microft compilers.Amaury Forgeot d'Arc2012-04-131-0/+4
| | | | With VS8.0 at least Python compiles and works correctly.
* Issue #12911: Fix memory consumption when calculating the repr() of huge ↵Antoine Pitrou2011-10-061-0/+8
| | | | | | | tuples or lists. This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot.
* Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵Martin v. Löwis2011-03-0631-15107/+15107
|\ | | | | | | | | | | the files will have the right line ending even if the extension is not active.
| * Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵Martin v. Löwis2011-03-0630-14876/+14876
| | | | | | | | | | | | the files will have the right line ending even if the extension is not active.
| * Add updated .hgeol file and fix newlines in the 3.1 branch.Georg Brandl2011-03-0511-308/+308
| |
| * 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) ........
| * 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. ........
| * Updated VS8.0 project files with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-219-93/+153
| |
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
* | Add updated .hgeol file and fix newlines in the 3.2 branch.Georg Brandl2011-03-0513-1057/+1057
| |
* | Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in ↵Hirokazu Yamamoto2010-11-044-95/+120
| | | | | | | | make_buildinfo.c)
* | Can build older OpenSSL in http://svn.python.org/projects/externals/Hirokazu Yamamoto2010-11-041-1/+1
| | | | | | | | without Perl again.
* | Follows Python/fileutils.c addition.Hirokazu Yamamoto2010-10-081-0/+8
| |
* | Now perl path with spaces can be used.Hirokazu Yamamoto2010-09-281-6/+6
| |
* | Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-281-24/+60
| |
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-245-20/+232
| |
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-211-2/+13
| |
* | Revert r84902 before committing better solution.Hirokazu Yamamoto2010-09-211-4/+4
| |
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-191-4/+4
| |
* | Applied r84870 to older compilers.Hirokazu Yamamoto2010-09-181-1/+1
| |
* | Cosmetic fix to project files.Hirokazu Yamamoto2010-09-131-1/+1
| |
* | Updated PC/VS8.0 with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-139-91/+115
| |
* | Fix the VS8.0 buildRaymond Hettinger2010-08-061-0/+8
| |
* | Fix VS8.0 build by adding _time.h and _time.c to the project file.Raymond Hettinger2010-08-011-0/+8
| |
* | Fix build on VS8.Raymond Hettinger2010-07-311-1/+1
| |
* | Issue #9089: Remove intobject.h from MSVC project files.Mark Dickinson2010-06-271-4/+0
| |
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-64/+64
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
* | Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://code.google.com/p/data-race-test/wiki/ThreadSanitizer is a dynamic data race detector that runs on top of valgrind. With this patch, the binaries at http://code.google.com/p/data-race-test/wiki/ThreadSanitizer#Binaries pass many but not all of the Python tests. All of regrtest still passes outside of tsan. I've implemented part of the C1x atomic types so that we can explicitly mark variables that are used across threads, and get defined behavior as compilers advance. I've added tsan's client header and implementation to the codebase in dynamic_annotations.{h,c} (docs at http://code.google.com/p/data-race-test/wiki/DynamicAnnotations). Unfortunately, I haven't been able to get helgrind and drd to give sensible error messages, even when I use their client annotations, so I'm not supporting them.
* | Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77461 | antoine.pitrou | 2010-01-13 08:55:48 +0100 (mer., 13 janv. 2010) | 5 lines Issue #7622: Improve the split(), rsplit(), splitlines() and replace() methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna. ........
* | Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76861 | mark.dickinson | 2009-12-16 20:13:40 +0000 (Wed, 16 Dec 2009) | 3 lines Issue #3366: Add expm1 function to math module. Thanks Eric Smith for testing on Windows. ........
* | Merged revisions 73998 via svnmerge fromAmaury Forgeot d'Arc2009-07-131-537/+537
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73998 | amaury.forgeotdarc | 2009-07-13 21:14:17 +0200 (lun., 13 juil. 2009) | 3 lines Set svn:eol-style=CRLF on all Visual Studio solution files. This should allow direct compilation from a downloaded source tar ball. ........
* | Updated MSVC project files to follow PyCObject removal (r73729)Hirokazu Yamamoto2009-07-011-8/+0
| |
* | Bump Windows versions to 3.2.Martin v. Löwis2009-06-273-4/+4
|/
* #3791: remove last traces of bsddb.Georg Brandl2009-06-041-24/+0
|
* Added Objects/capsule.c to project files.Hirokazu Yamamoto2009-05-061-0/+4
|
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-0/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72040 | eric.smith | 2009-04-27 15:04:37 -0400 (Mon, 27 Apr 2009) | 1 line Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. ........
* Add dtoc.[ch] to the VS8.0 project file.Raymond Hettinger2009-04-171-0/+8
|
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-28/+32
| | | | Reviewed by: Antoine Pitrou
* Update project file.Raymond Hettinger2009-03-041-0/+16
|
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-031-4/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68203 | martin.v.loewis | 2009-01-03 18:19:26 +0100 (Sa, 03 Jan 2009) | 2 lines Issue #4817: Remove unused function PyOS_GetLastModificationTime. ........
* More 3.0 -> 3.1 transistion in the Windows and OS/2 build filesChristian Heimes2008-12-042-3/+3
|
* More 3.0 -> 3.1 transistionsChristian Heimes2008-12-031-1/+1
|
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r67295 | benjamin.peterson | 2008-11-20 05:05:12 +0100 (jeu., 20 nov. 2008) | 1 line move useful sys.settrace information to the function's documentation from the debugger ........ r67301 | benjamin.peterson | 2008-11-20 22:25:31 +0100 (jeu., 20 nov. 2008) | 1 line fix indentation and a sphinx warning ........ r67302 | benjamin.peterson | 2008-11-20 22:44:23 +0100 (jeu., 20 nov. 2008) | 1 line oops! didn't mean to disable that test ........ r67318 | amaury.forgeotdarc | 2008-11-21 23:05:48 +0100 (ven., 21 nov. 2008) | 4 lines #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. Will backport to 2.6 ........ r67330 | georg.brandl | 2008-11-22 09:34:14 +0100 (sam., 22 nov. 2008) | 2 lines #4364: fix attribute name on ctypes object. ........ r67342 | amaury.forgeotdarc | 2008-11-22 20:39:38 +0100 (sam., 22 nov. 2008) | 3 lines yuvconvert.c is a part of the "sv" module, an old IRIX thing and certainly not useful for any Windows build. ........ r67343 | amaury.forgeotdarc | 2008-11-22 21:01:18 +0100 (sam., 22 nov. 2008) | 5 lines #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from stack overflow. But doing this, it always crashes when the stack is nearly full. Reviewed by Martin von Loewis. Will backport to 2.6. ........
* #3791: Remove bsddb from the Windows msi installer,Amaury Forgeot d'Arc2008-09-092-1273/+0
| | | | | | And do not compile the core bsddb library. Reviewed by Martin von Loewis.
* Align the VS2003 and VS2005 build files with the VS2008 onesAmaury Forgeot d'Arc2008-09-063-600/+20
| | | | (VC6 was done before)
* Merged revisions 66166 via svnmerge fromAmaury Forgeot d'Arc2008-09-025-254/+67
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk Note: The Windows projects still use bsddb 4.4.20 on the py3k branch ........ r66166 | amaury.forgeotdarc | 2008-09-02 23:17:05 +0200 (mar., 02 sept. 2008) | 2 lines Use vs9to8.py to refresh the Visual Studio 2005 build files. ........
* Ran svneol.pyMartin v. Löwis2008-06-1329-16865/+16865
|