summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Add 2.4.6 uuids.v2.4.6c1Martin v. Löwis2008-12-131-0/+2
|
* - Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary files.Matthias Klose2008-11-301-3/+9
|
* Add uuids for upcoming 2.4.5 release.Martin v. Löwis2007-08-031-0/+2
|
* Move fetching of encoding test files from the end of theTim Peters2006-10-092-3/+3
| | | | | | | | | | Windows builbot's "build" step to the start of its "test" step. This is poke-and-hope. The hope is that compilation failures on Windows will become visible to the buildbot (bsddb has apparently been failing to compile in 2.4 on Windows "for some time" now, but the buildbots haven't noticed that).
* Include sgml_input.html.Martin v. Löwis2006-10-051-0/+1
|
* Remove bogus openssl-0.9.8a directory.Martin v. Löwis2006-10-041-0/+1
|
* Build _ssl.pyd with OpenSSL 0.9.7lMartin v. Löwis2006-10-041-1/+6
|
* Add uuids for upcoming 2.4.4 release.Martin v. Löwis2006-10-041-0/+2
|
* Backport r50856:Martin v. Löwis2006-07-301-1/+12
| | | | | | | Don't kill a normal instance of python running on windows when checking to kill a cygwin instance. build\\python.exe was matching a normal windows instance. Prefix that with a \\ to ensure build is a directory and not PCbuild. As discussed on python-dev.
* Add build\\python.exe to the list of programs to be killed.Martin v. Löwis2006-06-101-1/+2
|
* Add missing implementation file.Martin v. Löwis2006-06-101-0/+56
|
* Add cygwin makefile.Martin v. Löwis2006-06-101-0/+6
|
* Bug #1451341: find fuzzy marks correctly.Georg Brandl2006-04-061-1/+1
| | | | (backport from rev. 43684)
* move the uuids out to a separate fileAnthony Baxter2006-04-052-26/+26
|
* Backport of 43584: Add check_soundcard.vbs.Martin v. Löwis2006-04-031-0/+1
|
* Backport:Neal Norwitz2006-03-241-8/+8
| | | | | | SF bug #1457411, fix errors using variables that don't exist. Rename file -> filename to be clear.
* Add 2.4.3 UUIDs.Martin v. Löwis2006-03-231-0/+2
|
* Mechanical whitespace normalization.Tim Peters2006-03-231-1/+1
|
* update - still some old .cvsignore files lying aroundAnthony Baxter2006-03-231-6/+0
|
* The new fetch_data_files.py downloads all the input data filesTim Peters2006-03-204-3/+80
| | | | | | | used by encoding tests. Fiddled the Windows buildbot helper scripts to invoke this if needed. Note that this isn't needed on the trunk (the encoding tests download input files automatically in 2.5).
* Merge rev 43063 from trunk.Tim Peters2006-03-161-1/+1
| | | | Oops! Use python_d.exe _before_ it's destroyed :-)
* Merge rev 43061 from the trunk.Tim Peters2006-03-161-1/+4
| | | | | Change the Windows buildbot "clean" step to remove stale .pyc files.
* Backport of 42994:Martin v. Löwis2006-03-131-1/+1
| | | | Let the buildbot make a single pass in the test suite only.
* Backport of 42993:Martin v. Löwis2006-03-132-0/+9
| | | | | Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3.
* Merge rev 42984 from trunk.Tim Peters2006-03-131-1/+1
| | | | | | | | | Adding the /useenv means that one's PATH actually gets through. This is important for the _ssl.vproj build. It calls build_ssl.py which tries to find a Perl to use. Without "/useenv" Visual Studio is getting a PATH from somewhere else (presumably from its internal environment configuration). The result is that build_ssl.py fallsback to its "well-known" locations for a Perl install.
* Move buildbot scripts to Tools/buildbot.Martin v. Löwis2006-03-123-0/+9
|
* Ignore .svn instead of CVS now.Martin v. Löwis2006-01-031-3/+3
|
* Patch by Ori Avtalion to fix a minor display glitch in the RightArrow.Barry Warsaw2006-01-011-2/+2
| | | | I will port forward to 2.5.
* fix recurring typo: occured --> occurredFred Drake2005-11-301-1/+1
| | | | (already fixed in Python trunk)
* Use lzx:21 for compression.Martin v. Löwis2005-09-271-1/+1
|
* Fix all wrong instances of "it's".Georg Brandl2005-07-222-2/+2
|
* backport bug [ 1072853 ] thisid not intialized in pindent.py scriptGeorg Brandl2005-06-261-0/+1
|
* Reuse componentids for *.dll across minor releases.Martin v. Löwis2005-03-152-8/+38
| | | | | Indicate to the user when this is an upgrade installation. Make CHM file non-advertised.
* Add more UUIDs. Update custom actions for ItaniumMartin v. Löwis2005-03-141-2/+13
|
* Avoid using *W functions on Win95.Martin v. Löwis2005-02-181-11/+24
|
* Add more test directories to testsuite.Martin v. Löwis2004-12-301-1/+5
|
* Patch #1088716: build and incorporate libpython24.a.Martin v. Löwis2004-12-221-1/+51
|
* Properly quote IDLE shortcut. Fixes #1076861.Martin v. Löwis2004-12-221-2/+2
|
* Backport msisupport.dll to 2.4Martin v. Löwis2004-12-221-38/+6
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2004-12-132-0/+101
| | | | 'release24-maint'.
* Add all readme files in Tools.Martin v. Löwis2004-12-011-1/+2
|
* Include site-packages directory.Martin v. Löwis2004-11-211-0/+1
|
* Add missing have_tcl conditionsMartin v. Löwis2004-11-181-8/+15
|
* SF bug #1061457: spelling error in win installerRaymond Hettinger2004-11-072-2/+2
|
* Exclude badsyntax from compileall; adjust options to what Makefile.pre.in does.Martin v. Löwis2004-11-021-2/+3
| | | | Fixes #1049003.
* Read the text files to be compared in universal-newline mode.Tim Peters2004-10-032-3/+3
|
* Fix lib-tk PythonPath.Martin v. Löwis2004-09-191-1/+1
|
* Whitespace normalization.Tim Peters2004-09-122-3/+3
|
* Do not include extpy[w].exe anymoreMartin v. Löwis2004-09-101-4/+0
|
* Generate the product code properlyMartin v. Löwis2004-09-101-1/+1
|