summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* #1726198: replace while 1: fp.readline() with file iteration.Georg Brandl2008-01-211-4/+1
|
* Added win_add2path.py to Tools/scripts/Christian Heimes2008-01-181-0/+57
| | | | Added builddoc.bat to Doc/
* Change amd64 buildbot scripts to use Visual Studio 2008, andThomas Heller2008-01-092-6/+6
| | | | | | to use the required versions of external sources. External sources are not yet built, so the build-step fails to built some targets.
* Change amd64 buildbot scripts to use Visual Studio 2008, andThomas Heller2008-01-091-33/+26
| | | | | | to use the required versions of external sources. External sources are not yet built, so the build-step fails to built some targets.
* Don't try to package msvcr90 for the moment.Martin v. Löwis2008-01-061-6/+9
|
* Package using VS 2008.Martin v. Löwis2008-01-061-4/+3
|
* Use vcbuild for VS 2009.Martin v. Löwis2008-01-061-2/+2
|
* Test in PCbuild directory.Martin v. Löwis2008-01-011-1/+1
|
* Use Visual Studio 2009 on the build slaves.Martin v. Löwis2008-01-016-26/+32
|
* The root of the project is two levels up from PC/VS7.1Christian Heimes2008-01-011-1/+1
|
* Added new wininst files to msi.py and adjusted some pathsChristian Heimes2008-01-011-5/+7
|
* MSI uses back slashes as path separatorsChristian Heimes2008-01-011-1/+1
|
* Fix paths for build bot, part 2Christian Heimes2007-12-311-1/+1
|
* Fix paths for build botChristian Heimes2007-12-318-11/+11
|
* Added VS 2005 and VS 2008 to the search path for cabarc.exeChristian Heimes2007-12-041-5/+10
|
* Added self generated UUID for msvcr90.dll to msi.pyChristian Heimes2007-12-041-23/+66
| | | | Readded a missing line.
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-031-0/+1
| | | | | | on 32-bit systems on 64-bit systems, and vice versa. As a consequence of the change, Random pickles created by Python 2.6 cannot be loaded in Python 2.5.
* Patch #1468: Package Lib/test/*.pem.Martin v. Löwis2007-11-201-0/+1
|
* Clean both Release and Debug projects, to supportMartin v. Löwis2007-09-141-0/+1
| | | | the MSI builder.
* More path fixes.Martin v. Löwis2007-09-131-1/+1
|
* Fix path.Martin v. Löwis2007-09-131-1/+1
|
* Add more automated actions.Martin v. Löwis2007-09-131-2/+16
|
* Require that bash.exe is on the path, along with the rest of Cygwin.Martin v. Löwis2007-09-101-1/+1
|
* Update before making htmlhelp.Martin v. Löwis2007-09-101-1/+1
|
* Beginnings of a "build MSI" step.Martin v. Löwis2007-09-101-0/+10
|
* Take chm file from build/htmlhelp/pydoc.chm.Martin v. Löwis2007-09-101-1/+1
|
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-011-1/+1
| | | | Will backport to 2.5.
* Mark registry components as 64-bit on Win64.Martin v. Löwis2007-08-311-4/+6
|
* Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-301-1/+1
|
* Fix typo.Martin v. Löwis2007-08-301-1/+1
|
* Fix popen usage.Martin v. Löwis2007-08-301-2/+2
|
* Install pygettext (once the scriptsinstall target is working again).Skip Montanaro2007-08-291-0/+1
|
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-251-0/+79
| | | | | While cleaning up Bill's C style, I may have cleaned up some code he didn't touch as well (in _ssl.c).
* Add a UUID for python26.dll.Martin v. Löwis2007-08-141-0/+1
|
* Build bzip2.Thomas Heller2007-06-131-0/+5
|
* Notes about building tcl/tk for windows/AMD64.Thomas Heller2007-06-131-0/+36
|
* Do not hardcode the buildbot's directory name.Thomas Heller2007-06-131-3/+4
|
* Don't rebuild Berkeley DB if not needed (this was committed by accident).Thomas Heller2007-06-121-1/+1
|
* Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj.Thomas Heller2007-06-121-3/+18
| | | | Build sqlite3.dll and bsddb.
* Checkout, but do not yet try to build, exernal sources.Thomas Heller2007-06-122-1/+31
|
* Need to set the environment variables, otherwise devenv.com is not found.Thomas Heller2007-06-101-1/+1
|
* First version of build scripts for Windows/AMD64 (no externalThomas Heller2007-06-103-0/+14
| | | | components are built yet, and 'kill_python' is disabled).
* Make reindent.py executable.Georg Brandl2007-06-071-0/+0
|
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-3/+5
|
* Typo.Georg Brandl2007-03-091-1/+1
|
* Add UUIDs for 2.5.1 and 2.5.2Martin v. Löwis2007-01-191-0/+4
|
* Jython doesn't have sys.setcheckinterval() - ignore it in that case.Marc-André Lemburg2007-01-131-1/+1
|
* Add Python implementation to the machine details.Marc-André Lemburg2007-01-131-27/+43
| | | | | | | | | | | | | Pretty-print the Python version used for running PyBench. Let the user know when calibration has finished. [ 1563844 ] pybench support for IronPython: Simplify Unicode version detection. Make garbage collection and check interval settings optional if the Python implementation doesn't support thess (e.g. IronPython).
* Fix name.Georg Brandl2006-10-062-2/+2
|
* Forward port r52134: Add uuids for 2.4.4.Martin v. Löwis2006-10-041-0/+2
|