Georg Brandl
4db2c257d6
Add .hgeol file and fix newlines in the 2.5 branch.
2011-03-05 15:02:28 +01:00
Martin v. Löwis
3b43e46b3d
Prepare for 2.5.4.
2008-12-23 13:18:53 +00:00
Martin v. Löwis
0896d3e983
Add 2.5.3.
2008-12-13 15:40:54 +00:00
Matthias Klose
05e9c9dd97
- Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary files
2008-11-30 13:31:22 +00:00
Martin v. Löwis
84d18a976f
Include all licenses of the packages that we include.
2008-05-25 12:02:29 +00:00
Martin v. Löwis
62dd70c6e0
Correct 2.5.2c1 uuid. Add IDLE release date.
2008-02-14 12:58:41 +00:00
Martin v. Löwis
2529aa9840
Fix product code handling for Win64.
2008-01-23 17:54:14 +00:00
Martin v. Löwis
3903f50f2e
Allow simultaneous installation of 32-bit and 64-bit versions
...
on 64-bit Windows systems.
2007-11-22 06:47:17 +00:00
Martin v. Löwis
782c4179c6
Backport r58149: Clean Release projects as well.
2007-09-14 07:01:59 +00:00
Martin v. Löwis
9a85f040dd
Add 2.5 MSI builder.
2007-09-13 18:26:13 +00:00
Martin v. Löwis
fe2cb5912e
Bug #1737210 : Change Manufacturer of Windows installer to PSF.
2007-09-01 06:36:38 +00:00
Martin v. Löwis
738032ffe8
Mark registry components as 64-bit on Win64.
2007-08-31 10:00:06 +00:00
Martin v. Löwis
aa1e005d26
Bug #1746880 : Correctly install DLLs into system32 folder on Win64.
2007-08-30 18:37:41 +00:00
Martin v. Löwis
d266f7a38c
Add UUIDs for 2.5.1 and 2.5.2
2007-01-19 18:01:16 +00:00
Georg Brandl
f6d7371ec7
Fix name.
2006-10-06 12:46:33 +00:00
Martin v. Löwis
af22c52fd4
Add sgml_input.html.
2006-09-12 09:16:28 +00:00
Marc-André Lemburg
8a230b50a1
Backport bug fix for SF bug report #1546372 .
2006-09-06 20:38:50 +00:00
Martin v. Löwis
58af7ef55d
Patch #1545507 : Exclude ctypes package in Win64 MSI file.
2006-08-25 00:11:38 +00:00
Martin v. Löwis
9f04e6a110
Leave tk build directory to restore original path.
2006-08-17 17:27:31 +00:00
Martin v. Löwis
a09fd6efdd
Build _hashlib on Windows. Build OpenSSL with masm assembler code.
...
Fixes #1535502 .
2006-08-16 12:55:10 +00:00
Andrew M. Kuchling
fe5004fc86
Update list of files; fix a typo
2006-07-31 16:27:57 +00:00
Martin v. Löwis
9315251fb6
Add UUID for upcoming 2.5b3.
2006-07-28 07:45:49 +00:00
Neal Norwitz
e4abc232d5
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.
2006-07-27 03:51:58 +00:00
Andrew M. Kuchling
ab26004923
Use sys.exc_info()
2006-07-26 18:15:45 +00:00
Andrew M. Kuchling
44c668d15e
Use sys.exc_info()
2006-07-26 18:03:12 +00:00
Martin v. Löwis
4cbd05c322
Properly quote compileall and Lib paths in case TARGETDIR has a space.
2006-07-06 07:05:21 +00:00
Martin v. Löwis
88ef637777
Add sqlite3.dll to the DLLs component, not to the TkDLLs component.
...
Fixes #1517388 .
2006-07-06 06:55:58 +00:00
Marc-André Lemburg
3b3f1184bc
Whitespace normalization.
2006-06-13 19:20:07 +00:00
Marc-André Lemburg
7d9743dd6a
Updated to pybench 2.0.
...
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.
2006-06-13 18:56:56 +00:00
Marc-André Lemburg
573bd19e1f
Revert wrong svn copy.
2006-06-13 17:07:14 +00:00
Marc-André Lemburg
08de1ef8df
Update pybench to version 2.0.
2006-06-13 17:04:26 +00:00
Martin v. Löwis
787fe6d9f6
Port cygwin kill_python changes from 2.4 branch.
2006-06-10 08:14:03 +00:00
Martin Blais
215f13dd11
Normalized a few cases of whitespace in function declarations.
...
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.)
2006-06-06 12:46:55 +00:00
Martin v. Löwis
3f767795f6
Patch #1359618 : Speed-up charmap encoder.
2006-06-04 19:36:28 +00:00
Tim Peters
27c70598a8
Whitespace normalization.
2006-05-30 02:26:46 +00:00
Marc-André Lemburg
e9eeab5c05
Initial version of systimes - a module to provide platform dependent
...
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.
2006-05-28 17:46:58 +00:00
Martin v. Löwis
8301c7923d
Rest of patch #1490384 : Commit icon source, remove
...
claim that Erik von Blokland is the author of the
installer picture.
2006-05-28 16:57:38 +00:00
Steve Holden
8040359724
Reinstate new-style object tests.
2006-05-27 00:51:52 +00:00
Steve Holden
57ad060722
Blasted typos ...
2006-05-26 22:39:27 +00:00
Steve Holden
a4ebed8071
Update help text and documentaition.
2006-05-26 22:33:20 +00:00
Tim Peters
19bfd4209d
Whitespace normalization.
2006-05-26 21:51:13 +00:00
Steve Holden
d05e546850
Revert tests to MAL's original round sizes to retiain comparability
...
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.
2006-05-26 18:26:21 +00:00
Steve Holden
f845877767
Use minimum calibration time rather than avergae to avoid
...
the illusion of negative run times. Halt with an error if
run times go below 10 ms, indicating that results will be
unreliable.
2006-05-26 17:41:32 +00:00
Tim Peters
877ab9bc23
Add missing svn:eol-style property to text files.
2006-05-26 16:53:04 +00:00
Tim Peters
584c8d4588
Whitespace normalization.
2006-05-26 16:52:04 +00:00
Steve Holden
431a76314d
Add -t option to allow easy test selection.
...
Action verbose option correctly.
Tweak operation counts. Add empty and new instances tests.
Enable comparisons across different warp factors. Change version.
2006-05-26 16:27:59 +00:00
Jack Diederich
df676c5ffd
when generating python code prefer to generate valid python code
2006-05-26 11:37:20 +00:00
Martin v. Löwis
1319bb1c2e
Move icon files into DLLs dir. Fixes #1477968 .
2006-05-12 13:57:36 +00:00
Tim Peters
f9cc594096
Whitespace normalization.
2006-04-21 16:34:54 +00:00
Martin v. Löwis
64ed043c9a
Package setuptools
2006-04-21 10:00:46 +00:00