summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* add a pybench test for complex function calls (part of #1819)Antoine Pitrou2008-07-251-0/+58
|
* - Fix bashisms in Tools/faqwiz/move-faqwiz.shMatthias Klose2008-07-121-3/+9
|
* Add _multiprocessing module.Martin v. Löwis2008-06-301-1/+2
|
* Merged revisions 64368-64369 via svnmerge fromTrent Nelson2008-06-271-2/+4
| | | | | | | | | | | | | | 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. ........
* Typo in a directory name. Should help the AMD64 buildbotsAmaury Forgeot d'Arc2008-06-181-1/+1
|
* fix Tools/scripts/2to3 as the result of a merge errorBenjamin Peterson2008-06-161-1/+1
|
* Disable UAC by default.Martin v. Löwis2008-06-141-2/+7
|
* Set eol-style to CRLF for all batch files.Martin v. Löwis2008-06-148-73/+73
|
* Avoid rebuilding tcl/tk.Martin v. Löwis2008-06-142-4/+7
| | | | Merge x86 changes into AMD64.
* Since python2.6 must run on Windows 2000,Amaury Forgeot d'Arc2008-06-141-3/+3
| | | | | explicitely disable the use of Windows XP themes when compiling tk. This is also consistent with the WINVER=0x0500 option.
* Use the correct URL for sqlite3 sources, and try to fix windows buildbots.Amaury Forgeot d'Arc2008-06-141-3/+3
|
* Conservatively restrict support to format 8 repositories.Martin v. Löwis2008-06-141-34/+36
|
* Support subversion repositories of version 8.Martin v. Löwis2008-06-141-1/+13
|
* Pickup sqlite3.dll from binary directory.Martin v. Löwis2008-06-131-3/+3
| | | | Commit more often.
* Switch to SQLite 3.5.9.Martin v. Löwis2008-06-131-2/+5
|
* Switch to bzip2 1.0.5.Martin v. Löwis2008-06-131-2/+5
|
* Make more symbols static.Martin v. Löwis2008-06-131-2/+2
|
* Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license.Martin v. Löwis2008-06-121-9/+10
|
* Support file names which include '+' (for Tk 8.5).Martin v. Löwis2008-06-121-1/+2
|
* Split Tcl make targets into separate ones.Martin v. Löwis2008-06-121-4/+8
|
* Switch to Tcl/Tk 8.5.Martin v. Löwis2008-06-123-12/+15
|
* Spaces vs. tabs.Georg Brandl2008-06-011-1/+1
|
* add a warning about bgen being removedBenjamin Peterson2008-06-012-0/+3
|
* Create grammar pickle files on installation; remove them on uninstallation.Martin v. Löwis2008-05-252-0/+11
|
* Include all licenses of the packages that we include.Martin v. Löwis2008-05-251-1/+22
|
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-2/+2
| | | | change imports and other references. Closes #2925.
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
|
* Add new tkinter dir to various locations where lib-tk shows up.Georg Brandl2008-05-171-1/+1
|
* Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-2/+2
| | | | Use the 3.0 module name to avoid spurious warnings.
* Explicitly refer to current hhp file (2.6a3)Martin v. Löwis2008-05-101-1/+1
|
* Port to VS 2008. Drop W9x support.Martin v. Löwis2008-05-092-28/+3
|
* Use the CHM file name that Sphinx assigns.Martin v. Löwis2008-05-091-4/+10
|
* Add 2.6b1 and 2.6b2 UUIDs.Martin v. Löwis2008-05-091-0/+2
|
* explicitly flush after the ... since there wasn't a newlineGregory P. Smith2008-04-211-0/+1
|
* Fix typo.Thomas Heller2008-04-211-1/+1
|
* Package wininst*.exe from distutils/command.Martin v. Löwis2008-04-091-4/+1
|
* Suppress compilation of py3_ files upon installation.Martin v. Löwis2008-04-081-1/+1
|
* Make the "private CRT" case work, by editing theMartin v. Löwis2008-04-071-5/+17
| | | | manifest in DLLs to refer to the root copy of the CRT.
* Drop support for 7.1 CRT.Martin v. Löwis2008-04-071-38/+5
|
* Make private_crt feature object a global variable.Martin v. Löwis2008-04-071-1/+1
|
* Delete ALLUSERS property merged from CRT merge module, so that per-user ↵Martin v. Löwis2008-04-071-0/+5
| | | | installations become possible again.
* Don't run kill_python as part of the build process. Change the buildbots so ↵Trent Nelson2008-04-062-0/+2
| | | | they have to call it explicitly instead.
* Add script to merge msvcr90.Martin v. Löwis2008-04-051-0/+70
|
* Add two features to distinguish between private and SxS CRT.Martin v. Löwis2008-04-051-1/+7
|
* Extend sizes of various fields, to support the CRT90 merge module.Martin v. Löwis2008-04-051-59/+59
|
* Reimplement kill_python. The existing version had a number of flaws, ↵Trent Nelson2008-04-037-82/+0
| | | | | | | | | | | | | | | | | | | namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path. The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'. The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks. In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete. Tested on both Win32 and x64. Change set (included to improve usefulness of svnmerge log entry): M PCbuild\pythoncore.vcproj M PCbuild\pcbuild.sln M PCbuild\release.vsprops A PCbuild\kill_python.vcproj M PCbuild\debug.vsprops A PCbuild\kill_python.c D Tools\buildbot\kill_python.bat D Tools\buildbot\kill_python.mak M Tools\buildbot\build.bat D Tools\buildbot\Makefile M Tools\buildbot\build-amd64.bat M Tools\buildbot\buildmsi.bat D Tools\buildbot\kill_python.c
* Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this ↵Trent Nelson2008-04-031-3/+0
| | | | for us now.
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
| | | | Thanks to Wummel for the patch
* Install 2to3 script.Martin v. Löwis2008-03-241-0/+5
|
* Comment out tcltk/tcltk64 removal.Trent Nelson2008-03-191-2/+2
|