summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Add .hgeol file and fix newlines in the 2.5 branch.Georg Brandl2011-03-051-36/+36
|
* Prepare for 2.5.4.v2.5.4Martin v. Löwis2008-12-231-0/+1
|
* Add 2.5.3.Martin v. Löwis2008-12-131-0/+2
|
* - Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary filesMatthias Klose2008-11-301-3/+9
|
* Include all licenses of the packages that we include.Martin v. Löwis2008-05-251-1/+22
|
* Correct 2.5.2c1 uuid. Add IDLE release date.v2.5.2c1Martin v. Löwis2008-02-141-1/+1
|
* Fix product code handling for Win64.Martin v. Löwis2008-01-231-10/+15
|
* Allow simultaneous installation of 32-bit and 64-bit versionsMartin v. Löwis2007-11-221-2/+23
| | | | on 64-bit Windows systems.
* Backport r58149: Clean Release projects as well.Martin v. Löwis2007-09-141-0/+1
|
* Add 2.5 MSI builder.Martin v. Löwis2007-09-132-0/+29
|
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-011-1/+1
|
* 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-2/+2
|
* Add UUIDs for 2.5.1 and 2.5.2Martin v. Löwis2007-01-191-0/+4
|
* Fix name.Georg Brandl2006-10-062-2/+2
|
* Add sgml_input.html.Martin v. Löwis2006-09-121-0/+1
|
* Backport bug fix for SF bug report #1546372.Marc-André Lemburg2006-09-061-2/+7
|
* Patch #1545507: Exclude ctypes package in Win64 MSI file.Martin v. Löwis2006-08-251-0/+8
|
* Leave tk build directory to restore original path.Martin v. Löwis2006-08-171-0/+1
|
* Build _hashlib on Windows. Build OpenSSL with masm assembler code.Martin v. Löwis2006-08-161-1/+2
| | | | Fixes #1535502.
* 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
| | | | | | 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.
* 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
| | | | Fixes #1517388.
* Whitespace normalization.Marc-André Lemburg2006-06-133-7/+4
|
* Updated to pybench 2.0.Marc-André Lemburg2006-06-1320-653/+1244
| | | | | | | | See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5.
* 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
| | | | | | | | | | | | Found them using:: find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done (I was doing this all over my own code anyway, because I'd been using spaces in all defs, so I thought I'd make a run on the Python code as well. If you need to do such fixes in your own code, you can use xx-rename or parenregu.el within emacs.)
* 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
| | | | | | | | | | performance measurements. The module is currently just a proof-of-concept implementation, but will integrated into pybench once it is stable enough. License: pybench license. Author: Marc-Andre Lemburg.
* Rest of patch #1490384: Commit icon source, removeMartin v. Löwis2006-05-281-4/+0
| | | | | claim that Erik von Blokland is the author of the installer picture.
* 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
| | | | | from long ago and far away. Stop calling this pybench 1.4 because it isn't. Remove the empty test, which was a bad idea.
* Use minimum calibration time rather than avergae to avoidSteve Holden2006-05-261-12/+17
| | | | | | the illusion of negative run times. Halt with an error if run times go below 10 ms, indicating that results will be unreliable.
* 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
| | | | | | Action verbose option correctly. Tweak operation counts. Add empty and new instances tests. Enable comparisons across different warp factors. Change version.
* 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
|