summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Move bsddb47 macros before their use, to make VS 2010 happy.Martin v. Löwis2010-02-181-8/+8
|
* 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.
* Make script work with 2.5.Martin v. Löwis2010-01-021-0/+1
|
* Update Windows build to sqlite 3.6.21.Martin v. Löwis2010-01-023-3/+3
|
* Switch to OpenSSL 0.9.8l.Martin v. Löwis2009-12-212-2/+2
|
* Drop 2.4 compatibility.Martin v. Löwis2009-12-211-5/+2
|
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-161-0/+8
| | | | testing on Windows.
* Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-241-0/+8
| | | | | | | Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile.
* 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
|
* Update Tix build procedure.Martin v. Löwis2009-02-131-6/+6
|
* Move amd64 properties further to the top, so that they overrideMartin v. Löwis2009-02-131-4/+4
| | | | the linker options correctly.
* Set eol-style to nativeMartin v. Löwis2009-02-101-14/+14
|
* Issue #5134: Silence compiler warnings when compiling sqlite with VC++.Martin v. Löwis2009-02-102-24/+30
|
* Fix issue5075: bdist_wininst should not depend on the vc runtime?Mark Hammond2009-01-291-2/+2
|
* 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
|
* 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.
* Issue #4120: Exclude manifest from extension modules in VS2008.Martin v. Löwis2008-11-062-1/+11
|
* Update version number to 2.7.Martin v. Löwis2008-10-031-1/+1
|
* Update nasm location.Georg Brandl2008-09-291-1/+1
|
* #3901: bsddb fix.Georg Brandl2008-09-211-2/+2
|
* #3916: fixes for docs wrt. Windows directory layoutGeorg Brandl2008-09-211-1/+1
|
* Use vs9to8.py to refresh the Visual Studio 2005 build files.Amaury Forgeot d'Arc2008-09-021-3/+3
|
* Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pydMartin v. Löwis2008-06-301-0/+2
|
* Merged revisions 64368-64369 via svnmerge fromTrent Nelson2008-06-274-1279/+922
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade ........ r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25. Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project. This was a conscious decision and actually makes everything far more easier to manage. With this approach, entire test suite passed straight off the bat. Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short. 10 seconds seems to be fine for me, but I'll make sure Jesus verifies. More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now). ........ r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line Bump Berkeley DB version from 4.4.20 to 4.7.25. ........
* Include debug info when assembling win64.asm in a debug build.Thomas Heller2008-06-231-1/+1
|
* Run svneol.py on all sources.Martin v. Löwis2008-06-135-2522/+2522
|
* Update AMD64 build for amalgamated sqlite.Martin v. Löwis2008-06-131-4/+4
|
* Switch to SQLite 3.5.9.Martin v. Löwis2008-06-133-209/+9
|
* Switch to bzip2 1.0.5.Martin v. Löwis2008-06-132-6/+6
|
* Update VS8.0 build files, using the script vs9to8.py.Amaury Forgeot d'Arc2008-06-124-18/+6
| | | | | Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful)
* It seems that my VS2008 Express does not include a project in the build ↵Amaury Forgeot d'Arc2008-06-121-17/+17
| | | | | | configuration, if its UUID has lowercase letters.
* Revert bogus disabling of Tcl and Tk.Martin v. Löwis2008-06-121-2/+2
|
* Switch to Tcl/Tk 8.5.Martin v. Löwis2008-06-121-4/+4
|
* Switch to Tcl/Tk 8.5.2.Martin v. Löwis2008-06-121-20/+15
|
* fix Windows building for multiprocessingBenjamin Peterson2008-06-112-0/+578
|
* 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.
* Renamed bytesobject.c to bytearrayobject.cChristian Heimes2008-05-261-4/+8
| | | | | Renamed stringobject.c to bytesobject.c Fixed Windows builds
* Introduce a user macro named $(externalsDir), which should point to the root ↵Trent Nelson2008-05-231-7/+11
| | | | directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo.
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-0/+4
| | | | | Merged r62778, r62779, r62802, r62806, r62807, r62808, r62809, r62844, r62846, r62952, r62956.
* Re-added getbuildinfo.c solution itemChristian Heimes2008-05-061-0/+1
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-052-1/+4
| | | | | | Ippolito. Closes issue #2750.
* Added new files to Windows project filesChristian Heimes2008-04-181-4/+12
| | | | More Windows related fixes are coming soon
* Update project files for all Windows supported compilersAmaury Forgeot d'Arc2008-04-141-4/+4
|
* Added new files to the pcbuild filesChristian Heimes2008-04-131-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.
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-072-5/+98
|