summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* More automated version replacement.Georg Brandl2011-02-204-5/+5
|
* Upgrade to sqlite3 3.7.4.Martin v. Löwis2010-12-172-2/+2
|
* Upgrade Tcl/Tk to 8.5.9.Martin v. Löwis2010-12-171-2/+2
|
* issue 10683Kristján Valur Jónsson2010-12-131-0/+11
| | | | | | | | | | When the solution is converted to Visual Studio 2010, the command line to invoke make_buildinfo changes from: $(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)\" to $(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)" If the final backslash is omitted, the backslash in IntDir will escape the quote, thus passing the quote in as part of the path name. This solution is a hack-fix to that problem by skipping any trailing quote from the path name. It works as long as we don't need any additional arguments to make_buildinfo.exe. This will help all those sould that are going to run this project through the visual studio autoconverter and get the same error.
* Automate build for python3.dll.Martin v. Löwis2010-12-052-343/+151
| | | | Package missing files.
* I hope this will fix Win2008(x64) buildbot error.Hirokazu Yamamoto2010-12-041-19/+25
|
* Merge branches/pep-0384.Martin v. Löwis2010-12-033-0/+884
|
* issue 10501Kristján Valur Jónsson2010-11-222-23/+25
| | | | | make_buildinfo regression with unquoted path Make_buildinfo.exe should be called with a quoted path, and should quote the full paths to its temp files, to support spaces in filenames.
* Can build older OpenSSL in http://svn.python.org/projects/externals/Hirokazu Yamamoto2010-11-041-1/+1
| | | | without Perl again.
* issue 9981Kristján Valur Jónsson2010-11-033-87/+48
| | | | let make_buildinfo use a temporary directory on windows
* Updated readme.txt about OpenSSL.Hirokazu Yamamoto2010-10-281-1/+1
|
* On Windows, remove compilation warnings with the zlib and gzip modules.Amaury Forgeot d'Arc2010-10-172-8/+72
|
* Create fileutils.c/.hVictor Stinner2010-10-071-0/+8
| | | | | | | * _Py_fopen() and _Py_stat() come from Python/import.c * (_Py)_wrealpath() comes from Python/sysmodule.c * _Py_char2wchar(), _Py_wchar2char() and _Py_wfopen() come from Modules/main.c * (_Py)_wstat(), (_Py)_wgetcwd(), _Py_wreadlink() come from Modules/getpath.c
* Cosmetic fix for PCBuild/readme.txt.Hirokazu Yamamoto2010-10-011-1/+1
|
* Now perl path with spaces can be used.Hirokazu Yamamoto2010-09-281-4/+4
|
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-245-22/+232
|
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-211-5/+7
|
* Revert r84902 before committing better solution.Hirokazu Yamamoto2010-09-211-5/+5
|
* Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)Hirokazu Yamamoto2010-09-191-5/+5
|
* regrtest.py now runs python in build/test_python_xxx. (deeper than here)Hirokazu Yamamoto2010-09-181-1/+1
| | | | | So failed to load tcl/tk dll because $(dist)/tcltk/bin was set to PATH as relative path. (Windows)
* Let's see if tcl/tk test runs on windows buildbot with this fix.Hirokazu Yamamoto2010-09-171-1/+1
|
* Issue #9810: Compile bzip2 source files in python's project fileHirokazu Yamamoto2010-09-161-24/+60
| | | | directly. It used to be built with bzip2's makefile.
* Cosmetic fix to project files.Hirokazu Yamamoto2010-09-131-1/+1
|
* PCBuild cosmetic fixes.Hirokazu Yamamoto2010-09-092-6/+9
| | | | | | | * pythoncore.vcproj: Fixed indentation * _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise, VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time loads it in VS8 IDE.
* Fix various build problems.Martin v. Löwis2010-08-281-5/+5
|
* Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C APIAlexander Belopolsky2010-08-051-0/+8
| | | | | | exposed in Python.h. This function is similar to POSIX gettimeofday(struct timeval *tp), but available on platforms without gettimeofday().
* #7280: note about nasmw.exe.Georg Brandl2010-08-021-0/+2
|
* Copy asm files into place.Martin v. Löwis2010-07-311-0/+9
|
* Use OpenSSL 1.0.0a on Windows.Martin v. Löwis2010-07-302-2/+2
|
* Drop 2.4 support. Add disabled algorithms to Configure options.Martin v. Löwis2010-07-301-8/+5
|
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-1/+1
|
* Issue #9089: Remove intobject.h from MSVC project files.Mark Dickinson2010-06-271-4/+0
|
* Merged revisions 82126-82127 via svnmerge fromThomas Heller2010-06-211-79/+27
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r82126 | thomas.heller | 2010-06-21 16:00:24 +0200 (Mo, 21 Jun 2010) | 1 line Fix #8959 by reverting revision 80761. ........ r82127 | thomas.heller | 2010-06-21 17:01:18 +0200 (Mo, 21 Jun 2010) | 2 lines Add tests for problems reported in issue 8959. ........
* Issue #9012: Add _time.c and _time.h to the Visual Studio project fileVictor Stinner2010-06-161-0/+8
| | | | Add these new files, added by r82034, to the pythoncore project.
* 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. ........
* Merged revisions 80761,80766 via svnmerge fromThomas Heller2010-05-041-27/+79
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80761 | thomas.heller | 2010-05-04 20:44:42 +0200 (Di, 04 Mai 2010) | 8 lines On Windows, ctypes does no longer check the stack before and after calling a foreign function. This allows to use the unmodified libffi library. Remove most files from _ctypes/libffi_msvc, only two include files stay (updated from _ctypes/libffi/...). Other files are used in the cross-platform _ctypes/libffi directory. ........ r80766 | thomas.heller | 2010-05-04 21:08:18 +0200 (Di, 04 Mai 2010) | 2 lines Remove reference to unused source file. ........
* 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.
* Add -bb to rt.bat to do some extra checks during the tests (it is already ↵Ezio Melotti2010-04-031-1/+1
| | | | used by the non-Windows buildbots).
* Merged revisions 79540-79541 via svnmerge fromEzio Melotti2010-04-021-1/+1
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk Add -Wd to the flags used to run the tests (-3 is not necessary here). ........ r79540 | ezio.melotti | 2010-04-01 01:18:09 +0300 (Thu, 01 Apr 2010) | 1 line Add -Wd and -3 to the flags used to run the tests. ........ r79541 | ezio.melotti | 2010-04-01 01:43:31 +0300 (Thu, 01 Apr 2010) | 1 line Add -Wd and -3 to the flags used to run the tests on Windows. ........
* 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 77226 via svnmerge fromMartin v. Löwis2010-01-023-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77226 | martin.v.loewis | 2010-01-02 10:25:21 +0100 (Sa, 02 Jan 2010) | 2 lines Update Windows build to sqlite 3.6.21. ........
* Merged revisions 76990-76991 via svnmerge fromMartin v. Löwis2009-12-222-2/+2
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76990 | martin.v.loewis | 2009-12-21 20:27:15 +0100 (Mo, 21 Dez 2009) | 1 line Switch to OpenSSL 0.9.8l. ........ r76991 | martin.v.loewis | 2009-12-21 20:29:59 +0100 (Mo, 21 Dez 2009) | 1 line Add NEWS for OpenSSL changes. ........
* Merged revisions 76989 via svnmerge fromMartin v. Löwis2009-12-221-5/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76989 | martin.v.loewis | 2009-12-21 20:25:56 +0100 (Mo, 21 Dez 2009) | 1 line Drop 2.4 compatibility. ........
* 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-3/+3
|
* #3791: remove last traces of bsddb.Georg Brandl2009-06-043-32/+3
|
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+5
| | | | | | All stdlib modules with C-APIs now use this. Patch by Larry Hastings
* 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. ........