summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change all extensions to unadvertised.Martin v. Löwis2004-09-101-42/+76
| | | | Add script dealing with REGISTRY.tcl installation
* Revert creation of launcher.exe.Martin v. Löwis2004-09-081-9/+11
| | | | Install python[w].exe on demand also as extpy[w].exe
* Implement conditional extensions through launcher.exe.Martin v. Löwis2004-09-071-21/+11
|
* Support Python 2.2.Martin v. Löwis2004-09-071-0/+5
|
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-071-39/+30
| | | | | | | | | | | | | | | | SF patch #1015989 The basic idea of this patch is to compute lineno attributes for all AST nodes. The actual implementation lead to a lot of restructing and code cleanup. The generated AST nodes now have an optional lineno argument to constructor. Remove the top-level asList(), since it didn't seem to serve any purpose. Add an __iter__ to ast nodes. Use isinstance() instead of explicit type tests. Change transformer to use the new lineno attribute, which replaces three lines of code with one. Use universal newlines so that we can get rid of special-case code for line endings. Use lookup_node() in a few more frequently called, but simple com_xxx methods(). Change string exception to class exception.
* Add test_difflib_expect.html.Martin v. Löwis2004-09-061-5/+6
| | | | | Fix open Verbs. Properly add "Edit with IDLE" to TclTk feature.
* Conditionalize Tcl featureMartin v. Löwis2004-09-011-35/+57
|
* Pickup Tk from tcltk directory.Martin v. Löwis2004-08-301-5/+7
|
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-291-2/+6
|
* Whitespace normalization.Tim Peters2004-08-261-26/+26
|
* Keep option parser from gobbling up the filename to be profiled and theSkip Montanaro2004-08-241-0/+1
| | | | | flags it accepts. It's too late to change optparse's default behavior now, but I find the default setting of allow_interspersed_args very weird.
* Whitespace normalization.Tim Peters2004-08-222-5/+4
|
* Add acknowledgements to ExitDialog.Martin v. Löwis2004-08-221-1/+9
|
* Move msi from sandbox to Tools.Martin v. Löwis2004-08-226-0/+4276
|
* - pygettext.py: Generate POT-Creation-Date header in ISO format.Matthias Klose2004-08-161-1/+1
|