summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0
Commit message (Collapse)AuthorAgeFilesLines
* Fix #16769. Remove outdated Visual Studio project directories for VC6, ↵Brian Curtin2013-01-2548-15481/+0
| | | | VS7.1, and VS8.
* Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio.Brian Curtin2012-12-242-581/+0
|
* Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-1/+1
| | | | Patch by Serhiy Storchaka.
* Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-293-4/+4
|
* Upgrade OpenSSL to 1.0.1cMartin v. Löwis2012-05-181-1/+1
|
* merge 3.2Martin v. Löwis2012-05-181-1/+1
|\
| * 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
| |
* | Relabel bzip2 filters.Martin v. Löwis2012-05-141-2/+2
| |
* | Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-141-1/+1
| |
* | Remove dead Windows code which no longer will compile.Brett Cannon2012-05-041-4/+0
| |
* | Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows.Kristján Valur Jónsson2012-04-151-8/+8
|\ \ | |/
| * 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.
* | hg merge 3.2Amaury Forgeot d'Arc2012-04-131-0/+4
|\ \ | |/
| * 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.
| * 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.
* | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-091-12/+0
| |
* | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵Martin v. Löwis2011-03-0625-14193/+14193
|\ \ | |/ | | | | | | | | 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-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
| | |
* | | Make svn:eol-style's more consistentAntoine Pitrou2011-02-257-143/+143
| | |
* | | More automated version replacement.Georg Brandl2011-02-203-4/+4
|/ /
* | 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. ........