Commit graph

1773 commits

Author SHA1 Message Date
Martin v. Löwis
24329ba176 Issue #3811: The Unicode database was updated to 5.1.
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
2008-09-10 13:38:12 +00:00
Martin v. Löwis
996b9f38db Add UUIDs for upcoming releases 2008-09-08 16:15:38 +00:00
Martin v. Löwis
3f5fda8c50 Issue #2271: Set SecureCustomProperties so that installation will properly
use the TARGETDIR even for unprivileged users.
2008-09-08 13:50:10 +00:00
Martin v. Löwis
67543a9dc9 Allow passing the MSI file name to merge.py. 2008-09-08 12:02:45 +00:00
Benjamin Peterson
ee3acff3e3 update 2to3 script from 2to3 trunk 2008-09-03 01:53:28 +00:00
Benjamin Peterson
d068ad5879 Merged revisions 65853-65854 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line

  apply a patch for #3131. this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool
........
  r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line

  another quick fix to get lib2to3 to work
........
2008-08-19 16:41:34 +00:00
Benjamin Peterson
37553fdb95 set svn:executable on a script 2008-08-17 20:33:45 +00:00
Antoine Pitrou
0c37ae0464 add a pybench test for complex function calls (part of #1819) 2008-07-25 22:02:07 +00:00
Matthias Klose
9c87a40786 - Fix bashisms in Tools/faqwiz/move-faqwiz.sh 2008-07-12 07:51:48 +00:00
Martin v. Löwis
1d2ce45689 Add _multiprocessing module. 2008-06-30 07:01:09 +00:00
Trent Nelson
6e7e137cff Merged revisions 64368-64369 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade

........
  r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line

  Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25.  Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project.  This was a conscious decision and actually makes everything far more easier to manage.  With this approach, entire test suite passed straight off the bat.  Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short.  10 seconds seems to be fine for me, but I'll make sure Jesus verifies.  More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now).
........
  r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line

  Bump Berkeley DB version from 4.4.20 to 4.7.25.
........
2008-06-27 02:30:34 +00:00
Amaury Forgeot d'Arc
d574633894 Typo in a directory name. Should help the AMD64 buildbots 2008-06-18 21:33:58 +00:00
Benjamin Peterson
b8bfdf5200 fix Tools/scripts/2to3 as the result of a merge error 2008-06-16 20:18:18 +00:00
Martin v. Löwis
fd82f2e86a Disable UAC by default. 2008-06-14 14:24:47 +00:00
Martin v. Löwis
945c632dff Set eol-style to CRLF for all batch files. 2008-06-14 11:51:54 +00:00
Martin v. Löwis
6807120c64 Avoid rebuilding tcl/tk.
Merge x86 changes into AMD64.
2008-06-14 11:50:59 +00:00
Amaury Forgeot d'Arc
8c3bc862fa Since python2.6 must run on Windows 2000,
explicitely disable the use of Windows XP themes when compiling tk.
This is also consistent with the WINVER=0x0500 option.
2008-06-14 09:44:41 +00:00
Amaury Forgeot d'Arc
c06f5a45c3 Use the correct URL for sqlite3 sources, and try to fix windows buildbots. 2008-06-14 07:40:32 +00:00
Martin v. Löwis
a6e02e8406 Conservatively restrict support to format 8 repositories. 2008-06-14 06:24:44 +00:00
Martin v. Löwis
49ac5aa2ef Support subversion repositories of version 8. 2008-06-14 01:50:46 +00:00
Martin v. Löwis
c9798fc709 Pickup sqlite3.dll from binary directory.
Commit more often.
2008-06-13 18:58:47 +00:00
Martin v. Löwis
cc0f2b20c5 Switch to SQLite 3.5.9. 2008-06-13 18:12:51 +00:00
Martin v. Löwis
a4514c3009 Switch to bzip2 1.0.5. 2008-06-13 17:22:39 +00:00
Martin v. Löwis
111c180674 Make more symbols static. 2008-06-13 07:47:47 +00:00
Martin v. Löwis
b8a18eaca9 Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. 2008-06-12 20:07:53 +00:00
Martin v. Löwis
7b9e124776 Support file names which include '+' (for Tk 8.5). 2008-06-12 20:06:18 +00:00
Martin v. Löwis
329d738380 Split Tcl make targets into separate ones. 2008-06-12 19:51:59 +00:00
Martin v. Löwis
7630731af0 Switch to Tcl/Tk 8.5. 2008-06-12 18:52:00 +00:00
Georg Brandl
0b9aaa98a0 Spaces vs. tabs. 2008-06-01 19:24:36 +00:00
Benjamin Peterson
c49372b080 add a warning about bgen being removed 2008-06-01 19:01:25 +00:00
Martin v. Löwis
367c79a4ad Create grammar pickle files on installation; remove them on uninstallation. 2008-05-25 16:37:34 +00:00
Martin v. Löwis
dcc86204eb Include all licenses of the packages that we include. 2008-05-25 11:56:23 +00:00
Georg Brandl
a6168f9e0a Queue renaming reversal part 3: move module into place and
change imports and other references. Closes #2925.
2008-05-25 07:20:14 +00:00
Georg Brandl
6634bf2919 Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
Georg Brandl
6c90c9faae Add new tkinter dir to various locations where lib-tk shows up. 2008-05-17 19:14:23 +00:00
Alexandre Vassalotti
30ece44f2e Added stub for the Queue module to be renamed in 3.0.
Use the 3.0 module name to avoid spurious warnings.
2008-05-11 19:39:48 +00:00
Martin v. Löwis
a38379649b Explicitly refer to current hhp file (2.6a3) 2008-05-10 13:24:09 +00:00
Martin v. Löwis
f466c2a247 Port to VS 2008. Drop W9x support. 2008-05-09 20:11:37 +00:00
Martin v. Löwis
344d066a43 Use the CHM file name that Sphinx assigns. 2008-05-09 18:21:55 +00:00
Martin v. Löwis
8bd5334a9e Add 2.6b1 and 2.6b2 UUIDs. 2008-05-09 17:11:07 +00:00
Gregory P. Smith
fa1814e1b6 explicitly flush after the ... since there wasn't a newline 2008-04-21 17:46:40 +00:00
Thomas Heller
b9dd8db8bf Fix typo. 2008-04-21 13:46:55 +00:00
Martin v. Löwis
023b9f952a Package wininst*.exe from distutils/command. 2008-04-09 18:56:20 +00:00
Martin v. Löwis
775e10d9e6 Suppress compilation of py3_ files upon installation. 2008-04-08 16:48:35 +00:00
Martin v. Löwis
1e72feced3 Make the "private CRT" case work, by editing the
manifest in DLLs to refer to the root copy of the CRT.
2008-04-07 16:34:04 +00:00
Martin v. Löwis
46a8be7a35 Drop support for 7.1 CRT. 2008-04-07 14:55:53 +00:00
Martin v. Löwis
e411f8955f Make private_crt feature object a global variable. 2008-04-07 14:54:16 +00:00
Martin v. Löwis
54d489a97f Delete ALLUSERS property merged from CRT merge module, so that per-user installations become possible again. 2008-04-07 14:53:34 +00:00
Trent Nelson
5a4d66824a Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead. 2008-04-06 20:51:23 +00:00
Martin v. Löwis
db508be07e Add script to merge msvcr90. 2008-04-05 15:50:58 +00:00