summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Update list of files; fix a typoAndrew M. Kuchling2006-07-311-3/+2
* Add UUID for upcoming 2.5b3.Martin v. Löwis2006-07-281-0/+1
* Don't kill a normal instance of python running on windows when checkingNeal Norwitz2006-07-271-1/+12
* Use sys.exc_info()Andrew M. Kuchling2006-07-261-1/+2
* Use sys.exc_info()Andrew M. Kuchling2006-07-261-1/+1
* Properly quote compileall and Lib paths in case TARGETDIR has a space.Martin v. Löwis2006-07-061-1/+1
* Add sqlite3.dll to the DLLs component, not to the TkDLLs component.Martin v. Löwis2006-07-061-8/+8
* Whitespace normalization.Marc-André Lemburg2006-06-133-7/+4
* Updated to pybench 2.0.Marc-André Lemburg2006-06-1320-653/+1244
* Revert wrong svn copy.Marc-André Lemburg2006-06-1324-10328/+0
* Update pybench to version 2.0.Marc-André Lemburg2006-06-1324-0/+10328
* Port cygwin kill_python changes from 2.4 branch.Martin v. Löwis2006-06-102-1/+8
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-2/+2
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-042-26/+27
* Whitespace normalization.Tim Peters2006-05-301-1/+1
* Initial version of systimes - a module to provide platform dependentMarc-André Lemburg2006-05-281-0/+197
* Rest of patch #1490384: Commit icon source, removeMartin v. Löwis2006-05-281-4/+0
* Reinstate new-style object tests.Steve Holden2006-05-271-0/+66
* Blasted typos ...Steve Holden2006-05-261-1/+1
* Update help text and documentaition.Steve Holden2006-05-262-1/+12
* Whitespace normalization.Tim Peters2006-05-261-1/+1
* Revert tests to MAL's original round sizes to retiain comparabilitySteve Holden2006-05-2617-141/+52
* Use minimum calibration time rather than avergae to avoidSteve Holden2006-05-261-12/+17
* Add missing svn:eol-style property to text files.Tim Peters2006-05-261-22/+22
* Whitespace normalization.Tim Peters2006-05-262-2/+1
* Add -t option to allow easy test selection.Steve Holden2006-05-2617-111/+255
* when generating python code prefer to generate valid python codeJack Diederich2006-05-261-3/+3
* Move icon files into DLLs dir. Fixes #1477968.Martin v. Löwis2006-05-121-5/+5
* Whitespace normalization.Tim Peters2006-04-2115-261/+247
* Package setuptoolsMartin v. Löwis2006-04-211-1/+10
* - tp_init shouldn't call base class tp_init by defaultJack Jansen2006-04-201-2/+3
* Adding pybench 1.3 to the Tools/ directory.Marc-André Lemburg2006-04-1920-0/+8164
* Use GetModuleFileNameEx instead of GetProcessImageFileName,Martin v. Löwis2006-04-172-3/+3
* Revert to 45478, disable kill_python command for now.Martin v. Löwis2006-04-174-11/+6
* Check whether disk space is full.Martin v. Löwis2006-04-171-0/+1
* Rename binary again; increase noise; stop trying to actually kill the process.Martin v. Löwis2006-04-174-3/+5
* Rename binaries again; increase noise.Martin v. Löwis2006-04-172-3/+3
* Rename binary to avoid conflicts with hanging processes on x86 w2k.Martin v. Löwis2006-04-172-2/+2
* Try some tracingMartin v. Löwis2006-04-171-2/+4
* Add kill_python command.Martin v. Löwis2006-04-174-0/+62
* Adjust compileall -x option to Makefile.pre.in. Fixes #1465093.Martin v. Löwis2006-04-071-1/+1
* Bug #1451341: find fuzzy marks correctly.Georg Brandl2006-04-061-1/+1
* The part checking for the sqlite DLL was looking at, andTim Peters2006-04-041-1/+1
* Per Martins request, add empty.vbs to Tools\msi\msi.py.Thomas Heller2006-04-041-0/+1
* Adjust sqlite3 build process to Win64.Martin v. Löwis2006-04-041-1/+7
* sqlite on Windows:Tim Peters2006-04-041-1/+1
* Add sqlite3 to the Windows build process.Martin v. Löwis2006-04-042-1/+10
* Add check_soundcard.vbs. Will backportMartin v. Löwis2006-04-031-1/+2
* Don't add multiple empty lines at the end of the codec. With this aWalter Dörwald2006-03-311-1/+1
* Move product_codes in their own file.Martin v. Löwis2006-03-282-34/+34