summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Stop adding txt files twice.Martin v. Löwis2011-06-051-2/+0
* Add 2.7.2 UUIDsMartin v. Löwis2011-06-051-0/+2
* Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-251-0/+2
* Denote 3.3.0 as the last supported Windows 2000 release.Brian Curtin2011-05-031-1/+1
* pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-1/+1
* In the Windows clean script for buildbots, also clear the build dirAntoine Pitrou2011-03-262-1/+7
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-2/+2
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-152-3/+3
* #Issue 11424: merged fix from 2.6.Vinay Sajip2011-03-0763-1714/+3452
|\
| * Add updated .hgeol file and fix newlines in the 2.7 branch.Georg Brandl2011-03-0511-146/+146
| * Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,...R. David Murray2011-02-111-1/+1
| * Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge fromGeorg Brandl2010-11-263-8/+8
| * Merged revisions 85766-85767 via svnmerge fromGeorg Brandl2010-11-263-58/+111
| * Merged revisions 85253,85452-85454 via svnmerge fromGeorg Brandl2010-11-261-3/+4
| * Backport the distutils part of r83399 to fix #7645.Brian Curtin2010-11-221-0/+2
| * Merged revisions 84487 via svnmerge fromMartin v. Löwis2010-11-141-1/+16
| * Add 2.7.1 UUIDs.Martin v. Löwis2010-10-251-0/+3
| * Sorry, I committed into wrong branch. So reverted it.Hirokazu Yamamoto2010-09-281-2/+1
| * Run test_ttk_guionly in verbose mode.Hirokazu Yamamoto2010-09-281-1/+2
| * Merged revisions 84635-84636 via svnmerge fromAntoine Pitrou2010-09-081-27/+38
| * Merged revisions 83833,83838-83839,83859,83878 via svnmerge fromFlorent Xicluna2010-08-091-2/+1
| * Merged revisions 82872,82874 via svnmerge fromGeorg Brandl2010-07-141-0/+1
| * Display installer warning that Windows 2000 won'tMartin v. Löwis2010-06-041-3/+3
| * Issue #5464: Implement plural forms in msgfmt.py.Martin v. Löwis2010-06-041-2/+25
| * Make the ctl-C shutdown of serve.py prettier.R. David Murray2010-05-281-2/+5
| * libpython.py: fix support of non-BMP unicode charactersVictor Stinner2010-05-201-0/+28
| * Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-56/+56
| * Have the serve.py script announce the directory it isR. David Murray2010-05-061-0/+1
| * In a number of places code still reversRonald Oussoren2010-05-052-8/+0
| * Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-201-15/+15
| * Issue #8279: Fix test_gdb failures.Martin v. Löwis2010-04-171-3/+18
| * Issue #8374: Update the internal alias table in the :mod:`locale` moduleAntoine Pitrou2010-04-111-1/+1
| * Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-012-0/+1395
| * #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to...Florent Xicluna2010-03-301-6/+38
| * Issue #8024: Update the Unicode database to 5.2Florent Xicluna2010-03-181-1/+1
| * Integrate merge.py into msi.py.Martin v. Löwis2010-03-162-87/+79
| * Remove py3k deprecation warnings from these Unicode tools.Florent Xicluna2010-03-153-42/+27
| * Issue #6716: Quote -x arguments of compileall in MSI installer.Martin v. Löwis2010-03-151-1/+1
| * Issue #7993: Add a test of IO packet processing bandwidth to ccbench.Antoine Pitrou2010-03-131-3/+150
| * Add 2.6 uuids.Martin v. Löwis2010-03-131-0/+8
| * Move the xml test data to their own directory.Florent Xicluna2010-03-131-2/+3
| * normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-113-3/+3
| * set svn:eol-style on various filesBenjamin Peterson2010-03-082-145/+145
| * remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-081-0/+0
| * Add some notes about Tools/scripts/serve.py.Dirkjan Ochtman2010-02-242-0/+7
| * Issue #8004: add a serve target to the Doc Makefile.Dirkjan Ochtman2010-02-241-0/+25
| * Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-2230-1450/+0
| * Add ccbench to the Tools directoryAntoine Pitrou2010-01-181-0/+462
| * Add iobench to the Tools directory (see December python-dev discussion)Antoine Pitrou2010-01-181-0/+539
| * Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-3/+9